home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 November / pcwk_11_98a.iso / Sharewar / Wcmd352 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFIREWALLDLG / TFIREWALLDLG.txt
Text File  |  1998-08-11  |  3KB  |  144 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 = 264
  9.   ClientWidth = 352
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object ProxyMethod: TRadioGroup
  18.     Tag = 12
  19.     Left = 8
  20.     Top = 8
  21.     Width = 333
  22.     Height = 93
  23.     Caption = 'Connect method'
  24.     Items.Strings = (
  25.       'Send command &USER user@hostname'
  26.       'Send command S&ITE (with logon)'
  27.       'Send command &OPEN '
  28.       'USER user@firewalluser@hostname / PASS pass@firewallpass')
  29.     TabOrder = 0
  30.   end
  31.   object GroupBox1: TGroupBox
  32.     Tag = 11
  33.     Left = 8
  34.     Top = 104
  35.     Width = 333
  36.     Height = 125
  37.     Caption = 'Firewall logon'
  38.     TabOrder = 1
  39.     object Hostname: TLabel
  40.       Tag = 3
  41.       Left = 8
  42.       Top = 24
  43.       Width = 85
  44.       Height = 13
  45.       AutoSize = False
  46.       Caption = '&Host name:'
  47.       FocusControl = id_Change_Host
  48.     end
  49.     object Username: TLabel
  50.       Tag = 5
  51.       Left = 8
  52.       Top = 51
  53.       Width = 85
  54.       Height = 13
  55.       AutoSize = False
  56.       Caption = '&User name:'
  57.       FocusControl = id_Change_User
  58.     end
  59.     object Label1: TLabel
  60.       Tag = 9
  61.       Left = 8
  62.       Top = 78
  63.       Width = 85
  64.       Height = 13
  65.       AutoSize = False
  66.       Caption = '&Password:'
  67.       FocusControl = id_Change_Pass
  68.     end
  69.     object Label2: TLabel
  70.       Tag = 10
  71.       Left = 8
  72.       Top = 100
  73.       Width = 317
  74.       Height = 13
  75.       AutoSize = False
  76.       Caption = 'Warning: Storing the password is insecure!'
  77.     end
  78.     object id_Change_Host: TEdit
  79.       Left = 96
  80.       Top = 20
  81.       Width = 229
  82.       Height = 21
  83.       TabOrder = 0
  84.     end
  85.     object id_Change_User: TEdit
  86.       Left = 96
  87.       Top = 47
  88.       Width = 229
  89.       Height = 21
  90.       TabOrder = 1
  91.     end
  92.     object id_Change_Pass: TEdit
  93.       Left = 96
  94.       Top = 74
  95.       Width = 229
  96.       Height = 21
  97.       PasswordChar = '*'
  98.       TabOrder = 2
  99.     end
  100.   end
  101.   object id_OK: TButton
  102.     Tag = 4001
  103.     Left = 38
  104.     Top = 234
  105.     Width = 90
  106.     Height = 25
  107.     Caption = '&OK'
  108.     Default = True
  109.     ModalResult = 1
  110.     TabOrder = 2
  111.     OnClick = id_OKClick
  112.   end
  113.   object Cancel: TButton
  114.     Tag = 4002
  115.     Left = 131
  116.     Top = 234
  117.     Width = 90
  118.     Height = 25
  119.     Cancel = True
  120.     Caption = 'Cancel'
  121.     ModalResult = 2
  122.     TabOrder = 3
  123.   end
  124.   object Button1: TButton
  125.     Tag = 4003
  126.     Left = 224
  127.     Top = 234
  128.     Width = 90
  129.     Height = 25
  130.     Caption = 'Help'
  131.     TabOrder = 4
  132.     OnClick = Button1Click
  133.   end
  134.   object ResolutionFix1: TResolutionFix
  135.     Left = 4
  136.     Top = 232
  137.   end
  138.   object Translate1: TTranslate
  139.     Tag = 6010
  140.     Left = 312
  141.     Top = 232
  142.   end
  143. end
  144.