home *** CD-ROM | disk | FTP | other *** search
- object ModHotKeys: TModHotKeys
- Left = 354
- Top = 115
- BorderStyle = bsSingle
- Caption = 'Modify Keys'
- ClientHeight = 353
- ClientWidth = 627
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = []
- KeyPreview = True
- Menu = MainMenu1
- Position = poScreenCenter
- Scaled = False
- OnClose = FormClose
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object Bevel3: TBevel
- Left = 4
- Top = 28
- Width = 617
- Height = 289
- Style = bsRaised
- end
- object Label1: TLabel
- Left = 4
- Top = 4
- Width = 133
- Height = 17
- Alignment = taRightJustify
- AutoSize = False
- Caption = 'Original Short Keys'
- end
- object Label2: TLabel
- Left = 168
- Top = 32
- Width = 301
- Height = 25
- Alignment = taCenter
- AutoSize = False
- Caption = 'Replacement Keystrokes'
- Font.Color = clBlack
- Font.Height = -20
- Font.Name = 'Arial'
- Font.Style = []
- ParentFont = False
- end
- object UpdateButton: TButton
- Left = 224
- Top = 324
- Width = 91
- Height = 25
- Caption = '&Update'
- TabOrder = 2
- OnClick = UpdateButtonClick
- end
- object CancelButton: TButton
- Left = 328
- Top = 324
- Width = 91
- Height = 25
- Caption = '&Cancel'
- TabOrder = 3
- OnClick = CancelButtonClick
- end
- object OrigKeys: TEdit
- Left = 144
- Top = 2
- Width = 181
- Height = 24
- TabOrder = 0
- end
- object NewFormat: TMemo
- Left = 8
- Top = 60
- Width = 609
- Height = 257
- Lines.Strings = (
- 'NewFormat')
- ScrollBars = ssVertical
- TabOrder = 1
- end
- object Button1: TButton
- Left = 544
- Top = 4
- Width = 75
- Height = 21
- Caption = '&Symbols'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'Arial'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 4
- OnClick = Button1Click
- end
- object UseClip: TRadioButton
- Left = 340
- Top = 4
- Width = 85
- Height = 17
- Caption = 'Clip&board'
- TabOrder = 5
- end
- object UseKey: TRadioButton
- Left = 436
- Top = 4
- Width = 85
- Height = 17
- Caption = '&Keyboard'
- TabOrder = 6
- end
- object MainMenu1: TMainMenu
- Left = 584
- Top = 324
- object File1: TMenuItem
- Caption = '&File'
- ShortCut = 0
- object MenuExit: TMenuItem
- Caption = '&Exit'
- ShortCut = 16453
- OnClick = MenuExitClick
- end
- end
- object Edit1: TMenuItem
- Caption = '&Edit'
- ShortCut = 0
- object MenuCut: TMenuItem
- Caption = 'Cu&t'
- ShortCut = 16472
- OnClick = MenuCutClick
- end
- object MenuCopy: TMenuItem
- Caption = '&Copy'
- ShortCut = 16451
- OnClick = MenuCopyClick
- end
- object MenuPaste: TMenuItem
- Caption = '&Paste'
- ShortCut = 16470
- OnClick = MenuPasteClick
- end
- object MenuDelete: TMenuItem
- Caption = '&Delete'
- ShortCut = 16452
- OnClick = MenuDeleteClick
- end
- object N1: TMenuItem
- Caption = '-'
- ShortCut = 0
- end
- object MenuSymbol: TMenuItem
- Caption = '&Insert Symbol'
- ShortCut = 16467
- OnClick = MenuSymbolClick
- end
- end
- end
- end
-