inherited frmCommandProperties: TfrmCommandProperties Left = 966 Top = 397 BorderStyle = bsDialog Caption = 'Command properties' ClientHeight = 137 ClientWidth = 268 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False Position = poOwnerFormCenter PixelsPerInch = 96 TextHeight = 13 object edtName: TLabeledEdit Left = 8 Top = 24 Width = 249 Height = 21 EditLabel.Width = 31 EditLabel.Height = 13 EditLabel.Caption = 'Name:' LabelPosition = lpAbove LabelSpacing = 3 MaxLength = 50 TabOrder = 0 end object edtCommand: TLabeledEdit Left = 8 Top = 72 Width = 249 Height = 21 EditLabel.Width = 50 EditLabel.Height = 13 EditLabel.Caption = 'Command:' LabelPosition = lpAbove LabelSpacing = 3 TabOrder = 1 end object bbtnOk: TBitBtn Left = 102 Top = 104 Width = 75 Height = 25 TabOrder = 2 Kind = bkOK end object bbtnCancel: TBitBtn Left = 182 Top = 104 Width = 75 Height = 25 TabOrder = 3 Kind = bkCancel end end