home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / ruzne / rzcomps.exe / DEMO / FILEFRM.DF_ / FILEFRM.DF / FILEFRM.txt
Text File  |  1996-10-18  |  1KB  |  55 lines

  1. object FrmSelectFile: TFrmSelectFile
  2.   Left = 200
  3.   Top = 99
  4.   BorderStyle = bsDialog
  5.   Caption = 'Select a File'
  6.   ClientHeight = 258
  7.   ClientWidth = 377
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   Position = poScreenCenter
  14.   TextHeight = 13
  15.   object RzDirectoryListBox1: TRzDirectoryListBox
  16.     Left = 168
  17.     Top = 36
  18.     Width = 145
  19.     Height = 105
  20.     ItemHeight = 17
  21.     TabOrder = 0
  22.   end
  23.   object RzFileListBox1: TRzFileListBox
  24.     Left = 12
  25.     Top = 36
  26.     Width = 145
  27.     Height = 133
  28.     ItemHeight = 13
  29.     TabOrder = 1
  30.   end
  31.   object RzDriveComboBox1: TRzDriveComboBox
  32.     Left = 168
  33.     Top = 148
  34.     Width = 145
  35.     Height = 22
  36.     TabOrder = 2
  37.   end
  38.   object BtnOK: TButton
  39.     Left = 208
  40.     Top = 220
  41.     Width = 81
  42.     Height = 25
  43.     Caption = 'BtnOK'
  44.     TabOrder = 3
  45.   end
  46.   object BtnCancel: TButton
  47.     Left = 300
  48.     Top = 216
  49.     Width = 65
  50.     Height = 29
  51.     Caption = 'BtnCancel'
  52.     TabOrder = 4
  53.   end
  54. end
  55.