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
Wrap
Text File
|
2007-04-21
|
5KB
|
228 lines
object ServerForm: TServerForm
Left = 484
Top = 204
BorderIcons = [biSystemMenu]
BorderStyle = bsSingle
Caption = 'Connection Settings'
ClientHeight = 330
ClientWidth = 330
Color = clBtnFace
DefaultMonitor = dmMainForm
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'MS Sans Serif'
Font.Style = []
FormStyle = fsStayOnTop
KeyPreview = True
OldCreateOrder = False
Position = poScreenCenter
OnClose = FormClose
OnCreate = FormCreate
OnKeyDown = FormKeyDown
OnShow = FormShow
PixelsPerInch = 96
TextHeight = 13
object GroupBox2: TGroupBox
Left = 4
Top = 4
Width = 321
Height = 83
Caption = ' Authorization Server '
TabOrder = 0
object Label5: TLabel
Left = 23
Top = 26
Width = 77
Height = 13
Alignment = taRightJustify
Caption = 'OSCAR Server :'
Color = clBtnFace
ParentColor = False
end
object Label6: TLabel
Left = 75
Top = 51
Width = 25
Height = 13
Alignment = taRightJustify
Caption = 'Port :'
Color = clBtnFace
ParentColor = False
end
object CBServer: TComboBox
Left = 103
Top = 23
Width = 193
Height = 21
ItemHeight = 13
MaxLength = 60
TabOrder = 0
Text = 'login.icq.com'
Items.Strings = (
'login.icq.com'
'login.oscar.aol.com'
'ibucp-vip-d.blue.aol.com'
'ibucp-vip-m.blue.aol.com'
'bucp2-vip-m.blue.aol.com'
'bucp-m08.blue.aol.com'
'205.188.153.98'
'205.188.153.97'
'64.12.161.153')
end
object EditPort: TEdit
Left = 103
Top = 48
Width = 57
Height = 21
MaxLength = 6
TabOrder = 1
Text = '5190'
end
end
object GroupBox1: TGroupBox
Left = 4
Top = 92
Width = 321
Height = 205
Caption = ' Proxy Settings '
TabOrder = 1
object Label1: TLabel
Left = 41
Top = 27
Width = 59
Height = 13
Alignment = taRightJustify
Caption = 'Proxy Type :'
Color = clBtnFace
ParentColor = False
end
object Label3: TLabel
Left = 43
Top = 51
Width = 57
Height = 13
Alignment = taRightJustify
Caption = 'Proxy Host :'
Color = clBtnFace
ParentColor = False
end
object Label2: TLabel
Left = 46
Top = 75
Width = 54
Height = 13
Alignment = taRightJustify
Caption = 'Proxy Port :'
Color = clBtnFace
ParentColor = False
end
object Label4: TLabel
Left = 41
Top = 131
Width = 59
Height = 13
Alignment = taRightJustify
Caption = 'User Name :'
Color = clBtnFace
ParentColor = False
end
object Label7: TLabel
Left = 23
Top = 155
Width = 77
Height = 13
Alignment = taRightJustify
Caption = 'User Password :'
Color = clBtnFace
ParentColor = False
end
object CBProxyType: TComboBox
Left = 103
Top = 23
Width = 90
Height = 21
Style = csDropDownList
ItemHeight = 13
MaxLength = 60
TabOrder = 0
OnChange = CBProxyType1Change
Items.Strings = (
'NONE'
'HTTP(S)'
'SOCKS4'
'SOCKS4A'
'SOCKS5')
end
object EditProxyHost: TEdit
Left = 103
Top = 48
Width = 194
Height = 21
MaxLength = 256
TabOrder = 1
end
object EditProxyPort: TEdit
Left = 103
Top = 72
Width = 57
Height = 21
MaxLength = 6
TabOrder = 2
end
object EditProxyUserName: TEdit
Left = 103
Top = 128
Width = 122
Height = 21
MaxLength = 256
TabOrder = 4
end
object CheckBoxProxyAuth: TCheckBox
Left = 103
Top = 106
Width = 209
Height = 20
Caption = 'Proxy Authentication (if needed)'
TabOrder = 3
OnClick = CheckBoxProxyAuthClick
end
object EditProxyPass: TEdit
Left = 103
Top = 152
Width = 122
Height = 21
MaxLength = 256
PasswordChar = '*'
TabOrder = 5
end
object CheckBoxPrNTLM: TCheckBox
Left = 103
Top = 176
Width = 209
Height = 20
Caption = 'NTLM'
TabOrder = 6
end
end
object CheckBoxKeepAlive: TCheckBox
Left = 6
Top = 302
Width = 209
Height = 20
Caption = 'Keep Connection Alive'
Checked = True
State = cbChecked
TabOrder = 2
end
object ButtonSave: TButton
Left = 248
Top = 302
Width = 75
Height = 22
Caption = 'OK'
TabOrder = 3
OnClick = ButtonSave1Click
end
end