home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 277
- Top = 34
- BorderStyle = bsDialog
- Caption = 'Bitmap-Selection'
- ClientHeight = 171
- ClientWidth = 412
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- FormStyle = fsStayOnTop
- PixelsPerInch = 96
- Position = poDefault
- TextHeight = 16
- object DirectoryListBox1: TDirectoryListBox
- Left = 7
- Top = 36
- Width = 168
- Height = 122
- FileList = FileListBox1
- ItemHeight = 16
- TabOrder = 0
- end
- object FileListBox1: TFileListBox
- Left = 181
- Top = 7
- Width = 225
- Height = 152
- ItemHeight = 16
- Mask = '*.bmp'
- TabOrder = 1
- OnChange = FileListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 6
- Width = 165
- Height = 22
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- end
-