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">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</resheader>
|
|
|
|
<resheader name="writer">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</resheader>
|
2016-03-21 12:15:35 +01:00
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
|
|
|
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Windows.Forms" name="System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089"/>
|
|
|
|
<data name="usernameLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/>
|
|
|
|
<data name="usernameLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>30, 189</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>30, 5, 3, 5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>61, 13</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.Text" xml:space="preserve">
|
|
|
|
<value>用户名(&S):</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="usernameLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>usernameLabel.Name" xml:space="preserve">
|
|
|
|
<value>usernameLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>usernameLabel.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>usernameLabel.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>usernameLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="passwordLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="passwordLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>30, 219</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>30, 5, 3, 5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>56, 13</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>10</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.Text" xml:space="preserve">
|
|
|
|
<value>密码(&A):</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="passwordLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>passwordLabel.Name" xml:space="preserve">
|
|
|
|
<value>passwordLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>passwordLabel.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=">>passwordLabel.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name=">>passwordLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="passwordTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>108, 216</value>
|
|
|
|
</data>
|
|
|
|
<data name="passwordTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 5, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="passwordTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>246, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="passwordTextBox.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>11</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>passwordTextBox.Name" xml:space="preserve">
|
|
|
|
<value>passwordTextBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>passwordTextBox.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=">>passwordTextBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>passwordTextBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="usernameTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>108, 186</value>
|
|
|
|
</data>
|
|
|
|
<data name="usernameTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 5, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="usernameTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>246, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="usernameTextBox.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>9</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>usernameTextBox.Name" xml:space="preserve">
|
|
|
|
<value>usernameTextBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>usernameTextBox.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=">>usernameTextBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>usernameTextBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="label2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="label2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Padding" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 12</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>563, 25</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="label2.Text" xml:space="preserve">
|
|
|
|
<value>您现在已准备好保存状态报告。使用浏览按钮可选择报告的保存位置。</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label2.Name" xml:space="preserve">
|
|
|
|
<value>label2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label2.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=">>label2.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label2.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelName.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelName.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="labelName.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="labelName.Location" type="System.Drawing.Point, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>3, 31</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelName.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>3, 3, 3, 5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelName.Size" type="System.Drawing.Size, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>55, 13</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelName.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelName.Text" xml:space="preserve">
|
|
|
|
<value>文件名(&M):</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelName.Name" xml:space="preserve">
|
|
|
|
<value>labelName</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelName.Type" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>labelName.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelName.ZOrder" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxName.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="m_textBoxName.Location" type="System.Drawing.Point, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>108, 28</value>
|
|
|
|
</data>
|
|
|
|
<data name="m_textBoxName.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxName.Size" type="System.Drawing.Size, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>377, 20</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxName.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxName.Name" xml:space="preserve">
|
|
|
|
<value>m_textBoxName</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxName.Type" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxName.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxName.ZOrder" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 62</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 5, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>66, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.Text" xml:space="preserve">
|
|
|
|
<value>文件位置(&L):</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelFileLocation.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelFileLocation.Name" xml:space="preserve">
|
|
|
|
<value>labelFileLocation</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelFileLocation.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=">>labelFileLocation.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelFileLocation.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxLocation.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="m_textBoxLocation.Location" type="System.Drawing.Point, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>108, 58</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxLocation.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>3, 5, 3, 5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxLocation.Size" type="System.Drawing.Size, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>377, 20</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_textBoxLocation.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxLocation.Name" xml:space="preserve">
|
|
|
|
<value>m_textBoxLocation</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxLocation.Type" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxLocation.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_textBoxLocation.ZOrder" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>8</value>
|
|
|
|
</data>
|
|
|
|
<data name="BrowseButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="BrowseButton.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>491, 57</value>
|
|
|
|
</data>
|
|
|
|
<data name="BrowseButton.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 4, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="BrowseButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>75, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="BrowseButton.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="BrowseButton.Text" xml:space="preserve">
|
|
|
|
<value>浏览(&B)...</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BrowseButton.Name" xml:space="preserve">
|
|
|
|
<value>BrowseButton</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BrowseButton.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Button, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BrowseButton.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>BrowseButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>9</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.Error" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value/>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.Location" type="System.Drawing.Point, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>0, 281</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>0, 10, 0, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.Size" type="System.Drawing.Size, System.Drawing">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>569, 22</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="m_ctrlError.TabIndex" type="System.Int32, mscorlib">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>15</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>m_ctrlError.Name" xml:space="preserve">
|
|
|
|
<value>m_ctrlError</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_ctrlError.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.Common.PasswordFailure, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_ctrlError.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>m_ctrlError.ZOrder" xml:space="preserve">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="uploadCheckBox.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="uploadCheckBox.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="uploadCheckBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 105</value>
|
|
|
|
</data>
|
|
|
|
<data name="uploadCheckBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 20, 3, 6</value>
|
|
|
|
</data>
|
|
|
|
<data name="uploadCheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>451, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="uploadCheckBox.TabIndex" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>6</value>
|
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<data name="uploadCheckBox.Text" xml:space="preserve">
|
|
|
|
<value>将状态报告上载到 [Citrix] Insight Services(&U)</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>uploadCheckBox.Name" xml:space="preserve">
|
|
|
|
<value>uploadCheckBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>uploadCheckBox.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=">>uploadCheckBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>uploadCheckBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>11</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>30, 249</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>30, 5, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>72, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>12</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberLabel.Text" xml:space="preserve">
|
|
|
|
<value>案例号(&C):</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>caseNumberLabel.Name" xml:space="preserve">
|
|
|
|
<value>caseNumberLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>caseNumberLabel.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=">>caseNumberLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>caseNumberLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>12</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>108, 246</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 5, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>246, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="caseNumberTextBox.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>13</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>caseNumberTextBox.Name" xml:space="preserve">
|
|
|
|
<value>caseNumberTextBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>caseNumberTextBox.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=">>caseNumberTextBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>caseNumberTextBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>360, 249</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 5, 3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>50, 13</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>14</value>
|
|
|
|
</data>
|
|
|
|
<data name="optionalLabel.Text" xml:space="preserve">
|
|
|
|
<value>(可选)</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>optionalLabel.Name" xml:space="preserve">
|
|
|
|
<value>optionalLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>optionalLabel.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=">>optionalLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>optionalLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Top, Bottom, Left, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>32, 131</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>32, 3, 6, 6</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars, System.Windows.Forms">
|
|
|
|
<value>None</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>531, 44</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>16</value>
|
|
|
|
</data>
|
|
|
|
<data name="richTextBox1.Text" xml:space="preserve">
|
|
|
|
<value>输入您的 MyCitrix 凭据(请参阅 http://www.citrix.com/welcome.html)。这些凭据将仅用于在 [Citrix] Insight Services 中进行一次身份验证,不会存储在此计算机或您的服务器上。</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>richTextBox1.Name" xml:space="preserve">
|
|
|
|
<value>richTextBox1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>richTextBox1.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>richTextBox1.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>richTextBox1.ZOrder" xml:space="preserve">
|
|
|
|
<value>15</value>
|
|
|
|
</data>
|
2013-06-24 13:41:48 +02:00
|
|
|
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>10</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>569, 419</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">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value>System.Windows.Forms.TableLayoutPanel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</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">
|
2016-03-21 12:15:35 +01:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="usernameLabel" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="passwordLabel" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="passwordTextBox" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="usernameTextBox" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="labelName" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_textBoxName" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="labelFileLocation" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_textBoxLocation" Row="2" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="BrowseButton" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="m_ctrlError" Row="8" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="uploadCheckBox" Row="3" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="caseNumberLabel" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="caseNumberTextBox" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="optionalLabel" Row="7" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="richTextBox1" Row="4" RowSpan="1" Column="0" ColumnSpan="4" /></Controls><Columns Styles="AutoSize,100,AutoSize,100,Percent,100,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,24,AutoSize,0,AutoSize,100,AutoSize,0,Percent,100" /></TableLayoutSettings></value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2016-03-21 12:15:35 +01:00
|
|
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</metadata>
|
|
|
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>569, 419</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>BugToolPageDestination</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.XenTabPage, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
</root>
|