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
Text File  |  1999-04-05  |  1KB  |  51 lines

  1. object Form1: TForm1
  2.   Left = 376
  3.   Top = 270
  4.   Width = 279
  5.   Height = 304
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Remove "<IMG SRC path"'
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnClose = FormClose
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Memo1: TMemo
  18.     Left = 0
  19.     Top = 0
  20.     Width = 271
  21.     Height = 49
  22.     Align = alTop
  23.     Alignment = taCenter
  24.     BorderStyle = bsNone
  25.     Lines.Strings = (
  26.       ''
  27.       'Only the selected files will be modified.'
  28.       'The path will be removed from all <IMG SRC ... tags.')
  29.     ParentColor = True
  30.     ReadOnly = True
  31.     TabOrder = 1
  32.   end
  33.   object Button1: TButton
  34.     Left = 59
  35.     Top = 50
  36.     Width = 152
  37.     Height = 25
  38.     Caption = 'Open and process'
  39.     TabOrder = 0
  40.     OnClick = Button1Click
  41.   end
  42.   object OpenDialog1: TOpenDialog
  43.     DefaultExt = '*.htm;*.html'
  44.     FileEditStyle = fsEdit
  45.     Filter = 'Archivos HTM|*.htm;*.html'
  46.     Options = [ofAllowMultiSelect]
  47.     Left = 327
  48.     Top = 26
  49.   end
  50. end
  51.