mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
bd36a85bff
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
202 lines
10 KiB
C#
202 lines
10 KiB
C#
namespace XenAdmin.Dialogs.VMDialogs
|
|
{
|
|
partial class SelectVMsToSuspendDialog
|
|
{
|
|
/// <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(SelectVMsToSuspendDialog));
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
this.Cancelbutton = new System.Windows.Forms.Button();
|
|
this.OKButton = new System.Windows.Forms.Button();
|
|
this.VmsGridView = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
this.dataGridViewImageColumn1 = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ActionColumn = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.AvailableLabel = new System.Windows.Forms.Label();
|
|
this.RequiredLabel = new System.Windows.Forms.Label();
|
|
this.ImageColumn = new System.Windows.Forms.DataGridViewImageColumn();
|
|
this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.MemoryColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
((System.ComponentModel.ISupportInitialize)(this.VmsGridView)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// Cancelbutton
|
|
//
|
|
resources.ApplyResources(this.Cancelbutton, "Cancelbutton");
|
|
this.Cancelbutton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.Cancelbutton.Name = "Cancelbutton";
|
|
this.Cancelbutton.UseVisualStyleBackColor = true;
|
|
//
|
|
// OKButton
|
|
//
|
|
resources.ApplyResources(this.OKButton, "OKButton");
|
|
this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.OKButton.Name = "OKButton";
|
|
this.OKButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// VmsGridView
|
|
//
|
|
resources.ApplyResources(this.VmsGridView, "VmsGridView");
|
|
this.VmsGridView.AutoSizeRowsMode = System.Windows.Forms.DataGridViewAutoSizeRowsMode.DisplayedCells;
|
|
this.VmsGridView.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
this.VmsGridView.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.SingleVertical;
|
|
this.VmsGridView.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
this.VmsGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
this.dataGridViewImageColumn1,
|
|
this.dataGridViewTextBoxColumn1,
|
|
this.dataGridViewTextBoxColumn2,
|
|
this.ActionColumn});
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
dataGridViewCellStyle1.BackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle1.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
dataGridViewCellStyle1.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle1.SelectionBackColor = System.Drawing.SystemColors.Window;
|
|
dataGridViewCellStyle1.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
dataGridViewCellStyle1.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
this.VmsGridView.DefaultCellStyle = dataGridViewCellStyle1;
|
|
this.VmsGridView.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
this.VmsGridView.HideSelection = true;
|
|
this.VmsGridView.Name = "VmsGridView";
|
|
this.VmsGridView.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.VmsGridView_CellValueChanged);
|
|
this.VmsGridView.CurrentCellDirtyStateChanged += new System.EventHandler(this.VmsGridView_CurrentCellDirtyStateChanged);
|
|
//
|
|
// dataGridViewImageColumn1
|
|
//
|
|
this.dataGridViewImageColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
resources.ApplyResources(this.dataGridViewImageColumn1, "dataGridViewImageColumn1");
|
|
this.dataGridViewImageColumn1.Name = "dataGridViewImageColumn1";
|
|
this.dataGridViewImageColumn1.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn1
|
|
//
|
|
this.dataGridViewTextBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumn1, "dataGridViewTextBoxColumn1");
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.ReadOnly = true;
|
|
//
|
|
// dataGridViewTextBoxColumn2
|
|
//
|
|
this.dataGridViewTextBoxColumn2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
resources.ApplyResources(this.dataGridViewTextBoxColumn2, "dataGridViewTextBoxColumn2");
|
|
this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
this.dataGridViewTextBoxColumn2.ReadOnly = true;
|
|
//
|
|
// ActionColumn
|
|
//
|
|
this.ActionColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
resources.ApplyResources(this.ActionColumn, "ActionColumn");
|
|
this.ActionColumn.Name = "ActionColumn";
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// label2
|
|
//
|
|
resources.ApplyResources(this.label2, "label2");
|
|
this.label2.Name = "label2";
|
|
//
|
|
// label3
|
|
//
|
|
resources.ApplyResources(this.label3, "label3");
|
|
this.label3.Name = "label3";
|
|
//
|
|
// AvailableLabel
|
|
//
|
|
resources.ApplyResources(this.AvailableLabel, "AvailableLabel");
|
|
this.AvailableLabel.Name = "AvailableLabel";
|
|
//
|
|
// RequiredLabel
|
|
//
|
|
resources.ApplyResources(this.RequiredLabel, "RequiredLabel");
|
|
this.RequiredLabel.Name = "RequiredLabel";
|
|
//
|
|
// ImageColumn
|
|
//
|
|
this.ImageColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
this.ImageColumn.Name = "ImageColumn";
|
|
this.ImageColumn.ReadOnly = true;
|
|
//
|
|
// NameColumn
|
|
//
|
|
this.NameColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
resources.ApplyResources(this.NameColumn, "NameColumn");
|
|
this.NameColumn.Name = "NameColumn";
|
|
this.NameColumn.ReadOnly = true;
|
|
//
|
|
// MemoryColumn
|
|
//
|
|
this.MemoryColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
resources.ApplyResources(this.MemoryColumn, "MemoryColumn");
|
|
this.MemoryColumn.Name = "MemoryColumn";
|
|
this.MemoryColumn.ReadOnly = true;
|
|
//
|
|
// SelectVMsToSuspendDialog
|
|
//
|
|
this.AcceptButton = this.OKButton;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.Cancelbutton;
|
|
this.Controls.Add(this.RequiredLabel);
|
|
this.Controls.Add(this.AvailableLabel);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.VmsGridView);
|
|
this.Controls.Add(this.OKButton);
|
|
this.Controls.Add(this.Cancelbutton);
|
|
this.Name = "SelectVMsToSuspendDialog";
|
|
((System.ComponentModel.ISupportInitialize)(this.VmsGridView)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Button Cancelbutton;
|
|
private System.Windows.Forms.Button OKButton;
|
|
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx VmsGridView;
|
|
private System.Windows.Forms.DataGridViewImageColumn ImageColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn MemoryColumn;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label AvailableLabel;
|
|
private System.Windows.Forms.Label RequiredLabel;
|
|
private System.Windows.Forms.DataGridViewImageColumn dataGridViewImageColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn ActionColumn;
|
|
}
|
|
} |