home *** CD-ROM | disk | FTP | other *** search
/ internet.au CDrom 42 / NETCD42.iso / web / w95 / hm5ev.exe / data1.cab / Program_Top / SQCBldr.dll / RCDATA / THTMLPROBLEM / THTMLPROBLEM.txt
Encoding:
Text File  |  1998-11-03  |  1.5 KB  |  73 lines

  1. object HTMLProblem: THTMLProblem
  2.   Left = 243
  3.   Top = 118
  4.   BorderStyle = bsDialog
  5.   Caption = 'HTML Problem'
  6.   ClientHeight = 157
  7.   ClientWidth = 350
  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 Label9: TLabel
  17.     Left = 16
  18.     Top = 16
  19.     Width = 249
  20.     Height = 13
  21.     Caption = 'There are problems with the HTML in this document.'
  22.   end
  23.   object Label1: TLabel
  24.     Left = 16
  25.     Top = 40
  26.     Width = 299
  27.     Height = 26
  28.     Caption = 
  29.       'If you have some familiarity with HTML, you can use the HTML Wiz' +
  30.       'ard to help you correct the problem.'
  31.     WordWrap = True
  32.   end
  33.   object Label2: TLabel
  34.     Left = 16
  35.     Top = 80
  36.     Width = 310
  37.     Height = 26
  38.     Caption = 
  39.       'If you choose Auto Correct, HoTMetaL PRO will attempt to fix the' +
  40.       ' problem for you.'
  41.     WordWrap = True
  42.   end
  43.   object HTMLWizBtn: TButton
  44.     Left = 120
  45.     Top = 128
  46.     Width = 105
  47.     Height = 25
  48.     Caption = '&HTML Wizard...'
  49.     TabOrder = 1
  50.     OnClick = HTMLWizBtnClick
  51.   end
  52.   object AutoCorrectBtn: TButton
  53.     Left = 8
  54.     Top = 128
  55.     Width = 105
  56.     Height = 25
  57.     Caption = '&Auto Correct'
  58.     Default = True
  59.     TabOrder = 0
  60.     OnClick = AutoCorrectBtnClick
  61.   end
  62.   object CancelBtn: TButton
  63.     Left = 240
  64.     Top = 128
  65.     Width = 105
  66.     Height = 25
  67.     Cancel = True
  68.     Caption = 'Cancel'
  69.     TabOrder = 2
  70.     OnClick = CancelBtnClick
  71.   end
  72. end
  73.