home *** CD-ROM | disk | FTP | other *** search
- object frmDIBFileLoader: TfrmDIBFileLoader
- Left = 230
- Top = 116
- BorderStyle = bsDialog
- Caption = 'DIB File Loader'
- ClientHeight = 271
- ClientWidth = 408
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object FileListBox1: TFileListBox
- Left = 232
- Top = 104
- Width = 169
- Height = 97
- ItemHeight = 13
- Mask = '*.BMP'
- TabOrder = 0
- OnClick = FileListBox1Click
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 232
- Top = 8
- Width = 169
- Height = 89
- FileList = FileListBox1
- ItemHeight = 16
- TabOrder = 1
- end
- object DriveComboBox1: TDriveComboBox
- Left = 232
- Top = 208
- Width = 169
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 2
- end
- object pbCancel: TButton
- Left = 304
- Top = 240
- Width = 99
- Height = 25
- Cancel = True
- Caption = '&Cancel'
- ModalResult = 2
- TabOrder = 3
- end
- object pbLoad: TButton
- Left = 200
- Top = 240
- Width = 99
- Height = 25
- Caption = '&Load'
- Default = True
- ModalResult = 1
- TabOrder = 4
- end
- object ScrollBox1: TScrollBox
- Left = 8
- Top = 8
- Width = 217
- Height = 217
- TabOrder = 5
- object Image1: TImage
- Left = 0
- Top = 0
- Width = 200
- Height = 200
- AutoSize = True
- end
- end
- end
-