object FormPanel: TFormPanel Left = 448 Height = 430 Top = 329 Width = 618 Caption = 'FormPanel' ClientHeight = 430 ClientWidth = 618 DesignTimePPI = 120 OnCreate = FormCreate OnDestroy = FormDestroy OnResize = FormResize OnShow = FormShow LCLVersion = '2.0.4.0' object ScrollBar1: TScrollBar Left = 594 Height = 430 Top = 0 Width = 24 Align = alRight Kind = sbVertical PageSize = 0 TabOrder = 0 OnChange = ScrollBar1Change end object EditFile: TEdit Left = 6 Height = 28 Top = 8 Width = 470 Anchors = [akTop, akLeft, akRight] OnChange = EditFileChange TabOrder = 1 end object ButtonBrowse: TButton Left = 490 Height = 31 Top = 7 Width = 94 Anchors = [akTop, akRight] Caption = 'Browse...' OnClick = ButtonBrowseClick TabOrder = 2 end object PaintBox1: TPaintBox Left = 6 Height = 387 Top = 40 Width = 589 Anchors = [akTop, akLeft, akRight, akBottom] OnPaint = PaintBox1Paint end object OpenDialog1: TOpenDialog left = 162 top = 173 end end