home *** CD-ROM | disk | FTP | other *** search
/ Chip Hitware 6 A / CHIP_HITWARE6_A.iso / tools / SearchIutil / SearchIutility.exe / 0 / RCDATA / TSEARCHDIALOG / TSEARCHDIALOG.txt
Text File  |  1997-04-01  |  5KB  |  247 lines

  1. object SearchDialog: TSearchDialog
  2.   Left = 97
  3.   Top = 66
  4.   Width = 414
  5.   Height = 272
  6.   Caption = 'Search Iutility'
  7.   Font.Color = clBlack
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Scaled = False
  13.   OnActivate = FormActivate
  14.   OnDestroy = FormDestroy
  15.   OnResize = FormResize
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object notebook: TPageControl
  19.     Left = 0
  20.     Top = 0
  21.     Width = 406
  22.     Height = 245
  23.     ActivePage = SearchTab
  24.     Align = alClient
  25.     TabOrder = 3
  26.     object FoldersTab: TTabSheet
  27.       Caption = 'Folders'
  28.       object pathEdit: THistoryBox
  29.         Left = 16
  30.         Top = 16
  31.         Width = 225
  32.         Height = 21
  33.         ItemHeight = 0
  34.         TabOrder = 0
  35.         Text = 'C:\'
  36.         OnChange = pathEditChange
  37.         Size = 0
  38.       end
  39.       object BrowseButton: TButton
  40.         Left = 240
  41.         Top = 16
  42.         Width = 25
  43.         Height = 21
  44.         Caption = '...'
  45.         TabOrder = 1
  46.         OnClick = BrowseButtonClick
  47.       end
  48.       object paths: TListBox
  49.         Left = 16
  50.         Top = 48
  51.         Width = 225
  52.         Height = 129
  53.         ItemHeight = 13
  54.         Items.Strings = (
  55.           'C:\')
  56.         TabOrder = 2
  57.         OnMouseUp = pathsMouseUp
  58.       end
  59.       object InsertDirectoryButton: TButton
  60.         Left = 308
  61.         Top = 152
  62.         Width = 75
  63.         Height = 25
  64.         Caption = '&Insert'
  65.         TabOrder = 3
  66.         OnClick = InsertDirectoryButtonClick
  67.       end
  68.       object DeleteDirectoryButton: TButton
  69.         Left = 308
  70.         Top = 184
  71.         Width = 75
  72.         Height = 25
  73.         Caption = '&Delete'
  74.         TabOrder = 4
  75.         OnClick = DeleteDirectoryButtonClick
  76.       end
  77.       object RecurseDirectories: TCheckBox
  78.         Left = 24
  79.         Top = 192
  80.         Width = 233
  81.         Height = 17
  82.         Caption = 'Search Other Folders Contained In These'
  83.         TabOrder = 5
  84.       end
  85.     end
  86.     object masksTab: TTabSheet
  87.       Caption = 'Masks'
  88.       object maskEdit: TEdit
  89.         Left = 16
  90.         Top = 16
  91.         Width = 89
  92.         Height = 21
  93.         TabOrder = 0
  94.         Text = '*.*'
  95.         OnKeyUp = maskEditKeyUp
  96.       end
  97.       object InsertMaskButton: TButton
  98.         Left = 308
  99.         Top = 152
  100.         Width = 75
  101.         Height = 25
  102.         Caption = 'Insert'
  103.         TabOrder = 1
  104.         OnClick = InsertMaskButtonClick
  105.       end
  106.       object DeleteMaskButton: TButton
  107.         Left = 308
  108.         Top = 184
  109.         Width = 75
  110.         Height = 25
  111.         Caption = 'Delete'
  112.         TabOrder = 2
  113.         OnClick = DeleteMaskButtonClick
  114.       end
  115.       object masks: TListBox
  116.         Left = 16
  117.         Top = 48
  118.         Width = 89
  119.         Height = 129
  120.         ItemHeight = 13
  121.         Items.Strings = (
  122.           '*.*')
  123.         TabOrder = 3
  124.         OnMouseUp = masksMouseUp
  125.       end
  126.     end
  127.     object SearchTab: TTabSheet
  128.       Caption = 'Search'
  129.       object Label2: TLabel
  130.         Left = 16
  131.         Top = 24
  132.         Width = 52
  133.         Height = 13
  134.         Alignment = taRightJustify
  135.         Caption = 'Search For'
  136.       end
  137.       object wildCards: TCheckBox
  138.         Left = 80
  139.         Top = 56
  140.         Width = 97
  141.         Height = 17
  142.         Caption = 'Use Wild Cards'
  143.         TabOrder = 0
  144.       end
  145.       object wholeWords: TCheckBox
  146.         Left = 80
  147.         Top = 80
  148.         Width = 97
  149.         Height = 17
  150.         Caption = 'Whole Words'
  151.         TabOrder = 1
  152.       end
  153.       object binaryFiles: TCheckBox
  154.         Left = 80
  155.         Top = 104
  156.         Width = 113
  157.         Height = 17
  158.         Caption = 'Binary Files'
  159.         TabOrder = 2
  160.       end
  161.       object showText: TCheckBox
  162.         Left = 80
  163.         Top = 128
  164.         Width = 113
  165.         Height = 17
  166.         Caption = 'Show Text'
  167.         TabOrder = 3
  168.       end
  169.       object SearchString: THistoryBox
  170.         Left = 80
  171.         Top = 24
  172.         Width = 209
  173.         Height = 21
  174.         ItemHeight = 13
  175.         TabOrder = 4
  176.         Text = 'SearchString'
  177.         Size = 0
  178.       end
  179.     end
  180.     object OptionsTab: TTabSheet
  181.       Caption = 'Options'
  182.       object startWithDialog: TCheckBox
  183.         Left = 40
  184.         Top = 16
  185.         Width = 209
  186.         Height = 17
  187.         Hint = 
  188.           'Always run this dialog automatically when the Iutility starts up' +
  189.           '.'
  190.         Caption = 'Run Dialog Automatically'
  191.         ParentShowHint = False
  192.         ShowHint = True
  193.         TabOrder = 0
  194.       end
  195.       object clearReport: TCheckBox
  196.         Left = 40
  197.         Top = 40
  198.         Width = 177
  199.         Height = 17
  200.         Hint = 'Delete the current report before beginning the next one.'
  201.         Caption = 'Clear Report'
  202.         ParentShowHint = False
  203.         ShowHint = True
  204.         TabOrder = 1
  205.       end
  206.     end
  207.   end
  208.   object OKButton: TButton
  209.     Left = 312
  210.     Top = 48
  211.     Width = 75
  212.     Height = 25
  213.     Caption = '&OK'
  214.     Default = True
  215.     ModalResult = 1
  216.     TabOrder = 0
  217.   end
  218.   object CancelButton: TButton
  219.     Left = 312
  220.     Top = 144
  221.     Width = 75
  222.     Height = 25
  223.     Cancel = True
  224.     Caption = '&Cancel'
  225.     ModalResult = 2
  226.     TabOrder = 1
  227.   end
  228.   object WizardButton: TButton
  229.     Left = 312
  230.     Top = 80
  231.     Width = 75
  232.     Height = 25
  233.     Caption = '&Wizard...'
  234.     ModalResult = 5
  235.     TabOrder = 2
  236.   end
  237.   object helpButton: TButton
  238.     Left = 312
  239.     Top = 112
  240.     Width = 75
  241.     Height = 25
  242.     Caption = '&Help'
  243.     TabOrder = 4
  244.     OnClick = helpButtonClick
  245.   end
  246. end
  247.