home *** CD-ROM | disk | FTP | other *** search
- object HTMLProblem: THTMLProblem
- Left = 243
- Top = 118
- BorderStyle = bsDialog
- Caption = 'HTML Problem'
- ClientHeight = 157
- ClientWidth = 350
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- PixelsPerInch = 96
- TextHeight = 13
- object Label9: TLabel
- Left = 16
- Top = 16
- Width = 249
- Height = 13
- Caption = 'There are problems with the HTML in this document.'
- end
- object Label1: TLabel
- Left = 16
- Top = 40
- Width = 299
- Height = 26
- Caption =
- 'If you have some familiarity with HTML, you can use the HTML Wiz' +
- 'ard to help you correct the problem.'
- WordWrap = True
- end
- object Label2: TLabel
- Left = 16
- Top = 80
- Width = 310
- Height = 26
- Caption =
- 'If you choose Auto Correct, HoTMetaL PRO will attempt to fix the' +
- ' problem for you.'
- WordWrap = True
- end
- object HTMLWizBtn: TButton
- Left = 120
- Top = 128
- Width = 105
- Height = 25
- Caption = '&HTML Wizard...'
- TabOrder = 1
- OnClick = HTMLWizBtnClick
- end
- object AutoCorrectBtn: TButton
- Left = 8
- Top = 128
- Width = 105
- Height = 25
- Caption = '&Auto Correct'
- Default = True
- TabOrder = 0
- OnClick = AutoCorrectBtnClick
- end
- object CancelBtn: TButton
- Left = 240
- Top = 128
- Width = 105
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- TabOrder = 2
- OnClick = CancelBtnClick
- end
- end
-