mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-12-20 15:36:03 +01:00
9f5eb4fa0e
# HG changeset patch # User Konstantina Chremmou <Konstantina.Chremmou@citrix.com> # Date 1377245651 -3600 # Node ID b7339ed67dfc5a8cfba84c6fc2bc9f1c15a14317 # Parent 5fac9d755118553023e4284946abd44d611e35c7 CA-112234: Further layout correction. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
146 lines
6.7 KiB
C#
146 lines
6.7 KiB
C#
namespace XenAdmin.Controls.SummaryPanel
|
|
{
|
|
partial class SummaryPanel
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Component Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SummaryPanel));
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.titleLabel = new System.Windows.Forms.Label();
|
|
this.information = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.warningIcon = new System.Windows.Forms.PictureBox();
|
|
this.warningText = new System.Windows.Forms.Label();
|
|
this.informationLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
this.informationImage = new System.Windows.Forms.PictureBox();
|
|
this.informationMessage = new System.Windows.Forms.Label();
|
|
this.helperLink = new System.Windows.Forms.LinkLabel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.warningIcon)).BeginInit();
|
|
this.informationLayoutPanel.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.informationImage)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
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.tableLayoutPanel2, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.informationLayoutPanel, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.helperLink, 0, 5);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// titleLabel
|
|
//
|
|
resources.ApplyResources(this.titleLabel, "titleLabel");
|
|
this.titleLabel.AutoEllipsis = true;
|
|
this.titleLabel.Name = "titleLabel";
|
|
//
|
|
// information
|
|
//
|
|
resources.ApplyResources(this.information, "information");
|
|
this.information.Name = "information";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.Controls.Add(this.warningIcon, 0, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.warningText, 1, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
//
|
|
// warningIcon
|
|
//
|
|
resources.ApplyResources(this.warningIcon, "warningIcon");
|
|
this.warningIcon.Name = "warningIcon";
|
|
this.warningIcon.TabStop = false;
|
|
//
|
|
// warningText
|
|
//
|
|
resources.ApplyResources(this.warningText, "warningText");
|
|
this.warningText.AutoEllipsis = true;
|
|
this.warningText.Name = "warningText";
|
|
//
|
|
// informationLayoutPanel
|
|
//
|
|
resources.ApplyResources(this.informationLayoutPanel, "informationLayoutPanel");
|
|
this.informationLayoutPanel.Controls.Add(this.informationImage, 0, 0);
|
|
this.informationLayoutPanel.Controls.Add(this.informationMessage, 1, 0);
|
|
this.informationLayoutPanel.Name = "informationLayoutPanel";
|
|
//
|
|
// informationImage
|
|
//
|
|
resources.ApplyResources(this.informationImage, "informationImage");
|
|
this.informationImage.Name = "informationImage";
|
|
this.informationImage.TabStop = false;
|
|
//
|
|
// informationMessage
|
|
//
|
|
resources.ApplyResources(this.informationMessage, "informationMessage");
|
|
this.informationMessage.AutoEllipsis = true;
|
|
this.informationMessage.Name = "informationMessage";
|
|
//
|
|
// helperLink
|
|
//
|
|
this.helperLink.AutoEllipsis = true;
|
|
resources.ApplyResources(this.helperLink, "helperLink");
|
|
this.helperLink.Name = "helperLink";
|
|
//
|
|
// SummaryPanel
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "SummaryPanel";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.warningIcon)).EndInit();
|
|
this.informationLayoutPanel.ResumeLayout(false);
|
|
this.informationLayoutPanel.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.informationImage)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.PictureBox warningIcon;
|
|
private System.Windows.Forms.Label warningText;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.LinkLabel helperLink;
|
|
private System.Windows.Forms.Label titleLabel;
|
|
private System.Windows.Forms.Label information;
|
|
private System.Windows.Forms.TableLayoutPanel informationLayoutPanel;
|
|
private System.Windows.Forms.PictureBox informationImage;
|
|
private System.Windows.Forms.Label informationMessage;
|
|
}
|
|
}
|