object FormCategorySelect: TFormCategorySelect Left = 500 Height = 584 Top = 253 Width = 791 Caption = 'Select categories' ClientHeight = 584 ClientWidth = 791 DesignTimePPI = 120 OnCreate = FormCreate OnShow = FormShow Position = poScreenCenter LCLVersion = '2.0.2.0' object ListBox1: TListBox Left = 16 Height = 518 Top = 8 Width = 761 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 MultiSelect = True OnDblClick = ListBox1DblClick OnKeyPress = ListBox1KeyPress ScrollWidth = 762 TabOrder = 0 end object ButtonOk: TButton Left = 701 Height = 25 Top = 541 Width = 75 Anchors = [akRight, akBottom] Caption = 'Select' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 605 Height = 25 Top = 542 Width = 75 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end