object fMacros: TfMacros Left = 494 Top = 176 BorderIcons = [biSystemMenu] BorderStyle = bsDialog Caption = 'Makra' ClientHeight = 210 ClientWidth = 322 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object gbMacros: TGroupBox Left = 8 Top = 8 Width = 305 Height = 161 TabOrder = 0 object lF5: TLabel Left = 112 Top = 24 Width = 14 Height = 13 Caption = 'lF5' end object lF6: TLabel Left = 112 Top = 48 Width = 14 Height = 13 Caption = 'lF6' end object lF7: TLabel Left = 112 Top = 72 Width = 14 Height = 13 Caption = 'lF7' end object lF8: TLabel Left = 112 Top = 96 Width = 14 Height = 13 Caption = 'lF8' end object lMacroName: TLabel Left = 16 Top = 130 Width = 66 Height = 13 Caption = 'Jm�no makra:' end object rMacro1: TRadioButton Left = 16 Top = 24 Width = 89 Height = 17 Caption = 'Makro &1 (F5)' Checked = True TabOrder = 0 TabStop = True end object rMacro2: TRadioButton Left = 16 Top = 48 Width = 89 Height = 17 Caption = 'Makro &2 (F6)' TabOrder = 1 end object rMacro3: TRadioButton Left = 16 Top = 72 Width = 89 Height = 17 Caption = 'Makro &3 (F7)' TabOrder = 2 end object rMacro4: TRadioButton Left = 16 Top = 96 Width = 89 Height = 17 Caption = 'Makro &4 (F8)' TabOrder = 3 end object eMacroName: TEdit Left = 112 Top = 128 Width = 177 Height = 21 TabOrder = 4 end end object bOK: TButton Left = 152 Top = 176 Width = 75 Height = 25 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 1 end object bCancel: TButton Left = 232 Top = 176 Width = 75 Height = 25 Cancel = True Caption = '&Storno' ModalResult = 2 TabOrder = 2 end end