object Form1: TForm1
Left = 384
Height = 184
Top = 318
Width = 221
BorderStyle = bsDialog
Caption = 'EXTOHTML'
ClientHeight = 184
ClientWidth = 221
Color = clBtnFace
Font.Color = clBlack
Position = poScreenCenter
LCLVersion = '1.9.0.0'
object Label1: TLabel
Left = 10
Height = 15
Top = 12
Width = 49
Caption = 'Input File'
ParentColor = False
end
object Label2: TLabel
Left = 10
Height = 15
Top = 59
Width = 59
Caption = 'Output File'
ParentColor = False
end
object SpeedButton1: TSpeedButton
Left = 184
Height = 25
Top = 28
Width = 25
OnClick = GetFileClick
end
object SpeedButton2: TSpeedButton
Left = 183
Height = 25
Top = 75
Width = 25
OnClick = GetFileClick
end
object Label3: TLabel
Left = 10
Height = 15
Top = 115
Width = 41
Caption = 'Waiting'
ParentColor = False
end
object Button1: TButton
Left = 66
Height = 25
Top = 147
Width = 75
Caption = 'Convert'
OnClick = Button1Click
TabOrder = 2
end
object Edit1: TEdit
Left = 10
Height = 23
Top = 29
Width = 169
TabOrder = 0
Text = '..\..\source\run/sttohtml.pas'
end
object Edit2: TEdit
Left = 10
Height = 23
Top = 76
Width = 168
TabOrder = 1
Text = 'out.htm'
end
object StFileToHTML1: TStFileToHTML
CommentMarkers.Strings = (
'//=;;'
'(*=*);;'
'/*=*/;;'
'{=};;'
)
EmbeddedHTML.Strings = (
'"="'
'&=&'
'<=<'
'>=>'
'¡=¡'
'¢=¢'
'£=£'
'©=©'
'®=®'
'±=±'
'¼=¼'
'½=½'
'¾=¾'
'÷=÷'
)
Keywords.Strings = (
'and=;'
'array=;'
'as=;'
'asm=;'
'begin=;'
'case=;'
'class=;'
'const=;'
'constructor=;'
'destructor=;'
'dispinterface=;'
'div=;'
'do=;'
'downto=;'
'else=;'
'end=;'
'except=;'
'exports=;'
'file=;'
'finalization=;'
'finally=;'
'for=;'
'function=;'
'goto=;'
'if=;'
'implementation=;'
'in=;'
'inherited=;'
'initialization=;'
'inline=;'
'interface=;'
'is=;'
'label=;'
'library=;'
'mod=;'
'nil=;'
'not=;'
'object=;'
'of=;'
'or=;'
'out=;'
'packed=;'
'procedure=;'
'program=;'
'property=;'
'protected=;'
'public=;'
'raise=;'
'record=;'
'repeat=;'
'resourcestring=;'
'set=;'
'shl=;'
'shr=;'
'string=;'
'then=;'
'thread=;'
'var=;'
'to=;'
'try=;'
'type=;'
'unit=;'
'until=;'
'uses=;'
'var=;'
'while=;'
'with=;'
)
OnProgress = StFileToHTML1Progress
StringMarkers.Strings = (
'"=";;'
'''='';;'
)
WordDelimiters = ',; .()'
left = 133
top = 1
end
object OpenDialog1: TOpenDialog
Filter = 'Pascal files (*.pas)|*.pas|C++ files (*.cpp)|*.cpp|All files (*.*)|*.*'
Options = [ofOverwritePrompt, ofPathMustExist]
left = 97
top = 65535
end
end