home *** CD-ROM | disk | FTP | other *** search
/ BUG 15 / BUGCD1998_06.ISO / desktop / hotkey / hotkey95.exe / Source / hkError.dfm / hkError.txt
Text File  |  1998-01-30  |  1KB  |  67 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.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object lblHotkeyUsed: TLabel
  16.     Left = 12
  17.     Top = 8
  18.     Width = 173
  19.     Height = 13
  20.     Caption = 'This hotkey combination is in use by '
  21.   end
  22.   object lblEntry: TLabel
  23.     Left = 12
  24.     Top = 24
  25.     Width = 106
  26.     Height = 13
  27.     Caption = '<conflicting entry>'
  28.     Font.Charset = DEFAULT_CHARSET
  29.     Font.Color = clWindowText
  30.     Font.Height = -11
  31.     Font.Name = 'MS Sans Serif'
  32.     Font.Style = [fsBold]
  33.     ParentFont = False
  34.   end
  35.   object lblDescription: TLabel
  36.     Left = 12
  37.     Top = 48
  38.     Width = 241
  39.     Height = 29
  40.     AutoSize = False
  41.     Caption = 
  42.       'If you continue, only one of the hotkey combinations will be act' +
  43.       'ive'
  44.     WordWrap = True
  45.   end
  46.   object btnCancel: TButton
  47.     Left = 130
  48.     Top = 88
  49.     Width = 75
  50.     Height = 25
  51.     Cancel = True
  52.     Caption = 'Reset'
  53.     ModalResult = 2
  54.     TabOrder = 0
  55.   end
  56.   object btnOk: TButton
  57.     Left = 50
  58.     Top = 88
  59.     Width = 75
  60.     Height = 25
  61.     Caption = 'Continue'
  62.     Default = True
  63.     ModalResult = 1
  64.     TabOrder = 1
  65.   end
  66. end
  67.