home *** CD-ROM | disk | FTP | other *** search
- object frmSettings: TfrmSettings
- Left = 254
- Top = 207
- BorderIcons = [biSystemMenu]
- BorderStyle = bsDialog
- Caption = 'UpdateWizard Proxy Settings'
- ClientHeight = 276
- ClientWidth = 410
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'Tahoma'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object imgNetCon: TImage
- Left = 8
- Top = 8
- Width = 32
- Height = 32
- AutoSize = True
- end
- object btnOK: TButton
- Left = 235
- Top = 244
- Width = 80
- Height = 24
- HelpContext = 5
- Caption = 'OK'
- Default = True
- TabOrder = 0
- OnClick = btnOKClick
- end
- object btnCancel: TButton
- Left = 321
- Top = 244
- Width = 80
- Height = 24
- HelpContext = 3
- Cancel = True
- Caption = 'Cancel'
- ModalResult = 2
- TabOrder = 1
- end
- object Panel1: TPanel
- Left = 0
- Top = 62
- Width = 409
- Height = 180
- BevelOuter = bvNone
- TabOrder = 2
- object GroupBox1: TGroupBox
- Left = 8
- Top = 8
- Width = 393
- Height = 77
- Caption = 'HTTP Proxy'
- TabOrder = 0
- object Label1: TLabel
- Left = 32
- Top = 45
- Width = 43
- Height = 13
- Caption = 'Address:'
- end
- object Label2: TLabel
- Left = 281
- Top = 45
- Width = 24
- Height = 13
- Caption = 'Port:'
- end
- object chkHTTPProxy: TCheckBox
- Left = 14
- Top = 18
- Width = 317
- Height = 17
- Caption = 'Use proxy for HTTP connections'
- TabOrder = 0
- OnClick = optProxyChange
- end
- object txtHTTPProxy: TEdit
- Left = 79
- Top = 42
- Width = 185
- Height = 21
- TabOrder = 1
- end
- object txtHTTPPort: TEdit
- Left = 308
- Top = 42
- Width = 62
- Height = 21
- TabOrder = 2
- end
- end
- object GroupBox2: TGroupBox
- Left = 8
- Top = 93
- Width = 393
- Height = 77
- Caption = 'FTP Proxy'
- TabOrder = 1
- object Label3: TLabel
- Left = 32
- Top = 45
- Width = 43
- Height = 13
- Caption = 'Address:'
- end
- object Label4: TLabel
- Left = 281
- Top = 45
- Width = 24
- Height = 13
- Caption = 'Port:'
- end
- object chkFTPProxy: TCheckBox
- Left = 14
- Top = 18
- Width = 317
- Height = 17
- Caption = 'Use proxy for FTP connections'
- TabOrder = 0
- OnClick = optProxyChange
- end
- object txtFTPProxy: TEdit
- Left = 79
- Top = 42
- Width = 185
- Height = 21
- TabOrder = 1
- end
- object txtFTPPort: TEdit
- Left = 308
- Top = 42
- Width = 62
- Height = 21
- TabOrder = 2
- end
- end
- end
- object optNoProxy: TRadioButton
- Left = 48
- Top = 8
- Width = 352
- Height = 17
- HelpContext = 9003
- Caption = 'Don'#39't use a proxy server'
- Checked = True
- TabOrder = 3
- TabStop = True
- OnClick = optProxyChange
- end
- object optManual: TRadioButton
- Left = 48
- Top = 44
- Width = 352
- Height = 17
- HelpContext = 9005
- Caption = 'Set proxy settings for TuneUp UpdateWizard manually'
- TabOrder = 4
- OnClick = optProxyChange
- end
- object optIEProxy: TRadioButton
- Left = 48
- Top = 26
- Width = 352
- Height = 17
- HelpContext = 9004
- Caption = 'Use the Internet Explorer proxy settings'
- TabOrder = 5
- OnClick = optProxyChange
- end
- end
-