home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Topware / pspad / PSPad.exe / 0 / RCDATA / TFMACROS / TFMACROS.txt
Text File  |  2002-07-12  |  2KB  |  124 lines

  1. object fMacros: TfMacros
  2.   Left = 494
  3.   Top = 176
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Makra'
  7.   ClientHeight = 210
  8.   ClientWidth = 322
  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.   OnCreate = FormCreate
  17.   OnShow = FormShow
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object gbMacros: TGroupBox
  21.     Left = 8
  22.     Top = 8
  23.     Width = 305
  24.     Height = 161
  25.     TabOrder = 0
  26.     object lF5: TLabel
  27.       Left = 112
  28.       Top = 24
  29.       Width = 14
  30.       Height = 13
  31.       Caption = 'lF5'
  32.     end
  33.     object lF6: TLabel
  34.       Left = 112
  35.       Top = 48
  36.       Width = 14
  37.       Height = 13
  38.       Caption = 'lF6'
  39.     end
  40.     object lF7: TLabel
  41.       Left = 112
  42.       Top = 72
  43.       Width = 14
  44.       Height = 13
  45.       Caption = 'lF7'
  46.     end
  47.     object lF8: TLabel
  48.       Left = 112
  49.       Top = 96
  50.       Width = 14
  51.       Height = 13
  52.       Caption = 'lF8'
  53.     end
  54.     object lMacroName: TLabel
  55.       Left = 16
  56.       Top = 130
  57.       Width = 66
  58.       Height = 13
  59.       Caption = 'Jm∩┐╜no makra:'
  60.     end
  61.     object rMacro1: TRadioButton
  62.       Left = 16
  63.       Top = 24
  64.       Width = 89
  65.       Height = 17
  66.       Caption = 'Makro &1 (F5)'
  67.       Checked = True
  68.       TabOrder = 0
  69.       TabStop = True
  70.     end
  71.     object rMacro2: TRadioButton
  72.       Left = 16
  73.       Top = 48
  74.       Width = 89
  75.       Height = 17
  76.       Caption = 'Makro &2 (F6)'
  77.       TabOrder = 1
  78.     end
  79.     object rMacro3: TRadioButton
  80.       Left = 16
  81.       Top = 72
  82.       Width = 89
  83.       Height = 17
  84.       Caption = 'Makro &3 (F7)'
  85.       TabOrder = 2
  86.     end
  87.     object rMacro4: TRadioButton
  88.       Left = 16
  89.       Top = 96
  90.       Width = 89
  91.       Height = 17
  92.       Caption = 'Makro &4 (F8)'
  93.       TabOrder = 3
  94.     end
  95.     object eMacroName: TEdit
  96.       Left = 112
  97.       Top = 128
  98.       Width = 177
  99.       Height = 21
  100.       TabOrder = 4
  101.     end
  102.   end
  103.   object bOK: TButton
  104.     Left = 152
  105.     Top = 176
  106.     Width = 75
  107.     Height = 25
  108.     Caption = '&OK'
  109.     Default = True
  110.     ModalResult = 1
  111.     TabOrder = 1
  112.   end
  113.   object bCancel: TButton
  114.     Left = 232
  115.     Top = 176
  116.     Width = 75
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = '&Storno'
  120.     ModalResult = 2
  121.     TabOrder = 2
  122.   end
  123. end
  124.