home *** CD-ROM | disk | FTP | other *** search
- object SelectFileDlg: TSelectFileDlg
- Left = 244
- Top = 129
- ActiveControl = FileName
- BorderStyle = bsDialog
- Caption = 'Select File'
- ClientHeight = 179
- ClientWidth = 329
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- PixelsPerInch = 96
- Position = poScreenCenter
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 8
- Width = 225
- Height = 161
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 16
- Top = 16
- Width = 61
- Height = 13
- Caption = 'File Name:'
- end
- object OKBtn: TBitBtn
- Left = 244
- Top = 8
- Width = 77
- Height = 27
- TabOrder = 0
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 244
- Top = 40
- Width = 77
- Height = 27
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object FileName: TEdit
- Left = 16
- Top = 32
- Width = 201
- Height = 20
- TabOrder = 2
- Text = '*.*'
- end
- object FileListBox1: TFileListBox
- Left = 16
- Top = 72
- Width = 201
- Height = 89
- FileEdit = FileName
- ItemHeight = 13
- TabOrder = 3
- end
- object BitBtn1: TBitBtn
- Left = 244
- Top = 72
- Width = 77
- Height = 27
- TabOrder = 4
- OnClick = BitBtn1Click
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- end
-