object FormCategorySelect: TFormCategorySelect Left = 500 Height = 631 Top = 253 Width = 918 Caption = 'Select categories' ClientHeight = 631 ClientWidth = 918 DesignTimePPI = 144 Position = poScreenCenter LCLVersion = '3.6.0.0' object ListBox1: TListBox Left = 19 Height = 551 Top = 10 Width = 882 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 MultiSelect = True ScrollWidth = 762 TabOrder = 0 TopIndex = -1 OnDblClick = ListBox1DblClick OnKeyPress = ListBox1KeyPress end object ButtonOk: TButton Left = 648 Height = 38 Top = 581 Width = 114 Anchors = [akRight, akBottom] Caption = 'Select' ModalResult = 1 TabOrder = 2 end object ButtonCancel: TButton Left = 792 Height = 38 Top = 581 Width = 109 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end