home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Games Machine 29
/
XENIATGM29.iso
/
win95
/
ash
/
_setup.1
/
ASH.exe
/
0
/
RCDATA
/
TFRMSCELTA
/
TFRMSCELTA.txt
Wrap
Text File
|
1997-04-20
|
3KB
|
129 lines
object frmScelta: TfrmScelta
Left = 313
Top = 507
HelpContext = 120
BorderIcons = []
BorderStyle = bsDialog
Caption = 'Hunt Phases'
ClientHeight = 230
ClientWidth = 311
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object btnOK: TButton
Left = 230
Top = 15
Width = 75
Height = 25
Caption = '&OK'
ModalResult = 1
TabOrder = 0
OnClick = btnOKClick
end
object btnCancel: TButton
Left = 230
Top = 50
Width = 75
Height = 25
Caption = '&Cancel'
ModalResult = 2
TabOrder = 1
end
object GroupBox1: TGroupBox
Left = 10
Top = 10
Width = 209
Height = 208
Caption = ' Select Phases '
TabOrder = 2
object chkPHTemporary: TCheckBox
Left = 15
Top = 20
Width = 170
Height = 17
Caption = 'Scan Temporary Files'
TabOrder = 0
end
object chkPHZeroSize: TCheckBox
Left = 15
Top = 40
Width = 144
Height = 17
Caption = 'Scan Zero Size Files'
TabOrder = 1
end
object chkPHSameName: TCheckBox
Left = 15
Top = 60
Width = 148
Height = 17
Caption = 'Scan Same Name Files'
TabOrder = 2
end
object chkPHLinks: TCheckBox
Left = 15
Top = 80
Width = 140
Height = 17
Caption = 'Scan Broken Links'
TabOrder = 3
end
object chkPHOldest: TCheckBox
Left = 15
Top = 100
Width = 130
Height = 17
Caption = 'Collect 5% Oldest Files'
TabOrder = 4
end
object chkPHDupes: TCheckBox
Left = 15
Top = 140
Width = 132
Height = 17
Caption = 'Scan Duplicate Files'
TabOrder = 5
OnClick = chkPHDupesClick
end
object radCRC: TRadioButton
Left = 30
Top = 160
Width = 117
Height = 17
Caption = 'Full CRC Search'
TabOrder = 6
end
object radSizeName: TRadioButton
Left = 30
Top = 180
Width = 160
Height = 17
Caption = 'Size && Name (with CRC)'
TabOrder = 7
end
object radStupid: TRadioButton
Left = 8
Top = 200
Width = 177
Height = 17
Caption = 'Size && Name (Stupid, don'#39't use)'
Enabled = False
TabOrder = 8
Visible = False
end
object chkPHGreatest: TCheckBox
Left = 15
Top = 120
Width = 164
Height = 17
Caption = 'Collect Greatest Files'
TabOrder = 9
end
end
end