74 lines
1.4 KiB
Plaintext
74 lines
1.4 KiB
Plaintext
object fmKeyOpt: TfmKeyOpt
|
|
Left = 464
|
|
Height = 160
|
|
Top = 241
|
|
Width = 291
|
|
BorderStyle = bsDialog
|
|
Caption = 'Hotkey'
|
|
ClientHeight = 160
|
|
ClientWidth = 291
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '1.4.0.2'
|
|
object ButtonPanel1: TButtonPanel
|
|
Left = 6
|
|
Height = 33
|
|
Top = 121
|
|
Width = 279
|
|
OKButton.Name = 'OKButton'
|
|
OKButton.DefaultCaption = True
|
|
HelpButton.Name = 'HelpButton'
|
|
HelpButton.DefaultCaption = True
|
|
CloseButton.Name = 'CloseButton'
|
|
CloseButton.Caption = 'Clear key'
|
|
CloseButton.DefaultCaption = False
|
|
CancelButton.Name = 'CancelButton'
|
|
CancelButton.DefaultCaption = True
|
|
TabOrder = 5
|
|
ShowButtons = [pbOK, pbCancel, pbClose]
|
|
ShowGlyphs = []
|
|
end
|
|
object chkCtrl: TCheckBox
|
|
Left = 24
|
|
Height = 19
|
|
Top = 16
|
|
Width = 39
|
|
Caption = 'Ctrl'
|
|
TabOrder = 0
|
|
end
|
|
object chkAlt: TCheckBox
|
|
Left = 24
|
|
Height = 19
|
|
Top = 40
|
|
Width = 35
|
|
Caption = 'Alt'
|
|
TabOrder = 1
|
|
end
|
|
object chkShift: TCheckBox
|
|
Left = 24
|
|
Height = 19
|
|
Top = 64
|
|
Width = 44
|
|
Caption = 'Shift'
|
|
TabOrder = 2
|
|
end
|
|
object chkMeta: TCheckBox
|
|
Left = 24
|
|
Height = 19
|
|
Top = 88
|
|
Width = 47
|
|
Caption = 'Meta'
|
|
TabOrder = 3
|
|
end
|
|
object ed: TComboBox
|
|
Left = 112
|
|
Height = 23
|
|
Top = 48
|
|
Width = 112
|
|
DropDownCount = 30
|
|
ItemHeight = 15
|
|
Style = csDropDownList
|
|
TabOrder = 4
|
|
end
|
|
end
|