home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 1999 June
/
PCWorld_1999-06_cd.bin
/
Komunik
/
Offline
/
WDown
/
WEBDOWN.EXE
/
0
/
RCDATA
/
TOPTIONSDLG
/
TOPTIONSDLG.txt
Wrap
Text File
|
1997-07-28
|
6KB
|
285 lines
object OptionsDlg: TOptionsDlg
Left = 252
Top = 132
BorderIcons = [biSystemMenu, biHelp]
BorderStyle = bsSingle
Caption = 'Options'
ClientHeight = 288
ClientWidth = 343
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
Position = poScreenCenter
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object OKButton: TButton
Left = 184
Top = 256
Width = 73
Height = 23
Caption = 'OK'
Default = True
ModalResult = 1
TabOrder = 0
OnClick = OKButtonClick
end
object CancelButton: TButton
Left = 264
Top = 256
Width = 73
Height = 23
Cancel = True
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object PageControl: TPageControl
Left = 7
Top = 8
Width = 329
Height = 241
ActivePage = TabSheet2
TabOrder = 2
object TabSheet: TTabSheet
Caption = 'Download'
object Label1: TLabel
Left = 8
Top = 19
Width = 45
Height = 13
Caption = 'Directory:'
end
object Label2: TLabel
Left = 8
Top = 53
Width = 54
Height = 13
Caption = 'URL Prefix:'
end
object Label7: TLabel
Left = 8
Top = 85
Width = 89
Height = 13
Caption = 'Default Document:'
end
object DirEdit: TEdit
Left = 144
Top = 16
Width = 169
Height = 21
HelpContext = 201
MaxLength = 200
TabOrder = 0
Text = 'c:\temp\'
end
object URLEdit: TEdit
Left = 144
Top = 48
Width = 169
Height = 21
HelpContext = 202
MaxLength = 200
TabOrder = 1
Text = '/servers/'
end
object LogBox: TCheckBox
Left = 8
Top = 120
Width = 217
Height = 17
HelpContext = 203
Caption = 'Log Connections'
TabOrder = 3
end
object DefDocEdit: TEdit
Left = 144
Top = 80
Width = 169
Height = 21
HelpContext = 209
MaxLength = 30
TabOrder = 2
Text = 'default.htm'
end
object SysTrayBox: TCheckBox
Left = 8
Top = 152
Width = 193
Height = 17
HelpContext = 212
Caption = 'Run In System Tray'
TabOrder = 4
end
end
object TabSheet1: TTabSheet
Caption = 'Internet'
object Label4: TLabel
Left = 8
Top = 17
Width = 127
Height = 13
Caption = 'Socket Timeout (seconds):'
end
object Label6: TLabel
Left = 8
Top = 49
Width = 150
Height = 13
Caption = 'Number of Connections (1-100):'
end
object TimeOutEdit: TEdit
Left = 208
Top = 13
Width = 89
Height = 21
HelpContext = 205
TabOrder = 0
Text = '300'
end
object HTTPCountEdit: TEdit
Left = 208
Top = 46
Width = 89
Height = 21
HelpContext = 207
TabOrder = 1
Text = '5'
end
object RetryBox: TCheckBox
Left = 8
Top = 77
Width = 273
Height = 17
HelpContext = 208
Caption = 'Retry if server unavailable'
TabOrder = 2
end
end
object TabSheet2: TTabSheet
Caption = 'Proxy'
object Label3: TLabel
Left = 8
Top = 83
Width = 70
Height = 13
Caption = 'Proxy Address:'
Enabled = False
end
object Label5: TLabel
Left = 8
Top = 115
Width = 51
Height = 13
Caption = 'Proxy Port:'
Enabled = False
end
object ProxyAddrEdit: TEdit
Left = 160
Top = 80
Width = 153
Height = 21
HelpContext = 204
Color = clBtnFace
Enabled = False
MaxLength = 50
TabOrder = 1
Text = '192.168.1.1'
end
object ProxyPortEdit: TEdit
Left = 160
Top = 112
Width = 153
Height = 21
HelpContext = 204
Color = clBtnFace
Enabled = False
TabOrder = 2
Text = '8080'
end
object ProxyTypeBox: TRadioGroup
Left = 8
Top = 16
Width = 305
Height = 49
HelpContext = 204
Caption = 'Proxy Type:'
Columns = 3
ItemIndex = 0
Items.Strings = (
'No Proxy'
'HTTP Proxy'
'SOCKS4 Proxy')
TabOrder = 0
OnClick = UseProxyClick
end
object HTTPAuthBox: TGroupBox
Left = 8
Top = 136
Width = 305
Height = 73
Caption = 'HTTP Proxy Authentication (Leave Blank if not Required)'
Enabled = False
TabOrder = 3
object Label8: TLabel
Left = 8
Top = 24
Width = 51
Height = 13
Caption = 'Username:'
end
object Label9: TLabel
Left = 8
Top = 48
Width = 49
Height = 13
Caption = 'Password:'
end
object HTTPAuthUEdit: TEdit
Left = 152
Top = 20
Width = 137
Height = 21
TabOrder = 0
end
object HTTPAuthPEdit: TEdit
Left = 152
Top = 44
Width = 137
Height = 21
PasswordChar = '*'
TabOrder = 1
end
end
end
object DragDrop: TTabSheet
Caption = 'Drag-and-Drop'
object OnDropGroup: TRadioGroup
Left = 16
Top = 16
Width = 289
Height = 105
HelpContext = 210
Caption = 'On Link Drop:'
ItemIndex = 0
Items.Strings = (
'Create Item automatically'
'Popup menu to select Download level'
'Open '#39'Add Item'#39' Dialog')
TabOrder = 0
end
object AcceptHTTPBox: TCheckBox
Left = 16
Top = 136
Width = 289
Height = 17
HelpContext = 211
Caption = 'Accept only items with '#39'http://'#39' prefix'
TabOrder = 1
end
end
end
end