home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 June / PCWorld_2007-06_cd.bin / komunikace / qip / qip8020.exe / qip.exe / 0 / RCDATA / TSERVERFORM / TSERVERFORM.txt
Text File  |  2007-04-21  |  5KB  |  228 lines

  1. object ServerForm: TServerForm
  2.   Left = 484
  3.   Top = 204
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Connection Settings'
  7.   ClientHeight = 330
  8.   ClientWidth = 330
  9.   Color = clBtnFace
  10.   DefaultMonitor = dmMainForm
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   FormStyle = fsStayOnTop
  17.   KeyPreview = True
  18.   OldCreateOrder = False
  19.   Position = poScreenCenter
  20.   OnClose = FormClose
  21.   OnCreate = FormCreate
  22.   OnKeyDown = FormKeyDown
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object GroupBox2: TGroupBox
  27.     Left = 4
  28.     Top = 4
  29.     Width = 321
  30.     Height = 83
  31.     Caption = ' Authorization Server '
  32.     TabOrder = 0
  33.     object Label5: TLabel
  34.       Left = 23
  35.       Top = 26
  36.       Width = 77
  37.       Height = 13
  38.       Alignment = taRightJustify
  39.       Caption = 'OSCAR Server :'
  40.       Color = clBtnFace
  41.       ParentColor = False
  42.     end
  43.     object Label6: TLabel
  44.       Left = 75
  45.       Top = 51
  46.       Width = 25
  47.       Height = 13
  48.       Alignment = taRightJustify
  49.       Caption = 'Port :'
  50.       Color = clBtnFace
  51.       ParentColor = False
  52.     end
  53.     object CBServer: TComboBox
  54.       Left = 103
  55.       Top = 23
  56.       Width = 193
  57.       Height = 21
  58.       ItemHeight = 13
  59.       MaxLength = 60
  60.       TabOrder = 0
  61.       Text = 'login.icq.com'
  62.       Items.Strings = (
  63.         'login.icq.com'
  64.         'login.oscar.aol.com'
  65.         'ibucp-vip-d.blue.aol.com'
  66.         'ibucp-vip-m.blue.aol.com'
  67.         'bucp2-vip-m.blue.aol.com'
  68.         'bucp-m08.blue.aol.com'
  69.         '205.188.153.98'
  70.         '205.188.153.97'
  71.         '64.12.161.153')
  72.     end
  73.     object EditPort: TEdit
  74.       Left = 103
  75.       Top = 48
  76.       Width = 57
  77.       Height = 21
  78.       MaxLength = 6
  79.       TabOrder = 1
  80.       Text = '5190'
  81.     end
  82.   end
  83.   object GroupBox1: TGroupBox
  84.     Left = 4
  85.     Top = 92
  86.     Width = 321
  87.     Height = 205
  88.     Caption = ' Proxy Settings '
  89.     TabOrder = 1
  90.     object Label1: TLabel
  91.       Left = 41
  92.       Top = 27
  93.       Width = 59
  94.       Height = 13
  95.       Alignment = taRightJustify
  96.       Caption = 'Proxy Type :'
  97.       Color = clBtnFace
  98.       ParentColor = False
  99.     end
  100.     object Label3: TLabel
  101.       Left = 43
  102.       Top = 51
  103.       Width = 57
  104.       Height = 13
  105.       Alignment = taRightJustify
  106.       Caption = 'Proxy Host :'
  107.       Color = clBtnFace
  108.       ParentColor = False
  109.     end
  110.     object Label2: TLabel
  111.       Left = 46
  112.       Top = 75
  113.       Width = 54
  114.       Height = 13
  115.       Alignment = taRightJustify
  116.       Caption = 'Proxy Port :'
  117.       Color = clBtnFace
  118.       ParentColor = False
  119.     end
  120.     object Label4: TLabel
  121.       Left = 41
  122.       Top = 131
  123.       Width = 59
  124.       Height = 13
  125.       Alignment = taRightJustify
  126.       Caption = 'User Name :'
  127.       Color = clBtnFace
  128.       ParentColor = False
  129.     end
  130.     object Label7: TLabel
  131.       Left = 23
  132.       Top = 155
  133.       Width = 77
  134.       Height = 13
  135.       Alignment = taRightJustify
  136.       Caption = 'User Password :'
  137.       Color = clBtnFace
  138.       ParentColor = False
  139.     end
  140.     object CBProxyType: TComboBox
  141.       Left = 103
  142.       Top = 23
  143.       Width = 90
  144.       Height = 21
  145.       Style = csDropDownList
  146.       ItemHeight = 13
  147.       MaxLength = 60
  148.       TabOrder = 0
  149.       OnChange = CBProxyType1Change
  150.       Items.Strings = (
  151.         'NONE'
  152.         'HTTP(S)'
  153.         'SOCKS4'
  154.         'SOCKS4A'
  155.         'SOCKS5')
  156.     end
  157.     object EditProxyHost: TEdit
  158.       Left = 103
  159.       Top = 48
  160.       Width = 194
  161.       Height = 21
  162.       MaxLength = 256
  163.       TabOrder = 1
  164.     end
  165.     object EditProxyPort: TEdit
  166.       Left = 103
  167.       Top = 72
  168.       Width = 57
  169.       Height = 21
  170.       MaxLength = 6
  171.       TabOrder = 2
  172.     end
  173.     object EditProxyUserName: TEdit
  174.       Left = 103
  175.       Top = 128
  176.       Width = 122
  177.       Height = 21
  178.       MaxLength = 256
  179.       TabOrder = 4
  180.     end
  181.     object CheckBoxProxyAuth: TCheckBox
  182.       Left = 103
  183.       Top = 106
  184.       Width = 209
  185.       Height = 20
  186.       Caption = 'Proxy Authentication (if needed)'
  187.       TabOrder = 3
  188.       OnClick = CheckBoxProxyAuthClick
  189.     end
  190.     object EditProxyPass: TEdit
  191.       Left = 103
  192.       Top = 152
  193.       Width = 122
  194.       Height = 21
  195.       MaxLength = 256
  196.       PasswordChar = '*'
  197.       TabOrder = 5
  198.     end
  199.     object CheckBoxPrNTLM: TCheckBox
  200.       Left = 103
  201.       Top = 176
  202.       Width = 209
  203.       Height = 20
  204.       Caption = 'NTLM'
  205.       TabOrder = 6
  206.     end
  207.   end
  208.   object CheckBoxKeepAlive: TCheckBox
  209.     Left = 6
  210.     Top = 302
  211.     Width = 209
  212.     Height = 20
  213.     Caption = 'Keep Connection Alive'
  214.     Checked = True
  215.     State = cbChecked
  216.     TabOrder = 2
  217.   end
  218.   object ButtonSave: TButton
  219.     Left = 248
  220.     Top = 302
  221.     Width = 75
  222.     Height = 22
  223.     Caption = 'OK'
  224.     TabOrder = 3
  225.     OnClick = ButtonSave1Click
  226.   end
  227. end
  228.