home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 September / Chip_1998-09_cd.bin / sharewar / fmedit / Fmedit95.exe / 0 / RCDATA / TFINDER / TFINDER.txt
Text File  |  1998-01-18  |  6KB  |  247 lines

  1. object Finder: TFinder
  2.   Left = 192
  3.   Top = 134
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'FmEdit95 - File Finder'
  7.   ClientHeight = 345
  8.   ClientWidth = 583
  9.   Color = 13421772
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnCreate = FormCreate
  16.   OnDestroy = FormDestroy
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Panel1: TPanel
  20.     Left = 0
  21.     Top = 177
  22.     Width = 583
  23.     Height = 168
  24.     Align = alClient
  25.     BevelOuter = bvNone
  26.     BorderWidth = 12
  27.     ParentColor = True
  28.     TabOrder = 0
  29.     object files: TListView
  30.       Left = 12
  31.       Top = 12
  32.       Width = 559
  33.       Height = 144
  34.       Align = alClient
  35.       ColumnClick = False
  36.       OnDblClick = filesDblClick
  37.       Columns = <
  38.         item
  39.           Caption = 'File'
  40.           Width = 6
  41.           WidthType = (
  42.             -1)
  43.         end
  44.         item
  45.           Alignment = taRightJustify
  46.           Caption = 'Size'
  47.           Width = 12
  48.           WidthType = (
  49.             -1)
  50.         end
  51.         item
  52.           Caption = 'File Age'
  53.           Width = 12
  54.           WidthType = (
  55.             -1)
  56.         end>
  57.       ReadOnly = True
  58.       Font.Color = clBlack
  59.       Font.Height = -11
  60.       Font.Name = 'MS Sans Serif'
  61.       Font.Style = []
  62.       PopupMenu = PopupMenu1
  63.       TabOrder = 0
  64.       ViewStyle = vsReport
  65.     end
  66.   end
  67.   object Panel2: TPanel
  68.     Left = 0
  69.     Top = 0
  70.     Width = 583
  71.     Height = 177
  72.     Align = alTop
  73.     BevelOuter = bvNone
  74.     ParentColor = True
  75.     TabOrder = 1
  76.     object Label1: TLabel
  77.       Left = 12
  78.       Top = 3
  79.       Width = 24
  80.       Height = 13
  81.       Hint = 'text to be searched for'
  82.       Caption = 'Text:'
  83.     end
  84.     object Label2: TLabel
  85.       Left = 304
  86.       Top = 3
  87.       Width = 33
  88.       Height = 13
  89.       Hint = 'select the drive(s)'
  90.       Caption = 'Drives:'
  91.     end
  92.     object Label4: TLabel
  93.       Left = 12
  94.       Top = 41
  95.       Width = 53
  96.       Height = 13
  97.       Hint = 'specify the file-mask(s)'
  98.       Caption = 'File Masks:'
  99.     end
  100.     object Label5: TLabel
  101.       Left = 12
  102.       Top = 81
  103.       Width = 71
  104.       Height = 13
  105.       Hint = 'select root path'
  106.       Caption = 'Root Directory:'
  107.     end
  108.     object Label3: TLabel
  109.       Left = 12
  110.       Top = 157
  111.       Width = 556
  112.       Height = 14
  113.       AutoSize = False
  114.       Color = clSilver
  115.       ParentColor = False
  116.       WordWrap = True
  117.     end
  118.     object SpeedButton1: TSpeedButton
  119.       Left = 272
  120.       Top = 95
  121.       Width = 25
  122.       Height = 21
  123.       Hint = 'Browse for root path'
  124.       Glyph.Data = {
  125.         78010000424D7801000000000000760000002800000020000000100000000100
  126.         04000000000000000000120B0000120B00000000000000000000000000000000
  127.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  128.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00303333333333
  129.         333337F3333333333333303333333333333337F33FFFFF3FF3FF303300000300
  130.         300337FF77777F77377330000BBB0333333337777F337F33333330330BB00333
  131.         333337F373F773333333303330033333333337F3377333333333303333333333
  132.         333337F33FFFFF3FF3FF303300000300300337FF77777F77377330000BBB0333
  133.         333337777F337F33333330330BB00333333337F373F773333333303330033333
  134.         333337F3377333333333303333333333333337FFFF3FF3FFF333000003003000
  135.         333377777F77377733330BBB0333333333337F337F33333333330BB003333333
  136.         333373F7733333333333300333333333333337733333333333330000}
  137.       NumGlyphs = 2
  138.       OnClick = Button4Click
  139.     end
  140.     object Edit1: TEdit
  141.       Left = 13
  142.       Top = 16
  143.       Width = 284
  144.       Height = 21
  145.       Hint = 'Text in file(s) to be searched for'
  146.       CharCase = ecLowerCase
  147.       TabOrder = 0
  148.     end
  149.     object Button1: TButton
  150.       Left = 12
  151.       Top = 128
  152.       Width = 63
  153.       Height = 20
  154.       Hint = 'Start search - Ensuring you have selected the correct drive(s)'
  155.       Caption = 'Search'
  156.       Default = True
  157.       TabOrder = 2
  158.       OnClick = Button1Click
  159.     end
  160.     object Edit2: TEdit
  161.       Left = 13
  162.       Top = 55
  163.       Width = 284
  164.       Height = 21
  165.       Hint = 'Specify the file-mask(s)'
  166.       CharCase = ecLowerCase
  167.       TabOrder = 1
  168.       Text = '*.bat;*.sys;*.ini'
  169.     end
  170.     object Button3: TButton
  171.       Left = 233
  172.       Top = 128
  173.       Width = 63
  174.       Height = 20
  175.       Hint = 'Return to FmEdit95'
  176.       Caption = 'Close'
  177.       TabOrder = 3
  178.       OnClick = Button3Click
  179.     end
  180.     object drivelist: TListBox
  181.       Left = 304
  182.       Top = 16
  183.       Width = 265
  184.       Height = 84
  185.       Hint = 'Select the drive(s)'
  186.       IntegralHeight = True
  187.       ItemHeight = 16
  188.       MultiSelect = True
  189.       Style = lbOwnerDrawFixed
  190.       TabOrder = 4
  191.       OnDrawItem = drivelistDrawItem
  192.     end
  193.     object Edit3: TEdit
  194.       Left = 12
  195.       Top = 95
  196.       Width = 261
  197.       Height = 21
  198.       Hint = 'Select root path to be searched'
  199.       CharCase = ecLowerCase
  200.       TabOrder = 5
  201.       Text = 'windows\'
  202.     end
  203.     object Button2: TButton
  204.       Left = 122
  205.       Top = 128
  206.       Width = 63
  207.       Height = 20
  208.       Hint = 'Clear files found'
  209.       Caption = 'Clear'
  210.       Default = True
  211.       TabOrder = 6
  212.       OnClick = Button2Click
  213.     end
  214.     object CheckBox1: TCheckBox
  215.       Left = 340
  216.       Top = 131
  217.       Width = 201
  218.       Height = 17
  219.       Hint = 'Uncheck box to delete files without using the recycle bin'
  220.       Caption = 'Use recycle bin when deleting files'
  221.       State = cbChecked
  222.       TabOrder = 7
  223.       OnMouseMove = CheckBox1MouseMove
  224.     end
  225.   end
  226.   object PopupMenu1: TPopupMenu
  227.     Left = 24
  228.     Top = 217
  229.     object Delete1: TMenuItem
  230.       Caption = '&Delete'
  231.       ShortCut = 46
  232.       OnClick = Delete1Click
  233.     end
  234.     object FmEdit951: TMenuItem
  235.       Caption = '&FmEdit95'
  236.       ShortCut = 118
  237.       OnClick = Button3Click
  238.     end
  239.   end
  240.   object FileOperator3: TFileOperator
  241.     ProgressTitle = 'FmEdit95 File Finder - Delete'
  242.     Left = 56
  243.     Top = 217
  244.     data = Null
  245.   end
  246. end
  247.