home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 October / Chip_2001-10_cd1.bin / zkuste / delphi / nastroje / RTF2HTML.ZIP / r2hform.dfm / r2hform.txt
Text File  |  1998-07-08  |  1KB  |  59 lines

  1. object Form1: TForm1
  2.   Left = 364
  3.   Top = 192
  4.   BorderStyle = bsDialog
  5.   Caption = 'Form1'
  6.   ClientHeight = 231
  7.   ClientWidth = 367
  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 = 177
  19.     Height = 161
  20.     ItemHeight = 16
  21.     TabOrder = 0
  22.     OnChange = DirectoryListBox1Change
  23.   end
  24.   object FileListBox1: TFileListBox
  25.     Left = 192
  26.     Top = 8
  27.     Width = 169
  28.     Height = 185
  29.     ItemHeight = 13
  30.     TabOrder = 1
  31.     OnDblClick = FileListBox1DblClick
  32.   end
  33.   object DriveComboBox1: TDriveComboBox
  34.     Left = 8
  35.     Top = 8
  36.     Width = 177
  37.     Height = 19
  38.     TabOrder = 2
  39.     OnChange = DriveComboBox1Change
  40.   end
  41.   object ConvBtn: TBitBtn
  42.     Left = 8
  43.     Top = 200
  44.     Width = 75
  45.     Height = 25
  46.     TabOrder = 3
  47.     OnClick = ConvBtnClick
  48.     Kind = bkOK
  49.   end
  50.   object ExitBtn: TBitBtn
  51.     Left = 288
  52.     Top = 200
  53.     Width = 75
  54.     Height = 25
  55.     TabOrder = 4
  56.     Kind = bkClose
  57.   end
  58. end
  59.