home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 February
/
PCWorld_1999-02_cd.bin
/
temacd
/
HotKeys
/
hkError.dfm
/
hkError.txt
Wrap
Text File
|
1998-08-14
|
1KB
|
68 lines
object frmHotkeyError: TfrmHotkeyError
Left = 238
Top = 197
BorderStyle = bsDialog
Caption = 'Hotkey definition error'
ClientHeight = 121
ClientWidth = 260
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
PixelsPerInch = 96
TextHeight = 13
object lblHotkeyUsed: TLabel
Left = 12
Top = 8
Width = 173
Height = 13
Caption = 'This hotkey combination is in use by '
end
object lblEntry: TLabel
Left = 12
Top = 24
Width = 106
Height = 13
Caption = '<conflicting entry>'
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = [fsBold]
ParentFont = False
end
object lblDescription: TLabel
Left = 12
Top = 48
Width = 241
Height = 29
AutoSize = False
Caption =
'If you continue, only one of the hotkey combinations will be act' +
'ive'
WordWrap = True
end
object btnCancel: TButton
Left = 130
Top = 88
Width = 75
Height = 25
Cancel = True
Caption = 'Reset'
ModalResult = 2
TabOrder = 0
end
object btnOk: TButton
Left = 50
Top = 88
Width = 75
Height = 25
Caption = 'Continue'
Default = True
ModalResult = 1
TabOrder = 1
end
end