home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip: Shareware for Win 95
/
Chip-Shareware-Win95.bin
/
komunik
/
webedit
/
data.z
/
wewiz32j.wem
/
0
/
RCDATA
/
TFRMTCMAIN
/
TFRMTCMAIN.txt
< prev
Wrap
Text File
|
1996-10-14
|
2KB
|
76 lines
object frmTCMain: TfrmTCMain
Left = 240
Top = 250
Width = 361
Height = 314
BorderIcons = [biSystemMenu]
Caption = 'WebEdit HTML Tag Checker'
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Icon.Data = {<image000.ico>}
Position = poDefault
OnClose = FormClose
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Panel1: TPanel
Left = 0
Top = 0
Width = 353
Height = 76
Align = alTop
TabOrder = 0
object rgDTD: TRadioGroup
Left = 8
Top = 3
Width = 252
Height = 67
Hint = 'HTML standard to check document against'
Caption = 'HTML Standard'
Columns = 2
ItemIndex = 0
Items.Strings = (
'&HTML 2.0'
'Netscape &1.1'
'Netscape &2.0'
'Internet &Explorer 2.0'
'Internet E&xplorer 3.0')
ParentShowHint = False
ShowHint = True
TabOrder = 0
OnClick = rgDTDClick
end
object btnTest: TButton
Left = 267
Top = 28
Width = 75
Height = 25
Hint = 'Push to test'
Caption = '&Check'
ParentShowHint = False
ShowHint = False
TabOrder = 1
OnClick = btnTestClick
end
end
object memDisplay: TMemo
Left = 0
Top = 76
Width = 353
Height = 214
Align = alClient
ScrollBars = ssBoth
TabOrder = 1
OnDblClick = memDisplayDblClick
OnMouseDown = memDisplayMouseDown
end
object Lexer: THTMLLexer
DTD = html2
ShowDebug = False
Left = 228
Top = 12
end
end