home *** CD-ROM | disk | FTP | other *** search
/ GameStar 1999 September / Gamestar_09_1999-09_cd1.bin / programy / wc / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFIREWALLDLG / TFIREWALLDLG.txt
Text File  |  1999-07-27  |  3KB  |  156 lines

  1. object FireWallDlg: TFireWallDlg
  2.   Tag = 13
  3.   Left = 252
  4.   Top = 154
  5.   HelpContext = 470
  6.   BorderStyle = bsDialog
  7.   Caption = 'Firewall settings'
  8.   ClientHeight = 288
  9.   ClientWidth = 361
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   PixelsPerInch = 96
  15.   Position = poScreenCenter
  16.   TextHeight = 13
  17.   object ProxyMethod: TRadioGroup
  18.     Tag = 12
  19.     Left = 4
  20.     Top = 8
  21.     Width = 353
  22.     Height = 121
  23.     Caption = 'Connect method'
  24.     Font.Color = clBtnText
  25.     Font.Height = -11
  26.     Font.Name = 'MS Sans Serif'
  27.     Font.Style = []
  28.     Items.Strings = (
  29.       'Send command &USER user@hostname'
  30.       'Send command S&ITE (with logon)'
  31.       'Send command &OPEN '
  32.       'USER user@firewalluser@hostname / PASS pass@firewallpass'
  33.       'Transparent'
  34.       'HTTP Proxy with FTP support')
  35.     ParentFont = False
  36.     TabOrder = 0
  37.   end
  38.   object GroupBox1: TGroupBox
  39.     Tag = 11
  40.     Left = 4
  41.     Top = 132
  42.     Width = 353
  43.     Height = 125
  44.     Caption = 'Firewall logon'
  45.     Font.Color = clBtnText
  46.     Font.Height = -11
  47.     Font.Name = 'MS Sans Serif'
  48.     Font.Style = []
  49.     ParentFont = False
  50.     TabOrder = 1
  51.     object Hostname: TLabel
  52.       Tag = 3
  53.       Left = 8
  54.       Top = 24
  55.       Width = 85
  56.       Height = 13
  57.       AutoSize = False
  58.       Caption = '&Host name:'
  59.       FocusControl = id_Change_Host
  60.     end
  61.     object UserLabel: TLabel
  62.       Tag = 5
  63.       Left = 8
  64.       Top = 51
  65.       Width = 85
  66.       Height = 13
  67.       AutoSize = False
  68.       Caption = '&User name:'
  69.       FocusControl = id_Change_User
  70.     end
  71.     object PassLabel: TLabel
  72.       Tag = 9
  73.       Left = 8
  74.       Top = 78
  75.       Width = 85
  76.       Height = 13
  77.       AutoSize = False
  78.       Caption = '&Password:'
  79.       FocusControl = id_Change_Pass
  80.     end
  81.     object Label2: TLabel
  82.       Tag = 10
  83.       Left = 8
  84.       Top = 100
  85.       Width = 337
  86.       Height = 13
  87.       AutoSize = False
  88.       Caption = 'Warning: Storing the password is insecure!'
  89.     end
  90.     object id_Change_Host: TEdit
  91.       Left = 96
  92.       Top = 20
  93.       Width = 250
  94.       Height = 21
  95.       TabOrder = 0
  96.     end
  97.     object id_Change_User: TEdit
  98.       Left = 96
  99.       Top = 47
  100.       Width = 250
  101.       Height = 21
  102.       TabOrder = 1
  103.     end
  104.     object id_Change_Pass: TEdit
  105.       Left = 96
  106.       Top = 74
  107.       Width = 250
  108.       Height = 21
  109.       PasswordChar = '*'
  110.       TabOrder = 2
  111.     end
  112.   end
  113.   object id_OK: TButton
  114.     Tag = 4001
  115.     Left = 42
  116.     Top = 262
  117.     Width = 90
  118.     Height = 23
  119.     Caption = 'OK'
  120.     Default = True
  121.     ModalResult = 1
  122.     TabOrder = 2
  123.     OnClick = id_OKClick
  124.   end
  125.   object Cancel: TButton
  126.     Tag = 4002
  127.     Left = 135
  128.     Top = 262
  129.     Width = 90
  130.     Height = 23
  131.     Cancel = True
  132.     Caption = 'Cancel'
  133.     ModalResult = 2
  134.     TabOrder = 3
  135.   end
  136.   object Button1: TButton
  137.     Tag = 4003
  138.     Left = 228
  139.     Top = 262
  140.     Width = 90
  141.     Height = 23
  142.     Caption = 'Help'
  143.     TabOrder = 4
  144.     OnClick = Button1Click
  145.   end
  146.   object ResolutionFix1: TResolutionFix
  147.     Left = 4
  148.     Top = 260
  149.   end
  150.   object Translate1: TTranslate
  151.     Tag = 6010
  152.     Left = 312
  153.     Top = 260
  154.   end
  155. end
  156.