mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 23:10:16 +01:00
630 lines
29 KiB
Plaintext
630 lines
29 KiB
Plaintext
|
<?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=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>
|
||
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||
|
<data name="tableLayoutPanel1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||
|
<value>Top, Bottom, Left, Right</value>
|
||
|
</data>
|
||
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
||
|
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
||
|
<value>GrowAndShrink</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.ColumnCount" type="System.Int32, mscorlib">
|
||
|
<value>3</value>
|
||
|
</data>
|
||
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||
|
<data name="m_buttonDecompress.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_buttonDecompress.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||
|
<value>NoControl</value>
|
||
|
</data>
|
||
|
<data name="m_buttonDecompress.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>235, 3</value>
|
||
|
</data>
|
||
|
<data name="m_buttonDecompress.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>95, 23</value>
|
||
|
</data>
|
||
|
<data name="m_buttonDecompress.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="m_buttonDecompress.Text" xml:space="preserve">
|
||
|
<value>&Uncompress</value>
|
||
|
</data>
|
||
|
<data name=">>m_buttonDecompress.Name" xml:space="preserve">
|
||
|
<value>m_buttonDecompress</value>
|
||
|
</data>
|
||
|
<data name=">>m_buttonDecompress.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=">>m_buttonDecompress.Parent" xml:space="preserve">
|
||
|
<value>m_tlpButtons</value>
|
||
|
</data>
|
||
|
<data name=">>m_buttonDecompress.ZOrder" xml:space="preserve">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="m_buttonCancel.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_buttonCancel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||
|
<value>NoControl</value>
|
||
|
</data>
|
||
|
<data name="m_buttonCancel.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>336, 3</value>
|
||
|
</data>
|
||
|
<data name="m_buttonCancel.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>95, 23</value>
|
||
|
</data>
|
||
|
<data name="m_buttonCancel.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_buttonCancel.Text" xml:space="preserve">
|
||
|
<value>Cancel</value>
|
||
|
</data>
|
||
|
<data name=">>m_buttonCancel.Name" xml:space="preserve">
|
||
|
<value>m_buttonCancel</value>
|
||
|
</data>
|
||
|
<data name=">>m_buttonCancel.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=">>m_buttonCancel.Parent" xml:space="preserve">
|
||
|
<value>m_tlpButtons</value>
|
||
|
</data>
|
||
|
<data name=">>m_buttonCancel.ZOrder" xml:space="preserve">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 163</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.RowCount" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>434, 29</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>3</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpButtons.Name" xml:space="preserve">
|
||
|
<value>m_tlpButtons</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpButtons.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=">>m_tlpButtons.Parent" xml:space="preserve">
|
||
|
<value>tableLayoutPanel1</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpButtons.ZOrder" xml:space="preserve">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="m_tlpButtons.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="m_buttonDecompress" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="m_buttonCancel" Row="0" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Percent,100,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings></value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
||
|
<value>GrowAndShrink</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.ColumnCount" type="System.Int32, mscorlib">
|
||
|
<value>2</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>41, 0</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>390, 38</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="m_labelNotice.Text" xml:space="preserve">
|
||
|
<value>m_label</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelNotice.Name" xml:space="preserve">
|
||
|
<value>m_labelNotice</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelNotice.Type" xml:space="preserve">
|
||
|
<value>XenAdmin.Controls.Common.AutoHeightLabel, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelNotice.Parent" xml:space="preserve">
|
||
|
<value>m_tlpNotice</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelNotice.ZOrder" xml:space="preserve">
|
||
|
<value>0</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>3, 3</value>
|
||
|
</data>
|
||
|
<data name="pictureBox1.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>32, 32</value>
|
||
|
</data>
|
||
|
<data name="pictureBox1.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>1</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>m_tlpNotice</value>
|
||
|
</data>
|
||
|
<data name=">>pictureBox1.ZOrder" xml:space="preserve">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 3</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.RowCount" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>434, 38</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>4</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpNotice.Name" xml:space="preserve">
|
||
|
<value>m_tlpNotice</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpNotice.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=">>m_tlpNotice.Parent" xml:space="preserve">
|
||
|
<value>tableLayoutPanel1</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpNotice.ZOrder" xml:space="preserve">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpNotice.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="m_labelNotice" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="pictureBox1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0" /></TableLayoutSettings></value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
||
|
<value>GrowAndShrink</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.ColumnCount" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_progressBar.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_progressBar.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_progressBar.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 28</value>
|
||
|
</data>
|
||
|
<data name="m_progressBar.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>428, 23</value>
|
||
|
</data>
|
||
|
<data name="m_progressBar.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name=">>m_progressBar.Name" xml:space="preserve">
|
||
|
<value>m_progressBar</value>
|
||
|
</data>
|
||
|
<data name=">>m_progressBar.Type" xml:space="preserve">
|
||
|
<value>System.Windows.Forms.ProgressBar, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||
|
</data>
|
||
|
<data name=">>m_progressBar.Parent" xml:space="preserve">
|
||
|
<value>m_tlpProgress</value>
|
||
|
</data>
|
||
|
<data name=">>m_progressBar.ZOrder" xml:space="preserve">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 0</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>428, 15</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>2</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel1.Text" xml:space="preserve">
|
||
|
<value>Uncompressing file, please wait...</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel1.Name" xml:space="preserve">
|
||
|
<value>autoHeightLabel1</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel1.Type" xml:space="preserve">
|
||
|
<value>XenAdmin.Controls.Common.AutoHeightLabel, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel1.Parent" xml:space="preserve">
|
||
|
<value>m_tlpProgress</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel1.ZOrder" xml:space="preserve">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 47</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.RowCount" type="System.Int32, mscorlib">
|
||
|
<value>3</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>434, 54</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>5</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpProgress.Name" xml:space="preserve">
|
||
|
<value>m_tlpProgress</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpProgress.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=">>m_tlpProgress.Parent" xml:space="preserve">
|
||
|
<value>tableLayoutPanel1</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpProgress.ZOrder" xml:space="preserve">
|
||
|
<value>2</value>
|
||
|
</data>
|
||
|
<data name="m_tlpProgress.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="m_progressBar" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="autoHeightLabel1" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,Absolute,10,AutoSize,0" /></TableLayoutSettings></value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
||
|
<value>GrowAndShrink</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.ColumnCount" type="System.Int32, mscorlib">
|
||
|
<value>2</value>
|
||
|
</data>
|
||
|
<data name="m_pictureBoxError.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_pictureBoxError.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 3</value>
|
||
|
</data>
|
||
|
<data name="m_pictureBoxError.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>32, 32</value>
|
||
|
</data>
|
||
|
<data name="m_pictureBoxError.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name=">>m_pictureBoxError.Name" xml:space="preserve">
|
||
|
<value>m_pictureBoxError</value>
|
||
|
</data>
|
||
|
<data name=">>m_pictureBoxError.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=">>m_pictureBoxError.Parent" xml:space="preserve">
|
||
|
<value>m_tlpError</value>
|
||
|
</data>
|
||
|
<data name=">>m_pictureBoxError.ZOrder" xml:space="preserve">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||
|
<value>NoControl</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>41, 0</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>390, 15</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.Text" xml:space="preserve">
|
||
|
<value>Uncompression failed.</value>
|
||
|
</data>
|
||
|
<data name="autoHeightLabel3.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||
|
<value>MiddleLeft</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel3.Name" xml:space="preserve">
|
||
|
<value>autoHeightLabel3</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel3.Type" xml:space="preserve">
|
||
|
<value>XenAdmin.Controls.Common.AutoHeightLabel, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel3.Parent" xml:space="preserve">
|
||
|
<value>m_tlpError</value>
|
||
|
</data>
|
||
|
<data name=">>autoHeightLabel3.ZOrder" xml:space="preserve">
|
||
|
<value>1</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>41, 25</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>390, 15</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>2</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.Text" xml:space="preserve">
|
||
|
<value>autoHeightLabel2</value>
|
||
|
</data>
|
||
|
<data name="m_labelError.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||
|
<value>MiddleLeft</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelError.Name" xml:space="preserve">
|
||
|
<value>m_labelError</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelError.Type" xml:space="preserve">
|
||
|
<value>XenAdmin.Controls.Common.AutoHeightLabel, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelError.Parent" xml:space="preserve">
|
||
|
<value>m_tlpError</value>
|
||
|
</data>
|
||
|
<data name=">>m_labelError.ZOrder" xml:space="preserve">
|
||
|
<value>2</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||
|
<value>Fill</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>3, 107</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.RowCount" type="System.Int32, mscorlib">
|
||
|
<value>3</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>434, 40</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>6</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpError.Name" xml:space="preserve">
|
||
|
<value>m_tlpError</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpError.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=">>m_tlpError.Parent" xml:space="preserve">
|
||
|
<value>tableLayoutPanel1</value>
|
||
|
</data>
|
||
|
<data name=">>m_tlpError.ZOrder" xml:space="preserve">
|
||
|
<value>3</value>
|
||
|
</data>
|
||
|
<data name="m_tlpError.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="m_pictureBoxError" Row="0" RowSpan="3" Column="0" ColumnSpan="1" /><Control Name="autoHeightLabel3" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="m_labelError" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,Absolute,10,AutoSize,0" /></TableLayoutSettings></value>
|
||
|
</data>
|
||
|
<data name="tableLayoutPanel1.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
||
|
<value>13, 13</value>
|
||
|
</data>
|
||
|
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
||
|
<value>5</value>
|
||
|
</data>
|
||
|
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
||
|
<value>440, 195</value>
|
||
|
</data>
|
||
|
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name=">>tableLayoutPanel1.Name" xml:space="preserve">
|
||
|
<value>tableLayoutPanel1</value>
|
||
|
</data>
|
||
|
<data name=">>tableLayoutPanel1.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=">>tableLayoutPanel1.Parent" xml:space="preserve">
|
||
|
<value>$this</value>
|
||
|
</data>
|
||
|
<data name=">>tableLayoutPanel1.ZOrder" xml:space="preserve">
|
||
|
<value>0</value>
|
||
|
</data>
|
||
|
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="m_tlpButtons" Row="4" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_tlpNotice" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_tlpProgress" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_tlpError" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /></Controls><Columns Styles="Percent,100" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,Percent,100,AutoSize,0" /></TableLayoutSettings></value>
|
||
|
</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.AutoSize" type="System.Boolean, mscorlib">
|
||
|
<value>True</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>465, 220</value>
|
||
|
</data>
|
||
|
<data name="$this.Font" type="System.Drawing.Font, System.Drawing">
|
||
|
<value>Segoe UI, 9pt</value>
|
||
|
</data>
|
||
|
<data name="$this.Text" xml:space="preserve">
|
||
|
<value>Uncompress File</value>
|
||
|
</data>
|
||
|
<data name=">>$this.Name" xml:space="preserve">
|
||
|
<value>DecompressApplianceDialog</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>
|