object FormCategorySelect: TFormCategorySelect Left = 786 Height = 602 Top = 370 Width = 794 Caption = 'Select categories' ClientHeight = 602 ClientWidth = 794 OnShow = FormShow LCLVersion = '1.6.0.4' object ListBox1: TListBox Left = 16 Height = 536 Top = 8 Width = 764 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 MultiSelect = True OnDblClick = ListBox1DblClick OnKeyPress = ListBox1KeyPress ScrollWidth = 762 TabOrder = 0 end object ButtonOk: TButton Left = 704 Height = 25 Top = 559 Width = 75 Anchors = [akRight, akBottom] Caption = 'Select' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 608 Height = 25 Top = 560 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end