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

  1. object SearchWizard: TSearchWizard
  2.   Left = 180
  3.   Top = 137
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Search Wizard'
  7.   ClientHeight = 320
  8.   ClientWidth = 500
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   Scaled = False
  15.   OnDestroy = FormDestroy
  16.   OnShow = OnShowForm
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Image1: TImage
  20.     Left = 8
  21.     Top = 8
  22.     Width = 137
  23.     Height = 129
  24.     Picture.Data = {<image000.bmp>}
  25.   end
  26.   object Panel1: TPanel
  27.     Left = 0
  28.     Top = 278
  29.     Width = 500
  30.     Height = 42
  31.     Align = alBottom
  32.     BevelOuter = bvNone
  33.     TabOrder = 0
  34.     object BtnCancel: TButton
  35.       Left = 401
  36.       Top = 11
  37.       Width = 89
  38.       Height = 25
  39.       Cancel = True
  40.       Caption = '&Cancel'
  41.       ModalResult = 2
  42.       TabOrder = 0
  43.     end
  44.     object BtnBack: TButton
  45.       Left = 210
  46.       Top = 11
  47.       Width = 89
  48.       Height = 25
  49.       Caption = '< &Back'
  50.       TabOrder = 1
  51.       OnClick = BtnBackClick
  52.     end
  53.     object BtnNext: TButton
  54.       Left = 299
  55.       Top = 11
  56.       Width = 89
  57.       Height = 25
  58.       Caption = '&Next >'
  59.       TabOrder = 2
  60.       OnClick = BtnNextClick
  61.     end
  62.   end
  63.   object notebook: TNotebook
  64.     Left = 0
  65.     Top = 0
  66.     Width = 500
  67.     Height = 278
  68.     Align = alClient
  69.     PageIndex = 4
  70.     TabOrder = 1
  71.     object TPage
  72.       Left = 0
  73.       Top = 0
  74.       Caption = 'Welcome'
  75.       object Label1: TLabel
  76.         Left = 168
  77.         Top = 56
  78.         Width = 321
  79.         Height = 41
  80.         AutoSize = False
  81.         Caption = 
  82.           'Search Iutility will search through files on your disk looking f' +
  83.           'or the strings which you specify.'
  84.       end
  85.       object Label2: TLabel
  86.         Left = 168
  87.         Top = 116
  88.         Width = 377
  89.         Height = 17
  90.         AutoSize = False
  91.         Caption = 'To begin click "Next".'
  92.       end
  93.       object Label7: TLabel
  94.         Left = 168
  95.         Top = 16
  96.         Width = 170
  97.         Height = 29
  98.         Caption = 'Search Wizard'
  99.         Font.Color = clBlack
  100.         Font.Height = -24
  101.         Font.Name = 'MS Sans Serif'
  102.         Font.Style = [fsBold]
  103.         ParentFont = False
  104.       end
  105.     end
  106.     object TPage
  107.       Left = 0
  108.       Top = 0
  109.       Caption = 'Directory'
  110.       object Label5: TLabel
  111.         Left = 168
  112.         Top = 56
  113.         Width = 321
  114.         Height = 49
  115.         AutoSize = False
  116.         Caption = 
  117.           'Search Iutility will only report on files found in this this fol' +
  118.           'der and all its sub folders. If you want to search your entire h' +
  119.           'ard disk, put "C:\" here, and check the box.'
  120.       end
  121.       object Label6: TLabel
  122.         Left = 168
  123.         Top = 16
  124.         Width = 175
  125.         Height = 29
  126.         Caption = 'Starting Folder'
  127.         Font.Color = clBlack
  128.         Font.Height = -24
  129.         Font.Name = 'MS Sans Serif'
  130.         Font.Style = [fsBold]
  131.         ParentFont = False
  132.       end
  133.       object RootDirectory: TEdit
  134.         Left = 168
  135.         Top = 104
  136.         Width = 249
  137.         Height = 21
  138.         TabOrder = 0
  139.         Text = 'C:\'
  140.       end
  141.       object BtnBrowse: TButton
  142.         Left = 424
  143.         Top = 104
  144.         Width = 65
  145.         Height = 21
  146.         Caption = 'Browse...'
  147.         TabOrder = 1
  148.         OnClick = BtnBrowseClick
  149.       end
  150.       object recurseDirectories: TCheckBox
  151.         Left = 168
  152.         Top = 144
  153.         Width = 257
  154.         Height = 17
  155.         Caption = 'Search Other Folders Contained In This One'
  156.         TabOrder = 2
  157.       end
  158.     end
  159.     object TPage
  160.       Left = 0
  161.       Top = 0
  162.       Caption = 'Masks'
  163.       object Label15: TLabel
  164.         Left = 168
  165.         Top = 16
  166.         Width = 114
  167.         Height = 29
  168.         Caption = 'File Mask'
  169.         Font.Color = clBlack
  170.         Font.Height = -24
  171.         Font.Name = 'MS Sans Serif'
  172.         Font.Style = [fsBold]
  173.         ParentFont = False
  174.       end
  175.       object Label16: TLabel
  176.         Left = 168
  177.         Top = 56
  178.         Width = 321
  179.         Height = 65
  180.         AutoSize = False
  181.         Caption = 
  182.           'Search Iutility will search all files which match the mask speci' +
  183.           'fied here. File masks are constructed using the standard Windows' +
  184.           '/DOS convention of '#39'*'#39' to mean anything, and '#39'?'#39' to mean any one' +
  185.           ' character.'
  186.       end
  187.       object maskEdit: TEdit
  188.         Left = 176
  189.         Top = 136
  190.         Width = 121
  191.         Height = 21
  192.         TabOrder = 0
  193.         Text = '*.*'
  194.       end
  195.     end
  196.     object TPage
  197.       Left = 0
  198.       Top = 0
  199.       Caption = 'SearchString'
  200.       object Label8: TLabel
  201.         Left = 168
  202.         Top = 16
  203.         Width = 159
  204.         Height = 29
  205.         Caption = 'Search String'
  206.         Font.Color = clBlack
  207.         Font.Height = -24
  208.         Font.Name = 'MS Sans Serif'
  209.         Font.Style = [fsBold]
  210.         ParentFont = False
  211.       end
  212.       object Label9: TLabel
  213.         Left = 168
  214.         Top = 56
  215.         Width = 321
  216.         Height = 25
  217.         AutoSize = False
  218.         Caption = 
  219.           'Type the word or phrase you want to search for here. Wild cards ' +
  220.           'will be ignored. To search with wild cards use the dialog..'
  221.       end
  222.       object searchString: TEdit
  223.         Left = 168
  224.         Top = 104
  225.         Width = 273
  226.         Height = 21
  227.         TabOrder = 0
  228.         Text = 'searchString'
  229.       end
  230.     end
  231.     object TPage
  232.       Left = 0
  233.       Top = 0
  234.       Caption = 'Finish'
  235.       object ImageFlag: TImage
  236.         Left = 16
  237.         Top = 16
  238.         Width = 200
  239.         Height = 250
  240.         Picture.Data = {<image001.bmp>}
  241.       end
  242.       object Label3: TLabel
  243.         Left = 240
  244.         Top = 102
  245.         Width = 241
  246.         Height = 31
  247.         AutoSize = False
  248.         Caption = 'The Wizard now has enough information to complete the task.'
  249.       end
  250.       object Label4: TLabel
  251.         Left = 240
  252.         Top = 142
  253.         Width = 241
  254.         Height = 19
  255.         AutoSize = False
  256.         Caption = 'Click on the finish button to complete the task.'
  257.       end
  258.     end
  259.   end
  260. end
  261.