home *** CD-ROM | disk | FTP | other *** search
/ Igromania 1999 December / 27_12_1999.iso / Soft / nvamp33.exe / Vampire.exe / 0 / RCDATA / TPROXYDIALOG / TPROXYDIALOG.txt
Text File  |  1999-06-02  |  3KB  |  186 lines

  1. object ProxyDialog: TProxyDialog
  2.   Left = 413
  3.   Top = 72
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   Caption = 'Proxy settings'
  7.   ClientHeight = 433
  8.   ClientWidth = 360
  9.   Font.Charset = ANSI_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnClose = FormClose
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label14: TLabel
  20.     Left = 270
  21.     Top = 59
  22.     Width = 22
  23.     Height = 13
  24.     Caption = 'Port:'
  25.   end
  26.   object Label15: TLabel
  27.     Left = 20
  28.     Top = 60
  29.     Width = 41
  30.     Height = 13
  31.     Caption = 'Address:'
  32.   end
  33.   object Label19: TLabel
  34.     Left = 20
  35.     Top = 16
  36.     Width = 20
  37.     Height = 13
  38.     Caption = 'Title'
  39.   end
  40.   object Label20: TLabel
  41.     Left = 212
  42.     Top = 216
  43.     Width = 25
  44.     Height = 13
  45.     Caption = 'User:'
  46.   end
  47.   object Label23: TLabel
  48.     Left = 212
  49.     Top = 261
  50.     Width = 49
  51.     Height = 13
  52.     Caption = 'Password:'
  53.   end
  54.   object Edit9: TEdit
  55.     Left = 20
  56.     Top = 32
  57.     Width = 313
  58.     Height = 21
  59.     TabOrder = 0
  60.   end
  61.   object RadioGroup1: TRadioGroup
  62.     Left = 20
  63.     Top = 116
  64.     Width = 177
  65.     Height = 185
  66.     Caption = ' Type '
  67.     ItemIndex = 0
  68.     Items.Strings = (
  69.       'Direct connection'
  70.       'HTTP <GET/POST>'
  71.       'HTTP <CONNECT>'
  72.       'FTP <USER user@host:port>'
  73.       'FTP <USER user@host port>'
  74.       'FTP <OPEN host>'
  75.       'FTP <SITE host>'
  76.       'Socks V4')
  77.     TabOrder = 3
  78.     OnClick = EnableDisable
  79.   end
  80.   object SpinEdit3: TSpinEdit
  81.     Left = 270
  82.     Top = 76
  83.     Width = 63
  84.     Height = 22
  85.     MaxLength = 5
  86.     MaxValue = 65535
  87.     MinValue = 0
  88.     TabOrder = 2
  89.     Value = 0
  90.   end
  91.   object Edit13: TEdit
  92.     Left = 20
  93.     Top = 76
  94.     Width = 241
  95.     Height = 21
  96.     TabOrder = 1
  97.   end
  98.   object CheckBox11: TCheckBox
  99.     Left = 212
  100.     Top = 180
  101.     Width = 117
  102.     Height = 17
  103.     Caption = 'Authenticate'
  104.     TabOrder = 6
  105.     OnClick = EnableDisable
  106.   end
  107.   object CheckBox12: TCheckBox
  108.     Left = 212
  109.     Top = 132
  110.     Width = 121
  111.     Height = 17
  112.     Caption = 'No-cache'
  113.     TabOrder = 4
  114.   end
  115.   object Edit14: TEdit
  116.     Left = 212
  117.     Top = 232
  118.     Width = 121
  119.     Height = 21
  120.     TabOrder = 7
  121.   end
  122.   object Edit15: TEdit
  123.     Left = 212
  124.     Top = 276
  125.     Width = 121
  126.     Height = 21
  127.     PasswordChar = '*'
  128.     TabOrder = 8
  129.     OnDblClick = Edit15DblClick
  130.   end
  131.   object CheckBox18: TCheckBox
  132.     Left = 212
  133.     Top = 156
  134.     Width = 121
  135.     Height = 17
  136.     Caption = 'PASV mode'
  137.     TabOrder = 5
  138.   end
  139.   object CancelBtn: TButton
  140.     Left = 280
  141.     Top = 406
  142.     Width = 75
  143.     Height = 23
  144.     Cancel = True
  145.     Caption = 'Cancel'
  146.     ModalResult = 2
  147.     TabOrder = 10
  148.   end
  149.   object OkBtn: TButton
  150.     Left = 197
  151.     Top = 406
  152.     Width = 75
  153.     Height = 23
  154.     Caption = 'OK'
  155.     Default = True
  156.     TabOrder = 9
  157.     OnClick = OkBtnClick
  158.   end
  159.   object GroupBox6: TGroupBox
  160.     Left = 20
  161.     Top = 312
  162.     Width = 317
  163.     Height = 77
  164.     Caption = ' Description '
  165.     Font.Charset = ANSI_CHARSET
  166.     Font.Color = clRed
  167.     Font.Height = -11
  168.     Font.Name = 'MS Sans Serif'
  169.     Font.Style = []
  170.     ParentFont = False
  171.     TabOrder = 11
  172.     Visible = False
  173.     object Label11: TLabel
  174.       Left = 12
  175.       Top = 15
  176.       Width = 32
  177.       Height = 13
  178.       Caption = 'Label1'
  179.     end
  180.   end
  181.   object KMLang1: TKMLang
  182.     Left = 4
  183.     Top = 4
  184.   end
  185. end
  186.