home *** CD-ROM | disk | FTP | other *** search
- object SearchDlg: TSearchDlg
- Left = 54
- Top = 120
- ActiveControl = OKBtn
- BorderStyle = bsDialog
- Caption = 'New Search'
- ClientHeight = 370
- ClientWidth = 388
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clBlack
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- Position = poScreenCenter
- ShowHint = True
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Bevel1: TBevel
- Left = 8
- Top = 48
- Width = 281
- Height = 313
- Shape = bsFrame
- IsControl = True
- end
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 190
- Height = 13
- Caption = 'Start Search From This Directory:'
- end
- object OKBtn: TBitBtn
- Left = 300
- Top = 264
- Width = 77
- Height = 27
- Hint = 'Start Searching'
- Caption = '&Go'
- TabOrder = 0
- OnClick = OKBtnClick
- Kind = bkOK
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object CancelBtn: TBitBtn
- Left = 300
- Top = 296
- Width = 77
- Height = 27
- Hint = 'Cancel Search'
- Caption = '&Cancel'
- TabOrder = 1
- Kind = bkCancel
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object HelpBtn: TBitBtn
- Left = 300
- Top = 328
- Width = 77
- Height = 27
- Hint = 'Display Help Window'
- TabOrder = 2
- OnClick = HelpBtnClick
- Kind = bkHelp
- Margin = 2
- Spacing = -1
- IsControl = True
- end
- object DirectoryListBox1: TDirectoryListBox
- Left = 24
- Top = 88
- Width = 257
- Height = 265
- Hint = 'Double Click To Select Directory'
- ItemHeight = 16
- TabOrder = 3
- OnChange = DirectoryListBox1Change
- end
- object DriveComboBox1: TDriveComboBox
- Left = 24
- Top = 56
- Width = 257
- Height = 19
- Hint = 'Select Disk Drive'
- DirList = DirectoryListBox1
- TabOrder = 4
- end
- object DirEdit: TEdit
- Left = 8
- Top = 24
- Width = 369
- Height = 21
- TabOrder = 5
- end
- end
-