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.
|
|
|
|
-->
|
|
|
|
<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="textBoxIscsiPort.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
|
|
|
<data name="textBoxIscsiPort.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>445, 48</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBoxIscsiPort.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 1, 2, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBoxIscsiPort.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>53, 19</value>
|
|
|
|
</data>
|
|
|
|
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
|
|
|
|
<data name="textBoxIscsiPort.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="textBoxIscsiPort.Text" xml:space="preserve">
|
|
|
|
<value>3260</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBoxIscsiPort.Name" xml:space="preserve">
|
|
|
|
<value>textBoxIscsiPort</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBoxIscsiPort.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBoxIscsiPort.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>textBoxIscsiPort.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>425, 47</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>20, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.Text" xml:space="preserve">
|
|
|
|
<value>:</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelColon.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleCenter</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelColon.Name" xml:space="preserve">
|
|
|
|
<value>labelColon</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelColon.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=">>labelColon.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelColon.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerIQNscan.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Top, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerIQNscan.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>383, 217</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerIQNscan.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>115, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="toolTipContainerIQNscan.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerIQNscan.Name" xml:space="preserve">
|
|
|
|
<value>toolTipContainerIQNscan</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerIQNscan.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.ToolTipContainer, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerIQNscan.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>toolTipContainerIQNscan.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="scanTargetHostButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="tableLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
|
|
|
|
<value>GrowAndShrink</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 159</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>118</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeHolderLabel2.Text" xml:space="preserve">
|
|
|
|
<value> </value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeHolderLabel2.Name" xml:space="preserve">
|
|
|
|
<value>placeHolderLabel2</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeHolderLabel2.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeHolderLabel2.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeHolderLabel2.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 63</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 3, 3, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>11, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>117</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="placeholderLabel.Text" xml:space="preserve">
|
|
|
|
<value> </value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeholderLabel.Name" xml:space="preserve">
|
|
|
|
<value>placeholderLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeholderLabel.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeholderLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>placeholderLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>185, 159</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 3, 3, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>148, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>113</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.Text" xml:space="preserve">
|
|
|
|
<value>errorLabelAtCHAPPassword</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtCHAPPassword.Visible" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtCHAPPassword.Name" xml:space="preserve">
|
|
|
|
<value>errorLabelAtCHAPPassword</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtCHAPPassword.Type" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtCHAPPassword.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtCHAPPassword.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtCHAPPassword.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
|
|
YQUAAALeSURBVDhPdZJZSJRRFMfP/b5mcQPRSUVFxIUIiVxCKSPQyCB66SECaTMNS8jQsBoRwxZSnypU
|
|
|
|
iNQWyockiFbNNDFUfFDc1xFxHIfSEUdDG8s8/b+rQRgd+HG59zv//z3n3I82xzki02UhTtzS6yuL9foa
|
|
|
|
8Oy8opi3Eu3cSPl/5BDtqzIYmntMJp4ODmY7sAUGcre3Nz81GCaSiC4hzbievSkKFeXUQFiYay0+nn9G
|
|
|
|
R/O3oCDJvL8/OyMjeSkqiqdgeEZVXyDde121ETlC7O0ymZY4MZFXBgd5xWbjgcxMtigKz8TG8orFwotW
|
|
|
|
K39MSOBeg4EPKcoDyHRSnEVkqPb07PwVHs7zvr5sLShgLWbtdq5D+bN5eXJfU1HBxTCc8vDgeqNxDTM5
|
|
|
|
Lg0uCnGwLyCAf4SG8jzWcR8f/trQIEXjjY3sQjXDIyOchfMWIh7W63kMVaQqSjvkvnRNVW84QkJ4Ef3N
|
|
|
|
wMDm7s59KHvZ4ZAm31dX+UpKCldB3IsKOoXgQaylQizDIIVu6/WP5iGeg9iO6U9i4v1ItpaVSYOh3l4u
|
|
|
|
wB7XcTvEbaAb3AeC6CwV6nTVc+h1xs+PrShzTCsxLIxd4+PSwOVycQ2G9wEGzRB9Ah2gfN3gAqWoaoHW
|
|
|
|
+xfcPuHlxcOqys7aWike6ulh58ICW9rauFKnkyb1ELaA60KsooV0SkYf/drg8AKjSLClpUmxc3GRMyIi
|
|
|
|
uKmoSO7f5+fzQ3x/AxpgcFSIaRgk0RY84103ty4HnmcyLk6rWQrumM1s1sqOiZF7LZ4kJfFznFXBwJ9I
|
|
|
|
+6HwmojtQhzu0OnWbPiRXufkcFlGBucajfwOiXWYeG1qKpdnZ/PN5GSuwNkBoinIjkjxn9itKFffCrHW
|
|
|
|
ihtegSag9VqH9TG4B0rAfiI70nOBmxT+HZFEGaWKYmuFUHvvz6ARvAQlYBdRH9JOg3/Ff8WObUQlx4ja
|
|
|
|
0oksJ4lGIWyGohTf9gBVZskg+g2hAZo30J3NugAAAABJRU5ErkJggg==
|
|
|
|
</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtCHAPPassword.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>166, 158</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 0, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>111</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtCHAPPassword.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtCHAPPassword.Name" xml:space="preserve">
|
|
|
|
<value>errorIconAtCHAPPassword</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtCHAPPassword.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtCHAPPassword.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorIconAtCHAPPassword.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtHostOrIP.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtHostOrIP.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
|
|
YQUAAALeSURBVDhPdZJZSJRRFMfP/b5mcQPRSUVFxIUIiVxCKSPQyCB66SECaTMNS8jQsBoRwxZSnypU
|
|
|
|
iNQWyockiFbNNDFUfFDc1xFxHIfSEUdDG8s8/b+rQRgd+HG59zv//z3n3I82xzki02UhTtzS6yuL9foa
|
|
|
|
8Oy8opi3Eu3cSPl/5BDtqzIYmntMJp4ODmY7sAUGcre3Nz81GCaSiC4hzbievSkKFeXUQFiYay0+nn9G
|
|
|
|
R/O3oCDJvL8/OyMjeSkqiqdgeEZVXyDde121ETlC7O0ymZY4MZFXBgd5xWbjgcxMtigKz8TG8orFwotW
|
|
|
|
K39MSOBeg4EPKcoDyHRSnEVkqPb07PwVHs7zvr5sLShgLWbtdq5D+bN5eXJfU1HBxTCc8vDgeqNxDTM5
|
|
|
|
Lg0uCnGwLyCAf4SG8jzWcR8f/trQIEXjjY3sQjXDIyOchfMWIh7W63kMVaQqSjvkvnRNVW84QkJ4Ef3N
|
|
|
|
wMDm7s59KHvZ4ZAm31dX+UpKCldB3IsKOoXgQaylQizDIIVu6/WP5iGeg9iO6U9i4v1ItpaVSYOh3l4u
|
|
|
|
wB7XcTvEbaAb3AeC6CwV6nTVc+h1xs+PrShzTCsxLIxd4+PSwOVycQ2G9wEGzRB9Ah2gfN3gAqWoaoHW
|
|
|
|
+xfcPuHlxcOqys7aWike6ulh58ICW9rauFKnkyb1ELaA60KsooV0SkYf/drg8AKjSLClpUmxc3GRMyIi
|
|
|
|
uKmoSO7f5+fzQ3x/AxpgcFSIaRgk0RY84103ty4HnmcyLk6rWQrumM1s1sqOiZF7LZ4kJfFznFXBwJ9I
|
|
|
|
+6HwmojtQhzu0OnWbPiRXufkcFlGBucajfwOiXWYeG1qKpdnZ/PN5GSuwNkBoinIjkjxn9itKFffCrHW
|
|
|
|
ihtegSag9VqH9TG4B0rAfiI70nOBmxT+HZFEGaWKYmuFUHvvz6ARvAQlYBdRH9JOg3/Ff8WObUQlx4ja
|
|
|
|
0oksJ4lGIWyGohTf9gBVZskg+g2hAZo30J3NugAAAABJRU5ErkJggg==
|
|
|
|
</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtHostOrIP.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtHostOrIP.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>166, 62</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtHostOrIP.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 0, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtHostOrIP.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtHostOrIP.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtHostOrIP.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>109</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorIconAtHostOrIP.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtHostOrIP.Name" xml:space="preserve">
|
|
|
|
<value>errorIconAtHostOrIP</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtHostOrIP.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.PictureBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtHostOrIP.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorIconAtHostOrIP.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiTargetHost.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 47</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 20</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.Text" xml:space="preserve">
|
|
|
|
<value>ターゲット ホストの名前/IP アドレス(&H):</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiTargetHost.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
|
|
|
<value>MiddleLeft</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>labelIscsiTargetHost.Name" xml:space="preserve">
|
|
|
|
<value>labelIscsiTargetHost</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>labelIscsiTargetHost.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>labelIscsiTargetHost.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>labelIscsiTargetHost.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="textBoxIscsiHost.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="textBoxIscsiHost.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>100, 48</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="textBoxIscsiHost.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 1, 0, 3</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="textBoxIscsiHost.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>325, 19</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="textBoxIscsiHost.TabIndex" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>2</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>textBoxIscsiHost.Name" xml:space="preserve">
|
|
|
|
<value>textBoxIscsiHost</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>textBoxIscsiHost.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>textBoxIscsiHost.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>textBoxIscsiHost.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapUserTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapUserTextBox.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="IScsiChapUserTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>166, 107</value>
|
|
|
|
</data>
|
|
|
|
<data name="IScsiChapUserTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>227, 20</value>
|
|
|
|
</data>
|
|
|
|
<data name="IScsiChapUserTextBox.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapUserTextBox.Name" xml:space="preserve">
|
|
|
|
<value>IScsiChapUserTextBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapUserTextBox.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapUserTextBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapUserTextBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>10</value>
|
|
|
|
</data>
|
|
|
|
<data name="IScsiChapSecretTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="IScsiChapSecretTextBox.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="IScsiChapSecretTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>166, 133</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="IScsiChapSecretTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>227, 20</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="IScsiChapSecretTextBox.TabIndex" type="System.Int32, mscorlib">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>9</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapSecretTextBox.Name" xml:space="preserve">
|
|
|
|
<value>IScsiChapSecretTextBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapSecretTextBox.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.TextBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapSecretTextBox.Parent" xml:space="preserve">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>IScsiChapSecretTextBox.ZOrder" xml:space="preserve">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>11</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.Location" type="System.Drawing.Point, System.Drawing">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>20, 108</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.Size" type="System.Drawing.Size, System.Drawing">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>92, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.TabIndex" type="System.Int32, mscorlib">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>6</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="labelCHAPuser.Text" xml:space="preserve">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>CHAP ユーザー名(&U):</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>labelCHAPuser.Name" xml:space="preserve">
|
|
|
|
<value>labelCHAPuser</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelCHAPuser.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=">>labelCHAPuser.Parent" xml:space="preserve">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name=">>labelCHAPuser.ZOrder" xml:space="preserve">
|
2014-09-18 11:33:24 +02:00
|
|
|
<value>12</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="IScsiChapSecretLabel.Enabled" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>False</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>20, 134</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>90, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>8</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IScsiChapSecretLabel.Text" xml:space="preserve">
|
|
|
|
<value>CHAP パスワード(&W):</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IScsiChapSecretLabel.Name" xml:space="preserve">
|
|
|
|
<value>IScsiChapSecretLabel</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IScsiChapSecretLabel.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IScsiChapSecretLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IScsiChapSecretLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>13</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 83</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>157, 18</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>5</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="IscsiUseChapCheckBox.Text" xml:space="preserve">
|
|
|
|
<value>CHAP 認証を使用する(&C)</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IscsiUseChapCheckBox.Name" xml:space="preserve">
|
|
|
|
<value>IscsiUseChapCheckBox</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IscsiUseChapCheckBox.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.CheckBox, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IscsiUseChapCheckBox.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>IscsiUseChapCheckBox.ZOrder" xml:space="preserve">
|
|
|
|
<value>14</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="label11.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Top, Left, Right</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="label11.Font" type="System.Drawing.Font, System.Drawing">
|
|
|
|
<value>Segoe UI, 9pt</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="label11.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="label11.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="label11.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 0, 0, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="label11.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>502, 36</value>
|
|
|
|
</data>
|
|
|
|
<data name="label11.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>108</value>
|
|
|
|
</data>
|
|
|
|
<data name="label11.Text" xml:space="preserve">
|
|
|
|
<value>ターゲット IQN およびターゲット LUN を指定して、iSCSI ストレージのターゲット ホストを指定してください。</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label11.Name" xml:space="preserve">
|
|
|
|
<value>label11</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>label11.Type" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>label11.Parent" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>label11.ZOrder" xml:space="preserve">
|
|
|
|
<value>15</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtHostname.AutoSize" type="System.Boolean, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>True</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>185, 63</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 3, 3, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>118, 17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>115</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.Text" xml:space="preserve">
|
|
|
|
<value>errorLabelAtHostname</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="errorLabelAtHostname.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtHostname.Name" xml:space="preserve">
|
|
|
|
<value>errorLabelAtHostname</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtHostname.Type" xml:space="preserve">
|
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtHostname.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>errorLabelAtHostname.ZOrder" xml:space="preserve">
|
|
|
|
<value>16</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>166, 182</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 3, 0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>116</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="spinnerIconAtScanTargetHostButton.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>spinnerIconAtScanTargetHostButton.Name" xml:space="preserve">
|
|
|
|
<value>spinnerIconAtScanTargetHostButton</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>spinnerIconAtScanTargetHostButton.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.SpinnerIcon, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>spinnerIconAtScanTargetHostButton.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>spinnerIconAtScanTargetHostButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>17</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Top</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">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>500, 102</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">
|
2014-11-25 08:23:36 +01:00
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="placeHolderLabel2" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="placeholderLabel" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="errorLabelAtCHAPPassword" Row="7" RowSpan="1" Column="3" ColumnSpan="3" /><Control Name="errorIconAtCHAPPassword" Row="7" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="errorIconAtHostOrIP" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="scanTargetHostButton" Row="8" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="labelIscsiTargetHost" Row="1" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="textBoxIscsiHost" Row="1" RowSpan="1" Column="2" ColumnSpan="2" /><Control Name="labelColon" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="textBoxIscsiPort" Row="1" RowSpan="1" Column="4" ColumnSpan="1" /><Control Name="IScsiChapUserTextBox" Row="5" RowSpan="1" Column="2" ColumnSpan="2" /><Control Name="IScsiChapSecretTextBox" Row="6" RowSpan="1" Column="2" ColumnSpan="2" /><Control Name="labelCHAPuser" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="IScsiChapSecretLabel" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="IscsiUseChapCheckBox" Row="3" RowSpan="1" Column="0" ColumnSpan="2" /><Control Name="label11" Row="0" RowSpan="1" Column="0" ColumnSpan="6" /><Control Name="errorLabelAtHostname" Row="2" RowSpan="1" Column="3" ColumnSpan="3" /><Control Name="spinnerIconAtScanTargetHostButton" Row="8" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Absolute,17,Absolute,180,Absolute,21,Absolute,178,AutoSize,0,AutoSize,0,Absolute,20" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings></value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="scanTargetHostButton.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="scanTargetHostButton.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 179</value>
|
|
|
|
</data>
|
|
|
|
<data name="scanTargetHostButton.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>157, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="scanTargetHostButton.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>114</value>
|
|
|
|
</data>
|
|
|
|
<data name="scanTargetHostButton.Text" xml:space="preserve">
|
|
|
|
<value> ターゲット ホストのスキャン(&S)</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>scanTargetHostButton.Name" xml:space="preserve">
|
|
|
|
<value>scanTargetHostButton</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>scanTargetHostButton.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=">>scanTargetHostButton.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel1</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>scanTargetHostButton.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiIqns.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.ColumnCount" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="labelIscsiIQN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>63, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>12</value>
|
|
|
|
</data>
|
|
|
|
<data name="labelIscsiIQN.Text" xml:space="preserve">
|
|
|
|
<value>ターゲット IQN(&I):</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelIscsiIQN.Name" xml:space="preserve">
|
|
|
|
<value>labelIscsiIQN</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelIscsiIQN.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=">>labelIscsiIQN.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>labelIscsiIQN.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiLuns.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiLuns.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>75, 30</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiLuns.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>394, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiLuns.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>19</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxIscsiLuns.Name" xml:space="preserve">
|
|
|
|
<value>comboBoxIscsiLuns</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxIscsiLuns.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=">>comboBoxIscsiLuns.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxIscsiLuns.ZOrder" xml:space="preserve">
|
|
|
|
<value>2</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>3, 32</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>66, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>14</value>
|
|
|
|
</data>
|
|
|
|
<data name="targetLunLabel.Text" xml:space="preserve">
|
|
|
|
<value>ターゲット LUN(&L):</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>targetLunLabel.Name" xml:space="preserve">
|
|
|
|
<value>targetLunLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>targetLunLabel.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=">>targetLunLabel.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>targetLunLabel.ZOrder" xml:space="preserve">
|
|
|
|
<value>3</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>94, 58</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>0, 3, 3, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>122, 17</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>114</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.Text" xml:space="preserve">
|
|
|
|
<value>errorLabelAtTargetLUN</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorLabelAtTargetLUN.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabelAtTargetLUN.Name" xml:space="preserve">
|
|
|
|
<value>errorLabelAtTargetLUN</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabelAtTargetLUN.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=">>errorLabelAtTargetLUN.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorLabelAtTargetLUN.ZOrder" xml:space="preserve">
|
|
|
|
<value>4</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
|
|
|
|
<value>
|
|
|
|
iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8
|
|
|
|
YQUAAALeSURBVDhPdZJZSJRRFMfP/b5mcQPRSUVFxIUIiVxCKSPQyCB66SECaTMNS8jQsBoRwxZSnypU
|
|
|
|
iNQWyockiFbNNDFUfFDc1xFxHIfSEUdDG8s8/b+rQRgd+HG59zv//z3n3I82xzki02UhTtzS6yuL9foa
|
|
|
|
8Oy8opi3Eu3cSPl/5BDtqzIYmntMJp4ODmY7sAUGcre3Nz81GCaSiC4hzbievSkKFeXUQFiYay0+nn9G
|
|
|
|
R/O3oCDJvL8/OyMjeSkqiqdgeEZVXyDde121ETlC7O0ymZY4MZFXBgd5xWbjgcxMtigKz8TG8orFwotW
|
|
|
|
K39MSOBeg4EPKcoDyHRSnEVkqPb07PwVHs7zvr5sLShgLWbtdq5D+bN5eXJfU1HBxTCc8vDgeqNxDTM5
|
|
|
|
Lg0uCnGwLyCAf4SG8jzWcR8f/trQIEXjjY3sQjXDIyOchfMWIh7W63kMVaQqSjvkvnRNVW84QkJ4Ef3N
|
|
|
|
wMDm7s59KHvZ4ZAm31dX+UpKCldB3IsKOoXgQaylQizDIIVu6/WP5iGeg9iO6U9i4v1ItpaVSYOh3l4u
|
|
|
|
wB7XcTvEbaAb3AeC6CwV6nTVc+h1xs+PrShzTCsxLIxd4+PSwOVycQ2G9wEGzRB9Ah2gfN3gAqWoaoHW
|
|
|
|
+xfcPuHlxcOqys7aWike6ulh58ICW9rauFKnkyb1ELaA60KsooV0SkYf/drg8AKjSLClpUmxc3GRMyIi
|
|
|
|
uKmoSO7f5+fzQ3x/AxpgcFSIaRgk0RY84103ty4HnmcyLk6rWQrumM1s1sqOiZF7LZ4kJfFznFXBwJ9I
|
|
|
|
+6HwmojtQhzu0OnWbPiRXufkcFlGBucajfwOiXWYeG1qKpdnZ/PN5GSuwNkBoinIjkjxn9itKFffCrHW
|
|
|
|
ihtegSag9VqH9TG4B0rAfiI70nOBmxT+HZFEGaWKYmuFUHvvz6ARvAQlYBdRH9JOg3/Ff8WObUQlx4ja
|
|
|
|
0oksJ4lGIWyGohTf9gBVZskg+g2hAZo30J3NugAAAABJRU5ErkJggg==
|
|
|
|
</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>75, 57</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>17</value>
|
|
|
|
</data>
|
|
|
|
<data name="errorIconAtTargetLUN.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorIconAtTargetLUN.Name" xml:space="preserve">
|
|
|
|
<value>errorIconAtTargetLUN</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorIconAtTargetLUN.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=">>errorIconAtTargetLUN.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>errorIconAtTargetLUN.ZOrder" xml:space="preserve">
|
|
|
|
<value>5</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>475, 5</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 3, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>115</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetIqn.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetIqn.Name" xml:space="preserve">
|
|
|
|
<value>spinnerIconAtTargetIqn</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetIqn.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.SpinnerIcon, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetIqn.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetIqn.ZOrder" xml:space="preserve">
|
|
|
|
<value>6</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Left</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
|
|
|
<value>NoControl</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>475, 32</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 0, 3, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>16, 16</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
|
|
|
<value>Zoom</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>116</value>
|
|
|
|
</data>
|
|
|
|
<data name="spinnerIconAtTargetLun.Visible" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetLun.Name" xml:space="preserve">
|
|
|
|
<value>spinnerIconAtTargetLun</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetLun.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.SpinnerIcon, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetLun.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>spinnerIconAtTargetLun.ZOrder" xml:space="preserve">
|
|
|
|
<value>7</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
|
|
|
<value>Fill</value>
|
|
|
|
</data>
|
|
|
|
<data name="tableLayoutPanel2.Location" type="System.Drawing.Point, System.Drawing">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="tableLayoutPanel2.RowCount" type="System.Int32, mscorlib">
|
|
|
|
<value>4</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="tableLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>494, 117</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="tableLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>0</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>tableLayoutPanel2.Name" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel2.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=">>tableLayoutPanel2.Parent" xml:space="preserve">
|
|
|
|
<value>iSCSITargetGroupBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>tableLayoutPanel2.ZOrder" xml:space="preserve">
|
|
|
|
<value>0</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="tableLayoutPanel2.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
|
|
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="labelIscsiIQN" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="comboBoxIscsiIqns" Row="0" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="comboBoxIscsiLuns" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="targetLunLabel" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="errorLabelAtTargetLUN" Row="2" RowSpan="1" Column="2" ColumnSpan="2" /><Control Name="errorIconAtTargetLUN" Row="2" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="spinnerIconAtTargetIqn" Row="0" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="spinnerIconAtTargetLun" Row="1" RowSpan="1" Column="3" ColumnSpan="1" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,Percent,100,Absolute,22" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,Percent,100,Absolute,20" /></TableLayoutSettings></value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="comboBoxIscsiIqns.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>75, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiIqns.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>394, 21</value>
|
|
|
|
</data>
|
|
|
|
<data name="comboBoxIscsiIqns.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>13</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxIscsiIqns.Name" xml:space="preserve">
|
|
|
|
<value>comboBoxIscsiIqns</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxIscsiIqns.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=">>comboBoxIscsiIqns.Parent" xml:space="preserve">
|
|
|
|
<value>tableLayoutPanel2</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>comboBoxIscsiIqns.ZOrder" xml:space="preserve">
|
|
|
|
<value>1</value>
|
|
|
|
</data>
|
|
|
|
<data name="lunInUseLabel.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>0, 0</value>
|
|
|
|
</data>
|
|
|
|
<data name="lunInUseLabel.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>100, 23</value>
|
|
|
|
</data>
|
|
|
|
<data name="lunInUseLabel.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>0</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lunInUseLabel.Name" xml:space="preserve">
|
|
|
|
<value>lunInUseLabel</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>lunInUseLabel.Type" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>System.Windows.Forms.Label, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name="iSCSITargetGroupBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
|
|
|
<value>Top, Left, Right</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.AutoSize" type="System.Boolean, mscorlib">
|
|
|
|
<value>True</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.Enabled" type="System.Boolean, mscorlib">
|
|
|
|
<value>False</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.Location" type="System.Drawing.Point, System.Drawing">
|
|
|
|
<value>2, 219</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
|
|
|
<value>3, 9, 3, 3</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>494, 117</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.TabIndex" type="System.Int32, mscorlib">
|
|
|
|
<value>11</value>
|
|
|
|
</data>
|
|
|
|
<data name="iSCSITargetGroupBox.Text" xml:space="preserve">
|
|
|
|
<value>iSCSI ターゲット</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>iSCSITargetGroupBox.Name" xml:space="preserve">
|
|
|
|
<value>iSCSITargetGroupBox</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>iSCSITargetGroupBox.Type" xml:space="preserve">
|
|
|
|
<value>XenAdmin.Controls.DecentGroupBox, XenCenterMain, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>iSCSITargetGroupBox.Parent" xml:space="preserve">
|
|
|
|
<value>$this</value>
|
2013-06-24 13:41:48 +02:00
|
|
|
</data>
|
2014-09-18 11:33:24 +02:00
|
|
|
<data name=">>iSCSITargetGroupBox.ZOrder" xml:space="preserve">
|
2013-06-24 13:41:48 +02:00
|
|
|
<value>0</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.AccessibleDescription" xml:space="preserve">
|
|
|
|
<value>iSCSI ストレージのパスを入力します。</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
|
|
|
|
<value>96, 96</value>
|
|
|
|
</data>
|
|
|
|
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
|
|
|
<value>500, 350</value>
|
|
|
|
</data>
|
|
|
|
<data name=">>$this.Name" xml:space="preserve">
|
|
|
|
<value>LVMoISCSI</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>
|