object Form1: TForm1 Left = 0 Top = 0 Caption = 'Form1' ClientHeight = 390 ClientWidth = 544 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy DesignSize = ( 544 390) PixelsPerInch = 96 TextHeight = 13 object Button1: TButton Left = 28 Top = 305 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Button1' TabOrder = 0 OnClick = Button1Click end object Button2: TButton Left = 120 Top = 305 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Button2' TabOrder = 1 OnClick = Button2Click end object BarPanel1: TBarPanel Left = 28 Top = 16 Width = 469 Height = 243 Anchors = [akLeft, akTop, akRight, akBottom] Caption = 'BarPanel1' TabOrder = 2 OnResize = BarPanel1Resize HorzScrollBar.Min = 3 HorzScrollBar.Max = 5 HorzScrollBar.PageSize = 1 HorzScrollBar.Position = 3 OnHorzScroll = BarPanel1HorzScroll OnVertScroll = BarPanel1VertScroll object StringGrid1: TStringGrid Left = 1 Top = 1 Width = 450 Height = 224 Align = alClient ColCount = 7 FixedCols = 2 RowCount = 15 FixedRows = 2 Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSizing] TabOrder = 0 OnTopLeftChanged = StringGrid1TopLeftChanged RowHeights = ( 24 24 24 24 24 24 24 24 24 24 24 24 24 24 24) end end object Button3: TButton Left = 160 Top = 274 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Button3' TabOrder = 3 OnClick = Button3Click end object Button4: TButton Left = 201 Top = 305 Width = 75 Height = 25 Anchors = [akLeft, akBottom] Caption = 'Button4' TabOrder = 4 OnClick = Button4Click end end