xenadmin/XenAdmin/Dialogs/OptionsPages/ConnectionOptionsPage.resx
Frezzle 3522e2980d [CP-19111] Added ability to choose Basic or Digest authentication for proxy server
2 new radio buttons in Connection Options page, for Basic and Digest; Digest is the default as it's the most secure.
New proxy authentication method setting, which is used to configure XenAPI's HTTP class and the .NET AuthenticationManager (which handles which authentication schemes can be used by the .NET web classes).
The new setting is also transferred and used by the Health Check service.

The bug noted in CA-214653 also occurs here, but the work-around on PR#1201 for that bug will also work for this.

Signed-off-by: Frezzle <frederico.mazzone@citrix.com>
2016-10-12 19:09:35 +01:00

1104 lines
51 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ConnectionTableLayoutPanel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="ConnectionTableLayoutPanel.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="ConnectionTableLayoutPanel.ColumnCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="TimeoutGroupBox.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="TimeoutGroupBox.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel2.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel2.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel2.ColumnCount" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="ConnectionTimeoutLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="ConnectionTimeoutLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="ConnectionTimeoutLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ConnectionTimeoutLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="ConnectionTimeoutLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="ConnectionTimeoutLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 3, 0</value>
</data>
<data name="ConnectionTimeoutLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>104, 23</value>
</data>
<data name="ConnectionTimeoutLabel.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="ConnectionTimeoutLabel.Text" xml:space="preserve">
<value>Co&amp;nnection timeout:</value>
</data>
<data name="ConnectionTimeoutLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutLabel.Name" xml:space="preserve">
<value>ConnectionTimeoutLabel</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutLabel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="ConnectionTimeoutNud.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ConnectionTimeoutNud.Location" type="System.Drawing.Point, System.Drawing">
<value>107, 3</value>
</data>
<data name="ConnectionTimeoutNud.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 3, 3, 0</value>
</data>
<data name="ConnectionTimeoutNud.Size" type="System.Drawing.Size, System.Drawing">
<value>64, 20</value>
</data>
<data name="ConnectionTimeoutNud.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutNud.Name" xml:space="preserve">
<value>ConnectionTimeoutNud</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutNud.Type" xml:space="preserve">
<value>System.Windows.Forms.NumericUpDown, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutNud.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;ConnectionTimeoutNud.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="SecondsLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="SecondsLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="SecondsLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="SecondsLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="SecondsLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>177, 0</value>
</data>
<data name="SecondsLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>46, 23</value>
</data>
<data name="SecondsLabel.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="SecondsLabel.Text" xml:space="preserve">
<value>seconds</value>
</data>
<data name="SecondsLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;SecondsLabel.Name" xml:space="preserve">
<value>SecondsLabel</value>
</data>
<data name="&gt;&gt;SecondsLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;SecondsLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;SecondsLabel.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="tableLayoutPanel2.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 48</value>
</data>
<data name="tableLayoutPanel2.RowCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="tableLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
<value>226, 23</value>
</data>
<data name="tableLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Name" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Parent" xml:space="preserve">
<value>TimeoutGroupBox</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tableLayoutPanel2.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="ConnectionTimeoutLabel" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="ConnectionTimeoutNud" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;Control Name="SecondsLabel" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,AutoSize,0,AutoSize,0" /&gt;&lt;Rows Styles="Percent,100" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="TimeOutLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="TimeOutLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="TimeOutLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="TimeOutLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>9, 27</value>
</data>
<data name="TimeOutLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>388, 13</value>
</data>
<data name="TimeOutLabel.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="TimeOutLabel.Text" xml:space="preserve">
<value>Specify how long to wait when the connection to a managed server is disrupted</value>
</data>
<data name="&gt;&gt;TimeOutLabel.Name" xml:space="preserve">
<value>TimeOutLabel</value>
</data>
<data name="&gt;&gt;TimeOutLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;TimeOutLabel.Parent" xml:space="preserve">
<value>TimeoutGroupBox</value>
</data>
<data name="&gt;&gt;TimeOutLabel.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="TimeoutGroupBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="TimeoutGroupBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="TimeoutGroupBox.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 267</value>
</data>
<data name="TimeoutGroupBox.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 0</value>
</data>
<data name="TimeoutGroupBox.Size" type="System.Drawing.Size, System.Drawing">
<value>584, 87</value>
</data>
<data name="TimeoutGroupBox.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="TimeoutGroupBox.Text" xml:space="preserve">
<value>Connection timeout</value>
</data>
<data name="&gt;&gt;TimeoutGroupBox.Name" xml:space="preserve">
<value>TimeoutGroupBox</value>
</data>
<data name="&gt;&gt;TimeoutGroupBox.Type" xml:space="preserve">
<value>XenAdmin.Controls.DecentGroupBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;TimeoutGroupBox.Parent" xml:space="preserve">
<value>ConnectionTableLayoutPanel</value>
</data>
<data name="&gt;&gt;TimeoutGroupBox.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="ProxyGroupBox.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="ProxyGroupBox.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="tableLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="BypassForServersCheckbox.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="BypassForServersCheckbox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="BypassForServersCheckbox.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="BypassForServersCheckbox.Location" type="System.Drawing.Point, System.Drawing">
<value>20, 97</value>
</data>
<data name="BypassForServersCheckbox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 5, 3, 0</value>
</data>
<data name="BypassForServersCheckbox.Size" type="System.Drawing.Size, System.Drawing">
<value>276, 17</value>
</data>
<data name="BypassForServersCheckbox.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="BypassForServersCheckbox.Text" xml:space="preserve">
<value>&amp;Bypass proxy server for all [XenServer] connections</value>
</data>
<data name="&gt;&gt;BypassForServersCheckbox.Name" xml:space="preserve">
<value>BypassForServersCheckbox</value>
</data>
<data name="&gt;&gt;BypassForServersCheckbox.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;BypassForServersCheckbox.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;BypassForServersCheckbox.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="ProxyPasswordTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="ProxyPasswordTextBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyPasswordTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>365, 139</value>
</data>
<data name="ProxyPasswordTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 3, 3, 0</value>
</data>
<data name="ProxyPasswordTextBox.Size" type="System.Drawing.Size, System.Drawing">
<value>137, 20</value>
</data>
<data name="ProxyPasswordTextBox.TabIndex" type="System.Int32, mscorlib">
<value>13</value>
</data>
<data name="&gt;&gt;ProxyPasswordTextBox.Name" xml:space="preserve">
<value>ProxyPasswordTextBox</value>
</data>
<data name="&gt;&gt;ProxyPasswordTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyPasswordTextBox.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyPasswordTextBox.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="ProxyUsernameLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="ProxyUsernameLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyUsernameLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="ProxyUsernameLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 136</value>
</data>
<data name="ProxyUsernameLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="ProxyUsernameLabel.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 5, 0, 0</value>
</data>
<data name="ProxyUsernameLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>59, 18</value>
</data>
<data name="ProxyUsernameLabel.TabIndex" type="System.Int32, mscorlib">
<value>10</value>
</data>
<data name="ProxyUsernameLabel.Text" xml:space="preserve">
<value>&amp;Username:</value>
</data>
<data name="ProxyUsernameLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;ProxyUsernameLabel.Name" xml:space="preserve">
<value>ProxyUsernameLabel</value>
</data>
<data name="&gt;&gt;ProxyUsernameLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyUsernameLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyUsernameLabel.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="ProxyUsernameTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="ProxyUsernameTextBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyUsernameTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>105, 139</value>
</data>
<data name="ProxyUsernameTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 3, 3, 0</value>
</data>
<data name="ProxyUsernameTextBox.Size" type="System.Drawing.Size, System.Drawing">
<value>192, 20</value>
</data>
<data name="ProxyUsernameTextBox.TabIndex" type="System.Int32, mscorlib">
<value>11</value>
</data>
<data name="&gt;&gt;ProxyUsernameTextBox.Name" xml:space="preserve">
<value>ProxyUsernameTextBox</value>
</data>
<data name="&gt;&gt;ProxyUsernameTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyUsernameTextBox.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyUsernameTextBox.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="ProxyPasswordLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Right</value>
</data>
<data name="ProxyPasswordLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="ProxyPasswordLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyPasswordLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="ProxyPasswordLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>308, 136</value>
</data>
<data name="ProxyPasswordLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 0, 0</value>
</data>
<data name="ProxyPasswordLabel.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 5, 0, 0</value>
</data>
<data name="ProxyPasswordLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>57, 18</value>
</data>
<data name="ProxyPasswordLabel.TabIndex" type="System.Int32, mscorlib">
<value>12</value>
</data>
<data name="ProxyPasswordLabel.Text" xml:space="preserve">
<value>Pass&amp;word:</value>
</data>
<data name="ProxyPasswordLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;ProxyPasswordLabel.Name" xml:space="preserve">
<value>ProxyPasswordLabel</value>
</data>
<data name="&gt;&gt;ProxyPasswordLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyPasswordLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyPasswordLabel.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="AuthenticationCheckBox.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="AuthenticationCheckBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="AuthenticationCheckBox.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="AuthenticationCheckBox.Location" type="System.Drawing.Point, System.Drawing">
<value>20, 119</value>
</data>
<data name="AuthenticationCheckBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 5, 3, 0</value>
</data>
<data name="AuthenticationCheckBox.Size" type="System.Drawing.Size, System.Drawing">
<value>121, 17</value>
</data>
<data name="AuthenticationCheckBox.TabIndex" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="AuthenticationCheckBox.Text" xml:space="preserve">
<value>Provide &amp;credentials:</value>
</data>
<data name="&gt;&gt;AuthenticationCheckBox.Name" xml:space="preserve">
<value>AuthenticationCheckBox</value>
</data>
<data name="&gt;&gt;AuthenticationCheckBox.Type" xml:space="preserve">
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;AuthenticationCheckBox.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;AuthenticationCheckBox.ZOrder" xml:space="preserve">
<value>5</value>
</data>
<data name="ProxyAddressLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="ProxyAddressLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="ProxyAddressLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyAddressLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="ProxyAddressLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>20, 69</value>
</data>
<data name="ProxyAddressLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="ProxyAddressLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>55, 23</value>
</data>
<data name="ProxyAddressLabel.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="ProxyAddressLabel.Text" xml:space="preserve">
<value>&amp;Address:</value>
</data>
<data name="ProxyAddressLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;ProxyAddressLabel.Name" xml:space="preserve">
<value>ProxyAddressLabel</value>
</data>
<data name="&gt;&gt;ProxyAddressLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyAddressLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyAddressLabel.ZOrder" xml:space="preserve">
<value>6</value>
</data>
<data name="UseProxyRadioButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="UseProxyRadioButton.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="UseProxyRadioButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="UseProxyRadioButton.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 49</value>
</data>
<data name="UseProxyRadioButton.Size" type="System.Drawing.Size, System.Drawing">
<value>132, 17</value>
</data>
<data name="UseProxyRadioButton.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="UseProxyRadioButton.Text" xml:space="preserve">
<value>Use &amp;this proxy server:</value>
</data>
<data name="&gt;&gt;UseProxyRadioButton.Name" xml:space="preserve">
<value>UseProxyRadioButton</value>
</data>
<data name="&gt;&gt;UseProxyRadioButton.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;UseProxyRadioButton.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;UseProxyRadioButton.ZOrder" xml:space="preserve">
<value>7</value>
</data>
<data name="DirectConnectionRadioButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="DirectConnectionRadioButton.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="DirectConnectionRadioButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="DirectConnectionRadioButton.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="DirectConnectionRadioButton.Size" type="System.Drawing.Size, System.Drawing">
<value>144, 17</value>
</data>
<data name="DirectConnectionRadioButton.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="DirectConnectionRadioButton.Text" xml:space="preserve">
<value>&amp;Don't use a proxy server</value>
</data>
<data name="&gt;&gt;DirectConnectionRadioButton.Name" xml:space="preserve">
<value>DirectConnectionRadioButton</value>
</data>
<data name="&gt;&gt;DirectConnectionRadioButton.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;DirectConnectionRadioButton.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;DirectConnectionRadioButton.ZOrder" xml:space="preserve">
<value>8</value>
</data>
<data name="UseIERadioButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="UseIERadioButton.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="UseIERadioButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="UseIERadioButton.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 26</value>
</data>
<data name="UseIERadioButton.Size" type="System.Drawing.Size, System.Drawing">
<value>260, 17</value>
</data>
<data name="UseIERadioButton.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="UseIERadioButton.Text" xml:space="preserve">
<value>Use proxy server settings from Internet &amp;Explorer</value>
</data>
<data name="&gt;&gt;UseIERadioButton.Name" xml:space="preserve">
<value>UseIERadioButton</value>
</data>
<data name="&gt;&gt;UseIERadioButton.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;UseIERadioButton.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;UseIERadioButton.ZOrder" xml:space="preserve">
<value>9</value>
</data>
<data name="ProxyAddressTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="ProxyAddressTextBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyAddressTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>75, 72</value>
</data>
<data name="ProxyAddressTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 3, 3, 0</value>
</data>
<data name="ProxyAddressTextBox.Size" type="System.Drawing.Size, System.Drawing">
<value>222, 20</value>
</data>
<data name="ProxyAddressTextBox.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;ProxyAddressTextBox.Name" xml:space="preserve">
<value>ProxyAddressTextBox</value>
</data>
<data name="&gt;&gt;ProxyAddressTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyAddressTextBox.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyAddressTextBox.ZOrder" xml:space="preserve">
<value>10</value>
</data>
<data name="ProxyPortTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="ProxyPortTextBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyPortTextBox.Location" type="System.Drawing.Point, System.Drawing">
<value>365, 72</value>
</data>
<data name="ProxyPortTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 3, 3, 0</value>
</data>
<data name="ProxyPortTextBox.MaxLength" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="ProxyPortTextBox.Size" type="System.Drawing.Size, System.Drawing">
<value>137, 20</value>
</data>
<data name="ProxyPortTextBox.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;ProxyPortTextBox.Name" xml:space="preserve">
<value>ProxyPortTextBox</value>
</data>
<data name="&gt;&gt;ProxyPortTextBox.Type" xml:space="preserve">
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyPortTextBox.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyPortTextBox.ZOrder" xml:space="preserve">
<value>11</value>
</data>
<data name="ProxyPortLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Right</value>
</data>
<data name="ProxyPortLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="ProxyPortLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyPortLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="ProxyPortLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>334, 74</value>
</data>
<data name="ProxyPortLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 0, 0</value>
</data>
<data name="ProxyPortLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>31, 13</value>
</data>
<data name="ProxyPortLabel.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="ProxyPortLabel.Text" xml:space="preserve">
<value>&amp;Port:</value>
</data>
<data name="ProxyPortLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;ProxyPortLabel.Name" xml:space="preserve">
<value>ProxyPortLabel</value>
</data>
<data name="&gt;&gt;ProxyPortLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ProxyPortLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;ProxyPortLabel.ZOrder" xml:space="preserve">
<value>12</value>
</data>
<data name="AuthenticationMethodLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="AuthenticationMethodLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="AuthenticationMethodLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="AuthenticationMethodLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>40, 159</value>
</data>
<data name="AuthenticationMethodLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="AuthenticationMethodLabel.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 5, 0, 0</value>
</data>
<data name="AuthenticationMethodLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>120, 18</value>
</data>
<data name="AuthenticationMethodLabel.TabIndex" type="System.Int32, mscorlib">
<value>14</value>
</data>
<data name="AuthenticationMethodLabel.Text" xml:space="preserve">
<value>Authentication method:</value>
</data>
<data name="AuthenticationMethodLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
<value>MiddleLeft</value>
</data>
<data name="&gt;&gt;AuthenticationMethodLabel.Name" xml:space="preserve">
<value>AuthenticationMethodLabel</value>
</data>
<data name="&gt;&gt;AuthenticationMethodLabel.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;AuthenticationMethodLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;AuthenticationMethodLabel.ZOrder" xml:space="preserve">
<value>13</value>
</data>
<data name="DigestRadioButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="DigestRadioButton.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="DigestRadioButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="DigestRadioButton.Location" type="System.Drawing.Point, System.Drawing">
<value>60, 0</value>
</data>
<data name="DigestRadioButton.Size" type="System.Drawing.Size, System.Drawing">
<value>55, 17</value>
</data>
<data name="DigestRadioButton.TabIndex" type="System.Int32, mscorlib">
<value>17</value>
</data>
<data name="DigestRadioButton.Text" xml:space="preserve">
<value>Di&amp;gest</value>
</data>
<data name="&gt;&gt;DigestRadioButton.Name" xml:space="preserve">
<value>DigestRadioButton</value>
</data>
<data name="&gt;&gt;DigestRadioButton.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;DigestRadioButton.Parent" xml:space="preserve">
<value>AuthenticationMethodPanel</value>
</data>
<data name="&gt;&gt;DigestRadioButton.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="BasicRadioButton.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="BasicRadioButton.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="BasicRadioButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="BasicRadioButton.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="BasicRadioButton.Size" type="System.Drawing.Size, System.Drawing">
<value>49, 17</value>
</data>
<data name="BasicRadioButton.TabIndex" type="System.Int32, mscorlib">
<value>16</value>
</data>
<data name="BasicRadioButton.Text" xml:space="preserve">
<value>Ba&amp;sic</value>
</data>
<data name="&gt;&gt;BasicRadioButton.Name" xml:space="preserve">
<value>BasicRadioButton</value>
</data>
<data name="&gt;&gt;BasicRadioButton.Type" xml:space="preserve">
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;BasicRadioButton.Parent" xml:space="preserve">
<value>AuthenticationMethodPanel</value>
</data>
<data name="&gt;&gt;BasicRadioButton.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="AuthenticationMethodPanel.Location" type="System.Drawing.Point, System.Drawing">
<value>183, 162</value>
</data>
<data name="AuthenticationMethodPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>122, 20</value>
</data>
<data name="AuthenticationMethodPanel.TabIndex" type="System.Int32, mscorlib">
<value>15</value>
</data>
<data name="&gt;&gt;AuthenticationMethodPanel.Name" xml:space="preserve">
<value>AuthenticationMethodPanel</value>
</data>
<data name="&gt;&gt;AuthenticationMethodPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;AuthenticationMethodPanel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;AuthenticationMethodPanel.ZOrder" xml:space="preserve">
<value>14</value>
</data>
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>12, 19</value>
</data>
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
<value>9</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>505, 185</value>
</data>
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>8</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Name" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Parent" xml:space="preserve">
<value>ProxyGroupBox</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="BypassForServersCheckbox" Row="4" RowSpan="1" Column="1" ColumnSpan="6" /&gt;&lt;Control Name="ProxyPasswordTextBox" Row="6" RowSpan="1" Column="7" ColumnSpan="1" /&gt;&lt;Control Name="ProxyUsernameLabel" Row="6" RowSpan="1" Column="2" ColumnSpan="2" /&gt;&lt;Control Name="ProxyUsernameTextBox" Row="6" RowSpan="1" Column="3" ColumnSpan="2" /&gt;&lt;Control Name="ProxyPasswordLabel" Row="6" RowSpan="1" Column="6" ColumnSpan="1" /&gt;&lt;Control Name="AuthenticationCheckBox" Row="5" RowSpan="1" Column="1" ColumnSpan="6" /&gt;&lt;Control Name="ProxyAddressLabel" Row="3" RowSpan="1" Column="1" ColumnSpan="2" /&gt;&lt;Control Name="UseProxyRadioButton" Row="2" RowSpan="1" Column="0" ColumnSpan="6" /&gt;&lt;Control Name="DirectConnectionRadioButton" Row="0" RowSpan="1" Column="0" ColumnSpan="6" /&gt;&lt;Control Name="UseIERadioButton" Row="1" RowSpan="1" Column="0" ColumnSpan="6" /&gt;&lt;Control Name="ProxyAddressTextBox" Row="3" RowSpan="1" Column="3" ColumnSpan="3" /&gt;&lt;Control Name="ProxyPortTextBox" Row="3" RowSpan="1" Column="7" ColumnSpan="1" /&gt;&lt;Control Name="ProxyPortLabel" Row="3" RowSpan="1" Column="6" ColumnSpan="1" /&gt;&lt;Control Name="AuthenticationMethodLabel" Row="8" RowSpan="1" Column="2" ColumnSpan="3" /&gt;&lt;Control Name="AuthenticationMethodPanel" Row="8" RowSpan="1" Column="5" ColumnSpan="2" /&gt;&lt;/Controls&gt;&lt;Columns Styles="Absolute,20,Absolute,20,Absolute,35,Absolute,30,Absolute,75,Absolute,120,Absolute,65,Absolute,140" /&gt;&lt;Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="ProxyGroupBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="ProxyGroupBox.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ProxyGroupBox.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 41</value>
</data>
<data name="ProxyGroupBox.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 3, 3, 0</value>
</data>
<data name="ProxyGroupBox.Size" type="System.Drawing.Size, System.Drawing">
<value>584, 220</value>
</data>
<data name="ProxyGroupBox.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="ProxyGroupBox.Text" xml:space="preserve">
<value>Proxy server</value>
</data>
<data name="&gt;&gt;ProxyGroupBox.Name" xml:space="preserve">
<value>ProxyGroupBox</value>
</data>
<data name="&gt;&gt;ProxyGroupBox.Type" xml:space="preserve">
<value>XenAdmin.Controls.DecentGroupBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
</data>
<data name="&gt;&gt;ProxyGroupBox.Parent" xml:space="preserve">
<value>ConnectionTableLayoutPanel</value>
</data>
<data name="&gt;&gt;ProxyGroupBox.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="label1.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="label1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="label1.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
<value>NoControl</value>
</data>
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 0</value>
</data>
<data name="label1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>3, 0, 3, 12</value>
</data>
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
<value>584, 26</value>
</data>
<data name="label1.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="label1.Text" xml:space="preserve">
<value>These settings allow you to configure a proxy server or to customize your [XenServer] connections for high latency environments.</value>
</data>
<data name="&gt;&gt;label1.Name" xml:space="preserve">
<value>label1</value>
</data>
<data name="&gt;&gt;label1.Type" xml:space="preserve">
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;label1.Parent" xml:space="preserve">
<value>ConnectionTableLayoutPanel</value>
</data>
<data name="&gt;&gt;label1.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="ConnectionTableLayoutPanel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="ConnectionTableLayoutPanel.Font" type="System.Drawing.Font, System.Drawing">
<value>Tahoma, 8pt</value>
</data>
<data name="ConnectionTableLayoutPanel.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="ConnectionTableLayoutPanel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>0, 0, 0, 0</value>
</data>
<data name="ConnectionTableLayoutPanel.RowCount" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="ConnectionTableLayoutPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>590, 348</value>
</data>
<data name="ConnectionTableLayoutPanel.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;ConnectionTableLayoutPanel.Name" xml:space="preserve">
<value>ConnectionTableLayoutPanel</value>
</data>
<data name="&gt;&gt;ConnectionTableLayoutPanel.Type" xml:space="preserve">
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;ConnectionTableLayoutPanel.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;ConnectionTableLayoutPanel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="ConnectionTableLayoutPanel.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="TimeoutGroupBox" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="ProxyGroupBox" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="label1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="Percent,100" /&gt;&lt;Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
<value>True</value>
</metadata>
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>96, 96</value>
</data>
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
<value>590, 348</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>ConnectionOptionsPage</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>