home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 March / Chip_1999-03_cd.bin / sharewar / EClean / EasyClean.exe / 0 / RCDATA / TTEMPFILES2FRM / TTEMPFILES2FRM.txt
Text File  |  1998-01-15  |  2KB  |  96 lines

  1. inherited Tempfiles2FRM: TTempfiles2FRM
  2.   BorderStyle = bsDialog
  3.   Caption = 'Define search criteria'
  4.   ClientHeight = 203
  5.   ClientWidth = 353
  6.   Position = poScreenCenter
  7.   OnCloseQuery = FormCloseQuery
  8.   PixelsPerInch = 96
  9.   TextHeight = 13
  10.   object GroupBox1: TGroupBox
  11.     Left = 16
  12.     Top = 15
  13.     Width = 319
  14.     Height = 127
  15.     Caption = 'define search criteria'
  16.     TabOrder = 0
  17.     object Label1: TLabel
  18.       Left = 13
  19.       Top = 25
  20.       Width = 46
  21.       Height = 13
  22.       Caption = 'Searchpath'
  23.     end
  24.     object Suchmaske: TLabel
  25.       Left = 13
  26.       Top = 68
  27.       Width = 56
  28.       Height = 13
  29.       Caption = 'Searchmask'
  30.     end
  31.     object SearchPathEDT: TEdit
  32.       Left = 13
  33.       Top = 39
  34.       Width = 269
  35.       Height = 21
  36.       TabOrder = 0
  37.     end
  38.     object RecurseCB: TCheckBox
  39.       Left = 132
  40.       Top = 85
  41.       Width = 173
  42.       Height = 17
  43.       Caption = 'Include Subfolders'
  44.       TabOrder = 1
  45.     end
  46.     object SearchMaskEDT: TEdit
  47.       Left = 13
  48.       Top = 82
  49.       Width = 103
  50.       Height = 21
  51.       TabOrder = 2
  52.     end
  53.     object Button1: TButton
  54.       Left = 285
  55.       Top = 39
  56.       Width = 22
  57.       Height = 22
  58.       Hint = 'browse folder'
  59.       Caption = '...'
  60.       TabOrder = 3
  61.       OnClick = Button1Click
  62.     end
  63.   end
  64.   object OkBTN: TButton [1]
  65.     Left = 89
  66.     Top = 164
  67.     Width = 82
  68.     Height = 22
  69.     Caption = '&OK'
  70.     Default = True
  71.     ModalResult = 1
  72.     TabOrder = 1
  73.   end
  74.   object CancelBTN: TButton [2]
  75.     Left = 182
  76.     Top = 164
  77.     Width = 82
  78.     Height = 22
  79.     Caption = '&Cancel'
  80.     ModalResult = 2
  81.     TabOrder = 2
  82.   end
  83.   inherited MSOfficeCaption1: TMSOfficeCaption
  84.     CaptionText.Caption = 'Define search criteria'
  85.   end
  86.   object BrowseDirectoryDlg1: TBrowseDirectoryDlg
  87.     Title = 'Browse for Folder'
  88.     Root = idDrives
  89.     Options = [bfDirectoriesOnly]
  90.     StatusText = 'Choose a folder to search in.'
  91.     EnableOKButton = True
  92.     Left = 297
  93.     Top = 23
  94.   end
  95. end
  96.