home *** CD-ROM | disk | FTP | other *** search
/ PC Shareware 1997 June / PC_Shareware-1997-06.iso / programy / binclk / _setup.1 / BinaryClock.exe / 0 / RCDATA / TFORM4 / TFORM4.txt
Encoding:
Text File  |  1997-04-12  |  862 b   |  45 lines

  1. object Form4: TForm4
  2.   Left = 200
  3.   Top = 108
  4.   Width = 170
  5.   Height = 270
  6.   BorderStyle = bsSizeToolWin
  7.   Caption = 'Browse for Pic'
  8.   Color = clNavy
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OnActivate = FormActivate
  14.   OnClose = FormClose
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object DriveComboBox1: TDriveComboBox
  18.     Left = 8
  19.     Top = 8
  20.     Width = 145
  21.     Height = 19
  22.     DirList = DirectoryListBox1
  23.     TabOrder = 0
  24.   end
  25.   object DirectoryListBox1: TDirectoryListBox
  26.     Left = 8
  27.     Top = 32
  28.     Width = 145
  29.     Height = 97
  30.     FileList = FileListBox1
  31.     ItemHeight = 16
  32.     TabOrder = 1
  33.   end
  34.   object FileListBox1: TFileListBox
  35.     Left = 8
  36.     Top = 136
  37.     Width = 145
  38.     Height = 97
  39.     ItemHeight = 13
  40.     Mask = '*.bmp'
  41.     TabOrder = 2
  42.     OnDblClick = FileListBox1DblClick
  43.   end
  44. end
  45.