CP-6317: Importing from branch clearwater-ln.

# HG changeset patch
# User Konstantina Chremmou <Konstantina.Chremmou@citrix.com>
# Date 1377021015 -3600
# Node ID 0d5b08d2db1b4c8e5d656750e2ee4bcedc3d5579
# Parent  7674677d207c53d4a1207a88d0f1aa82c68b22fe
CA-11234: Layout corrections to the SummaryPanel.

Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
This commit is contained in:
Konstantina Chremmou 2013-09-26 14:39:27 +01:00
parent 98e124a98e
commit 8217db7a73
2 changed files with 323 additions and 75 deletions

View File

@ -28,6 +28,7 @@
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SummaryPanel));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
this.warningIcon = new System.Windows.Forms.PictureBox();
@ -47,137 +48,75 @@
//
// tableLayoutPanel1
//
this.tableLayoutPanel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
this.tableLayoutPanel1.ColumnCount = 1;
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.titleLabel, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.information, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.helperLink, 0, 5);
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.informationLayoutPanel, 0, 3);
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
this.tableLayoutPanel1.Controls.Add(this.helperLink, 0, 5);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
this.tableLayoutPanel1.RowCount = 6;
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 40F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 25F));
this.tableLayoutPanel1.Size = new System.Drawing.Size(235, 255);
this.tableLayoutPanel1.TabIndex = 1;
//
// tableLayoutPanel2
//
this.tableLayoutPanel2.ColumnCount = 2;
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 183F));
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
this.tableLayoutPanel2.Controls.Add(this.warningIcon, 0, 0);
this.tableLayoutPanel2.Controls.Add(this.warningText, 1, 0);
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 10);
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
this.tableLayoutPanel2.RowCount = 1;
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
this.tableLayoutPanel2.Size = new System.Drawing.Size(229, 41);
this.tableLayoutPanel2.TabIndex = 2;
//
// warningIcon
//
this.warningIcon.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.warningIcon.Location = new System.Drawing.Point(3, 3);
resources.ApplyResources(this.warningIcon, "warningIcon");
this.warningIcon.Name = "warningIcon";
this.warningIcon.Size = new System.Drawing.Size(40, 35);
this.warningIcon.TabIndex = 0;
this.warningIcon.TabStop = false;
//
// warningText
//
this.warningText.Anchor = System.Windows.Forms.AnchorStyles.Left;
resources.ApplyResources(this.warningText, "warningText");
this.warningText.AutoEllipsis = true;
this.warningText.AutoSize = true;
this.warningText.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.warningText.Location = new System.Drawing.Point(49, 14);
this.warningText.Name = "warningText";
this.warningText.Size = new System.Drawing.Size(0, 13);
this.warningText.TabIndex = 1;
//
// titleLabel
//
this.titleLabel.Anchor = System.Windows.Forms.AnchorStyles.Left;
resources.ApplyResources(this.titleLabel, "titleLabel");
this.titleLabel.AutoEllipsis = true;
this.titleLabel.AutoSize = true;
this.titleLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.titleLabel.Location = new System.Drawing.Point(8, 13);
this.titleLabel.Margin = new System.Windows.Forms.Padding(8, 8, 3, 8);
this.titleLabel.Name = "titleLabel";
this.titleLabel.Size = new System.Drawing.Size(0, 13);
this.titleLabel.TabIndex = 4;
//
// information
//
this.information.AutoSize = true;
this.information.Location = new System.Drawing.Point(8, 48);
this.information.Margin = new System.Windows.Forms.Padding(8);
resources.ApplyResources(this.information, "information");
this.information.Name = "information";
this.information.Size = new System.Drawing.Size(0, 13);
this.information.TabIndex = 5;
//
// helperLink
//
this.helperLink.AutoEllipsis = true;
this.helperLink.AutoSize = true;
this.helperLink.Location = new System.Drawing.Point(8, 270);
this.helperLink.Margin = new System.Windows.Forms.Padding(8, 0, 0, 8);
resources.ApplyResources(this.helperLink, "helperLink");
this.helperLink.Name = "helperLink";
this.helperLink.Size = new System.Drawing.Size(0, 13);
this.helperLink.TabIndex = 3;
//
// informationLayoutPanel
//
this.informationLayoutPanel.ColumnCount = 2;
this.informationLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 39F));
this.informationLayoutPanel.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
resources.ApplyResources(this.informationLayoutPanel, "informationLayoutPanel");
this.informationLayoutPanel.Controls.Add(this.informationImage, 0, 0);
this.informationLayoutPanel.Controls.Add(this.informationMessage, 1, 0);
this.informationLayoutPanel.Location = new System.Drawing.Point(3, 119);
this.informationLayoutPanel.Name = "informationLayoutPanel";
this.informationLayoutPanel.RowCount = 1;
this.informationLayoutPanel.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
this.informationLayoutPanel.Size = new System.Drawing.Size(229, 40);
this.informationLayoutPanel.TabIndex = 6;
//
// informationImage
//
this.informationImage.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.informationImage.Location = new System.Drawing.Point(3, 3);
resources.ApplyResources(this.informationImage, "informationImage");
this.informationImage.Name = "informationImage";
this.informationImage.Size = new System.Drawing.Size(33, 34);
this.informationImage.TabIndex = 0;
this.informationImage.TabStop = false;
//
// informationMessage
//
this.informationMessage.Anchor = System.Windows.Forms.AnchorStyles.Left;
resources.ApplyResources(this.informationMessage, "informationMessage");
this.informationMessage.AutoEllipsis = true;
this.informationMessage.AutoSize = true;
this.informationMessage.Location = new System.Drawing.Point(42, 13);
this.informationMessage.Name = "informationMessage";
this.informationMessage.Size = new System.Drawing.Size(0, 13);
this.informationMessage.TabIndex = 1;
//
// SummaryPanel
//
this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "SummaryPanel";
this.Size = new System.Drawing.Size(235, 295);
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.tableLayoutPanel2.ResumeLayout(false);

View File

@ -117,4 +117,313 @@
<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="tableLayoutPanel1.AutoSizeMode" type="System.Windows.Forms.AutoSizeMode, System.Windows.Forms">
<value>GrowAndShrink</value>
</data>
<assembly alias="mscorlib" name="mscorlib, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
<data name="tableLayoutPanel1.ColumnCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="titleLabel.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
</data>
<data name="titleLabel.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<assembly alias="System.Drawing" name="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
<data name="titleLabel.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 8.25pt, style=Bold</value>
</data>
<data name="titleLabel.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 8</value>
</data>
<data name="titleLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>8, 8, 3, 8</value>
</data>
<data name="titleLabel.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 13</value>
</data>
<data name="titleLabel.TabIndex" type="System.Int32, mscorlib">
<value>4</value>
</data>
<data name="&gt;&gt;titleLabel.Name" xml:space="preserve">
<value>titleLabel</value>
</data>
<data name="&gt;&gt;titleLabel.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="&gt;&gt;titleLabel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;titleLabel.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="information.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="information.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 37</value>
</data>
<data name="information.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>8, 8, 3, 8</value>
</data>
<data name="information.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 13</value>
</data>
<data name="information.TabIndex" type="System.Int32, mscorlib">
<value>5</value>
</data>
<data name="&gt;&gt;information.Name" xml:space="preserve">
<value>information</value>
</data>
<data name="&gt;&gt;information.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="&gt;&gt;information.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;information.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="tableLayoutPanel2.ColumnCount" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="warningIcon.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="warningIcon.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="warningIcon.Size" type="System.Drawing.Size, System.Drawing">
<value>32, 35</value>
</data>
<data name="warningIcon.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;warningIcon.Name" xml:space="preserve">
<value>warningIcon</value>
</data>
<data name="&gt;&gt;warningIcon.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="&gt;&gt;warningIcon.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;warningIcon.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="warningText.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
</data>
<data name="warningText.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="warningText.Font" type="System.Drawing.Font, System.Drawing">
<value>Microsoft Sans Serif, 8.25pt, style=Bold</value>
</data>
<data name="warningText.Location" type="System.Drawing.Point, System.Drawing">
<value>41, 14</value>
</data>
<data name="warningText.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 13</value>
</data>
<data name="warningText.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;warningText.Name" xml:space="preserve">
<value>warningText</value>
</data>
<data name="&gt;&gt;warningText.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="&gt;&gt;warningText.Parent" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;warningText.ZOrder" xml:space="preserve">
<value>1</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">
<value>3, 61</value>
</data>
<data name="tableLayoutPanel2.RowCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="tableLayoutPanel2.Size" type="System.Drawing.Size, System.Drawing">
<value>229, 41</value>
</data>
<data name="tableLayoutPanel2.TabIndex" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.Name" xml:space="preserve">
<value>tableLayoutPanel2</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;tableLayoutPanel2.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;tableLayoutPanel2.ZOrder" xml:space="preserve">
<value>2</value>
</data>
<data name="tableLayoutPanel2.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="warningIcon" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="warningText" 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="informationLayoutPanel.ColumnCount" type="System.Int32, mscorlib">
<value>2</value>
</data>
<data name="informationImage.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Top, Bottom, Left, Right</value>
</data>
<data name="informationImage.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 3</value>
</data>
<data name="informationImage.Size" type="System.Drawing.Size, System.Drawing">
<value>33, 34</value>
</data>
<data name="informationImage.TabIndex" type="System.Int32, mscorlib">
<value>0</value>
</data>
<data name="&gt;&gt;informationImage.Name" xml:space="preserve">
<value>informationImage</value>
</data>
<data name="&gt;&gt;informationImage.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="&gt;&gt;informationImage.Parent" xml:space="preserve">
<value>informationLayoutPanel</value>
</data>
<data name="&gt;&gt;informationImage.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="informationMessage.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
<value>Left</value>
</data>
<data name="informationMessage.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="informationMessage.Location" type="System.Drawing.Point, System.Drawing">
<value>42, 13</value>
</data>
<data name="informationMessage.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 13</value>
</data>
<data name="informationMessage.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;informationMessage.Name" xml:space="preserve">
<value>informationMessage</value>
</data>
<data name="&gt;&gt;informationMessage.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="&gt;&gt;informationMessage.Parent" xml:space="preserve">
<value>informationLayoutPanel</value>
</data>
<data name="&gt;&gt;informationMessage.ZOrder" xml:space="preserve">
<value>1</value>
</data>
<data name="informationLayoutPanel.Location" type="System.Drawing.Point, System.Drawing">
<value>3, 108</value>
</data>
<data name="informationLayoutPanel.RowCount" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="informationLayoutPanel.Size" type="System.Drawing.Size, System.Drawing">
<value>229, 40</value>
</data>
<data name="informationLayoutPanel.TabIndex" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="&gt;&gt;informationLayoutPanel.Name" xml:space="preserve">
<value>informationLayoutPanel</value>
</data>
<data name="&gt;&gt;informationLayoutPanel.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="&gt;&gt;informationLayoutPanel.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;informationLayoutPanel.ZOrder" xml:space="preserve">
<value>3</value>
</data>
<data name="informationLayoutPanel.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="informationImage" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="informationMessage" 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="helperLink.AutoSize" type="System.Boolean, mscorlib">
<value>True</value>
</data>
<data name="helperLink.Location" type="System.Drawing.Point, System.Drawing">
<value>8, 274</value>
</data>
<data name="helperLink.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
<value>8, 3, 3, 8</value>
</data>
<data name="helperLink.Size" type="System.Drawing.Size, System.Drawing">
<value>0, 13</value>
</data>
<data name="helperLink.TabIndex" type="System.Int32, mscorlib">
<value>3</value>
</data>
<data name="&gt;&gt;helperLink.Name" xml:space="preserve">
<value>helperLink</value>
</data>
<data name="&gt;&gt;helperLink.Type" xml:space="preserve">
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="&gt;&gt;helperLink.Parent" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;helperLink.ZOrder" xml:space="preserve">
<value>4</value>
</data>
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
<value>Fill</value>
</data>
<data name="tableLayoutPanel1.Location" type="System.Drawing.Point, System.Drawing">
<value>0, 0</value>
</data>
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
<value>6</value>
</data>
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
<value>235, 295</value>
</data>
<data name="tableLayoutPanel1.TabIndex" type="System.Int32, mscorlib">
<value>1</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.Name" xml:space="preserve">
<value>tableLayoutPanel1</value>
</data>
<data name="&gt;&gt;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="&gt;&gt;tableLayoutPanel1.Parent" xml:space="preserve">
<value>$this</value>
</data>
<data name="&gt;&gt;tableLayoutPanel1.ZOrder" xml:space="preserve">
<value>0</value>
</data>
<data name="tableLayoutPanel1.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="titleLabel" Row="0" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="information" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="tableLayoutPanel2" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="informationLayoutPanel" Row="3" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;Control Name="helperLink" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /&gt;&lt;/Controls&gt;&lt;Columns Styles="Percent,100" /&gt;&lt;Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Percent,100,AutoSize,0" /&gt;&lt;/TableLayoutSettings&gt;</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.AutoScaleDimensions" type="System.Drawing.SizeF, System.Drawing">
<value>96, 96</value>
</data>
<data name="$this.Size" type="System.Drawing.Size, System.Drawing">
<value>235, 295</value>
</data>
<data name="&gt;&gt;$this.Name" xml:space="preserve">
<value>SummaryPanel</value>
</data>
<data name="&gt;&gt;$this.Type" xml:space="preserve">
<value>System.Windows.Forms.UserControl, System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
</root>