home *** CD-ROM | disk | FTP | other *** search
- object ShortCutForm: TShortCutForm
- Left = 252
- Top = 167
- AutoScroll = False
- BorderIcons = [biSystemMenu]
- Caption = 'Send ShortCut Keys'
- ClientHeight = 240
- ClientWidth = 560
- Color = clYellow
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poScreenCenter
- OnClose = FormClose
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 14
- Top = 8
- Width = 31
- Height = 16
- Caption = 'Alt 1'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label2: TLabel
- Left = 14
- Top = 31
- Width = 31
- Height = 16
- Caption = 'Alt 2'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label3: TLabel
- Left = 14
- Top = 55
- Width = 31
- Height = 16
- Caption = 'Alt 3'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label4: TLabel
- Left = 14
- Top = 79
- Width = 31
- Height = 16
- Caption = 'Alt 4'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label5: TLabel
- Left = 14
- Top = 102
- Width = 31
- Height = 16
- Caption = 'Alt 5'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label6: TLabel
- Left = 14
- Top = 125
- Width = 31
- Height = 16
- Caption = 'Alt 6'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label7: TLabel
- Left = 14
- Top = 148
- Width = 31
- Height = 16
- Caption = 'Alt 7'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label8: TLabel
- Left = 14
- Top = 172
- Width = 31
- Height = 16
- Caption = 'Alt 8'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label9: TLabel
- Left = 14
- Top = 196
- Width = 31
- Height = 16
- Caption = 'Alt 9'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Label10: TLabel
- Left = 14
- Top = 219
- Width = 31
- Height = 16
- Caption = 'Alt 0'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlue
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- end
- object Alt1: TEdit
- Left = 54
- Top = 4
- Width = 454
- Height = 21
- TabOrder = 0
- end
- object Alt2: TEdit
- Left = 54
- Top = 27
- Width = 454
- Height = 21
- TabOrder = 1
- end
- object Alt3: TEdit
- Left = 54
- Top = 51
- Width = 454
- Height = 21
- TabOrder = 2
- end
- object Alt4: TEdit
- Left = 54
- Top = 75
- Width = 454
- Height = 21
- TabOrder = 3
- end
- object Alt5: TEdit
- Left = 54
- Top = 98
- Width = 454
- Height = 21
- TabOrder = 4
- end
- object HelpBtn: TButton
- Left = 513
- Top = 179
- Width = 40
- Height = 20
- Caption = 'Help'
- TabOrder = 5
- OnClick = HelpBtnClick
- end
- object DoneBtn: TButton
- Left = 513
- Top = 213
- Width = 40
- Height = 20
- Caption = 'Done'
- TabOrder = 6
- OnClick = DoneBtnClick
- end
- object Alt6: TEdit
- Left = 54
- Top = 121
- Width = 454
- Height = 21
- TabOrder = 7
- end
- object Alt7: TEdit
- Left = 54
- Top = 144
- Width = 454
- Height = 21
- TabOrder = 8
- end
- object Alt8: TEdit
- Left = 54
- Top = 168
- Width = 454
- Height = 21
- TabOrder = 9
- end
- object Alt9: TEdit
- Left = 54
- Top = 192
- Width = 454
- Height = 21
- TabOrder = 10
- end
- object Alt0: TEdit
- Left = 54
- Top = 215
- Width = 454
- Height = 21
- TabOrder = 11
- end
- end
-