home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / CMCD0704.ISO / Software / Freeware / Programare / PSPad / PSPad.exe / 0 / RCDATA / TFMACROMGR / TFMACROMGR.txt
Encoding:
Text File  |  2004-06-06  |  2.5 KB  |  136 lines

  1. object fMacroMgr: TfMacroMgr
  2.   Left = 371
  3.   Top = 233
  4.   BorderIcons = [biSystemMenu, biHelp]
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Makro mana'#382'er'
  7.   ClientHeight = 249
  8.   ClientWidth = 329
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object lHotKey: TLabel
  21.     Left = 192
  22.     Top = 176
  23.     Width = 130
  24.     Height = 13
  25.     Caption = 'P'#345'i'#345'adit kl'#225'vesovou zkratku'
  26.   end
  27.   object lbMacros: TListBox
  28.     Left = 8
  29.     Top = 8
  30.     Width = 177
  31.     Height = 233
  32.     Style = lbOwnerDrawFixed
  33.     ExtendedSelect = False
  34.     ItemHeight = 16
  35.     TabOrder = 0
  36.     OnDblClick = bPlayClick
  37.     OnDrawItem = lbMacrosDrawItem
  38.     OnKeyPress = lbMacrosKeyPress
  39.   end
  40.   object bPlay: TButton
  41.     Left = 192
  42.     Top = 8
  43.     Width = 129
  44.     Height = 25
  45.     Caption = 'P'#345'ehr'#225't'
  46.     TabOrder = 1
  47.     OnClick = bPlayClick
  48.   end
  49.   object bPlayX: TButton
  50.     Left = 192
  51.     Top = 40
  52.     Width = 129
  53.     Height = 25
  54.     Caption = 'P'#345'ehr'#225't v'#237'cekr'#225't'
  55.     TabOrder = 2
  56.     OnClick = bPlayXClick
  57.   end
  58.   object bDelet: TButton
  59.     Left = 192
  60.     Top = 72
  61.     Width = 129
  62.     Height = 25
  63.     Action = bDelete
  64.     TabOrder = 3
  65.   end
  66.   object bCancel: TButton
  67.     Left = 192
  68.     Top = 136
  69.     Width = 129
  70.     Height = 25
  71.     Cancel = True
  72.     Caption = '&Konec'
  73.     TabOrder = 5
  74.     OnClick = bCancelClick
  75.   end
  76.   object bEdit: TButton
  77.     Left = 192
  78.     Top = 104
  79.     Width = 129
  80.     Height = 25
  81.     Caption = 'Editovat'
  82.     TabOrder = 4
  83.     OnClick = bEditClick
  84.   end
  85.   object b1: TButton
  86.     Tag = 1
  87.     Left = 192
  88.     Top = 192
  89.     Width = 65
  90.     Height = 25
  91.     Caption = 'F5'
  92.     Enabled = False
  93.     TabOrder = 6
  94.     OnClick = ButtonClick
  95.   end
  96.   object b2: TButton
  97.     Tag = 2
  98.     Left = 192
  99.     Top = 216
  100.     Width = 65
  101.     Height = 25
  102.     Caption = 'F6'
  103.     TabOrder = 7
  104.     OnClick = ButtonClick
  105.   end
  106.   object b3: TButton
  107.     Tag = 3
  108.     Left = 256
  109.     Top = 192
  110.     Width = 65
  111.     Height = 25
  112.     Caption = 'Alt+F6'
  113.     TabOrder = 8
  114.     OnClick = ButtonClick
  115.   end
  116.   object b4: TButton
  117.     Tag = 4
  118.     Left = 256
  119.     Top = 216
  120.     Width = 65
  121.     Height = 25
  122.     Caption = 'Shift+Ctrl+F5'
  123.     TabOrder = 9
  124.     OnClick = ButtonClick
  125.   end
  126.   object ActionList: TActionList
  127.     OnUpdate = ActionListUpdate
  128.     Left = 16
  129.     Top = 215
  130.     object bDelete: TAction
  131.       Caption = 'Smazat'
  132.       OnExecute = bDeleteExecute
  133.     end
  134.   end
  135. end
  136.