object fMacrosEditor: TfMacrosEditor Left = 259 Top = 171 VertScrollBar.Visible = False BorderIcons = [] BorderStyle = bsDialog Caption = 'Macros Editor' ClientHeight = 210 ClientWidth = 308 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object Panel1: TPanel Left = 0 Top = 169 Width = 308 Height = 41 Align = alBottom BevelOuter = bvNone TabOrder = 1 object BitBtn1: TBitBtn Left = 136 Top = 8 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object BitBtn2: TBitBtn Left = 224 Top = 8 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end end object Panel2: TPanel Left = 0 Top = 0 Width = 308 Height = 169 Align = alClient BorderWidth = 4 BorderStyle = bsSingle TabOrder = 0 object Label1: TLabel Left = 8 Top = 120 Width = 21 Height = 13 Caption = 'Text' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label2: TLabel Left = 8 Top = 8 Width = 93 Height = 13 Caption = 'The Macros Names' Font.Color = clBlack Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ListBox: TListBox Left = 120 Top = 8 Width = 177 Height = 97 ExtendedSelect = False ItemHeight = 13 TabOrder = 0 OnClick = ListBoxClick end object Edit: TEdit Left = 8 Top = 136 Width = 289 Height = 21 TabOrder = 1 OnExit = EditExit end end end