home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 B / CHIP_HITWARE6_B.iso / bonus / ShortKeys / SETUP.EXE / SHORTKEY.EXE / 0 / RCDATA / TMODHOTKEYS / TMODHOTKEYS.txt
Encoding:
Text File  |  1998-04-06  |  3.2 KB  |  163 lines

  1. object ModHotKeys: TModHotKeys
  2.   Left = 354
  3.   Top = 115
  4.   BorderStyle = bsSingle
  5.   Caption = 'Modify Keys'
  6.   ClientHeight = 353
  7.   ClientWidth = 627
  8.   Font.Color = clBlack
  9.   Font.Height = -13
  10.   Font.Name = 'Arial'
  11.   Font.Style = []
  12.   KeyPreview = True
  13.   Menu = MainMenu1
  14.   Position = poScreenCenter
  15.   Scaled = False
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 16
  21.   object Bevel3: TBevel
  22.     Left = 4
  23.     Top = 28
  24.     Width = 617
  25.     Height = 289
  26.     Style = bsRaised
  27.   end
  28.   object Label1: TLabel
  29.     Left = 4
  30.     Top = 4
  31.     Width = 133
  32.     Height = 17
  33.     Alignment = taRightJustify
  34.     AutoSize = False
  35.     Caption = 'Original Short Keys'
  36.   end
  37.   object Label2: TLabel
  38.     Left = 168
  39.     Top = 32
  40.     Width = 301
  41.     Height = 25
  42.     Alignment = taCenter
  43.     AutoSize = False
  44.     Caption = 'Replacement Keystrokes'
  45.     Font.Color = clBlack
  46.     Font.Height = -20
  47.     Font.Name = 'Arial'
  48.     Font.Style = []
  49.     ParentFont = False
  50.   end
  51.   object UpdateButton: TButton
  52.     Left = 224
  53.     Top = 324
  54.     Width = 91
  55.     Height = 25
  56.     Caption = '&Update'
  57.     TabOrder = 2
  58.     OnClick = UpdateButtonClick
  59.   end
  60.   object CancelButton: TButton
  61.     Left = 328
  62.     Top = 324
  63.     Width = 91
  64.     Height = 25
  65.     Caption = '&Cancel'
  66.     TabOrder = 3
  67.     OnClick = CancelButtonClick
  68.   end
  69.   object OrigKeys: TEdit
  70.     Left = 144
  71.     Top = 2
  72.     Width = 181
  73.     Height = 24
  74.     TabOrder = 0
  75.   end
  76.   object NewFormat: TMemo
  77.     Left = 8
  78.     Top = 60
  79.     Width = 609
  80.     Height = 257
  81.     Lines.Strings = (
  82.       'NewFormat')
  83.     ScrollBars = ssVertical
  84.     TabOrder = 1
  85.   end
  86.   object Button1: TButton
  87.     Left = 544
  88.     Top = 4
  89.     Width = 75
  90.     Height = 21
  91.     Caption = '&Symbols'
  92.     Font.Color = clBlack
  93.     Font.Height = -13
  94.     Font.Name = 'Arial'
  95.     Font.Style = [fsBold]
  96.     ParentFont = False
  97.     TabOrder = 4
  98.     OnClick = Button1Click
  99.   end
  100.   object UseClip: TRadioButton
  101.     Left = 340
  102.     Top = 4
  103.     Width = 85
  104.     Height = 17
  105.     Caption = 'Clip&board'
  106.     TabOrder = 5
  107.   end
  108.   object UseKey: TRadioButton
  109.     Left = 436
  110.     Top = 4
  111.     Width = 85
  112.     Height = 17
  113.     Caption = '&Keyboard'
  114.     TabOrder = 6
  115.   end
  116.   object MainMenu1: TMainMenu
  117.     Left = 584
  118.     Top = 324
  119.     object File1: TMenuItem
  120.       Caption = '&File'
  121.       ShortCut = 0
  122.       object MenuExit: TMenuItem
  123.         Caption = '&Exit'
  124.         ShortCut = 16453
  125.         OnClick = MenuExitClick
  126.       end
  127.     end
  128.     object Edit1: TMenuItem
  129.       Caption = '&Edit'
  130.       ShortCut = 0
  131.       object MenuCut: TMenuItem
  132.         Caption = 'Cu&t'
  133.         ShortCut = 16472
  134.         OnClick = MenuCutClick
  135.       end
  136.       object MenuCopy: TMenuItem
  137.         Caption = '&Copy'
  138.         ShortCut = 16451
  139.         OnClick = MenuCopyClick
  140.       end
  141.       object MenuPaste: TMenuItem
  142.         Caption = '&Paste'
  143.         ShortCut = 16470
  144.         OnClick = MenuPasteClick
  145.       end
  146.       object MenuDelete: TMenuItem
  147.         Caption = '&Delete'
  148.         ShortCut = 16452
  149.         OnClick = MenuDeleteClick
  150.       end
  151.       object N1: TMenuItem
  152.         Caption = '-'
  153.         ShortCut = 0
  154.       end
  155.       object MenuSymbol: TMenuItem
  156.         Caption = '&Insert Symbol'
  157.         ShortCut = 16467
  158.         OnClick = MenuSymbolClick
  159.       end
  160.     end
  161.   end
  162. end
  163.