home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 July & August / Pcwk78a98.iso / Sharewar / WCMD3532 / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TFIREWALLDLG / TFIREWALLDLG.txt
Text File  |  1998-03-18  |  3KB  |  143 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 = 247
  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 = 73
  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.     TabOrder = 0
  29.   end
  30.   object GroupBox1: TGroupBox
  31.     Tag = 11
  32.     Left = 8
  33.     Top = 88
  34.     Width = 333
  35.     Height = 125
  36.     Caption = 'Firewall logon'
  37.     TabOrder = 1
  38.     object Hostname: TLabel
  39.       Tag = 3
  40.       Left = 8
  41.       Top = 24
  42.       Width = 85
  43.       Height = 13
  44.       AutoSize = False
  45.       Caption = '&Host name:'
  46.       FocusControl = id_Change_Host
  47.     end
  48.     object Username: TLabel
  49.       Tag = 5
  50.       Left = 8
  51.       Top = 51
  52.       Width = 85
  53.       Height = 13
  54.       AutoSize = False
  55.       Caption = '&User name:'
  56.       FocusControl = id_Change_User
  57.     end
  58.     object Label1: TLabel
  59.       Tag = 9
  60.       Left = 8
  61.       Top = 78
  62.       Width = 85
  63.       Height = 13
  64.       AutoSize = False
  65.       Caption = '&Password:'
  66.       FocusControl = id_Change_Pass
  67.     end
  68.     object Label2: TLabel
  69.       Tag = 10
  70.       Left = 8
  71.       Top = 100
  72.       Width = 317
  73.       Height = 13
  74.       AutoSize = False
  75.       Caption = 'Warning: Storing the password is insecure!'
  76.     end
  77.     object id_Change_Host: TEdit
  78.       Left = 96
  79.       Top = 20
  80.       Width = 229
  81.       Height = 21
  82.       TabOrder = 0
  83.     end
  84.     object id_Change_User: TEdit
  85.       Left = 96
  86.       Top = 47
  87.       Width = 229
  88.       Height = 21
  89.       TabOrder = 1
  90.     end
  91.     object id_Change_Pass: TEdit
  92.       Left = 96
  93.       Top = 74
  94.       Width = 229
  95.       Height = 21
  96.       PasswordChar = '*'
  97.       TabOrder = 2
  98.     end
  99.   end
  100.   object id_OK: TButton
  101.     Tag = 4001
  102.     Left = 38
  103.     Top = 218
  104.     Width = 90
  105.     Height = 25
  106.     Caption = '&OK'
  107.     Default = True
  108.     ModalResult = 1
  109.     TabOrder = 2
  110.     OnClick = id_OKClick
  111.   end
  112.   object Cancel: TButton
  113.     Tag = 4002
  114.     Left = 131
  115.     Top = 218
  116.     Width = 90
  117.     Height = 25
  118.     Cancel = True
  119.     Caption = 'Cancel'
  120.     ModalResult = 2
  121.     TabOrder = 3
  122.   end
  123.   object Button1: TButton
  124.     Tag = 4003
  125.     Left = 224
  126.     Top = 218
  127.     Width = 90
  128.     Height = 25
  129.     Caption = 'Help'
  130.     TabOrder = 4
  131.     OnClick = Button1Click
  132.   end
  133.   object ResolutionFix1: TResolutionFix
  134.     Left = 4
  135.     Top = 216
  136.   end
  137.   object Translate1: TTranslate
  138.     Tag = 6010
  139.     Left = 312
  140.     Top = 216
  141.   end
  142. end
  143.