using XenAdmin.Commands; namespace XenAdmin.Dialogs.CallHome { partial class CallHomeOverviewDialog { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CallHomeOverviewDialog)); this.splitContainer1 = new System.Windows.Forms.SplitContainer(); 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(); this.poolDetailsPanel = new System.Windows.Forms.TableLayoutPanel(); this.healthCheckStatusPanel = new System.Windows.Forms.TableLayoutPanel(); this.uploadRequestLinkLabel = new System.Windows.Forms.LinkLabel(); 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(); this.lastUploadLabel = new System.Windows.Forms.Label(); 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(); this.enrollNowLinkLabel = new System.Windows.Forms.LinkLabel(); this.label6 = new System.Windows.Forms.Label(); 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(); ((System.ComponentModel.ISupportInitialize)(this.poolsDataGridView)).BeginInit(); this.tableLayoutPanel2.SuspendLayout(); this.poolDetailsPanel.SuspendLayout(); this.healthCheckStatusPanel.SuspendLayout(); this.previousUploadPanel.SuspendLayout(); this.notEnrolledPanel.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.flowLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // splitContainer1 // resources.ApplyResources(this.splitContainer1, "splitContainer1"); this.splitContainer1.Name = "splitContainer1"; // // splitContainer1.Panel1 // this.splitContainer1.Panel1.Controls.Add(this.poolsDataGridView); resources.ApplyResources(this.splitContainer1.Panel1, "splitContainer1.Panel1"); // // splitContainer1.Panel2 // this.splitContainer1.Panel2.Controls.Add(this.tableLayoutPanel2); resources.ApplyResources(this.splitContainer1.Panel2, "splitContainer1.Panel2"); // // 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 // this.tableLayoutPanel2.BackColor = System.Drawing.SystemColors.Window; resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.poolNameLabel, 0, 0); this.tableLayoutPanel2.Controls.Add(this.poolDetailsPanel, 0, 1); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // poolNameLabel // this.poolNameLabel.AutoEllipsis = true; resources.ApplyResources(this.poolNameLabel, "poolNameLabel"); this.poolNameLabel.Name = "poolNameLabel"; // // poolDetailsPanel // 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"; // // healthCheckStatusPanel // resources.ApplyResources(this.healthCheckStatusPanel, "healthCheckStatusPanel"); this.healthCheckStatusPanel.Controls.Add(this.uploadRequestLinkLabel, 0, 8); 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); this.healthCheckStatusPanel.Controls.Add(this.lastUploadLabel, 0, 1); this.healthCheckStatusPanel.Controls.Add(this.ReportAnalysisLinkLabel, 0, 3); this.healthCheckStatusPanel.Controls.Add(this.previousUploadPanel, 0, 4); this.healthCheckStatusPanel.Name = "healthCheckStatusPanel"; // // 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); // // 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"; // // lastUploadLabel // resources.ApplyResources(this.lastUploadLabel, "lastUploadLabel"); this.lastUploadLabel.Name = "lastUploadLabel"; // // 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"); this.poolDetailsPanel.SetColumnSpan(this.notEnrolledPanel, 2); this.notEnrolledPanel.Controls.Add(this.enrollNowLinkLabel, 0, 1); this.notEnrolledPanel.Controls.Add(this.label6, 0, 0); this.notEnrolledPanel.Name = "notEnrolledPanel"; // // enrollNowLinkLabel // resources.ApplyResources(this.enrollNowLinkLabel, "enrollNowLinkLabel"); this.enrollNowLinkLabel.Name = "enrollNowLinkLabel"; this.enrollNowLinkLabel.TabStop = true; this.enrollNowLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.enrollNowLinkLabel_LinkClicked); // // label6 // resources.ApplyResources(this.label6, "label6"); this.label6.Name = "label6"; // // 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"; // // 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); this.splitContainer1.Panel1.ResumeLayout(false); this.splitContainer1.Panel2.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.splitContainer1)).EndInit(); this.splitContainer1.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)(this.poolsDataGridView)).EndInit(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.poolDetailsPanel.ResumeLayout(false); this.poolDetailsPanel.PerformLayout(); this.healthCheckStatusPanel.ResumeLayout(false); this.healthCheckStatusPanel.PerformLayout(); this.previousUploadPanel.ResumeLayout(false); this.previousUploadPanel.PerformLayout(); this.notEnrolledPanel.ResumeLayout(false); this.notEnrolledPanel.PerformLayout(); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.flowLayoutPanel2.ResumeLayout(false); this.flowLayoutPanel2.PerformLayout(); 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; private System.Windows.Forms.Label lastUploadLabel; 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; private System.Windows.Forms.LinkLabel enrollNowLinkLabel; private System.Windows.Forms.Label label6; 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; private System.Windows.Forms.LinkLabel uploadRequestLinkLabel; } }