home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 August / CHIP_CD_2004-08.iso / software / tuneup_hit / files / TU2004TrialEN.exe / cmSystem.bpl / RCDATA / TFRMSEARCHXP / TFRMSEARCHXP.txt
Encoding:
Text File  |  2004-03-31  |  4.4 KB  |  178 lines

  1. object frmSearchXP: TfrmSearchXP
  2.   Left = 438
  3.   Top = 599
  4.   BorderStyle = bsDialog
  5.   Caption = 'File Types'
  6.   ClientHeight = 454
  7.   ClientWidth = 426
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poMainFormCenter
  16.   Scaled = False
  17.   OnCreate = FormCreate
  18.   OnShow = FormShow
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object PageControl1: TPageControl
  22.     Left = 10
  23.     Top = 7
  24.     Width = 405
  25.     Height = 405
  26.     ActivePage = TabSheet1
  27.     TabIndex = 0
  28.     TabOrder = 0
  29.     object TabSheet1: TTabSheet
  30.       Caption = 'Search Options'
  31.       object Label8: TLabel
  32.         Left = 12
  33.         Top = 64
  34.         Width = 223
  35.         Height = 13
  36.         HelpContext = 2321
  37.         Caption = 'Additional text &file types to be searched:'
  38.         FocusControl = lvSearchXP
  39.       end
  40.       object Label1: TLabel
  41.         Left = 51
  42.         Top = 10
  43.         Width = 331
  44.         Height = 47
  45.         AutoSize = False
  46.         Caption = 
  47.           'The full text search only searches a limited number of file type' +
  48.           's, such as Word documents, by default. You can specify other fil' +
  49.           'es to be searched here.'
  50.         WordWrap = True
  51.       end
  52.       object imgSearch: TImage
  53.         Left = 12
  54.         Top = 10
  55.         Width = 32
  56.         Height = 32
  57.         AutoSize = True
  58.       end
  59.       object btnAddFileType: TButton
  60.         Left = 202
  61.         Top = 324
  62.         Width = 125
  63.         Height = 24
  64.         HelpContext = 2324
  65.         Caption = 'A&dd File Type...'
  66.         TabOrder = 3
  67.         OnClick = btnAddFileTypeClick
  68.       end
  69.       object lvSearchXP: TListView
  70.         Left = 12
  71.         Top = 82
  72.         Width = 372
  73.         Height = 235
  74.         HelpContext = 2321
  75.         Checkboxes = True
  76.         Columns = <
  77.           item
  78.             Caption = 'Type'
  79.             Width = 276
  80.           end
  81.           item
  82.             Caption = 'Extension'
  83.             Width = 69
  84.           end>
  85.         HideSelection = False
  86.         ReadOnly = True
  87.         TabOrder = 0
  88.         ViewStyle = vsReport
  89.         OnChange = lvSearchXPChange
  90.         OnColumnClick = lvSearchXPColumnClick
  91.         OnCompare = lvSearchXPCompare
  92.       end
  93.       object btnSelectAll: TButton
  94.         Left = 12
  95.         Top = 324
  96.         Width = 90
  97.         Height = 24
  98.         HelpContext = 2322
  99.         Caption = '&Select All'
  100.         TabOrder = 1
  101.         OnClick = btnSelectAllClick
  102.       end
  103.       object btnSelectNone: TButton
  104.         Left = 107
  105.         Top = 324
  106.         Width = 90
  107.         Height = 24
  108.         HelpContext = 2323
  109.         Caption = 'D&eselect All'
  110.         TabOrder = 2
  111.         OnClick = btnSelectNoneClick
  112.       end
  113.     end
  114.   end
  115.   object btnOK: TButton
  116.     Left = 256
  117.     Top = 420
  118.     Width = 75
  119.     Height = 23
  120.     HelpContext = 5
  121.     Caption = 'OK'
  122.     Default = True
  123.     ModalResult = 1
  124.     TabOrder = 1
  125.     OnClick = btnOKClick
  126.   end
  127.   object btnCancel: TButton
  128.     Left = 339
  129.     Top = 420
  130.     Width = 75
  131.     Height = 23
  132.     HelpContext = 3
  133.     Cancel = True
  134.     Caption = 'Cancel'
  135.     ModalResult = 2
  136.     TabOrder = 2
  137.     OnClick = btnCancelClick
  138.   end
  139.   object OpenDlg: TApOpenDialog
  140.     Filter = 'All files (*)|*'
  141.     Options = [ofHideReadOnly, ofEnableSizing, ofDontAddToRecent]
  142.     OptionsEx = [ofExNoPlacesBar]
  143.     CustDlgParams.PosParams.ShiftX = 0
  144.     CustDlgParams.PosParams.ShiftY = 0
  145.     CustDlgParams.PosParams.FitToScreen = False
  146.     VisibleControls = [dcFolderCombo, dcFolderLabel, dcSelectionCtrl, dcOkBtn, dcCancelBtn, dcFileName, dcFileNameLabel, dcFileType, dcFileTypeLabel, dcToolBar]
  147.     ListViewStyles.HotTrack = False
  148.     ListViewStyles.HotTrackStyles = []
  149.     ListViewStyles.FlatScrollBars = False
  150.     ListViewStyles.GridLines = False
  151.     ListViewStyles.RowSelect = False
  152.     ListViewStyles.EnableRename = True
  153.     ListViewStyles.EnableDelete = True
  154.     ListViewStyles.PopupOnEmpty = True
  155.     ListViewStyles.PopupOnSelection = True
  156.     PlacesBar.Places = <>
  157.     PlacesBar.Visible = True
  158.     PlacesBar.AllowEdit = True
  159.     PlacesBar.AllowDelete = True
  160.     PlacesBar.AllowDrop = True
  161.     PlacesBar.AutoScroll = True
  162.     PlacesBar.BorderStyle = bsNone
  163.     PlacesBar.Native = True
  164.     ExtFilter.ShowFolders = True
  165.     ExtFilter.Enabled = False
  166.     ToolBar.Flat = False
  167.     Left = 10
  168.     Top = 417
  169.   end
  170.   object tmrDiscard: TTimer
  171.     Enabled = False
  172.     Interval = 1
  173.     OnTimer = tmrDiscardTimer
  174.     Left = 40
  175.     Top = 417
  176.   end
  177. end
  178.