mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-23 20:36:33 +01:00
f3d8941b81
Signed-off-by: Koushik Chakravarty <Koushik.Chakravarty@citrix.com>
184 lines
9.5 KiB
C#
184 lines
9.5 KiB
C#
namespace XenAdmin.Wizards.GenericPages
|
|
{
|
|
partial class NewVMGroupVMsPageBase
|
|
{
|
|
/// <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(NewVMGroupVMsPageBase));
|
|
this.labelCounterVMs = new System.Windows.Forms.Label();
|
|
this.buttonSelectAll = new System.Windows.Forms.Button();
|
|
this.buttonClearAll = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.dataGridView1 = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
this.searchTextBox1 = new XenAdmin.Controls.SearchTextBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.ColumnCheckBox = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
this.ColumnName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnDescription = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnCurrentGroup = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ColumnQuiesceSupported = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// labelCounterVMs
|
|
//
|
|
resources.ApplyResources(this.labelCounterVMs, "labelCounterVMs");
|
|
this.labelCounterVMs.Name = "labelCounterVMs";
|
|
//
|
|
// buttonSelectAll
|
|
//
|
|
resources.ApplyResources(this.buttonSelectAll, "buttonSelectAll");
|
|
this.buttonSelectAll.Name = "buttonSelectAll";
|
|
this.buttonSelectAll.UseVisualStyleBackColor = true;
|
|
this.buttonSelectAll.Click += new System.EventHandler(this.buttonSelectAll_Click);
|
|
//
|
|
// buttonClearAll
|
|
//
|
|
resources.ApplyResources(this.buttonClearAll, "buttonClearAll");
|
|
this.buttonClearAll.Name = "buttonClearAll";
|
|
this.buttonClearAll.UseVisualStyleBackColor = true;
|
|
this.buttonClearAll.Click += new System.EventHandler(this.buttonClearAll_Click);
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// dataGridView1
|
|
//
|
|
resources.ApplyResources(this.dataGridView1, "dataGridView1");
|
|
this.dataGridView1.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.dataGridView1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
this.dataGridView1.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.None;
|
|
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.dataGridView1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.ColumnCheckBox,
|
|
this.ColumnName,
|
|
this.ColumnDescription,
|
|
this.ColumnCurrentGroup,
|
|
this.ColumnQuiesceSupported});
|
|
this.tableLayoutPanel1.SetColumnSpan(this.dataGridView1, 3);
|
|
this.dataGridView1.Name = "dataGridView1";
|
|
this.dataGridView1.ReadOnly = true;
|
|
this.dataGridView1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellClick);
|
|
this.dataGridView1.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView1_CellValueChanged);
|
|
this.dataGridView1.RowStateChanged += new System.Windows.Forms.DataGridViewRowStateChangedEventHandler(this.dataGridView1_RowStateChanged);
|
|
//
|
|
// searchTextBox1
|
|
//
|
|
resources.ApplyResources(this.searchTextBox1, "searchTextBox1");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.searchTextBox1, 2);
|
|
this.searchTextBox1.Name = "searchTextBox1";
|
|
this.searchTextBox1.TextChanged += new System.EventHandler(this.searchTextBox1_TextChanged);
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.buttonClearAll, 2, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.buttonSelectAll, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.searchTextBox1, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.dataGridView1, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelCounterVMs, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 1);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label2, 3);
|
|
this.label2.Name = "label2";
|
|
//
|
|
// ColumnCheckBox
|
|
//
|
|
this.ColumnCheckBox.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
resources.ApplyResources(this.ColumnCheckBox, "ColumnCheckBox");
|
|
this.ColumnCheckBox.Name = "ColumnCheckBox";
|
|
this.ColumnCheckBox.ReadOnly = true;
|
|
this.ColumnCheckBox.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
//
|
|
// ColumnName
|
|
//
|
|
this.ColumnName.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.ColumnName, "ColumnName");
|
|
this.ColumnName.Name = "ColumnName";
|
|
this.ColumnName.ReadOnly = true;
|
|
//
|
|
// ColumnDescription
|
|
//
|
|
this.ColumnDescription.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.ColumnDescription, "ColumnDescription");
|
|
this.ColumnDescription.Name = "ColumnDescription";
|
|
this.ColumnDescription.ReadOnly = true;
|
|
//
|
|
// ColumnCurrentGroup
|
|
//
|
|
this.ColumnCurrentGroup.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.ColumnCurrentGroup, "ColumnCurrentGroup");
|
|
this.ColumnCurrentGroup.Name = "ColumnCurrentGroup";
|
|
this.ColumnCurrentGroup.ReadOnly = true;
|
|
//
|
|
// ColumnQuiesceSupported
|
|
//
|
|
this.ColumnQuiesceSupported.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.ColumnQuiesceSupported, "ColumnQuiesceSupported");
|
|
this.ColumnQuiesceSupported.Name = "ColumnQuiesceSupported";
|
|
this.ColumnQuiesceSupported.ReadOnly = true;
|
|
//
|
|
// NewVMGroupVMsPageBase
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "NewVMGroupVMsPageBase";
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
protected System.Windows.Forms.Label labelCounterVMs;
|
|
protected System.Windows.Forms.Button buttonSelectAll;
|
|
protected System.Windows.Forms.Button buttonClearAll;
|
|
protected System.Windows.Forms.Label label1;
|
|
protected XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridView1;
|
|
protected XenAdmin.Controls.SearchTextBox searchTextBox1;
|
|
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
protected System.Windows.Forms.Label label2;
|
|
protected System.Windows.Forms.DataGridViewCheckBoxColumn ColumnCheckBox;
|
|
protected System.Windows.Forms.DataGridViewTextBoxColumn ColumnName;
|
|
protected System.Windows.Forms.DataGridViewTextBoxColumn ColumnDescription;
|
|
protected System.Windows.Forms.DataGridViewTextBoxColumn ColumnCurrentGroup;
|
|
protected System.Windows.Forms.DataGridViewTextBoxColumn ColumnQuiesceSupported;
|
|
}
|
|
}
|