From 3ade18250ad1e8ca3983b0abc79b704287b12242 Mon Sep 17 00:00:00 2001 From: Konstantina Chremmou Date: Tue, 31 Jul 2018 12:23:54 +0100 Subject: [PATCH] Some layout improvements (margins, control anchoring, removal of unnecessary controls). Signed-off-by: Konstantina Chremmou --- .../Frontends/LVMoISCSI.Designer.cs | 61 ++- .../Frontends/LVMoISCSI.resx | 353 +++++------------- 2 files changed, 108 insertions(+), 306 deletions(-) diff --git a/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.Designer.cs b/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.Designer.cs index 4a230f88d..e99cb25e4 100644 --- a/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.Designer.cs +++ b/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.Designer.cs @@ -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; } } diff --git a/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.resx b/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.resx index f9a5a187e..72faa19e0 100644 --- a/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.resx +++ b/XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.resx @@ -145,7 +145,7 @@ GrowAndShrink - 7 + 6 Top, Left, Right @@ -196,7 +196,7 @@ 75, 3 - 412, 21 + 441, 21 13 @@ -220,7 +220,7 @@ 75, 30 - 412, 21 + 441, 21 15 @@ -273,20 +273,17 @@ 3 - - Top + + Left, Right NoControl - 91, 57 - - - 0, 3, 3, 0 + 97, 58 - 418, 17 + 441, 17 114 @@ -315,24 +312,6 @@ - - - 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== - - NoControl @@ -342,9 +321,6 @@ 75, 58 - - 3, 0, 0, 0 - 16, 16 @@ -373,10 +349,7 @@ NoControl - 493, 5 - - - 3, 0, 3, 0 + 522, 5 16, 16 @@ -409,10 +382,7 @@ NoControl - 493, 32 - - - 3, 0, 3, 0 + 522, 32 16, 16 @@ -448,7 +418,7 @@ 3 - 512, 79 + 541, 79 0 @@ -466,19 +436,19 @@ 0 - <?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> + <?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> False - 3, 192 + 3, 225 - 3, 6, 3, 3 + 3, 10, 3, 3 - 518, 98 + 547, 98 11 @@ -498,95 +468,20 @@ 0 - - True - - - Fill - - - NoControl - - - 3, 144 - - - 3, 3, 3, 0 - - - 11, 13 - - - 118 - - - - - - placeHolderLabel2 - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 1 - - - True - - - Fill - - - NoControl - - - 3, 61 - - - 3, 3, 3, 0 - - - 11, 13 - - - 117 - - - - - - placeholderLabel - - - System.Windows.Forms.Label, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 - - - tableLayoutPanel1 - - - 2 + + Left, Right True - - Top - NoControl - 185, 144 - - - 0, 3, 3, 0 + 179, 168 - 336, 13 + 371, 13 113 @@ -607,7 +502,7 @@ tableLayoutPanel1 - 3 + 1 Left @@ -615,24 +510,6 @@ - - - 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== - - NoControl @@ -640,17 +517,11 @@ - 166, 141 - - - 3, 0, 0, 0 + 157, 167 16, 16 - - Zoom - 111 @@ -667,7 +538,7 @@ tableLayoutPanel1 - 4 + 2 Left @@ -675,24 +546,6 @@ - - - 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== - - NoControl @@ -700,17 +553,11 @@ - 166, 58 - - - 3, 0, 0, 0 + 157, 70 16, 16 - - Zoom - 109 @@ -727,10 +574,13 @@ tableLayoutPanel1 - 5 + 3 - Left, Right + Left + + + True False @@ -739,10 +589,10 @@ NoControl - 3, 160 + 3, 189 - 157, 23 + 148, 23 10 @@ -760,25 +610,22 @@ tableLayoutPanel1 - 6 + 4 + + + Left True - - Fill - NoControl - 0, 36 - - - 0, 0, 0, 3 + 3, 47 - 163, 19 + 148, 13 1 @@ -799,19 +646,16 @@ tableLayoutPanel1 - 7 + 5 - - Fill + + Left, Right - 163, 37 - - - 0, 1, 0, 1 + 157, 44 - 233, 20 + 275, 20 2 @@ -826,25 +670,22 @@ tableLayoutPanel1 - 8 + 6 + + + Left True - - Fill - NoControl - 396, 36 - - - 0, 0, 0, 3 + 438, 47 - 10, 19 + 10, 13 3 @@ -852,9 +693,6 @@ : - - MiddleCenter - labelColon @@ -865,16 +703,13 @@ tableLayoutPanel1 - 9 + 7 - - Fill + + Left - 406, 37 - - - 0, 1, 2, 1 + 454, 44 96, 20 @@ -895,22 +730,19 @@ tableLayoutPanel1 - 10 + 8 - - Fill + + Left, Right False - 166, 98 - - - 3, 1, 3, 1 + 157, 115 - 227, 20 + 275, 20 7 @@ -925,22 +757,19 @@ tableLayoutPanel1 - 11 + 9 - - Fill + + Left, Right False - 166, 120 - - - 3, 1, 3, 1 + 157, 141 - 227, 20 + 275, 20 9 @@ -955,7 +784,7 @@ tableLayoutPanel1 - 12 + 10 Left @@ -970,7 +799,7 @@ NoControl - 20, 101 + 23, 118 88, 13 @@ -991,7 +820,7 @@ tableLayoutPanel1 - 13 + 11 Left @@ -1006,7 +835,7 @@ NoControl - 20, 123 + 23, 144 87, 13 @@ -1027,22 +856,19 @@ tableLayoutPanel1 - 14 + 12 True - - Fill - NoControl - 3, 77 + 3, 92 - 157, 17 + 147, 17 5 @@ -1060,7 +886,7 @@ tableLayoutPanel1 - 15 + 13 Top, Left, Right @@ -1072,13 +898,13 @@ NoControl - 0, 0 + 3, 0 - 0, 0, 0, 0 + 3, 0, 3, 5 - 524, 36 + 547, 36 108 @@ -1096,25 +922,22 @@ tableLayoutPanel1 - 16 + 14 + + + Left, Right True - - Top - NoControl - 185, 61 - - - 0, 3, 3, 0 + 179, 71 - 336, 13 + 371, 13 115 @@ -1135,7 +958,7 @@ tableLayoutPanel1 - 17 + 15 Left @@ -1144,10 +967,7 @@ NoControl - 166, 163 - - - 3, 0, 3, 0 + 157, 192 16, 16 @@ -1171,7 +991,7 @@ tableLayoutPanel1 - 18 + 16 Top @@ -1179,14 +999,11 @@ 0, 0 - - 3, 3, 3, 12 - - 11 + 9 - 524, 293 + 553, 326 0 @@ -1204,13 +1021,13 @@ 0 - <?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> + <?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> Top, Right - 363, 246 + 392, 246 115, 23 @@ -1240,7 +1057,7 @@ 96, 96 - 524, 353 + 553, 353 LVMoISCSI