home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip Hitware 10
/
Chip_Hitware_Vol_10.iso
/
chiphit
/
tools
/
95beyond
/
beyond32.exe
/
0
/
RCDATA
/
TCUTOFFFORM
/
TCUTOFFFORM.txt
Wrap
Text File
|
1997-11-09
|
2KB
|
83 lines
object CutOffForm: TCutOffForm
Left = 352
Top = 153
BorderStyle = bsDialog
Caption = 'Set Cutoff Date, Time'
ClientHeight = 146
ClientWidth = 318
Font.Color = clBlack
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object Label1: TLabel
Left = 45
Top = 60
Width = 31
Height = 13
Alignment = taRightJustify
Caption = 'Cutoff:'
end
object Label2: TLabel
Left = 16
Top = 8
Width = 289
Height = 39
AutoSize = False
Caption =
'Files older than this will appear in "older than cutoff" color, ' +
'and may be excluded in the display.'
WordWrap = True
end
object Edit: TEdit
Left = 80
Top = 56
Width = 161
Height = 21
TabOrder = 0
end
object OKBtn: TBitBtn
Left = 72
Top = 88
Width = 73
Height = 26
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 1
OnClick = OKBtnClick
NumGlyphs = 2
end
object CancelBtn: TBitBtn
Left = 152
Top = 88
Width = 73
Height = 26
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 2
NumGlyphs = 2
end
object DisableCutoff: TCheckBox
Left = 16
Top = 120
Width = 153
Height = 17
Caption = '&Disable cutoff feature'
TabOrder = 3
end
object HelpBtn: TBitBtn
Left = 232
Top = 88
Width = 73
Height = 26
Caption = 'Help'
TabOrder = 4
OnClick = HelpBtnClick
end
end