You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/RnQ/Prefs/connection_fr.dfm

313 lines
7.1 KiB
Plaintext

object connectionFr: TconnectionFr
Left = 308
Top = 147
ClientHeight = 400
ClientWidth = 488
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Tahoma'
Font.Style = []
OldCreateOrder = True
DesignSize = (
488
400)
PixelsPerInch = 96
TextHeight = 13
object Label9: TLabel
Left = 340
Top = 329
Width = 39
Height = 13
Caption = 'seconds'
end
object kaChk: TCheckBox
Left = 6
Top = 327
Width = 322
Height = 17
HelpKeyword = 'keep-alive'
Caption = 'Send keep-alive packets each'
TabOrder = 3
end
object proxyGroup: TGroupBox
Left = 6
Top = 6
Width = 439
Height = 254
Anchors = [akLeft, akTop, akRight]
Caption = 'Connection settings'
TabOrder = 6
DesignSize = (
439
254)
object ProxyDelBtn: TRnQSpeedButton
Left = 259
Top = 21
Width = 23
Height = 22
Flat = True
ImageName = 'delete'
OnClick = ProxyDelBtnClick
end
object ProxyAddBtn: TRnQSpeedButton
Left = 231
Top = 21
Width = 23
Height = 22
Flat = True
ImageName = 'add'
OnClick = ProxyAddBtnClick
end
object ServerLbl: TLabel
Left = 21
Top = 74
Width = 42
Height = 21
AutoSize = False
BiDiMode = bdRightToLeft
Caption = 'Server'
ParentBiDiMode = False
Transparent = True
Layout = tlCenter
end
object LEProxyName: TLabeledEdit
Left = 65
Top = 48
Width = 251
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 27
EditLabel.Height = 13
EditLabel.Caption = 'Name'
LabelPosition = lpLeft
TabOrder = 1
end
object ProxyIDBox: TComboBox
Left = 65
Top = 21
Width = 156
Height = 21
Style = csDropDownList
TabOrder = 0
OnChange = ProxyIDBoxChange
end
object ServerCBox: TComboBox
Left = 65
Top = 75
Width = 251
Height = 21
TabOrder = 2
end
object portBox: TLabeledEdit
Left = 350
Top = 75
Width = 60
Height = 21
Anchors = [akTop, akRight]
EditLabel.Width = 20
EditLabel.Height = 13
EditLabel.Caption = 'Port'
LabelPosition = lpLeft
TabOrder = 3
OnChange = portBoxChange
end
object GroupBox1: TGroupBox
Left = 9
Top = 102
Width = 423
Height = 143
Anchors = [akLeft, akTop, akRight]
Caption = 'Proxy'
TabOrder = 4
DesignSize = (
423
143)
object proxyhostBox: TLabeledEdit
Left = 56
Top = 14
Width = 251
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 22
EditLabel.Height = 13
EditLabel.Caption = 'Host'
LabelPosition = lpLeft
TabOrder = 0
end
object proxyportBox: TLabeledEdit
Left = 342
Top = 14
Width = 60
Height = 21
Anchors = [akTop, akRight]
EditLabel.Width = 20
EditLabel.Height = 13
EditLabel.Caption = 'Port'
LabelPosition = lpLeft
TabOrder = 1
OnChange = portBoxChange
end
object authGroup: TGroupBox
Left = 133
Top = 45
Width = 281
Height = 90
Anchors = [akLeft, akTop, akRight]
TabOrder = 4
DesignSize = (
281
90)
object L6: TLabel
Left = 22
Top = 48
Width = 46
Height = 13
Alignment = taRightJustify
Caption = 'Password'
end
object proxyuserBox: TLabeledEdit
Left = 71
Top = 17
Width = 196
Height = 21
Anchors = [akLeft, akTop, akRight]
EditLabel.Width = 22
EditLabel.Height = 13
EditLabel.Caption = 'User'
LabelPosition = lpLeft
TabOrder = 0
end
object proxypwdBox: TEdit
Left = 71
Top = 43
Width = 196
Height = 22
Anchors = [akLeft, akTop, akRight]
Font.Charset = ANSI_CHARSET
Font.Color = clWindowText
Font.Height = -11
Font.Name = 'Courier New'
Font.Style = []
ParentFont = False
PasswordChar = '*'
TabOrder = 1
end
object ntlmauth: TCheckBox
Left = 10
Top = 67
Width = 263
Height = 17
Caption = 'Use NTLM autentication'
TabOrder = 2
OnClick = authChkClick
end
end
object proxyproto: TRadioGroup
Left = 9
Top = 39
Width = 113
Height = 96
Caption = 'Type'
TabOrder = 2
OnClick = proxyprotoClick
end
object authChk: TCheckBox
Left = 142
Top = 39
Width = 153
Height = 17
Caption = 'authentication'
TabOrder = 3
OnClick = authChkClick
end
end
object SSLChk: TCheckBox
Left = 297
Top = 52
Width = 81
Height = 17
Caption = 'SSL'
TabOrder = 5
end
object SaveIPChk: TCheckBox
Left = 297
Top = 32
Width = 97
Height = 17
Caption = 'Save IP'
TabOrder = 6
end
end
object autoreconnectChk: TCheckBox
Left = 6
Top = 268
Width = 408
Height = 17
HelpKeyword = 'auto-reconnect'
Caption = 'Auto-reconnect (when connection is lost)'
TabOrder = 0
end
object kaSpin: TRnQSpinEdit
Left = 275
Top = 327
Width = 60
Height = 22
HelpKeyword = 'keep-alive-freq'
Decimal = 0
MaxLength = 3
MaxValue = 9999.000000000000000000
MinValue = 1.000000000000000000
TabOrder = 4
Value = 9999.000000000000000000
AsInteger = 9999
end
object disconnectedChk: TCheckBox
Left = 6
Top = 347
Width = 408
Height = 17
HelpKeyword = 'show-disconnected-dialog'
Caption = 'Show dialog box when disconnected'
TabOrder = 5
end
object conOnConChk: TCheckBox
Left = 6
Top = 307
Width = 408
Height = 17
HelpKeyword = 'connect-on-connection'
Caption = 'Connect on connection available'
TabOrder = 2
end
object StopRcnctChk: TCheckBox
Left = 6
Top = 287
Width = 396
Height = 17
HelpKeyword = 'auto-reconnect-stop'
Caption = 'Stop reconnecting after login from another place'
TabOrder = 1
end
object PortsLEdit: TLabeledEdit
Left = 106
Top = 371
Width = 295
Height = 21
EditLabel.Width = 105
EditLabel.Height = 13
EditLabel.Caption = 'Use ports for listening'
LabelPosition = lpLeft
TabOrder = 7
end
object RslvIPChk: TCheckBox
Left = 303
Top = 18
Width = 88
Height = 17
Caption = 'Resolve IP'
TabOrder = 8
end
end