2013-06-24 13:41:48 +02:00
|
|
|
<?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.
|
|
|
|
-->
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:schema id="root" xmlns="" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
|
|
|
|
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
|
|
|
|
<xsd:element msdata:IsDataSet="true" name="root">
|
2013-06-24 13:41:48 +02:00
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:choice maxOccurs="unbounded">
|
|
|
|
<xsd:element name="metadata">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:element minOccurs="0" name="value" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
|
|
|
<xsd:attribute name="type" type="xsd:string"/>
|
|
|
|
<xsd:attribute name="mimetype" type="xsd:string"/>
|
|
|
|
<xsd:attribute ref="xml:space"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="assembly">
|
|
|
|
<xsd:complexType>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute name="alias" type="xsd:string"/>
|
|
|
|
<xsd:attribute name="name" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="data">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
|
|
|
|
<xsd:element minOccurs="0" msdata:Ordinal="2" name="comment" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute msdata:Ordinal="1" name="name" type="xsd:string" use="required"/>
|
|
|
|
<xsd:attribute msdata:Ordinal="3" name="type" type="xsd:string"/>
|
|
|
|
<xsd:attribute msdata:Ordinal="4" name="mimetype" type="xsd:string"/>
|
|
|
|
<xsd:attribute ref="xml:space"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:complexType>
|
|
|
|
</xsd:element>
|
|
|
|
<xsd:element name="resheader">
|
|
|
|
<xsd:complexType>
|
|
|
|
<xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:element minOccurs="0" msdata:Ordinal="1" name="value" type="xsd:string"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</xsd:sequence>
|
2016-03-21 12:15:35 +01:00
|
|
|
<xsd:attribute name="name" type="xsd:string" use="required"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</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=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
|
|
|
<resheader name="writer">
|
|
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</resheader>
|
2016-03-21 12:15:35 +01:00
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="Cancelbutton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Bottom, Right</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="Cancelbutton.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="Cancelbutton.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>272, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="Cancelbutton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 23</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="Cancelbutton.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="Cancelbutton.Text" xml:space="preserve">
|
|
|
|
<value>取消</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>Cancelbutton.Name" xml:space="preserve">
|
|
|
|
<value>Cancelbutton</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>Cancelbutton.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>Cancelbutton.Parent" xml:space="preserve">
|
|
|
|
<value>panelButtons</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>Cancelbutton.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="buttonOk.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="buttonOk.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="buttonOk.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="buttonOk.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="buttonOk.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="buttonOk.Text" xml:space="preserve">
|
|
|
|
<value>添加(&A)</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>buttonOk.Name" xml:space="preserve">
|
|
|
|
<value>buttonOk</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>buttonOk.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>buttonOk.Parent" xml:space="preserve">
|
|
|
|
<value>toolTipContainerOkButton</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>buttonOk.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 3, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>55, 24</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.Text" xml:space="preserve">
|
|
|
|
<value>网络(&N):</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelNetwork.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelNetwork.Name" xml:space="preserve">
|
|
|
|
<value>labelNetwork</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelNetwork.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelNetwork.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutpanelButtons</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelNetwork.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxNetwork.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxNetwork.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxNetwork.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>60, 2</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxNetwork.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>2, 2, 2, 2</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxNetwork.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>285, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxNetwork.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxNetwork.Name" xml:space="preserve">
|
|
|
|
<value>comboBoxNetwork</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxNetwork.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.ComboBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxNetwork.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutpanelButtons</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxNetwork.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxMac.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxMac.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxMac.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>148, 32</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxMac.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 2, 0, 2</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxMac.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>199, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxMac.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxMac.Name" xml:space="preserve">
|
|
|
|
<value>promptTextBoxMac</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxMac.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.WatermarkTextBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxMac.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelMAC</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxMac.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 33</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>142, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonMac.Text" xml:space="preserve">
|
|
|
|
<value>使用此 MAC 地址(&U):</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonMac.Name" xml:space="preserve">
|
|
|
|
<value>radioButtonMac</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonMac.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonMac.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelMAC</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonMac.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 119</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>347, 57</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelMAC.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelMAC</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelMAC.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelMAC.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelMAC.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelMAC.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="radioButtonMac" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="radioButtonAutogenerate" Row="0" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="promptTextBoxMac" Row="1" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0" /></TableLayoutSettings></value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="radioButtonAutogenerate.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonAutogenerate.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonAutogenerate.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonAutogenerate.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>341, 24</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonAutogenerate.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="radioButtonAutogenerate.Text" xml:space="preserve">
|
|
|
|
<value>自动生成 MAC 地址(&G)</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonAutogenerate.Name" xml:space="preserve">
|
|
|
|
<value>radioButtonAutogenerate</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonAutogenerate.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.RadioButton, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonAutogenerate.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelMAC</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>radioButtonAutogenerate.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 52</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>347, 27</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutpanelButtons.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutpanelButtons</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutpanelButtons.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutpanelButtons.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutpanelButtons.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutpanelButtons.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="labelNetwork" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBoxNetwork" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,50,Percent,50" /><Rows Styles="Percent,50" /></TableLayoutSettings></value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 3, 22</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>344, 30</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelBlurb.Text" xml:space="preserve">
|
|
|
|
<value>为此虚拟接口选择网络和 MAC 地址。也可以定义 QoS 限制(可选)。</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelBlurb.Name" xml:space="preserve">
|
|
|
|
<value>labelBlurb</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelBlurb.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelBlurb.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelBlurb.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerOkButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Bottom, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerOkButton.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerOkButton.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>191, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerOkButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerOkButton.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerOkButton.Name" xml:space="preserve">
|
|
|
|
<value>toolTipContainerOkButton</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerOkButton.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.ToolTipContainer, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerOkButton.Parent" xml:space="preserve">
|
|
|
|
<value>panelButtons</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerOkButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 263</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>347, 44</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelButtons.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelButtons.Name" xml:space="preserve">
|
|
|
|
<value>panelButtons</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelButtons.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelButtons.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelButtons.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 101</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 22, 3, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>344, 15</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelMAC.Text" xml:space="preserve">
|
|
|
|
<value>MAC 地址:</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelMAC.Name" xml:space="preserve">
|
|
|
|
<value>labelMAC</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelMAC.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelMAC.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelMAC.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 196</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>76, 15</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.Text" xml:space="preserve">
|
|
|
|
<value>QoS 设置:</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoS.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoS.Name" xml:space="preserve">
|
|
|
|
<value>labelQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoS.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoS.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>139, 29</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="checkboxQoS.Text" xml:space="preserve">
|
|
|
|
<value>启用此项目的 QoS 限制(&Q):</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>checkboxQoS.Name" xml:space="preserve">
|
|
|
|
<value>checkboxQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>checkboxQoS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>checkboxQoS.Parent" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanelQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>checkboxQoS.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxQoS.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxQoS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>145, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxQoS.MaxLength" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxQoS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>67, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="promptTextBoxQoS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxQoS.Name" xml:space="preserve">
|
|
|
|
<value>promptTextBoxQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxQoS.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.WatermarkTextBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxQoS.Parent" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanelQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>promptTextBoxQoS.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>215, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>55, 29</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.Text" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>KB/秒 </value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelQoSUnits.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoSUnits.Name" xml:space="preserve">
|
|
|
|
<value>labelQoSUnits</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoSUnits.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoSUnits.Parent" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanelQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelQoSUnits.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 214</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>347, 29</value>
|
|
|
|
</data>
|
|
|
|
<data name="flowLayoutPanelQoS.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanelQoS.Name" xml:space="preserve">
|
|
|
|
<value>flowLayoutPanelQoS</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanelQoS.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.FlowLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanelQoS.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>flowLayoutPanelQoS.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>16, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>311, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="label1.Text" xml:space="preserve">
|
|
|
|
<value>升级许可证以启用 QoS 设置</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.Name" xml:space="preserve">
|
|
|
|
<value>label1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.Parent" xml:space="preserve">
|
|
|
|
<value>panelLicenseRestriction</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label1.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>AutoSize</value>
|
|
|
|
</data>
|
|
|
|
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Name" xml:space="preserve">
|
|
|
|
<value>pictureBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.Parent" xml:space="preserve">
|
|
|
|
<value>panelLicenseRestriction</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelLicenseRestriction.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelLicenseRestriction.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>20, 243</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelLicenseRestriction.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>20, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelLicenseRestriction.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>327, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelLicenseRestriction.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="panelLicenseRestriction.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelLicenseRestriction.Name" xml:space="preserve">
|
|
|
|
<value>panelLicenseRestriction</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelLicenseRestriction.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Panel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelLicenseRestriction.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>panelLicenseRestriction.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>12, 12</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>347, 307</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelBody.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanelBody</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelBody.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelBody.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanelBody.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanelBody.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="tableLayoutPanelMAC" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="tableLayoutpanelButtons" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="labelBlurb" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="panelButtons" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="labelMAC" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="labelQoS" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="flowLayoutPanelQoS" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="panelLicenseRestriction" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Absolute,20,Percent,100" /></TableLayoutSettings></value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=2.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.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.ClientSize" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>371, 331</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Tahoma, 8pt</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.MaximumSize" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>377, 359</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>12, 12, 12, 12</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Text" xml:space="preserve">
|
|
|
|
<value>添加虚拟接口</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>VIFDialog</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Dialogs.XenDialogBase, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
</root>
|