home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / RTF2HTML.ZIP / Rtf2html.exe / 0 / RCDATA / TFORM1 / TFORM1.txt
Text File  |  1998-06-25  |  1KB  |  58 lines

  1. object Form1: TForm1
  2.   Left = 188
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form1'
  6.   ClientHeight = 231
  7.   ClientWidth = 314
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object DirectoryListBox1: TDirectoryListBox
  16.     Left = 8
  17.     Top = 32
  18.     Width = 145
  19.     Height = 161
  20.     ItemHeight = 16
  21.     TabOrder = 0
  22.     OnChange = DirectoryListBox1Change
  23.   end
  24.   object FileListBox1: TFileListBox
  25.     Left = 160
  26.     Top = 8
  27.     Width = 145
  28.     Height = 185
  29.     ItemHeight = 13
  30.     TabOrder = 1
  31.   end
  32.   object DriveComboBox1: TDriveComboBox
  33.     Left = 8
  34.     Top = 8
  35.     Width = 145
  36.     Height = 19
  37.     TabOrder = 2
  38.     OnChange = DriveComboBox1Change
  39.   end
  40.   object ConvBtn: TBitBtn
  41.     Left = 8
  42.     Top = 200
  43.     Width = 75
  44.     Height = 25
  45.     TabOrder = 3
  46.     OnClick = ConvBtnClick
  47.     Kind = bkOK
  48.   end
  49.   object ExitBtn: TBitBtn
  50.     Left = 232
  51.     Top = 200
  52.     Width = 75
  53.     Height = 25
  54.     TabOrder = 4
  55.     Kind = bkClose
  56.   end
  57. end
  58.