home *** CD-ROM | disk | FTP | other *** search
/ The Games Machine 29 / XENIATGM29.iso / win95 / ash / _setup.1 / ASH.exe / 0 / RCDATA / TFRMSCELTA / TFRMSCELTA.txt
Text File  |  1997-04-20  |  3KB  |  129 lines

  1. object frmScelta: TfrmScelta
  2.   Left = 313
  3.   Top = 507
  4.   HelpContext = 120
  5.   BorderIcons = []
  6.   BorderStyle = bsDialog
  7.   Caption = 'Hunt Phases'
  8.   ClientHeight = 230
  9.   ClientWidth = 311
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object btnOK: TButton
  19.     Left = 230
  20.     Top = 15
  21.     Width = 75
  22.     Height = 25
  23.     Caption = '&OK'
  24.     ModalResult = 1
  25.     TabOrder = 0
  26.     OnClick = btnOKClick
  27.   end
  28.   object btnCancel: TButton
  29.     Left = 230
  30.     Top = 50
  31.     Width = 75
  32.     Height = 25
  33.     Caption = '&Cancel'
  34.     ModalResult = 2
  35.     TabOrder = 1
  36.   end
  37.   object GroupBox1: TGroupBox
  38.     Left = 10
  39.     Top = 10
  40.     Width = 209
  41.     Height = 208
  42.     Caption = ' Select Phases '
  43.     TabOrder = 2
  44.     object chkPHTemporary: TCheckBox
  45.       Left = 15
  46.       Top = 20
  47.       Width = 170
  48.       Height = 17
  49.       Caption = 'Scan Temporary Files'
  50.       TabOrder = 0
  51.     end
  52.     object chkPHZeroSize: TCheckBox
  53.       Left = 15
  54.       Top = 40
  55.       Width = 144
  56.       Height = 17
  57.       Caption = 'Scan Zero Size Files'
  58.       TabOrder = 1
  59.     end
  60.     object chkPHSameName: TCheckBox
  61.       Left = 15
  62.       Top = 60
  63.       Width = 148
  64.       Height = 17
  65.       Caption = 'Scan Same Name Files'
  66.       TabOrder = 2
  67.     end
  68.     object chkPHLinks: TCheckBox
  69.       Left = 15
  70.       Top = 80
  71.       Width = 140
  72.       Height = 17
  73.       Caption = 'Scan Broken Links'
  74.       TabOrder = 3
  75.     end
  76.     object chkPHOldest: TCheckBox
  77.       Left = 15
  78.       Top = 100
  79.       Width = 130
  80.       Height = 17
  81.       Caption = 'Collect 5% Oldest Files'
  82.       TabOrder = 4
  83.     end
  84.     object chkPHDupes: TCheckBox
  85.       Left = 15
  86.       Top = 140
  87.       Width = 132
  88.       Height = 17
  89.       Caption = 'Scan Duplicate Files'
  90.       TabOrder = 5
  91.       OnClick = chkPHDupesClick
  92.     end
  93.     object radCRC: TRadioButton
  94.       Left = 30
  95.       Top = 160
  96.       Width = 117
  97.       Height = 17
  98.       Caption = 'Full CRC Search'
  99.       TabOrder = 6
  100.     end
  101.     object radSizeName: TRadioButton
  102.       Left = 30
  103.       Top = 180
  104.       Width = 160
  105.       Height = 17
  106.       Caption = 'Size && Name (with CRC)'
  107.       TabOrder = 7
  108.     end
  109.     object radStupid: TRadioButton
  110.       Left = 8
  111.       Top = 200
  112.       Width = 177
  113.       Height = 17
  114.       Caption = 'Size && Name (Stupid, don'#39't use)'
  115.       Enabled = False
  116.       TabOrder = 8
  117.       Visible = False
  118.     end
  119.     object chkPHGreatest: TCheckBox
  120.       Left = 15
  121.       Top = 120
  122.       Width = 164
  123.       Height = 17
  124.       Caption = 'Collect Greatest Files'
  125.       TabOrder = 9
  126.     end
  127.   end
  128. end
  129.