home *** CD-ROM | disk | FTP | other *** search
- object SearchDlgForm: TSearchDlgForm
- Left = 282
- Top = 189
- HelpContext = 1033
- BorderIcons = [biSystemMenu]
- BorderStyle = bsSingle
- BorderWidth = 3
- Caption = 'Search in Retrieved Files'
- ClientHeight = 278
- ClientWidth = 429
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = 11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Icon.Data = {<image000.ico>}
- OldCreateOrder = True
- Position = poMainFormCenter
- PrintScale = poNone
- Scaled = False
- OnActivate = FormActivate
- OnCloseQuery = FormCloseQuery
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Panel1: TPanel
- Left = 0
- Top = 240
- Width = 429
- Height = 38
- Align = alBottom
- BevelOuter = bvNone
- TabOrder = 1
- object btOk: TBitBtn
- Left = 160
- Top = 9
- Width = 77
- Height = 25
- Action = acSearch
- Caption = 'Search'
- TabOrder = 0
- Kind = bkOK
- end
- object btCancel: TBitBtn
- Left = 248
- Top = 9
- Width = 77
- Height = 25
- TabOrder = 1
- OnClick = btCancelClick
- Kind = bkCancel
- end
- object btHelp: TBitBtn
- Left = 336
- Top = 9
- Width = 75
- Height = 25
- TabOrder = 2
- Kind = bkHelp
- end
- end
- object PageControl1: TPageControl
- Left = 0
- Top = 0
- Width = 429
- Height = 240
- ActivePage = TabSheet1
- Align = alClient
- TabOrder = 0
- object TabSheet1: TTabSheet
- BorderWidth = 3
- Caption = 'General'
- object GroupBox1: TGroupBox
- Left = 0
- Top = 0
- Width = 415
- Height = 206
- Align = alClient
- Caption = 'Search for files '
- TabOrder = 0
- object Label2: TLabel
- Left = 8
- Top = 20
- Width = 65
- Height = 13
- Caption = 'URL or mask:'
- Layout = tlBottom
- end
- object Label6: TLabel
- Left = 8
- Top = 115
- Width = 298
- Height = 13
- Caption = 'Containing text (you may join keywords with boolean operators):'
- end
- object Label1: TLabel
- Left = 8
- Top = 48
- Width = 72
- Height = 13
- Caption = 'Title (bool exp):'
- Layout = tlBottom
- end
- object Label9: TLabel
- Left = 8
- Top = 84
- Width = 43
- Height = 13
- Caption = 'FileType:'
- end
- object edUrl: TEdit
- Left = 84
- Top = 16
- Width = 321
- Height = 21
- TabOrder = 0
- end
- object edTitle: TEdit
- Left = 84
- Top = 44
- Width = 321
- Height = 21
- TabOrder = 1
- end
- object mmFindText: TMemo
- Left = 8
- Top = 132
- Width = 397
- Height = 41
- TabOrder = 4
- end
- object cbFileType: TxxxComboBox
- Left = 56
- Top = 80
- Width = 117
- Height = 21
- Cursor = crArrow
- Style = csDropDownList
- ItemHeight = 13
- TabOrder = 2
- Items.Strings = (
- 'ALL'
- 'HTML'
- 'GIF'
- 'JPEG'
- 'BMP'
- 'OTHER'
- 'TEXT')
- ItemIndex = -1
- end
- object gbState: TGroupBox
- Left = 192
- Top = 68
- Width = 213
- Height = 37
- Caption = 'State'
- TabOrder = 3
- object cbQueued: TCheckBox
- Left = 144
- Top = 12
- Width = 60
- Height = 17
- Caption = 'Queued'
- Checked = True
- Color = clBtnFace
- ParentColor = False
- State = cbChecked
- TabOrder = 2
- end
- object cbSuccess: TCheckBox
- Left = 8
- Top = 12
- Width = 60
- Height = 17
- Caption = 'Success'
- Checked = True
- Color = clBtnFace
- ParentColor = False
- State = cbChecked
- TabOrder = 0
- end
- object cbError: TCheckBox
- Left = 84
- Top = 12
- Width = 47
- Height = 17
- Caption = 'Error'
- Checked = True
- Color = clBtnFace
- ParentColor = False
- State = cbChecked
- TabOrder = 1
- end
- end
- object cbAddWildcards: TCheckBox
- Left = 8
- Top = 180
- Width = 173
- Height = 17
- Caption = 'Add wildcards automatically'
- Checked = True
- State = cbChecked
- TabOrder = 5
- OnClick = cbAddWildcardsClick
- end
- end
- end
- object TabSheet2: TTabSheet
- BorderWidth = 3
- Caption = 'Advanced Search'
- ImageIndex = 1
- object GroupBox2: TGroupBox
- Left = 0
- Top = 0
- Width = 415
- Height = 206
- Align = alClient
- TabOrder = 0
- object Label4: TLabel
- Left = 240
- Top = 64
- Width = 156
- Height = 13
- Caption = 'Max Size or Min Size - Max Size :'
- Layout = tlBottom
- end
- object edSize: TxxxEdit
- Left = 240
- Top = 82
- Width = 153
- Height = 21
- TabOrder = 3
- KeyFilter = kfDiapDigitOnly
- end
- object gbMaxRes: TGroupBox
- Left = 240
- Top = 12
- Width = 165
- Height = 45
- TabOrder = 2
- object cbMaxRes: TCheckBox
- Left = 12
- Top = -2
- Width = 89
- Height = 17
- Caption = 'Max Results'
- TabOrder = 0
- OnClick = cbMaxResClick
- end
- object edMaxSearch: TxxxEdit
- Left = 12
- Top = 16
- Width = 137
- Height = 21
- Color = clBtnFace
- Enabled = False
- TabOrder = 1
- Text = 'Unlimited'
- KeyFilter = kfDigitOnly
- end
- end
- object gbDownload: TGroupBox
- Left = 8
- Top = 92
- Width = 225
- Height = 77
- Caption = ' File Download Date '
- TabOrder = 0
- object Label3: TLabel
- Left = 8
- Top = 24
- Width = 29
- Height = 13
- Caption = 'From :'
- end
- object Label5: TLabel
- Left = 8
- Top = 48
- Width = 19
- Height = 13
- Caption = 'To :'
- end
- object DownloadTimePicker1: TDateTimePicker
- Left = 133
- Top = 20
- Width = 84
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.678821875000000000
- Time = 36861.678821875000000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 2
- end
- object DownloadDatePicker1: TDateTimePicker
- Left = 40
- Top = 20
- Width = 89
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 1
- end
- object DownloadDatePicker2: TDateTimePicker
- Left = 40
- Top = 44
- Width = 89
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 3
- end
- object DownloadTimePicker2: TDateTimePicker
- Left = 133
- Top = 44
- Width = 84
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 4
- end
- object cbUseDlDateRange: TCheckBox
- Left = 12
- Top = -1
- Width = 16
- Height = 17
- TabOrder = 0
- OnClick = cbUseDlDateRangeClick
- end
- end
- object gbChange: TGroupBox
- Left = 8
- Top = 12
- Width = 225
- Height = 77
- Caption = ' File Modification Date '
- TabOrder = 1
- object Label7: TLabel
- Left = 8
- Top = 24
- Width = 29
- Height = 13
- Caption = 'From :'
- end
- object Label8: TLabel
- Left = 8
- Top = 48
- Width = 19
- Height = 13
- Caption = 'To :'
- end
- object CreateTimePicker1: TDateTimePicker
- Left = 133
- Top = 20
- Width = 84
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 2
- end
- object CreateDatePicker1: TDateTimePicker
- Left = 40
- Top = 20
- Width = 89
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 1
- end
- object CreateDatePicker2: TDateTimePicker
- Left = 40
- Top = 44
- Width = 89
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkDate
- ParseInput = False
- TabOrder = 3
- end
- object CreateTimePicker2: TDateTimePicker
- Left = 133
- Top = 44
- Width = 84
- Height = 21
- CalAlignment = dtaLeft
- Date = 36861.720488541690000000
- Time = 36861.720488541690000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Enabled = False
- Kind = dtkTime
- ParseInput = False
- TabOrder = 4
- end
- object cbUseCrDateRange: TCheckBox
- Left = 12
- Top = -1
- Width = 16
- Height = 17
- TabOrder = 0
- OnClick = cbUseCrDateRangeClick
- end
- end
- end
- end
- end
- object ActionList1: TActionList
- Left = 311
- Top = 183
- object acSearch: TAction
- Caption = 'Search'
- OnUpdate = acSearchUpdate
- end
- end
- end
-