object OptView: TOptView Left = 571 Height = 240 Top = 171 Width = 320 Caption = 'OptView' ClientHeight = 240 ClientWidth = 320 OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '1.3' object Panel1: TPanel Left = 0 Height = 200 Top = 0 Width = 320 Align = alClient ClientHeight = 200 ClientWidth = 320 TabOrder = 0 object ListBox1: TListBox Left = 1 Height = 198 Top = 1 Width = 130 Align = alLeft ItemHeight = 0 OnClick = ListBox1Click OnSelectionChange = ListBox1SelectionChange TabOrder = 0 end object Splitter1: TSplitter Left = 131 Height = 198 Top = 1 Width = 5 end object Panel3: TPanel Left = 136 Height = 198 Top = 1 Width = 183 Align = alClient BevelOuter = bvNone TabOrder = 2 end end object Panel2: TPanel Left = 0 Height = 40 Top = 200 Width = 320 Align = alBottom ClientHeight = 40 ClientWidth = 320 TabOrder = 1 OnResize = Panel2Resize object btnOk: TButton Left = 72 Height = 25 Top = 8 Width = 75 Caption = 'Ok' ModalResult = 1 TabOrder = 0 end object btnCancel: TButton Left = 152 Height = 25 Top = 8 Width = 75 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end end