home *** CD-ROM | disk | FTP | other *** search
- object frmSearch: TfrmSearch
- Left = 352
- Top = 239
- BorderStyle = bsDialog
- Caption = 'UltimateZip Search'
- ClientHeight = 117
- ClientWidth = 366
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- OnActivate = FormActivate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 8
- Top = 8
- Width = 265
- Height = 41
- AutoSize = False
- Caption =
- 'UltimateZip can scan your hard drives for archive files. Please ' +
- 'choose a disk.'
- WordWrap = True
- end
- object lblPath: TPathLabel
- Left = 8
- Top = 96
- Width = 265
- Height = 13
- AutoSize = False
- end
- object Label3: TLabel
- Left = 8
- Top = 45
- Width = 50
- Height = 13
- Caption = 'Scan &disk:'
- FocusControl = drCombo
- end
- object lblFound: TLabel
- Left = 8
- Top = 72
- Width = 3
- Height = 13
- end
- object Button1: TButton
- Left = 288
- Top = 16
- Width = 75
- Height = 25
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 0
- OnClick = Button1Click
- end
- object Button2: TButton
- Left = 288
- Top = 48
- Width = 75
- Height = 25
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object rbFind: TRadioButton
- Left = 40
- Top = 168
- Width = 201
- Height = 17
- Caption = '&Let me find it (not automatic)'
- TabOrder = 2
- Visible = False
- end
- object rbScanDisk: TRadioButton
- Left = 40
- Top = 168
- Width = 81
- Height = 17
- Caption = 'Search &disk:'
- TabOrder = 3
- Visible = False
- end
- object drCombo: TNewDriveComboBox
- Left = 80
- Top = 40
- Width = 193
- Height = 22
- TabOrder = 4
- TextCase = tcUpperCase
- end
- object FormCenter1: TFormCenter
- Center = True
- Left = 296
- Top = 80
- end
- object odOpen: TOpenDialog
- Filter =
- 'Blak Hole files|*.bh|Cabinet files|*.cab|GZip files|*.gz|Jar fil' +
- 'es|*.jar|Lha files|*.lha; *.lzh|Tar files|*.tar|Zip files|*.zip'
- FilterIndex = 7
- Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing]
- Title = 'Select Archive File'
- Left = 328
- Top = 120
- end
- end
-