using System; using System.Windows.Forms; using XenAdmin.Controls.DataGridViewEx; namespace XenAdmin.Wizards.RollingUpgradeWizard { partial class RollingUpgradeUpgradePage { /// /// 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 Component 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(RollingUpgradeUpgradePage)); this.linkLabel1 = new System.Windows.Forms.LinkLabel(); this.progressBar1 = new System.Windows.Forms.ProgressBar(); this.labelTitle = new System.Windows.Forms.Label(); this.dataGridView1 = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx(); this.labelOverallProgress = new System.Windows.Forms.Label(); this.ColumnHost = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnIcon = new System.Windows.Forms.DataGridViewImageColumn(); this.ColumnStatus = new System.Windows.Forms.DataGridViewTextBoxColumn(); ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit(); this.SuspendLayout(); // // linkLabel1 // resources.ApplyResources(this.linkLabel1, "linkLabel1"); this.linkLabel1.Name = "linkLabel1"; this.linkLabel1.TabStop = true; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // progressBar1 // resources.ApplyResources(this.progressBar1, "progressBar1"); this.progressBar1.Name = "progressBar1"; // // labelTitle // resources.ApplyResources(this.labelTitle, "labelTitle"); this.labelTitle.Name = "labelTitle"; // // dataGridView1 // this.dataGridView1.AllowUserToResizeColumns = false; resources.ApplyResources(this.dataGridView1, "dataGridView1"); this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window; this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnHost, this.ColumnIcon, this.ColumnStatus}); this.dataGridView1.Name = "dataGridView1"; this.dataGridView1.ReadOnly = true; // // labelOverallProgress // resources.ApplyResources(this.labelOverallProgress, "labelOverallProgress"); this.labelOverallProgress.Name = "labelOverallProgress"; // // ColumnHost // resources.ApplyResources(this.ColumnHost, "ColumnHost"); this.ColumnHost.Name = "ColumnHost"; this.ColumnHost.ReadOnly = true; this.ColumnHost.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // ColumnIcon // this.ColumnIcon.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; resources.ApplyResources(this.ColumnIcon, "ColumnIcon"); this.ColumnIcon.Name = "ColumnIcon"; this.ColumnIcon.ReadOnly = true; // // ColumnStatus // this.ColumnStatus.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells; resources.ApplyResources(this.ColumnStatus, "ColumnStatus"); this.ColumnStatus.Name = "ColumnStatus"; this.ColumnStatus.ReadOnly = true; this.ColumnStatus.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable; // // RollingUpgradeUpgradePage // resources.ApplyResources(this, "$this"); this.Controls.Add(this.labelOverallProgress); this.Controls.Add(this.dataGridView1); this.Controls.Add(this.labelTitle); this.Controls.Add(this.progressBar1); this.Controls.Add(this.linkLabel1); this.Name = "RollingUpgradeUpgradePage"; ((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit(); this.ResumeLayout(false); this.PerformLayout(); } #endregion private LinkLabel linkLabel1; private ProgressBar progressBar1; private Label labelTitle; private DataGridViewEx dataGridView1; private Label labelOverallProgress; private DataGridViewTextBoxColumn ColumnHost; private DataGridViewImageColumn ColumnIcon; private DataGridViewTextBoxColumn ColumnStatus; } }