home *** CD-ROM | disk | FTP | other *** search
/ Chip: Shareware for Win 95 / Chip-Shareware-Win95.bin / ostatni / delphi / delphi1 / lmdtoolb.exe / demos / bitmap / unit1.dfm / unit1.txt
Encoding:
Text File  |  1995-09-08  |  843 b   |  44 lines

  1. object Form1: TForm1
  2.   Left = 277
  3.   Top = 34
  4.   BorderStyle = bsDialog
  5.   Caption = 'Bitmap-Selection'
  6.   ClientHeight = 171
  7.   ClientWidth = 412
  8.   Font.Color = clWindowText
  9.   Font.Height = -13
  10.   Font.Name = 'System'
  11.   Font.Style = []
  12.   FormStyle = fsStayOnTop
  13.   PixelsPerInch = 96
  14.   Position = poDefault
  15.   TextHeight = 16
  16.   object DirectoryListBox1: TDirectoryListBox
  17.     Left = 7
  18.     Top = 36
  19.     Width = 168
  20.     Height = 122
  21.     FileList = FileListBox1
  22.     ItemHeight = 16
  23.     TabOrder = 0
  24.   end
  25.   object FileListBox1: TFileListBox
  26.     Left = 181
  27.     Top = 7
  28.     Width = 225
  29.     Height = 152
  30.     ItemHeight = 16
  31.     Mask = '*.bmp'
  32.     TabOrder = 1
  33.     OnChange = FileListBox1Change
  34.   end
  35.   object DriveComboBox1: TDriveComboBox
  36.     Left = 8
  37.     Top = 6
  38.     Width = 165
  39.     Height = 22
  40.     DirList = DirectoryListBox1
  41.     TabOrder = 2
  42.   end
  43. end
  44.