home *** CD-ROM | disk | FTP | other *** search
/ Hot Shareware 35 / hot35.iso / ficheros / 9UTI / MCP3B.ZIP / _SETUP.1 / MCP.exe / 0 / RCDATA / TFORM11 / TFORM11.txt
Text File  |  1998-05-10  |  5KB  |  245 lines

  1. object Form11: TForm11
  2.   Left = 180
  3.   Top = 140
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'File Search/Utility'
  7.   ClientHeight = 361
  8.   ClientWidth = 616
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 10
  19.     Top = 304
  20.     Width = 138
  21.     Height = 13
  22.     Caption = 'Files or string to search:'
  23.     Font.Charset = ANSI_CHARSET
  24.     Font.Color = clBlack
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = [fsBold]
  28.     ParentFont = False
  29.   end
  30.   object Label2: TLabel
  31.     Left = 8
  32.     Top = 0
  33.     Width = 357
  34.     Height = 13
  35.     Caption = 
  36.       'Choose a directory to find a file in, or choose utilities at the' +
  37.       ' left and click OK.'
  38.   end
  39.   object Label3: TLabel
  40.     Left = 8
  41.     Top = 328
  42.     Width = 308
  43.     Height = 13
  44.     Caption = 
  45.       'You can search for files be entering filename or a string to sea' +
  46.       'rch!'
  47.   end
  48.   object Label4: TLabel
  49.     Left = 8
  50.     Top = 344
  51.     Width = 512
  52.     Height = 13
  53.     Caption = 
  54.       'Examples of string searching:  filename*.* ; *filename*.* ; file' +
  55.       'name ; *.txt ; *.* ; file*name*.*'
  56.     Font.Charset = ANSI_CHARSET
  57.     Font.Color = clBlack
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object Label5: TLabel
  64.     Left = 32
  65.     Top = 272
  66.     Width = 133
  67.     Height = 13
  68.     Caption = 'Searching for temporary files'
  69.     Visible = False
  70.   end
  71.   object DirectoryListBox1: TDirectoryListBox
  72.     Left = 10
  73.     Top = 40
  74.     Width = 265
  75.     Height = 100
  76.     ItemHeight = 16
  77.     TabOrder = 0
  78.   end
  79.   object DriveComboBox1: TDriveComboBox
  80.     Left = 10
  81.     Top = 18
  82.     Width = 265
  83.     Height = 19
  84.     DirList = DirectoryListBox1
  85.     TabOrder = 1
  86.   end
  87.   object ListView1: TListView
  88.     Left = 8
  89.     Top = 144
  90.     Width = 601
  91.     Height = 121
  92.     ColumnClick = False
  93.     Columns = <
  94.       item
  95.         Caption = 'Program Location'
  96.         Width = 425
  97.       end
  98.       item
  99.         Caption = 'Size'
  100.       end
  101.       item
  102.         Caption = 'Program Name'
  103.         Width = 115
  104.       end>
  105.     ReadOnly = False
  106.     TabOrder = 2
  107.     ViewStyle = vsReport
  108.   end
  109.   object Edit1: TEdit
  110.     Left = 148
  111.     Top = 299
  112.     Width = 173
  113.     Height = 21
  114.     TabOrder = 3
  115.   end
  116.   object Button1: TButton
  117.     Left = 344
  118.     Top = 296
  119.     Width = 75
  120.     Height = 25
  121.     Hint = 'Begin Searching files'
  122.     Caption = '&Search'
  123.     Default = True
  124.     ParentShowHint = False
  125.     ShowHint = True
  126.     TabOrder = 4
  127.     OnClick = Button1Click
  128.   end
  129.   object CheckBox1: TCheckBox
  130.     Left = 292
  131.     Top = 40
  132.     Width = 109
  133.     Height = 17
  134.     Hint = 'Select this to show any System files'
  135.     Caption = 'Show System files'
  136.     ParentShowHint = False
  137.     ShowHint = True
  138.     TabOrder = 5
  139.   end
  140.   object CheckBox2: TCheckBox
  141.     Left = 292
  142.     Top = 70
  143.     Width = 109
  144.     Height = 17
  145.     Hint = 'Select this to show any hidden files'
  146.     Caption = 'Show Hidden files'
  147.     ParentShowHint = False
  148.     ShowHint = True
  149.     TabOrder = 6
  150.   end
  151.   object CheckBox3: TCheckBox
  152.     Left = 292
  153.     Top = 100
  154.     Width = 109
  155.     Height = 17
  156.     Hint = 'Select this to show older or archives files (default)'
  157.     Caption = 'Show Archive files'
  158.     State = cbChecked
  159.     TabOrder = 7
  160.   end
  161.   object Button2: TButton
  162.     Left = 528
  163.     Top = 296
  164.     Width = 75
  165.     Height = 25
  166.     Hint = 'Hmmm... What does the button say?'
  167.     Caption = '&Exit'
  168.     ParentShowHint = False
  169.     ShowHint = True
  170.     TabOrder = 8
  171.     OnClick = Button2Click
  172.   end
  173.   object GroupBox1: TGroupBox
  174.     Left = 408
  175.     Top = 8
  176.     Width = 201
  177.     Height = 129
  178.     Caption = 'H a r d   D r i v e   U t i l i t i e s'
  179.     Color = clBtnFace
  180.     Font.Charset = ANSI_CHARSET
  181.     Font.Color = clBlack
  182.     Font.Height = -11
  183.     Font.Name = 'Arial'
  184.     Font.Style = []
  185.     ParentColor = False
  186.     ParentFont = False
  187.     TabOrder = 9
  188.     object CheckBox4: TCheckBox
  189.       Left = 8
  190.       Top = 24
  191.       Width = 185
  192.       Height = 17
  193.       Hint = 'Delete all unwanted temporary files'
  194.       Caption = '&Clean HDD of Temp  (.TMP) files'
  195.       ParentShowHint = False
  196.       ShowHint = True
  197.       TabOrder = 0
  198.     end
  199.     object CheckBox5: TCheckBox
  200.       Left = 8
  201.       Top = 48
  202.       Width = 73
  203.       Height = 17
  204.       Hint = 'Scan the current drive selected'
  205.       Caption = 'S&can disc'
  206.       ParentShowHint = False
  207.       ShowHint = True
  208.       TabOrder = 1
  209.     end
  210.     object CheckBox6: TCheckBox
  211.       Left = 8
  212.       Top = 72
  213.       Width = 89
  214.       Height = 17
  215.       Hint = 'Optimize the current selected drive'
  216.       Caption = '&Optimize disc'
  217.       ParentShowHint = False
  218.       ShowHint = True
  219.       TabOrder = 2
  220.     end
  221.     object Button3: TButton
  222.       Left = 112
  223.       Top = 88
  224.       Width = 75
  225.       Height = 25
  226.       Caption = '&OK'
  227.       TabOrder = 3
  228.       OnClick = Button3Click
  229.     end
  230.   end
  231.   object ProgressBar1: TProgressBar
  232.     Left = 176
  233.     Top = 272
  234.     Width = 273
  235.     Height = 16
  236.     Hint = 'Leave me alone! I'#39'm working!'
  237.     Min = 0
  238.     Max = 100
  239.     ParentShowHint = False
  240.     ShowHint = True
  241.     TabOrder = 10
  242.     Visible = False
  243.   end
  244. end
  245.