2015-05-18 16:28:37 +02:00
|
|
|
|
using XenAdmin.Commands;
|
|
|
|
|
|
|
|
|
|
namespace XenAdmin.Dialogs.CallHome
|
|
|
|
|
{
|
|
|
|
|
partial class CallHomeOverviewDialog
|
|
|
|
|
{
|
|
|
|
|
/// <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 Windows Form 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(CallHomeOverviewDialog));
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.poolsDataGridView = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
|
|
|
this.PoolNameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.StatusColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.poolNameLabel = new System.Windows.Forms.Label();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.poolDetailsPanel = new System.Windows.Forms.TableLayoutPanel();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.healthCheckStatusPanel = new System.Windows.Forms.TableLayoutPanel();
|
2015-07-06 18:02:55 +02:00
|
|
|
|
this.uploadRequestLinkLabel = new System.Windows.Forms.LinkLabel();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.scheduleLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.issuesLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.lastUploadDateLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2015-07-06 18:02:55 +02:00
|
|
|
|
this.lastUploadLabel = new System.Windows.Forms.Label();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.ReportAnalysisLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.previousUploadPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.previousUploadDateLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
|
|
this.notEnrolledPanel = new System.Windows.Forms.TableLayoutPanel();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.enrollNowLinkLabel = new System.Windows.Forms.LinkLabel();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.flowLayoutPanel2 = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.policyStatementLabel = new System.Windows.Forms.Label();
|
|
|
|
|
this.PolicyStatementLinkLabel = new System.Windows.Forms.LinkLabel();
|
|
|
|
|
this.rubricLabel = new System.Windows.Forms.Label();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).BeginInit();
|
|
|
|
|
this.splitContainer1.Panel1.SuspendLayout();
|
|
|
|
|
this.splitContainer1.Panel2.SuspendLayout();
|
|
|
|
|
this.splitContainer1.SuspendLayout();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.poolsDataGridView)).BeginInit();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.poolDetailsPanel.SuspendLayout();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.healthCheckStatusPanel.SuspendLayout();
|
|
|
|
|
this.previousUploadPanel.SuspendLayout();
|
|
|
|
|
this.notEnrolledPanel.SuspendLayout();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.flowLayoutPanel2.SuspendLayout();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
// splitContainer1
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
resources.ApplyResources(this.splitContainer1, "splitContainer1");
|
|
|
|
|
this.splitContainer1.Name = "splitContainer1";
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
// splitContainer1.Panel1
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.splitContainer1.Panel1.Controls.Add(this.poolsDataGridView);
|
|
|
|
|
resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1");
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
// splitContainer1.Panel2
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2);
|
|
|
|
|
resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2");
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
|
|
|
|
// poolsDataGridView
|
|
|
|
|
//
|
|
|
|
|
this.poolsDataGridView.AutoSizeColumnsMode = System.Windows.Forms.DataGridViewAutoSizeColumnsMode.DisplayedCells;
|
|
|
|
|
this.poolsDataGridView.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.poolsDataGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
|
|
|
this.poolsDataGridView.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
|
|
|
this.poolsDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.PoolNameColumn,
|
|
|
|
|
this.StatusColumn});
|
|
|
|
|
resources.ApplyResources(this.poolsDataGridView, "poolsDataGridView");
|
|
|
|
|
this.poolsDataGridView.Name = "poolsDataGridView";
|
|
|
|
|
this.poolsDataGridView.ReadOnly = true;
|
|
|
|
|
this.poolsDataGridView.SelectionChanged += new System.EventHandler(this.dataGridView1_SelectionChanged);
|
|
|
|
|
//
|
|
|
|
|
// PoolNameColumn
|
|
|
|
|
//
|
|
|
|
|
this.PoolNameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
|
resources.ApplyResources(this.PoolNameColumn, "PoolNameColumn");
|
|
|
|
|
this.PoolNameColumn.Name = "PoolNameColumn";
|
|
|
|
|
this.PoolNameColumn.ReadOnly = true;
|
|
|
|
|
//
|
|
|
|
|
// StatusColumn
|
|
|
|
|
//
|
|
|
|
|
this.StatusColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
resources.ApplyResources(this.StatusColumn, "StatusColumn");
|
|
|
|
|
this.StatusColumn.Name = "StatusColumn";
|
|
|
|
|
this.StatusColumn.ReadOnly = true;
|
|
|
|
|
this.StatusColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel2
|
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.Window;
|
2015-05-18 16:28:37 +02:00
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.poolNameLabel, 0, 0);
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.tableLayoutPanel2.Controls.Add(this.poolDetailsPanel, 0, 1);
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
|
|
|
//
|
|
|
|
|
// poolNameLabel
|
|
|
|
|
//
|
|
|
|
|
this.poolNameLabel.AutoEllipsis = true;
|
|
|
|
|
resources.ApplyResources(this.poolNameLabel, "poolNameLabel");
|
|
|
|
|
this.poolNameLabel.Name = "poolNameLabel";
|
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
// poolDetailsPanel
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
resources.ApplyResources(this.poolDetailsPanel, "poolDetailsPanel");
|
|
|
|
|
this.tableLayoutPanel2.SetColumnSpan(this.poolDetailsPanel, 2);
|
|
|
|
|
this.poolDetailsPanel.Controls.Add(this.healthCheckStatusPanel, 0, 0);
|
|
|
|
|
this.poolDetailsPanel.Controls.Add(this.notEnrolledPanel, 0, 1);
|
|
|
|
|
this.poolDetailsPanel.Name = "poolDetailsPanel";
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
|
|
|
|
// healthCheckStatusPanel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.healthCheckStatusPanel, "healthCheckStatusPanel");
|
2015-06-19 16:01:48 +02:00
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.uploadRequestLinkLabel, 0, 8);
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.scheduleLabel, 0, 6);
|
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.linkLabel2, 0, 7);
|
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.issuesLabel, 0, 2);
|
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.lastUploadDateLabel, 1, 1);
|
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.label4, 0, 5);
|
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.label1, 0, 0);
|
2015-07-06 18:02:55 +02:00
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.lastUploadLabel, 0, 1);
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.ReportAnalysisLinkLabel, 0, 3);
|
|
|
|
|
this.healthCheckStatusPanel.Controls.Add(this.previousUploadPanel, 0, 4);
|
|
|
|
|
this.healthCheckStatusPanel.Name = "healthCheckStatusPanel";
|
|
|
|
|
//
|
2015-07-06 18:02:55 +02:00
|
|
|
|
// uploadRequestLinkLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.uploadRequestLinkLabel, "uploadRequestLinkLabel");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.uploadRequestLinkLabel, 2);
|
|
|
|
|
this.uploadRequestLinkLabel.Name = "uploadRequestLinkLabel";
|
|
|
|
|
this.uploadRequestLinkLabel.TabStop = true;
|
|
|
|
|
this.uploadRequestLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.uploadRequestLinkLabel_LinkClicked);
|
|
|
|
|
//
|
2015-05-18 16:28:37 +02:00
|
|
|
|
// scheduleLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.scheduleLabel, "scheduleLabel");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.scheduleLabel, 2);
|
|
|
|
|
this.scheduleLabel.Name = "scheduleLabel";
|
|
|
|
|
//
|
|
|
|
|
// linkLabel2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkLabel2, "linkLabel2");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.linkLabel2, 2);
|
|
|
|
|
this.linkLabel2.Name = "linkLabel2";
|
|
|
|
|
this.linkLabel2.TabStop = true;
|
|
|
|
|
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
|
|
|
|
|
//
|
|
|
|
|
// issuesLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.issuesLabel, "issuesLabel");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.issuesLabel, 2);
|
|
|
|
|
this.issuesLabel.Name = "issuesLabel";
|
|
|
|
|
//
|
|
|
|
|
// lastUploadDateLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.lastUploadDateLabel, "lastUploadDateLabel");
|
|
|
|
|
this.lastUploadDateLabel.Name = "lastUploadDateLabel";
|
|
|
|
|
//
|
|
|
|
|
// label4
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label4, "label4");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.label4, 2);
|
|
|
|
|
this.label4.Name = "label4";
|
|
|
|
|
//
|
|
|
|
|
// label1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.label1, 2);
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
|
//
|
2015-07-06 18:02:55 +02:00
|
|
|
|
// lastUploadLabel
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-07-06 18:02:55 +02:00
|
|
|
|
resources.ApplyResources(this.lastUploadLabel, "lastUploadLabel");
|
|
|
|
|
this.lastUploadLabel.Name = "lastUploadLabel";
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
|
|
|
|
// ReportAnalysisLinkLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.ReportAnalysisLinkLabel, "ReportAnalysisLinkLabel");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.ReportAnalysisLinkLabel, 2);
|
|
|
|
|
this.ReportAnalysisLinkLabel.Name = "ReportAnalysisLinkLabel";
|
|
|
|
|
this.ReportAnalysisLinkLabel.TabStop = true;
|
|
|
|
|
//
|
|
|
|
|
// previousUploadPanel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.previousUploadPanel, "previousUploadPanel");
|
|
|
|
|
this.healthCheckStatusPanel.SetColumnSpan(this.previousUploadPanel, 2);
|
|
|
|
|
this.previousUploadPanel.Controls.Add(this.linkLabel1, 0, 1);
|
|
|
|
|
this.previousUploadPanel.Controls.Add(this.previousUploadDateLabel, 1, 0);
|
|
|
|
|
this.previousUploadPanel.Controls.Add(this.label3, 0, 0);
|
|
|
|
|
this.previousUploadPanel.Name = "previousUploadPanel";
|
|
|
|
|
//
|
|
|
|
|
// linkLabel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.linkLabel1, "linkLabel1");
|
|
|
|
|
this.previousUploadPanel.SetColumnSpan(this.linkLabel1, 2);
|
|
|
|
|
this.linkLabel1.Name = "linkLabel1";
|
|
|
|
|
this.linkLabel1.TabStop = true;
|
|
|
|
|
//
|
|
|
|
|
// previousUploadDateLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.previousUploadDateLabel, "previousUploadDateLabel");
|
|
|
|
|
this.previousUploadDateLabel.Name = "previousUploadDateLabel";
|
|
|
|
|
//
|
|
|
|
|
// label3
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label3, "label3");
|
|
|
|
|
this.label3.Name = "label3";
|
|
|
|
|
//
|
|
|
|
|
// notEnrolledPanel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.notEnrolledPanel, "notEnrolledPanel");
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.poolDetailsPanel.SetColumnSpan(this.notEnrolledPanel, 2);
|
|
|
|
|
this.notEnrolledPanel.Controls.Add(this.enrollNowLinkLabel, 0, 1);
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.notEnrolledPanel.Controls.Add(this.label6, 0, 0);
|
|
|
|
|
this.notEnrolledPanel.Name = "notEnrolledPanel";
|
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
// enrollNowLinkLabel
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
resources.ApplyResources(this.enrollNowLinkLabel, "enrollNowLinkLabel");
|
|
|
|
|
this.enrollNowLinkLabel.Name = "enrollNowLinkLabel";
|
|
|
|
|
this.enrollNowLinkLabel.TabStop = true;
|
|
|
|
|
this.enrollNowLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.enrollNowLinkLabel_LinkClicked);
|
2015-05-18 16:28:37 +02:00
|
|
|
|
//
|
|
|
|
|
// label6
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.label6, "label6");
|
|
|
|
|
this.label6.Name = "label6";
|
|
|
|
|
//
|
2015-06-08 17:46:16 +02:00
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.buttonCancel, "buttonCancel");
|
|
|
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel2, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.rubricLabel, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.splitContainer1, 0, 2);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutPanel2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.flowLayoutPanel2, "flowLayoutPanel2");
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.policyStatementLabel);
|
|
|
|
|
this.flowLayoutPanel2.Controls.Add(this.PolicyStatementLinkLabel);
|
|
|
|
|
this.flowLayoutPanel2.Name = "flowLayoutPanel2";
|
|
|
|
|
//
|
|
|
|
|
// policyStatementLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.policyStatementLabel, "policyStatementLabel");
|
|
|
|
|
this.policyStatementLabel.Name = "policyStatementLabel";
|
|
|
|
|
//
|
|
|
|
|
// PolicyStatementLinkLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.PolicyStatementLinkLabel, "PolicyStatementLinkLabel");
|
|
|
|
|
this.PolicyStatementLinkLabel.Name = "PolicyStatementLinkLabel";
|
|
|
|
|
this.PolicyStatementLinkLabel.TabStop = true;
|
|
|
|
|
//
|
|
|
|
|
// rubricLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rubricLabel, "rubricLabel");
|
|
|
|
|
this.rubricLabel.Name = "rubricLabel";
|
|
|
|
|
//
|
2015-05-18 16:28:37 +02:00
|
|
|
|
// CallHomeOverviewDialog
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
|
this.CancelButton = this.buttonCancel;
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
|
|
|
|
|
this.Name = "CallHomeOverviewDialog";
|
|
|
|
|
this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.CallHomeOverviewDialog_FormClosed);
|
|
|
|
|
this.Load += new System.EventHandler(this.CallHomeOverview_Load);
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.splitContainer1.Panel1.ResumeLayout(false);
|
|
|
|
|
this.splitContainer1.Panel2.ResumeLayout(false);
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit();
|
|
|
|
|
this.splitContainer1.ResumeLayout(false);
|
2015-05-18 16:28:37 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.poolsDataGridView)).EndInit();
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel2.PerformLayout();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.poolDetailsPanel.ResumeLayout(false);
|
|
|
|
|
this.poolDetailsPanel.PerformLayout();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.healthCheckStatusPanel.ResumeLayout(false);
|
|
|
|
|
this.healthCheckStatusPanel.PerformLayout();
|
|
|
|
|
this.previousUploadPanel.ResumeLayout(false);
|
|
|
|
|
this.previousUploadPanel.PerformLayout();
|
|
|
|
|
this.notEnrolledPanel.ResumeLayout(false);
|
|
|
|
|
this.notEnrolledPanel.PerformLayout();
|
2015-06-08 17:46:16 +02:00
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.flowLayoutPanel2.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutPanel2.PerformLayout();
|
2015-05-18 16:28:37 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
|
|
|
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx poolsDataGridView;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.Label poolNameLabel;
|
|
|
|
|
private System.Windows.Forms.Label rubricLabel;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn PoolNameColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn StatusColumn;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel healthCheckStatusPanel;
|
|
|
|
|
private System.Windows.Forms.Label issuesLabel;
|
|
|
|
|
private System.Windows.Forms.Label lastUploadDateLabel;
|
|
|
|
|
private System.Windows.Forms.Label label1;
|
2015-07-06 18:02:55 +02:00
|
|
|
|
private System.Windows.Forms.Label lastUploadLabel;
|
2015-05-18 16:28:37 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel ReportAnalysisLinkLabel;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel previousUploadPanel;
|
|
|
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel1;
|
|
|
|
|
private System.Windows.Forms.Label previousUploadDateLabel;
|
|
|
|
|
private System.Windows.Forms.LinkLabel linkLabel2;
|
|
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
|
|
private System.Windows.Forms.Label scheduleLabel;
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel notEnrolledPanel;
|
2015-06-08 17:46:16 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel enrollNowLinkLabel;
|
2015-05-18 16:28:37 +02:00
|
|
|
|
private System.Windows.Forms.Label label6;
|
2015-06-08 17:46:16 +02:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel poolDetailsPanel;
|
|
|
|
|
private System.Windows.Forms.SplitContainer splitContainer1;
|
|
|
|
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel2;
|
|
|
|
|
private System.Windows.Forms.Label policyStatementLabel;
|
|
|
|
|
private System.Windows.Forms.LinkLabel PolicyStatementLinkLabel;
|
2015-06-19 16:01:48 +02:00
|
|
|
|
private System.Windows.Forms.LinkLabel uploadRequestLinkLabel;
|
2015-05-18 16:28:37 +02:00
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|