2013-11-14 12:11:24 +01:00
|
|
|
|
namespace XenAdmin.Controls.GPU
|
|
|
|
|
{
|
|
|
|
|
partial class GpuConfiguration
|
|
|
|
|
{
|
|
|
|
|
/// <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(GpuConfiguration));
|
2020-07-16 13:45:40 +02:00
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
2013-11-14 12:11:24 +01:00
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
|
|
|
this.dataGridViewEx1 = new XenAdmin.Controls.DataGridViewEx.DataGridViewEx();
|
|
|
|
|
this.CheckBoxColumn = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
this.NameColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.VGPUsPerGPUColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
this.VideoRAMColumn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.rubricLabel = new XenAdmin.Controls.Common.AutoHeightLabel();
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).BeginInit();
|
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.cancelButton, 2, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.okButton, 1, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.dataGridViewEx1, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.rubricLabel, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// 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.Name = "okButton";
|
|
|
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
|
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
|
|
|
//
|
|
|
|
|
// dataGridViewEx1
|
|
|
|
|
//
|
|
|
|
|
this.dataGridViewEx1.BackgroundColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
this.dataGridViewEx1.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
|
|
|
this.dataGridViewEx1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
|
|
this.dataGridViewEx1.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
|
|
this.CheckBoxColumn,
|
|
|
|
|
this.NameColumn,
|
|
|
|
|
this.VGPUsPerGPUColumn,
|
|
|
|
|
this.VideoRAMColumn});
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.dataGridViewEx1, 3);
|
2020-07-16 13:45:40 +02:00
|
|
|
|
dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft;
|
|
|
|
|
dataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
dataGridViewCellStyle3.Font = new System.Drawing.Font("Segoe UI", 9F);
|
|
|
|
|
dataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
dataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Window;
|
|
|
|
|
dataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.ControlText;
|
|
|
|
|
dataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.dataGridViewEx1.DefaultCellStyle = dataGridViewCellStyle3;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
resources.ApplyResources(this.dataGridViewEx1, "dataGridViewEx1");
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.dataGridViewEx1.HideSelection = true;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.dataGridViewEx1.Name = "dataGridViewEx1";
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.dataGridViewEx1.ReadOnly = true;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.dataGridViewEx1.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.dataGridViewEx1.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.RowHeaderSelect;
|
|
|
|
|
this.dataGridViewEx1.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.dataGridView_CellClick);
|
2013-11-14 12:11:24 +01:00
|
|
|
|
//
|
|
|
|
|
// CheckBoxColumn
|
|
|
|
|
//
|
|
|
|
|
this.CheckBoxColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCellsExceptHeader;
|
|
|
|
|
resources.ApplyResources(this.CheckBoxColumn, "CheckBoxColumn");
|
|
|
|
|
this.CheckBoxColumn.Name = "CheckBoxColumn";
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.CheckBoxColumn.ReadOnly = true;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.CheckBoxColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
//
|
|
|
|
|
// NameColumn
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.NameColumn, "NameColumn");
|
|
|
|
|
this.NameColumn.Name = "NameColumn";
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.NameColumn.ReadOnly = true;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.NameColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// VGPUsPerGPUColumn
|
|
|
|
|
//
|
|
|
|
|
this.VGPUsPerGPUColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
|
|
|
|
dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
|
|
this.VGPUsPerGPUColumn.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
|
|
resources.ApplyResources(this.VGPUsPerGPUColumn, "VGPUsPerGPUColumn");
|
|
|
|
|
this.VGPUsPerGPUColumn.Name = "VGPUsPerGPUColumn";
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.VGPUsPerGPUColumn.ReadOnly = true;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.VGPUsPerGPUColumn.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
this.VGPUsPerGPUColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
|
|
|
|
// VideoRAMColumn
|
|
|
|
|
//
|
|
|
|
|
this.VideoRAMColumn.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.AllCells;
|
2020-07-16 13:45:40 +02:00
|
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleRight;
|
|
|
|
|
this.VideoRAMColumn.DefaultCellStyle = dataGridViewCellStyle2;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
resources.ApplyResources(this.VideoRAMColumn, "VideoRAMColumn");
|
|
|
|
|
this.VideoRAMColumn.Name = "VideoRAMColumn";
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.VideoRAMColumn.ReadOnly = true;
|
2013-11-14 12:11:24 +01:00
|
|
|
|
this.VideoRAMColumn.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
|
|
this.VideoRAMColumn.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
|
|
//
|
2019-09-05 11:07:47 +02:00
|
|
|
|
// rubricLabel
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.rubricLabel, "rubricLabel");
|
|
|
|
|
this.rubricLabel.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.rubricLabel, 3);
|
|
|
|
|
this.rubricLabel.Name = "rubricLabel";
|
|
|
|
|
//
|
2013-11-14 12:11:24 +01:00
|
|
|
|
// GpuConfiguration
|
|
|
|
|
//
|
|
|
|
|
this.AcceptButton = this.okButton;
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
|
this.CancelButton = this.cancelButton;
|
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Sizable;
|
|
|
|
|
this.Name = "GpuConfiguration";
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
2019-09-05 11:07:47 +02:00
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2013-11-14 12:11:24 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.dataGridViewEx1)).EndInit();
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
|
private XenAdmin.Controls.Common.AutoHeightLabel rubricLabel;
|
|
|
|
|
private XenAdmin.Controls.DataGridViewEx.DataGridViewEx dataGridViewEx1;
|
|
|
|
|
private System.Windows.Forms.Button okButton;
|
|
|
|
|
private System.Windows.Forms.Button cancelButton;
|
|
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn CheckBoxColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn NameColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn VGPUsPerGPUColumn;
|
|
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn VideoRAMColumn;
|
|
|
|
|
}
|
|
|
|
|
}
|