home *** CD-ROM | disk | FTP | other *** search
/ PC World 1999 February / PCWorld_1999-02_cd.bin / temacd / HotKeys / hkError.dfm / hkError.txt
Text File  |  1998-08-14  |  1KB  |  68 lines

  1. object frmHotkeyError: TfrmHotkeyError
  2.   Left = 238
  3.   Top = 197
  4.   BorderStyle = bsDialog
  5.   Caption = 'Hotkey definition error'
  6.   ClientHeight = 121
  7.   ClientWidth = 260
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object lblHotkeyUsed: TLabel
  17.     Left = 12
  18.     Top = 8
  19.     Width = 173
  20.     Height = 13
  21.     Caption = 'This hotkey combination is in use by '
  22.   end
  23.   object lblEntry: TLabel
  24.     Left = 12
  25.     Top = 24
  26.     Width = 106
  27.     Height = 13
  28.     Caption = '<conflicting entry>'
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = [fsBold]
  34.     ParentFont = False
  35.   end
  36.   object lblDescription: TLabel
  37.     Left = 12
  38.     Top = 48
  39.     Width = 241
  40.     Height = 29
  41.     AutoSize = False
  42.     Caption = 
  43.       'If you continue, only one of the hotkey combinations will be act' +
  44.       'ive'
  45.     WordWrap = True
  46.   end
  47.   object btnCancel: TButton
  48.     Left = 130
  49.     Top = 88
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Reset'
  54.     ModalResult = 2
  55.     TabOrder = 0
  56.   end
  57.   object btnOk: TButton
  58.     Left = 50
  59.     Top = 88
  60.     Width = 75
  61.     Height = 25
  62.     Caption = 'Continue'
  63.     Default = True
  64.     ModalResult = 1
  65.     TabOrder = 1
  66.   end
  67. end
  68.