CP-25563: Corrected column layout of tableLayoutInfo

Signed-off-by: serenc <seren.corbett@citrix.com>
This commit is contained in:
serenc 2017-12-04 15:57:12 +00:00
parent 00aa042bd7
commit f430cf58c8
4 changed files with 34 additions and 34 deletions

View File

@ -30,13 +30,13 @@
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClusteringEditPage));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.labelTitle = new XenAdmin.Controls.Common.AutoHeightLabel();
this.CheckBoxEnableClustering = new System.Windows.Forms.CheckBox();
this.labelNetwork = new System.Windows.Forms.Label();
this.pictureBoxInfo = new System.Windows.Forms.PictureBox();
this.labelWarning = new System.Windows.Forms.Label();
this.comboBoxNetwork = new XenAdmin.Controls.NetworkComboBox();
this.tableLayoutInfo = new System.Windows.Forms.TableLayoutPanel();
this.labelTitle = new XenAdmin.Controls.Common.AutoHeightLabel();
this.comboBoxNetwork = new XenAdmin.Controls.NetworkComboBox();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).BeginInit();
this.tableLayoutInfo.SuspendLayout();
@ -52,12 +52,6 @@
this.tableLayoutPanel1.Controls.Add(this.tableLayoutInfo, 0, 3);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// labelTitle
//
resources.ApplyResources(this.labelTitle, "labelTitle");
this.tableLayoutPanel1.SetColumnSpan(this.labelTitle, 2);
this.labelTitle.Name = "labelTitle";
//
// CheckBoxEnableClustering
//
resources.ApplyResources(this.CheckBoxEnableClustering, "CheckBoxEnableClustering");
@ -82,6 +76,20 @@
resources.ApplyResources(this.labelWarning, "labelWarning");
this.labelWarning.Name = "labelWarning";
//
// tableLayoutInfo
//
resources.ApplyResources(this.tableLayoutInfo, "tableLayoutInfo");
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutInfo, 2);
this.tableLayoutInfo.Controls.Add(this.pictureBoxInfo, 0, 0);
this.tableLayoutInfo.Controls.Add(this.labelWarning, 1, 0);
this.tableLayoutInfo.Name = "tableLayoutInfo";
//
// labelTitle
//
resources.ApplyResources(this.labelTitle, "labelTitle");
this.tableLayoutPanel1.SetColumnSpan(this.labelTitle, 2);
this.labelTitle.Name = "labelTitle";
//
// comboBoxNetwork
//
this.comboBoxNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
@ -92,14 +100,6 @@
resources.ApplyResources(this.comboBoxNetwork, "comboBoxNetwork");
this.comboBoxNetwork.Name = "comboBoxNetwork";
//
// tableLayoutInfo
//
resources.ApplyResources(this.tableLayoutInfo, "tableLayoutInfo");
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutInfo, 2);
this.tableLayoutInfo.Controls.Add(this.pictureBoxInfo, 0, 0);
this.tableLayoutInfo.Controls.Add(this.labelWarning, 1, 0);
this.tableLayoutInfo.Name = "tableLayoutInfo";
//
// ClusteringEditPage
//
resources.ApplyResources(this, "$this");

View File

@ -340,7 +340,7 @@
<value>4</value>
</data>
<data name="tableLayoutInfo.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="pictureBoxInfo" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="labelWarning" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,AutoSize,0" /&gt;&lt;Rows Styles="Percent,100" /&gt;&lt;/TableLayoutSettings&gt;</value>
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="pictureBoxInfo" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="labelWarning" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,Percent,100" /&gt;&lt;Rows Styles="Percent,100" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>

View File

@ -35,12 +35,12 @@
this.labelGFS2 = new System.Windows.Forms.Label();
this.radioButtonLvm = new System.Windows.Forms.RadioButton();
this.label3 = new System.Windows.Forms.Label();
this.pictureBoxInfo = new System.Windows.Forms.PictureBox();
this.labelWarning = new System.Windows.Forms.Label();
this.tableLayoutInfo = new System.Windows.Forms.TableLayoutPanel();
this.labelWarning = new System.Windows.Forms.Label();
this.pictureBoxInfo = new System.Windows.Forms.PictureBox();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).BeginInit();
this.tableLayoutInfo.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).BeginInit();
this.SuspendLayout();
//
// tableLayoutPanel1
@ -83,18 +83,6 @@
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// pictureBoxInfo
//
this.pictureBoxInfo.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
resources.ApplyResources(this.pictureBoxInfo, "pictureBoxInfo");
this.pictureBoxInfo.Name = "pictureBoxInfo";
this.pictureBoxInfo.TabStop = false;
//
// labelWarning
//
resources.ApplyResources(this.labelWarning, "labelWarning");
this.labelWarning.Name = "labelWarning";
//
// tableLayoutInfo
//
resources.ApplyResources(this.tableLayoutInfo, "tableLayoutInfo");
@ -102,6 +90,18 @@
this.tableLayoutInfo.Controls.Add(this.pictureBoxInfo, 0, 0);
this.tableLayoutInfo.Name = "tableLayoutInfo";
//
// labelWarning
//
resources.ApplyResources(this.labelWarning, "labelWarning");
this.labelWarning.Name = "labelWarning";
//
// pictureBoxInfo
//
this.pictureBoxInfo.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
resources.ApplyResources(this.pictureBoxInfo, "pictureBoxInfo");
this.pictureBoxInfo.Name = "pictureBoxInfo";
this.pictureBoxInfo.TabStop = false;
//
// ChooseSrProvisioningPage
//
resources.ApplyResources(this, "$this");
@ -110,9 +110,9 @@
this.Name = "ChooseSrProvisioningPage";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).EndInit();
this.tableLayoutInfo.ResumeLayout(false);
this.tableLayoutInfo.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).EndInit();
this.ResumeLayout(false);
}

View File

@ -373,7 +373,7 @@
<value>5</value>
</data>
<data name="tableLayoutInfo.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="labelWarning" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;Control Name="pictureBoxInfo" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,AutoSize,0" /&gt;&lt;Rows Styles="Percent,100" /&gt;&lt;/TableLayoutSettings&gt;</value>
<value>&lt;?xml version="1.0" encoding="utf-16"?&gt;&lt;TableLayoutSettings&gt;&lt;Controls&gt;&lt;Control Name="labelWarning" Row="0" RowSpan="1" Column="1" ColumnSpan="1" /&gt;&lt;Control Name="pictureBoxInfo" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="AutoSize,0,Percent,100" /&gt;&lt;Rows Styles="Percent,100" /&gt;&lt;/TableLayoutSettings&gt;</value>
</data>
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>