home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 June / CHIP_CD_2004-06.iso / software / tuneup_hit / files / TU2004TrialEN.exe / UpdateWizard.exe / RCDATA / TFRMSETTINGS / TFRMSETTINGS.txt
Encoding:
Text File  |  2004-03-31  |  3.6 KB  |  182 lines

  1. object frmSettings: TfrmSettings
  2.   Left = 254
  3.   Top = 207
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'UpdateWizard Proxy Settings'
  7.   ClientHeight = 276
  8.   ClientWidth = 410
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object imgNetCon: TImage
  23.     Left = 8
  24.     Top = 8
  25.     Width = 32
  26.     Height = 32
  27.     AutoSize = True
  28.   end
  29.   object btnOK: TButton
  30.     Left = 235
  31.     Top = 244
  32.     Width = 80
  33.     Height = 24
  34.     HelpContext = 5
  35.     Caption = 'OK'
  36.     Default = True
  37.     TabOrder = 0
  38.     OnClick = btnOKClick
  39.   end
  40.   object btnCancel: TButton
  41.     Left = 321
  42.     Top = 244
  43.     Width = 80
  44.     Height = 24
  45.     HelpContext = 3
  46.     Cancel = True
  47.     Caption = 'Cancel'
  48.     ModalResult = 2
  49.     TabOrder = 1
  50.   end
  51.   object Panel1: TPanel
  52.     Left = 0
  53.     Top = 62
  54.     Width = 409
  55.     Height = 180
  56.     BevelOuter = bvNone
  57.     TabOrder = 2
  58.     object GroupBox1: TGroupBox
  59.       Left = 8
  60.       Top = 8
  61.       Width = 393
  62.       Height = 77
  63.       Caption = 'HTTP Proxy'
  64.       TabOrder = 0
  65.       object Label1: TLabel
  66.         Left = 32
  67.         Top = 45
  68.         Width = 43
  69.         Height = 13
  70.         Caption = 'Address:'
  71.       end
  72.       object Label2: TLabel
  73.         Left = 281
  74.         Top = 45
  75.         Width = 24
  76.         Height = 13
  77.         Caption = 'Port:'
  78.       end
  79.       object chkHTTPProxy: TCheckBox
  80.         Left = 14
  81.         Top = 18
  82.         Width = 317
  83.         Height = 17
  84.         Caption = 'Use proxy for HTTP connections'
  85.         TabOrder = 0
  86.         OnClick = optProxyChange
  87.       end
  88.       object txtHTTPProxy: TEdit
  89.         Left = 79
  90.         Top = 42
  91.         Width = 185
  92.         Height = 21
  93.         TabOrder = 1
  94.       end
  95.       object txtHTTPPort: TEdit
  96.         Left = 308
  97.         Top = 42
  98.         Width = 62
  99.         Height = 21
  100.         TabOrder = 2
  101.       end
  102.     end
  103.     object GroupBox2: TGroupBox
  104.       Left = 8
  105.       Top = 93
  106.       Width = 393
  107.       Height = 77
  108.       Caption = 'FTP Proxy'
  109.       TabOrder = 1
  110.       object Label3: TLabel
  111.         Left = 32
  112.         Top = 45
  113.         Width = 43
  114.         Height = 13
  115.         Caption = 'Address:'
  116.       end
  117.       object Label4: TLabel
  118.         Left = 281
  119.         Top = 45
  120.         Width = 24
  121.         Height = 13
  122.         Caption = 'Port:'
  123.       end
  124.       object chkFTPProxy: TCheckBox
  125.         Left = 14
  126.         Top = 18
  127.         Width = 317
  128.         Height = 17
  129.         Caption = 'Use proxy for FTP connections'
  130.         TabOrder = 0
  131.         OnClick = optProxyChange
  132.       end
  133.       object txtFTPProxy: TEdit
  134.         Left = 79
  135.         Top = 42
  136.         Width = 185
  137.         Height = 21
  138.         TabOrder = 1
  139.       end
  140.       object txtFTPPort: TEdit
  141.         Left = 308
  142.         Top = 42
  143.         Width = 62
  144.         Height = 21
  145.         TabOrder = 2
  146.       end
  147.     end
  148.   end
  149.   object optNoProxy: TRadioButton
  150.     Left = 48
  151.     Top = 8
  152.     Width = 352
  153.     Height = 17
  154.     HelpContext = 9003
  155.     Caption = 'Don'#39't use a proxy server'
  156.     Checked = True
  157.     TabOrder = 3
  158.     TabStop = True
  159.     OnClick = optProxyChange
  160.   end
  161.   object optManual: TRadioButton
  162.     Left = 48
  163.     Top = 44
  164.     Width = 352
  165.     Height = 17
  166.     HelpContext = 9005
  167.     Caption = 'Set proxy settings for TuneUp UpdateWizard manually'
  168.     TabOrder = 4
  169.     OnClick = optProxyChange
  170.   end
  171.   object optIEProxy: TRadioButton
  172.     Left = 48
  173.     Top = 26
  174.     Width = 352
  175.     Height = 17
  176.     HelpContext = 9004
  177.     Caption = 'Use the Internet Explorer proxy settings'
  178.     TabOrder = 5
  179.     OnClick = optProxyChange
  180.   end
  181. end
  182.