using System.Drawing; using System.Windows.Forms; using XenAdmin; using XenAPI; namespace XenAdmin.Wizards.PatchingWizard { partial class PatchingWizard_SelectServers { /// /// 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(PatchingWizard_SelectServers)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.buttonClearAll = new System.Windows.Forms.Button(); this.dataGridViewHosts = new XenAdmin.Wizards.PatchingWizard.PatchingWizard_SelectServers.PatchingHostsDataGridView(); this.ColumnPoolCheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn(); this.ColumnExpander = new System.Windows.Forms.DataGridViewImageColumn(); this.ColumnPoolIconHostCheck = new System.Windows.Forms.DataGridViewImageColumn(); this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.ColumnVersion = new System.Windows.Forms.DataGridViewTextBoxColumn(); this.label1 = new System.Windows.Forms.Label(); this.applyUpdatesCheckBox = new System.Windows.Forms.CheckBox(); this.buttonSelectAll = new System.Windows.Forms.Button(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewHosts)).BeginInit(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.buttonClearAll, 1, 2); this.tableLayoutPanel1.Controls.Add(this.dataGridViewHosts, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Controls.Add(this.applyUpdatesCheckBox, 0, 3); this.tableLayoutPanel1.Controls.Add(this.buttonSelectAll, 0, 2); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // buttonClearAll // resources.ApplyResources(this.buttonClearAll, "buttonClearAll"); this.buttonClearAll.Name = "buttonClearAll"; this.buttonClearAll.UseVisualStyleBackColor = true; this.buttonClearAll.Click += new System.EventHandler(this.buttonClearAll_Click); // // dataGridViewHosts // resources.ApplyResources(this.dataGridViewHosts, "dataGridViewHosts"); this.dataGridViewHosts.BackgroundColor = System.Drawing.SystemColors.Window; this.dataGridViewHosts.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None; this.dataGridViewHosts.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize; this.dataGridViewHosts.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { this.ColumnPoolCheckBox, this.ColumnExpander, this.ColumnPoolIconHostCheck, this.ColumnName, this.ColumnVersion}); this.tableLayoutPanel1.SetColumnSpan(this.dataGridViewHosts, 2); this.dataGridViewHosts.Name = "dataGridViewHosts"; this.dataGridViewHosts.Updating = false; // // ColumnPoolCheckBox // this.ColumnPoolCheckBox.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.ColumnPoolCheckBox.FillWeight = 48.73096F; resources.ApplyResources(this.ColumnPoolCheckBox, "ColumnPoolCheckBox"); this.ColumnPoolCheckBox.Name = "ColumnPoolCheckBox"; // // ColumnExpander // this.ColumnExpander.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.ColumnExpander.FillWeight = 110.2538F; resources.ApplyResources(this.ColumnExpander, "ColumnExpander"); this.ColumnExpander.Name = "ColumnExpander"; // // ColumnPoolIconHostCheck // this.ColumnPoolIconHostCheck.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.ColumnPoolIconHostCheck.FillWeight = 110.2538F; resources.ApplyResources(this.ColumnPoolIconHostCheck, "ColumnPoolIconHostCheck"); this.ColumnPoolIconHostCheck.Name = "ColumnPoolIconHostCheck"; // // ColumnName // this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill; this.ColumnName.FillWeight = 110.2538F; resources.ApplyResources(this.ColumnName, "ColumnName"); this.ColumnName.Name = "ColumnName"; // // ColumnVersion // this.ColumnVersion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells; this.ColumnVersion.FillWeight = 110.2538F; resources.ApplyResources(this.ColumnVersion, "ColumnVersion"); this.ColumnVersion.Name = "ColumnVersion"; // // label1 // this.tableLayoutPanel1.SetColumnSpan(this.label1, 2); resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // applyUpdatesCheckBox // resources.ApplyResources(this.applyUpdatesCheckBox, "applyUpdatesCheckBox"); this.applyUpdatesCheckBox.Checked = true; this.applyUpdatesCheckBox.CheckState = System.Windows.Forms.CheckState.Checked; this.tableLayoutPanel1.SetColumnSpan(this.applyUpdatesCheckBox, 2); this.applyUpdatesCheckBox.Name = "applyUpdatesCheckBox"; this.applyUpdatesCheckBox.UseVisualStyleBackColor = true; this.applyUpdatesCheckBox.CheckedChanged += new System.EventHandler(this.applyUpdatesCheckBox_CheckedChanged); // // buttonSelectAll // resources.ApplyResources(this.buttonSelectAll, "buttonSelectAll"); this.buttonSelectAll.Name = "buttonSelectAll"; this.buttonSelectAll.UseVisualStyleBackColor = true; this.buttonSelectAll.Click += new System.EventHandler(this.buttonSelectAll_Click); // // PatchingWizard_SelectServers // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.tableLayoutPanel1); this.Name = "PatchingWizard_SelectServers"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.dataGridViewHosts)).EndInit(); this.ResumeLayout(false); } #endregion private Button buttonSelectAll; private Button buttonClearAll; private TableLayoutPanel tableLayoutPanel1; private CheckBox applyUpdatesCheckBox; private PatchingWizard_SelectServers.PatchingHostsDataGridView dataGridViewHosts; private DataGridViewCheckBoxColumn ColumnPoolCheckBox; private DataGridViewImageColumn ColumnExpander; private DataGridViewImageColumn ColumnPoolIconHostCheck; private DataGridViewTextBoxColumn ColumnName; private DataGridViewTextBoxColumn ColumnVersion; private Label label1; } }