object FormColumns: TFormColumns Left = 922 Height = 540 Top = 450 Width = 715 Caption = 'Columns settings' ClientHeight = 540 ClientWidth = 715 DesignTimePPI = 144 OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow LCLVersion = '2.2.6.0' object ButtonOk: TButton Left = 583 Height = 37 Top = 492 Width = 119 Anchors = [akRight, akBottom] Caption = 'OK' ModalResult = 1 OnClick = ButtonOkClick ParentFont = False TabOrder = 0 end object ButtonCancel: TButton Left = 455 Height = 37 Top = 493 Width = 115 Anchors = [akRight, akBottom] Caption = 'Cancel' ModalResult = 2 ParentFont = False TabOrder = 1 end object ListBoxActive: TListBox Left = 19 Height = 433 Top = 40 Width = 221 Anchors = [akTop, akLeft, akBottom] ItemHeight = 0 OnSelectionChange = ListBoxActiveSelectionChange TabOrder = 2 TopIndex = -1 end object ListBoxAvailable: TListBox Left = 440 Height = 433 Top = 40 Width = 256 Anchors = [akTop, akLeft, akRight, akBottom] ItemHeight = 0 OnSelectionChange = ListBoxAvailableSelectionChange TabOrder = 3 TopIndex = -1 end object ButtonToLeft: TButton Left = 251 Height = 38 Top = 115 Width = 177 Caption = '<<' OnClick = ButtonToLeftClick TabOrder = 4 end object ButtonToRight: TButton Left = 251 Height = 38 Top = 160 Width = 177 Caption = '>>' OnClick = ButtonToRightClick TabOrder = 5 end object ButtonUp: TButton Left = 251 Height = 38 Top = 208 Width = 177 Caption = 'Move up' OnClick = ButtonUpClick TabOrder = 6 end object ButtonDown: TButton Left = 251 Height = 38 Top = 256 Width = 177 Caption = 'Move down' OnClick = ButtonDownClick TabOrder = 7 end object Label1: TLabel Left = 19 Height = 26 Top = 8 Width = 56 Caption = 'Active:' ParentColor = False end object Label2: TLabel Left = 440 Height = 26 Top = 8 Width = 82 Caption = 'Available:' ParentColor = False end end