home *** CD-ROM | disk | FTP | other *** search
- object frmSearchXP: TfrmSearchXP
- Left = 438
- Top = 599
- BorderStyle = bsDialog
- Caption = 'File Types'
- ClientHeight = 454
- ClientWidth = 426
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object PageControl1: TPageControl
- Left = 10
- Top = 7
- Width = 405
- Height = 405
- ActivePage = TabSheet1
- TabIndex = 0
- TabOrder = 0
- object TabSheet1: TTabSheet
- Caption = 'Search Options'
- object Label8: TLabel
- Left = 12
- Top = 64
- Width = 223
- Height = 13
- HelpContext = 2321
- Caption = 'Additional text &file types to be searched:'
- FocusControl = lvSearchXP
- end
- object Label1: TLabel
- Left = 51
- Top = 10
- Width = 331
- Height = 47
- AutoSize = False
- Caption =
- 'The full text search only searches a limited number of file type' +
- 's, such as Word documents, by default. You can specify other fil' +
- 'es to be searched here.'
- WordWrap = True
- end
- object imgSearch: TImage
- Left = 12
- Top = 10
- Width = 32
- Height = 32
- AutoSize = True
- end
- object btnAddFileType: TButton
- Left = 202
- Top = 324
- Width = 125
- Height = 24
- HelpContext = 2324
- Caption = 'A&dd File Type...'
- TabOrder = 3
- OnClick = btnAddFileTypeClick
- end
- object lvSearchXP: TListView
- Left = 12
- Top = 82
- Width = 372
- Height = 235
- HelpContext = 2321
- Checkboxes = True
- Columns = <
- item
- Caption = 'Type'
- Width = 276
- end
- item
- Caption = 'Extension'
- Width = 69
- end>
- HideSelection = False
- ReadOnly = True
- TabOrder = 0
- ViewStyle = vsReport
- OnChange = lvSearchXPChange
- OnColumnClick = lvSearchXPColumnClick
- OnCompare = lvSearchXPCompare
- end
- object btnSelectAll: TButton
- Left = 12
- Top = 324
- Width = 90
- Height = 24
- HelpContext = 2322
- Caption = '&Select All'
- TabOrder = 1
- OnClick = btnSelectAllClick
- end
- object btnSelectNone: TButton
- Left = 107
- Top = 324
- Width = 90
- Height = 24
- HelpContext = 2323
- Caption = 'D&eselect All'
- TabOrder = 2
- OnClick = btnSelectNoneClick
- end
- end
- end
- object btnOK: TButton
- Left = 256
- Top = 420
- Width = 75
- Height = 23
- HelpContext = 5
- Caption = 'OK'
- Default = True
- ModalResult = 1
- TabOrder = 1
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 339
- Top = 420
- Width = 75
- Height = 23
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 2
- OnClick = btnCancelClick
- end
- object OpenDlg: TApOpenDialog
- Filter = 'All files (*)|*'
- Options = [ofHideReadOnly, ofEnableSizing, ofDontAddToRecent]
- OptionsEx = [ofExNoPlacesBar]
- CustDlgParams.PosParams.ShiftX = 0
- CustDlgParams.PosParams.ShiftY = 0
- CustDlgParams.PosParams.FitToScreen = False
- VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
- ListViewStyles.HotTrack = False
- ListViewStyles.HotTrackStyles = []
- ListViewStyles.FlatScrollBars = False
- ListViewStyles.GridLines = False
- ListViewStyles.RowSelect = False
- ListViewStyles.EnableRename = True
- ListViewStyles.EnableDelete = True
- ListViewStyles.PopupOnEmpty = True
- ListViewStyles.PopupOnSelection = True
- PlacesBar.Places = <>
- PlacesBar.Visible = True
- PlacesBar.AllowEdit = True
- PlacesBar.AllowDelete = True
- PlacesBar.AllowDrop = True
- PlacesBar.AutoScroll = True
- PlacesBar.BorderStyle = bsNone
- PlacesBar.Native = True
- ExtFilter.ShowFolders = True
- ExtFilter.Enabled = False
- ToolBar.Flat = False
- Left = 10
- Top = 417
- end
- object tmrDiscard: TTimer
- Enabled = False
- Interval = 1
- OnTimer = tmrDiscardTimer
- Left = 40
- Top = 417
- end
- end
-