mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
Some layout improvements (margins, control anchoring, removal of unnecessary controls).
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
parent
fc88e5c5be
commit
3ade18250a
@ -41,8 +41,6 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
this.errorIconAtTargetLUN = new System.Windows.Forms.PictureBox();
|
||||
this.spinnerIconAtTargetIqn = new XenAdmin.Controls.SpinnerIcon();
|
||||
this.spinnerIconAtTargetLun = new XenAdmin.Controls.SpinnerIcon();
|
||||
this.placeHolderLabel2 = new System.Windows.Forms.Label();
|
||||
this.placeholderLabel = new System.Windows.Forms.Label();
|
||||
this.errorLabelAtCHAPPassword = new System.Windows.Forms.Label();
|
||||
this.errorIconAtCHAPPassword = new System.Windows.Forms.PictureBox();
|
||||
this.errorIconAtHostOrIP = new System.Windows.Forms.PictureBox();
|
||||
@ -79,31 +77,29 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
// tableLayoutPanel1
|
||||
//
|
||||
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
||||
this.tableLayoutPanel1.Controls.Add(this.iSCSITargetGroupBox, 0, 9);
|
||||
this.tableLayoutPanel1.Controls.Add(this.placeHolderLabel2, 0, 7);
|
||||
this.tableLayoutPanel1.Controls.Add(this.placeholderLabel, 0, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.errorLabelAtCHAPPassword, 3, 7);
|
||||
this.tableLayoutPanel1.Controls.Add(this.errorIconAtCHAPPassword, 2, 7);
|
||||
this.tableLayoutPanel1.Controls.Add(this.iSCSITargetGroupBox, 0, 8);
|
||||
this.tableLayoutPanel1.Controls.Add(this.errorLabelAtCHAPPassword, 3, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.errorIconAtCHAPPassword, 2, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.errorIconAtHostOrIP, 2, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.scanTargetHostButton, 0, 8);
|
||||
this.tableLayoutPanel1.Controls.Add(this.scanTargetHostButton, 0, 7);
|
||||
this.tableLayoutPanel1.Controls.Add(this.labelIscsiTargetHost, 0, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.textBoxIscsiHost, 2, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.labelColon, 3, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.textBoxIscsiPort, 4, 1);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IScsiChapUserTextBox, 2, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IScsiChapSecretTextBox, 2, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.labelCHAPuser, 1, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IScsiChapSecretLabel, 1, 6);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IScsiChapUserTextBox, 2, 4);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IScsiChapSecretTextBox, 2, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.labelCHAPuser, 1, 4);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IScsiChapSecretLabel, 1, 5);
|
||||
this.tableLayoutPanel1.Controls.Add(this.IscsiUseChapCheckBox, 0, 3);
|
||||
this.tableLayoutPanel1.Controls.Add(this.label11, 0, 0);
|
||||
this.tableLayoutPanel1.Controls.Add(this.errorLabelAtHostname, 3, 2);
|
||||
this.tableLayoutPanel1.Controls.Add(this.spinnerIconAtScanTargetHostButton, 2, 8);
|
||||
this.tableLayoutPanel1.Controls.Add(this.spinnerIconAtScanTargetHostButton, 2, 7);
|
||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||
//
|
||||
// iSCSITargetGroupBox
|
||||
//
|
||||
resources.ApplyResources(this.iSCSITargetGroupBox, "iSCSITargetGroupBox");
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.iSCSITargetGroupBox, 7);
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.iSCSITargetGroupBox, 6);
|
||||
this.iSCSITargetGroupBox.Controls.Add(this.tableLayoutPanel2);
|
||||
this.iSCSITargetGroupBox.Name = "iSCSITargetGroupBox";
|
||||
this.iSCSITargetGroupBox.TabStop = false;
|
||||
@ -152,15 +148,16 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
//
|
||||
// errorLabelAtTargetLUN
|
||||
//
|
||||
resources.ApplyResources(this.errorLabelAtTargetLUN, "errorLabelAtTargetLUN");
|
||||
this.errorLabelAtTargetLUN.AutoEllipsis = true;
|
||||
this.tableLayoutPanel2.SetColumnSpan(this.errorLabelAtTargetLUN, 2);
|
||||
resources.ApplyResources(this.errorLabelAtTargetLUN, "errorLabelAtTargetLUN");
|
||||
this.errorLabelAtTargetLUN.ForeColor = System.Drawing.Color.Red;
|
||||
this.errorLabelAtTargetLUN.Name = "errorLabelAtTargetLUN";
|
||||
//
|
||||
// errorIconAtTargetLUN
|
||||
//
|
||||
resources.ApplyResources(this.errorIconAtTargetLUN, "errorIconAtTargetLUN");
|
||||
this.errorIconAtTargetLUN.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16;
|
||||
this.errorIconAtTargetLUN.Name = "errorIconAtTargetLUN";
|
||||
this.errorIconAtTargetLUN.TabStop = false;
|
||||
//
|
||||
@ -178,35 +175,25 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
this.spinnerIconAtTargetLun.SucceededImage = global::XenAdmin.Properties.Resources._000_Tick_h32bit_16;
|
||||
this.spinnerIconAtTargetLun.TabStop = false;
|
||||
//
|
||||
// placeHolderLabel2
|
||||
//
|
||||
resources.ApplyResources(this.placeHolderLabel2, "placeHolderLabel2");
|
||||
this.placeHolderLabel2.ForeColor = System.Drawing.Color.Red;
|
||||
this.placeHolderLabel2.Name = "placeHolderLabel2";
|
||||
//
|
||||
// placeholderLabel
|
||||
//
|
||||
resources.ApplyResources(this.placeholderLabel, "placeholderLabel");
|
||||
this.placeholderLabel.ForeColor = System.Drawing.Color.Red;
|
||||
this.placeholderLabel.Name = "placeholderLabel";
|
||||
//
|
||||
// errorLabelAtCHAPPassword
|
||||
//
|
||||
this.errorLabelAtCHAPPassword.AutoEllipsis = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.errorLabelAtCHAPPassword, 4);
|
||||
resources.ApplyResources(this.errorLabelAtCHAPPassword, "errorLabelAtCHAPPassword");
|
||||
this.errorLabelAtCHAPPassword.AutoEllipsis = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.errorLabelAtCHAPPassword, 3);
|
||||
this.errorLabelAtCHAPPassword.ForeColor = System.Drawing.Color.Red;
|
||||
this.errorLabelAtCHAPPassword.Name = "errorLabelAtCHAPPassword";
|
||||
//
|
||||
// errorIconAtCHAPPassword
|
||||
//
|
||||
resources.ApplyResources(this.errorIconAtCHAPPassword, "errorIconAtCHAPPassword");
|
||||
this.errorIconAtCHAPPassword.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16;
|
||||
this.errorIconAtCHAPPassword.Name = "errorIconAtCHAPPassword";
|
||||
this.errorIconAtCHAPPassword.TabStop = false;
|
||||
//
|
||||
// errorIconAtHostOrIP
|
||||
//
|
||||
resources.ApplyResources(this.errorIconAtHostOrIP, "errorIconAtHostOrIP");
|
||||
this.errorIconAtHostOrIP.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16;
|
||||
this.errorIconAtHostOrIP.Name = "errorIconAtHostOrIP";
|
||||
this.errorIconAtHostOrIP.TabStop = false;
|
||||
//
|
||||
@ -226,8 +213,8 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
//
|
||||
// textBoxIscsiHost
|
||||
//
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.textBoxIscsiHost, 2);
|
||||
resources.ApplyResources(this.textBoxIscsiHost, "textBoxIscsiHost");
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.textBoxIscsiHost, 2);
|
||||
this.textBoxIscsiHost.Name = "textBoxIscsiHost";
|
||||
this.textBoxIscsiHost.TextChanged += new System.EventHandler(this.textBoxIscsiHost_TextChanged);
|
||||
//
|
||||
@ -245,15 +232,15 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
// IScsiChapUserTextBox
|
||||
//
|
||||
this.IScsiChapUserTextBox.AllowDrop = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.IScsiChapUserTextBox, 2);
|
||||
resources.ApplyResources(this.IScsiChapUserTextBox, "IScsiChapUserTextBox");
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.IScsiChapUserTextBox, 2);
|
||||
this.IScsiChapUserTextBox.Name = "IScsiChapUserTextBox";
|
||||
this.IScsiChapUserTextBox.TextChanged += new System.EventHandler(this.ChapSettings_Changed);
|
||||
//
|
||||
// IScsiChapSecretTextBox
|
||||
//
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.IScsiChapSecretTextBox, 2);
|
||||
resources.ApplyResources(this.IScsiChapSecretTextBox, "IScsiChapSecretTextBox");
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.IScsiChapSecretTextBox, 2);
|
||||
this.IScsiChapSecretTextBox.Name = "IScsiChapSecretTextBox";
|
||||
this.IScsiChapSecretTextBox.UseSystemPasswordChar = true;
|
||||
this.IScsiChapSecretTextBox.TextChanged += new System.EventHandler(this.ChapSettings_Changed);
|
||||
@ -273,7 +260,7 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
// IscsiUseChapCheckBox
|
||||
//
|
||||
resources.ApplyResources(this.IscsiUseChapCheckBox, "IscsiUseChapCheckBox");
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.IscsiUseChapCheckBox, 2);
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.IscsiUseChapCheckBox, 6);
|
||||
this.IscsiUseChapCheckBox.Name = "IscsiUseChapCheckBox";
|
||||
this.IscsiUseChapCheckBox.UseVisualStyleBackColor = true;
|
||||
this.IscsiUseChapCheckBox.CheckedChanged += new System.EventHandler(this.IscsiUseChapCheckBox_CheckedChanged);
|
||||
@ -281,14 +268,14 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
// label11
|
||||
//
|
||||
resources.ApplyResources(this.label11, "label11");
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.label11, 7);
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.label11, 6);
|
||||
this.label11.Name = "label11";
|
||||
//
|
||||
// errorLabelAtHostname
|
||||
//
|
||||
this.errorLabelAtHostname.AutoEllipsis = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.errorLabelAtHostname, 4);
|
||||
resources.ApplyResources(this.errorLabelAtHostname, "errorLabelAtHostname");
|
||||
this.errorLabelAtHostname.AutoEllipsis = true;
|
||||
this.tableLayoutPanel1.SetColumnSpan(this.errorLabelAtHostname, 3);
|
||||
this.errorLabelAtHostname.ForeColor = System.Drawing.Color.Red;
|
||||
this.errorLabelAtHostname.Name = "errorLabelAtHostname";
|
||||
//
|
||||
@ -358,7 +345,5 @@ namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
||||
private XenAdmin.Controls.SpinnerIcon spinnerIconAtTargetIqn;
|
||||
private XenAdmin.Controls.SpinnerIcon spinnerIconAtTargetLun;
|
||||
private XenAdmin.Controls.SpinnerIcon spinnerIconAtScanTargetHostButton;
|
||||
private System.Windows.Forms.Label placeholderLabel;
|
||||
private System.Windows.Forms.Label placeHolderLabel2;
|
||||
}
|
||||
}
|
||||
|
@ -145,7 +145,7 @@
|
||||
<value>GrowAndShrink</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="iSCSITargetGroupBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
@ -196,7 +196,7 @@
|
||||
<value>75, 3</value>
|
||||
</data>
|
||||
<data name="comboBoxIscsiIqns.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>412, 21</value>
|
||||
<value>441, 21</value>
|
||||
</data>
|
||||
<data name="comboBoxIscsiIqns.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>13</value>
|
||||
@ -220,7 +220,7 @@
|
||||
<value>75, 30</value>
|
||||
</data>
|
||||
<data name="comboBoxIscsiLuns.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>412, 21</value>
|
||||
<value>441, 21</value>
|
||||
</data>
|
||||
<data name="comboBoxIscsiLuns.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>15</value>
|
||||
@ -273,20 +273,17 @@
|
||||
<data name=">>targetLunLabel.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="errorLabelAtTargetLUN.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Top</value>
|
||||
<data name="errorLabelAtTargetLUN.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</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>91, 57</value>
|
||||
</data>
|
||||
<data name="errorLabelAtTargetLUN.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 3, 3, 0</value>
|
||||
<value>97, 58</value>
|
||||
</data>
|
||||
<data name="errorLabelAtTargetLUN.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>418, 17</value>
|
||||
<value>441, 17</value>
|
||||
</data>
|
||||
<data name="errorLabelAtTargetLUN.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>114</value>
|
||||
@ -315,24 +312,6 @@
|
||||
<data name="errorIconAtTargetLUN.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<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>
|
||||
@ -342,9 +321,6 @@
|
||||
<data name="errorIconAtTargetLUN.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>75, 58</value>
|
||||
</data>
|
||||
<data name="errorIconAtTargetLUN.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 0, 0, 0</value>
|
||||
</data>
|
||||
<data name="errorIconAtTargetLUN.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>16, 16</value>
|
||||
</data>
|
||||
@ -373,10 +349,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtTargetIqn.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>493, 5</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtTargetIqn.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 0, 3, 0</value>
|
||||
<value>522, 5</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtTargetIqn.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>16, 16</value>
|
||||
@ -409,10 +382,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtTargetLun.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>493, 32</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtTargetLun.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 0, 3, 0</value>
|
||||
<value>522, 32</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtTargetLun.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>16, 16</value>
|
||||
@ -448,7 +418,7 @@
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>512, 79</value>
|
||||
<value>541, 79</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
@ -466,19 +436,19 @@
|
||||
<value>0</value>
|
||||
</data>
|
||||
<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,Absolute,20" /></TableLayoutSettings></value>
|
||||
<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,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0" /></TableLayoutSettings></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>3, 192</value>
|
||||
<value>3, 225</value>
|
||||
</data>
|
||||
<data name="iSCSITargetGroupBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 6, 3, 3</value>
|
||||
<value>3, 10, 3, 3</value>
|
||||
</data>
|
||||
<data name="iSCSITargetGroupBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>518, 98</value>
|
||||
<value>547, 98</value>
|
||||
</data>
|
||||
<data name="iSCSITargetGroupBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
@ -498,95 +468,20 @@
|
||||
<data name=">>iSCSITargetGroupBox.ZOrder" xml:space="preserve">
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 144</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 3, 3, 0</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>11, 13</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>118</value>
|
||||
</data>
|
||||
<data name="placeHolderLabel2.Text" xml:space="preserve">
|
||||
<value> </value>
|
||||
</data>
|
||||
<data name=">>placeHolderLabel2.Name" xml:space="preserve">
|
||||
<value>placeHolderLabel2</value>
|
||||
</data>
|
||||
<data name=">>placeHolderLabel2.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=">>placeHolderLabel2.Parent" xml:space="preserve">
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>placeHolderLabel2.ZOrder" xml:space="preserve">
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 61</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 3, 3, 0</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>11, 13</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>117</value>
|
||||
</data>
|
||||
<data name="placeholderLabel.Text" xml:space="preserve">
|
||||
<value> </value>
|
||||
</data>
|
||||
<data name=">>placeholderLabel.Name" xml:space="preserve">
|
||||
<value>placeholderLabel</value>
|
||||
</data>
|
||||
<data name=">>placeholderLabel.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=">>placeholderLabel.Parent" xml:space="preserve">
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>placeholderLabel.ZOrder" xml:space="preserve">
|
||||
<value>2</value>
|
||||
<data name="errorLabelAtCHAPPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Top</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>185, 144</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 3, 3, 0</value>
|
||||
<value>179, 168</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>336, 13</value>
|
||||
<value>371, 13</value>
|
||||
</data>
|
||||
<data name="errorLabelAtCHAPPassword.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>113</value>
|
||||
@ -607,7 +502,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>errorLabelAtCHAPPassword.ZOrder" xml:space="preserve">
|
||||
<value>3</value>
|
||||
<value>1</value>
|
||||
</data>
|
||||
<data name="errorIconAtCHAPPassword.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
@ -615,24 +510,6 @@
|
||||
<data name="errorIconAtCHAPPassword.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<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">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
@ -640,17 +517,11 @@
|
||||
<value />
|
||||
</data>
|
||||
<data name="errorIconAtCHAPPassword.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>166, 141</value>
|
||||
</data>
|
||||
<data name="errorIconAtCHAPPassword.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 0, 0, 0</value>
|
||||
<value>157, 167</value>
|
||||
</data>
|
||||
<data name="errorIconAtCHAPPassword.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>16, 16</value>
|
||||
</data>
|
||||
<data name="errorIconAtCHAPPassword.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
||||
<value>Zoom</value>
|
||||
</data>
|
||||
<data name="errorIconAtCHAPPassword.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>111</value>
|
||||
</data>
|
||||
@ -667,7 +538,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>errorIconAtCHAPPassword.ZOrder" xml:space="preserve">
|
||||
<value>4</value>
|
||||
<value>2</value>
|
||||
</data>
|
||||
<data name="errorIconAtHostOrIP.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
@ -675,24 +546,6 @@
|
||||
<data name="errorIconAtHostOrIP.ErrorImage" type="System.Resources.ResXNullRef, System.Windows.Forms">
|
||||
<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">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
@ -700,17 +553,11 @@
|
||||
<value />
|
||||
</data>
|
||||
<data name="errorIconAtHostOrIP.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>166, 58</value>
|
||||
</data>
|
||||
<data name="errorIconAtHostOrIP.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 0, 0, 0</value>
|
||||
<value>157, 70</value>
|
||||
</data>
|
||||
<data name="errorIconAtHostOrIP.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>16, 16</value>
|
||||
</data>
|
||||
<data name="errorIconAtHostOrIP.SizeMode" type="System.Windows.Forms.PictureBoxSizeMode, System.Windows.Forms">
|
||||
<value>Zoom</value>
|
||||
</data>
|
||||
<data name="errorIconAtHostOrIP.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>109</value>
|
||||
</data>
|
||||
@ -727,10 +574,13 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>errorIconAtHostOrIP.ZOrder" xml:space="preserve">
|
||||
<value>5</value>
|
||||
<value>3</value>
|
||||
</data>
|
||||
<data name="scanTargetHostButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</value>
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<data name="scanTargetHostButton.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="scanTargetHostButton.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
@ -739,10 +589,10 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="scanTargetHostButton.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 160</value>
|
||||
<value>3, 189</value>
|
||||
</data>
|
||||
<data name="scanTargetHostButton.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>157, 23</value>
|
||||
<value>148, 23</value>
|
||||
</data>
|
||||
<data name="scanTargetHostButton.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>10</value>
|
||||
@ -760,25 +610,22 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>scanTargetHostButton.ZOrder" xml:space="preserve">
|
||||
<value>6</value>
|
||||
<value>4</value>
|
||||
</data>
|
||||
<data name="labelIscsiTargetHost.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<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>
|
||||
</data>
|
||||
<data name="labelIscsiTargetHost.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="labelIscsiTargetHost.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>0, 36</value>
|
||||
</data>
|
||||
<data name="labelIscsiTargetHost.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 3</value>
|
||||
<value>3, 47</value>
|
||||
</data>
|
||||
<data name="labelIscsiTargetHost.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>163, 19</value>
|
||||
<value>148, 13</value>
|
||||
</data>
|
||||
<data name="labelIscsiTargetHost.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>1</value>
|
||||
@ -799,19 +646,16 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>labelIscsiTargetHost.ZOrder" xml:space="preserve">
|
||||
<value>7</value>
|
||||
<value>5</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiHost.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
<data name="textBoxIscsiHost.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiHost.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>163, 37</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiHost.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 1, 0, 1</value>
|
||||
<value>157, 44</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiHost.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>233, 20</value>
|
||||
<value>275, 20</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiHost.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>2</value>
|
||||
@ -826,25 +670,22 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>textBoxIscsiHost.ZOrder" xml:space="preserve">
|
||||
<value>8</value>
|
||||
<value>6</value>
|
||||
</data>
|
||||
<data name="labelColon.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</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>396, 36</value>
|
||||
</data>
|
||||
<data name="labelColon.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 3</value>
|
||||
<value>438, 47</value>
|
||||
</data>
|
||||
<data name="labelColon.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>10, 19</value>
|
||||
<value>10, 13</value>
|
||||
</data>
|
||||
<data name="labelColon.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>3</value>
|
||||
@ -852,9 +693,6 @@
|
||||
<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>
|
||||
@ -865,16 +703,13 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>labelColon.ZOrder" xml:space="preserve">
|
||||
<value>9</value>
|
||||
<value>7</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiPort.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
<data name="textBoxIscsiPort.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiPort.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>406, 37</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiPort.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 1, 2, 1</value>
|
||||
<value>454, 44</value>
|
||||
</data>
|
||||
<data name="textBoxIscsiPort.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>96, 20</value>
|
||||
@ -895,22 +730,19 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>textBoxIscsiPort.ZOrder" xml:space="preserve">
|
||||
<value>10</value>
|
||||
<value>8</value>
|
||||
</data>
|
||||
<data name="IScsiChapUserTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
<data name="IScsiChapUserTextBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</value>
|
||||
</data>
|
||||
<data name="IScsiChapUserTextBox.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="IScsiChapUserTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>166, 98</value>
|
||||
</data>
|
||||
<data name="IScsiChapUserTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 1, 3, 1</value>
|
||||
<value>157, 115</value>
|
||||
</data>
|
||||
<data name="IScsiChapUserTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>227, 20</value>
|
||||
<value>275, 20</value>
|
||||
</data>
|
||||
<data name="IScsiChapUserTextBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>7</value>
|
||||
@ -925,22 +757,19 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>IScsiChapUserTextBox.ZOrder" xml:space="preserve">
|
||||
<value>11</value>
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretTextBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
<data name="IScsiChapSecretTextBox.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretTextBox.Enabled" type="System.Boolean, mscorlib">
|
||||
<value>False</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>166, 120</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 1, 3, 1</value>
|
||||
<value>157, 141</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretTextBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>227, 20</value>
|
||||
<value>275, 20</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretTextBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>9</value>
|
||||
@ -955,7 +784,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>IScsiChapSecretTextBox.ZOrder" xml:space="preserve">
|
||||
<value>12</value>
|
||||
<value>10</value>
|
||||
</data>
|
||||
<data name="labelCHAPuser.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
@ -970,7 +799,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="labelCHAPuser.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 101</value>
|
||||
<value>23, 118</value>
|
||||
</data>
|
||||
<data name="labelCHAPuser.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>88, 13</value>
|
||||
@ -991,7 +820,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>labelCHAPuser.ZOrder" xml:space="preserve">
|
||||
<value>13</value>
|
||||
<value>11</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
@ -1006,7 +835,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>20, 123</value>
|
||||
<value>23, 144</value>
|
||||
</data>
|
||||
<data name="IScsiChapSecretLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>87, 13</value>
|
||||
@ -1027,22 +856,19 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>IScsiChapSecretLabel.ZOrder" xml:space="preserve">
|
||||
<value>14</value>
|
||||
<value>12</value>
|
||||
</data>
|
||||
<data name="IscsiUseChapCheckBox.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="IscsiUseChapCheckBox.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Fill</value>
|
||||
</data>
|
||||
<data name="IscsiUseChapCheckBox.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="IscsiUseChapCheckBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>3, 77</value>
|
||||
<value>3, 92</value>
|
||||
</data>
|
||||
<data name="IscsiUseChapCheckBox.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>157, 17</value>
|
||||
<value>147, 17</value>
|
||||
</data>
|
||||
<data name="IscsiUseChapCheckBox.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>5</value>
|
||||
@ -1060,7 +886,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>IscsiUseChapCheckBox.ZOrder" xml:space="preserve">
|
||||
<value>15</value>
|
||||
<value>13</value>
|
||||
</data>
|
||||
<data name="label11.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Top, Left, Right</value>
|
||||
@ -1072,13 +898,13 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="label11.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>0, 0</value>
|
||||
<value>3, 0</value>
|
||||
</data>
|
||||
<data name="label11.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 0, 0, 0</value>
|
||||
<value>3, 0, 3, 5</value>
|
||||
</data>
|
||||
<data name="label11.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>524, 36</value>
|
||||
<value>547, 36</value>
|
||||
</data>
|
||||
<data name="label11.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>108</value>
|
||||
@ -1096,25 +922,22 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>label11.ZOrder" xml:space="preserve">
|
||||
<value>16</value>
|
||||
<value>14</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left, Right</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.AutoSize" type="System.Boolean, mscorlib">
|
||||
<value>True</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Top</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>185, 61</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>0, 3, 3, 0</value>
|
||||
<value>179, 71</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>336, 13</value>
|
||||
<value>371, 13</value>
|
||||
</data>
|
||||
<data name="errorLabelAtHostname.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>115</value>
|
||||
@ -1135,7 +958,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>errorLabelAtHostname.ZOrder" xml:space="preserve">
|
||||
<value>17</value>
|
||||
<value>15</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtScanTargetHostButton.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
||||
<value>Left</value>
|
||||
@ -1144,10 +967,7 @@
|
||||
<value>NoControl</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtScanTargetHostButton.Location" type="System.Drawing.Point, System.Drawing">
|
||||
<value>166, 163</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtScanTargetHostButton.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||
<value>3, 0, 3, 0</value>
|
||||
<value>157, 192</value>
|
||||
</data>
|
||||
<data name="spinnerIconAtScanTargetHostButton.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>16, 16</value>
|
||||
@ -1171,7 +991,7 @@
|
||||
<value>tableLayoutPanel1</value>
|
||||
</data>
|
||||
<data name=">>spinnerIconAtScanTargetHostButton.ZOrder" xml:space="preserve">
|
||||
<value>18</value>
|
||||
<value>16</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||
<value>Top</value>
|
||||
@ -1179,14 +999,11 @@
|
||||
<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>3, 3, 3, 12</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
||||
<value>11</value>
|
||||
<value>9</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>524, 293</value>
|
||||
<value>553, 326</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
|
||||
<value>0</value>
|
||||
@ -1204,13 +1021,13 @@
|
||||
<value>0</value>
|
||||
</data>
|
||||
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||||
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="iSCSITargetGroupBox" Row="9" RowSpan="1" Column="0" ColumnSpan="7" /><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="4" /><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="7" /><Control Name="errorLabelAtHostname" Row="2" RowSpan="1" Column="3" ColumnSpan="4" /><Control Name="spinnerIconAtScanTargetHostButton" Row="8" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Absolute,17,Absolute,146,Absolute,22,Absolute,211,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,AutoSize,220,AutoSize,220" /></TableLayoutSettings></value>
|
||||
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="iSCSITargetGroupBox" Row="8" RowSpan="1" Column="0" ColumnSpan="6" /><Control Name="errorLabelAtCHAPPassword" Row="6" RowSpan="1" Column="3" ColumnSpan="3" /><Control Name="errorIconAtCHAPPassword" Row="6" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="errorIconAtHostOrIP" Row="2" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="scanTargetHostButton" Row="7" 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="4" RowSpan="1" Column="2" ColumnSpan="2" /><Control Name="IScsiChapSecretTextBox" Row="5" RowSpan="1" Column="2" ColumnSpan="2" /><Control Name="labelCHAPuser" Row="4" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="IScsiChapSecretLabel" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="IscsiUseChapCheckBox" Row="3" RowSpan="1" Column="0" ColumnSpan="6" /><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="7" RowSpan="1" Column="2" ColumnSpan="1" /></Controls><Columns Styles="Absolute,20,AutoSize,0,AutoSize,0,Percent,100,AutoSize,0,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Absolute,20" /></TableLayoutSettings></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>363, 246</value>
|
||||
<value>392, 246</value>
|
||||
</data>
|
||||
<data name="toolTipContainerIQNscan.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>115, 23</value>
|
||||
@ -1240,7 +1057,7 @@
|
||||
<value>96, 96</value>
|
||||
</data>
|
||||
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
|
||||
<value>524, 353</value>
|
||||
<value>553, 353</value>
|
||||
</data>
|
||||
<data name=">>$this.Name" xml:space="preserve">
|
||||
<value>LVMoISCSI</value>
|
||||
|
Loading…
Reference in New Issue
Block a user