home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Plus! (NZ) 2001 June
/
HDC50.iso
/
Runimage
/
Delphi50
/
Bin
/
DIRECT50.BPL
/
0
/
RCDATA
/
TDIRECTOPTIONSPAGE
/
TDIRECTOPTIONSPAGE.txt
Wrap
Text File
|
1999-08-11
|
2KB
|
80 lines
object DirectOptionsPage: TDirectOptionsPage
Left = 0
Top = 0
Width = 420
Height = 277
HelpContext = 2098
Caption = '%s Direct'
OnCreate = ClassExplorerOptionsPageCreate
OnBroadcast = ClassExplorerOptionsPageBroadcast
object gbDirectPolling: TGroupBox
Left = 8
Top = 13
Width = 401
Height = 97
TabOrder = 1
object lbPollingInterval: TLabel
Left = 8
Top = 24
Width = 114
Height = 13
Caption = '&Polling Interval (in days):'
FocusControl = PollEdit
end
object lbLast: TLabel
Left = 128
Top = 52
Width = 46
Height = 13
Caption = 'Last Poll: '
end
object PollEdit: TEdit
Left = 128
Top = 20
Width = 249
Height = 21
TabOrder = 0
Text = '1'
end
object UpDown1: TUpDown
Left = 377
Top = 20
Width = 15
Height = 21
Associate = PollEdit
Min = 1
Max = 365
Position = 1
TabOrder = 1
Wrap = False
end
object cbAutoShowOnRefresh: TCheckBox
Left = 8
Top = 72
Width = 377
Height = 17
Caption = 'Automatically &show %s Direct on refresh'
TabOrder = 3
end
object LastPollEdit: TEdit
Left = 176
Top = 48
Width = 201
Height = 21
TabStop = False
Color = clBtnFace
ReadOnly = True
TabOrder = 2
end
end
object cbAutoPoll: TCheckBox
Left = 16
Top = 10
Width = 145
Height = 17
Caption = '&Automatically poll network'
TabOrder = 0
OnClick = cbAutoPollClick
end
end