object Form1: TForm1 Left = 192 Top = 114 Width = 696 Height = 480 Caption = 'Form1' Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnDestroy = FormDestroy OnPaint = FormPaint OnResize = FormResize PixelsPerInch = 96 TextHeight = 13 object ScrollBar1: TScrollBar Left = 128 Top = 80 Width = 121 Height = 17 PageSize = 0 TabOrder = 0 OnChange = ScrollBar1Change end object ScrollBar2: TScrollBar Left = 224 Top = 176 Width = 121 Height = 17 PageSize = 0 TabOrder = 1 OnChange = ScrollBar2Change end object Panel1: TPanel Left = 288 Top = 32 Width = 185 Height = 129 Caption = 'Panel1' TabOrder = 2 end end