home *** CD-ROM | disk | FTP | other *** search
- object Form4: TForm4
- Left = 200
- Top = 108
- Width = 170
- Height = 270
- BorderStyle = bsSizeToolWin
- Caption = 'Browse for Pic'
- Color = clNavy
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnActivate = FormActivate
- OnClose = FormClose
- PixelsPerInch = 96
- TextHeight = 13
- object DriveComboBox1: TDriveComboBox
- Left = 8
- Top = 8
- Width = 145
- Height = 19
- DirList = DirectoryListBox1
- TabOrder = 0
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 8
- Top = 32
- Width = 145
- Height = 97
- FileList = FileListBox1
- ItemHeight = 16
- TabOrder = 1
- end
- object FileListBox1: TFileListBox
- Left = 8
- Top = 136
- Width = 145
- Height = 97
- ItemHeight = 13
- Mask = '*.bmp'
- TabOrder = 2
- OnDblClick = FileListBox1DblClick
- end
- end
-