home *** CD-ROM | disk | FTP | other *** search
- object fMacroMgr: TfMacroMgr
- Left = 371
- Top = 233
- BorderIcons = [biSystemMenu, biHelp]
- BorderStyle = bsToolWindow
- Caption = 'Makro mana'#382'er'
- ClientHeight = 249
- ClientWidth = 329
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lHotKey: TLabel
- Left = 192
- Top = 176
- Width = 130
- Height = 13
- Caption = 'P'#345'i'#345'adit kl'#225'vesovou zkratku'
- end
- object lbMacros: TListBox
- Left = 8
- Top = 8
- Width = 177
- Height = 233
- Style = lbOwnerDrawFixed
- ExtendedSelect = False
- ItemHeight = 16
- TabOrder = 0
- OnDblClick = bPlayClick
- OnDrawItem = lbMacrosDrawItem
- OnKeyPress = lbMacrosKeyPress
- end
- object bPlay: TButton
- Left = 192
- Top = 8
- Width = 129
- Height = 25
- Caption = 'P'#345'ehr'#225't'
- TabOrder = 1
- OnClick = bPlayClick
- end
- object bPlayX: TButton
- Left = 192
- Top = 40
- Width = 129
- Height = 25
- Caption = 'P'#345'ehr'#225't v'#237'cekr'#225't'
- TabOrder = 2
- OnClick = bPlayXClick
- end
- object bDelet: TButton
- Left = 192
- Top = 72
- Width = 129
- Height = 25
- Action = bDelete
- TabOrder = 3
- end
- object bCancel: TButton
- Left = 192
- Top = 136
- Width = 129
- Height = 25
- Cancel = True
- Caption = '&Konec'
- TabOrder = 5
- OnClick = bCancelClick
- end
- object bEdit: TButton
- Left = 192
- Top = 104
- Width = 129
- Height = 25
- Caption = 'Editovat'
- TabOrder = 4
- OnClick = bEditClick
- end
- object b1: TButton
- Tag = 1
- Left = 192
- Top = 192
- Width = 65
- Height = 25
- Caption = 'F5'
- Enabled = False
- TabOrder = 6
- OnClick = ButtonClick
- end
- object b2: TButton
- Tag = 2
- Left = 192
- Top = 216
- Width = 65
- Height = 25
- Caption = 'F6'
- TabOrder = 7
- OnClick = ButtonClick
- end
- object b3: TButton
- Tag = 3
- Left = 256
- Top = 192
- Width = 65
- Height = 25
- Caption = 'Alt+F6'
- TabOrder = 8
- OnClick = ButtonClick
- end
- object b4: TButton
- Tag = 4
- Left = 256
- Top = 216
- Width = 65
- Height = 25
- Caption = 'Shift+Ctrl+F5'
- TabOrder = 9
- OnClick = ButtonClick
- end
- object ActionList: TActionList
- OnUpdate = ActionListUpdate
- Left = 16
- Top = 215
- object bDelete: TAction
- Caption = 'Smazat'
- OnExecute = bDeleteExecute
- end
- end
- end
-