home *** CD-ROM | disk | FTP | other *** search
- object EditKeyDlg: TEditKeyDlg
- Left = 248
- Top = 127
- ActiveControl = VKList
- BorderStyle = bsDialog
- Caption = 'Edit Key Editor'
- ClientHeight = 179
- ClientWidth = 388
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- OnCreate = FormCreate
- TextHeight = 13
- object Bevel1: TBevel
- Left = 16
- Top = 9
- Width = 281
- Height = 161
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 20
- Top = 17
- Width = 95
- Height = 13
- Caption = '&Virtual Key Code'
- FocusControl = VKList
- end
- object OKBtn: TBitBtn
- Left = 301
- Top = 10
- Width = 77
- Height = 27
- TabOrder = 2
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 300
- Top = 40
- Width = 77
- Height = 27
- TabOrder = 3
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object VKList: TComboBox
- Left = 27
- Top = 37
- Width = 134
- Height = 21
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 0
- end
- object GroupBox1: TGroupBox
- Left = 29
- Top = 74
- Width = 180
- Height = 85
- Caption = 'Modifier Key:'
- TabOrder = 1
- object ShiftKey: TCheckBox
- Left = 8
- Top = 18
- Width = 97
- Height = 17
- Caption = '&Shift Key'
- TabOrder = 0
- end
- object ControlKey: TCheckBox
- Left = 8
- Top = 41
- Width = 97
- Height = 17
- Caption = '&Control Key'
- TabOrder = 1
- end
- object QuickKey: TCheckBox
- Left = 9
- Top = 63
- Width = 97
- Height = 17
- Caption = '&Quick Key'
- TabOrder = 2
- end
- end
- end
-