home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 June
/
PCWorld_1999-06_cd.bin
/
Komunik
/
Atomnet
/
atomnet.exe
/
convert.exe
/
0
/
RCDATA
/
TFORM1
/
TFORM1.txt
Wrap
Text File
|
1999-04-05
|
1KB
|
51 lines
object Form1: TForm1
Left = 376
Top = 270
Width = 279
Height = 304
BorderStyle = bsSizeToolWin
Caption = 'Remove "<IMG SRC path"'
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
PixelsPerInch = 96
TextHeight = 13
object Memo1: TMemo
Left = 0
Top = 0
Width = 271
Height = 49
Align = alTop
Alignment = taCenter
BorderStyle = bsNone
Lines.Strings = (
''
'Only the selected files will be modified.'
'The path will be removed from all <IMG SRC ... tags.')
ParentColor = True
ReadOnly = True
TabOrder = 1
end
object Button1: TButton
Left = 59
Top = 50
Width = 152
Height = 25
Caption = 'Open and process'
TabOrder = 0
OnClick = Button1Click
end
object OpenDialog1: TOpenDialog
DefaultExt = '*.htm;*.html'
FileEditStyle = fsEdit
Filter = 'Archivos HTM|*.htm;*.html'
Options = [ofAllowMultiSelect]
Left = 327
Top = 26
end
end