inherited frmProjectsCommands: TfrmProjectsCommands Left = 616 Top = 323 Width = 321 Height = 280 BorderIcons = [biSystemMenu] Caption = 'Project'#39's commands' Color = clBtnFace Constraints.MinHeight = 280 Constraints.MinWidth = 320 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter OnCreate = FormCreate DesignSize = ( 313 253) PixelsPerInch = 96 TextHeight = 13 object lvCommands: TListView Left = 0 Top = 0 Width = 313 Height = 180 Align = alTop Anchors = [akTop, akRight, akBottom] Columns = < item Caption = 'Name' MaxWidth = 250 MinWidth = 30 Width = 150 end item Caption = 'Command' Width = 249 end> HideSelection = False ReadOnly = True RowSelect = True TabOrder = 0 ViewStyle = vsReport OnDblClick = lvCommandsDblClick OnResize = lvCommandsResize end object btnAdd: TButton Left = 73 Top = 190 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Add...' TabOrder = 1 OnClick = btnAddClick end object btnRemove: TButton Left = 233 Top = 190 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Remove...' TabOrder = 2 OnClick = btnRemoveClick end object btnRename: TButton Left = 153 Top = 190 Width = 75 Height = 25 Anchors = [akRight, akBottom] Caption = 'Edit...' TabOrder = 3 OnClick = btnRenameClick end object bbtnOk: TBitBtn Left = 153 Top = 222 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 4 Kind = bkOK end object bbtnCancel: TBitBtn Left = 233 Top = 222 Width = 75 Height = 25 Anchors = [akRight, akBottom] TabOrder = 5 Kind = bkCancel end end