namespace XenAdmin.SettingsPanels
{
partial class GpuEditPage
{
///
/// 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(GpuEditPage));
this.labelRubric = new System.Windows.Forms.Label();
this.warningsTable = new System.Windows.Forms.TableLayoutPanel();
this.imgRDP = new System.Windows.Forms.PictureBox();
this.labelRDP = new System.Windows.Forms.Label();
this.imgNeedDriver = new System.Windows.Forms.PictureBox();
this.labelNeedDriver = new System.Windows.Forms.Label();
this.imgNeedGpu = new System.Windows.Forms.PictureBox();
this.labelNeedGpu = new System.Windows.Forms.Label();
this.imgStopVM = new System.Windows.Forms.PictureBox();
this.labelStopVM = new System.Windows.Forms.Label();
this.imgHA = new System.Windows.Forms.PictureBox();
this.labelHA = new System.Windows.Forms.Label();
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.labelGpuType = new System.Windows.Forms.Label();
this.comboBoxGpus = new XenAdmin.Controls.VgpuComboBox();
this.imgExperimental = new System.Windows.Forms.PictureBox();
this.labelExperimental = new System.Windows.Forms.Label();
this.warningsTable.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgRDP)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imgNeedDriver)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imgNeedGpu)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imgStopVM)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.imgHA)).BeginInit();
this.tableLayoutPanel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.imgExperimental)).BeginInit();
this.SuspendLayout();
//
// labelRubric
//
resources.ApplyResources(this.labelRubric, "labelRubric");
this.labelRubric.Name = "labelRubric";
//
// warningsTable
//
resources.ApplyResources(this.warningsTable, "warningsTable");
this.warningsTable.Controls.Add(this.imgRDP, 0, 1);
this.warningsTable.Controls.Add(this.labelRDP, 1, 1);
this.warningsTable.Controls.Add(this.imgNeedDriver, 0, 2);
this.warningsTable.Controls.Add(this.labelNeedDriver, 1, 2);
this.warningsTable.Controls.Add(this.imgNeedGpu, 0, 3);
this.warningsTable.Controls.Add(this.labelNeedGpu, 1, 3);
this.warningsTable.Controls.Add(this.imgStopVM, 0, 4);
this.warningsTable.Controls.Add(this.labelStopVM, 1, 4);
this.warningsTable.Controls.Add(this.imgHA, 0, 5);
this.warningsTable.Controls.Add(this.labelHA, 1, 5);
this.warningsTable.Controls.Add(this.imgExperimental, 0, 0);
this.warningsTable.Controls.Add(this.labelExperimental, 1, 0);
this.warningsTable.Name = "warningsTable";
this.warningsTable.SizeChanged += new System.EventHandler(this.warningsTable_SizeChanged);
//
// imgRDP
//
resources.ApplyResources(this.imgRDP, "imgRDP");
this.imgRDP.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
this.imgRDP.Name = "imgRDP";
this.imgRDP.TabStop = false;
//
// labelRDP
//
resources.ApplyResources(this.labelRDP, "labelRDP");
this.labelRDP.Name = "labelRDP";
//
// imgNeedDriver
//
this.imgNeedDriver.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
resources.ApplyResources(this.imgNeedDriver, "imgNeedDriver");
this.imgNeedDriver.Name = "imgNeedDriver";
this.imgNeedDriver.TabStop = false;
//
// labelNeedDriver
//
resources.ApplyResources(this.labelNeedDriver, "labelNeedDriver");
this.labelNeedDriver.Name = "labelNeedDriver";
//
// imgNeedGpu
//
resources.ApplyResources(this.imgNeedGpu, "imgNeedGpu");
this.imgNeedGpu.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
this.imgNeedGpu.Name = "imgNeedGpu";
this.imgNeedGpu.TabStop = false;
//
// labelNeedGpu
//
resources.ApplyResources(this.labelNeedGpu, "labelNeedGpu");
this.labelNeedGpu.Name = "labelNeedGpu";
//
// imgStopVM
//
resources.ApplyResources(this.imgStopVM, "imgStopVM");
this.imgStopVM.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
this.imgStopVM.Name = "imgStopVM";
this.imgStopVM.TabStop = false;
//
// labelStopVM
//
resources.ApplyResources(this.labelStopVM, "labelStopVM");
this.labelStopVM.Name = "labelStopVM";
//
// imgHA
//
resources.ApplyResources(this.imgHA, "imgHA");
this.imgHA.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
this.imgHA.Name = "imgHA";
this.imgHA.TabStop = false;
//
// labelHA
//
resources.ApplyResources(this.labelHA, "labelHA");
this.labelHA.Name = "labelHA";
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.labelGpuType, 0, 0);
this.tableLayoutPanel1.Controls.Add(this.comboBoxGpus, 1, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// labelGpuType
//
resources.ApplyResources(this.labelGpuType, "labelGpuType");
this.labelGpuType.Name = "labelGpuType";
//
// comboBoxGpus
//
resources.ApplyResources(this.comboBoxGpus, "comboBoxGpus");
this.comboBoxGpus.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
this.comboBoxGpus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.comboBoxGpus.FormattingEnabled = true;
this.comboBoxGpus.Name = "comboBoxGpus";
this.comboBoxGpus.SelectedIndexChanged += new System.EventHandler(this.comboBoxGpus_SelectedIndexChanged);
//
// imgExperimental
//
this.imgExperimental.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
resources.ApplyResources(this.imgExperimental, "imgExperimental");
this.imgExperimental.Name = "imgExperimental";
this.imgExperimental.TabStop = false;
//
// labelExperimental
//
resources.ApplyResources(this.labelExperimental, "labelExperimental");
this.labelExperimental.Name = "labelExperimental";
//
// GpuEditPage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.labelRubric);
this.Controls.Add(this.tableLayoutPanel1);
this.Controls.Add(this.warningsTable);
this.Name = "GpuEditPage";
this.warningsTable.ResumeLayout(false);
this.warningsTable.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.imgRDP)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.imgNeedDriver)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.imgNeedGpu)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.imgStopVM)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.imgHA)).EndInit();
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.imgExperimental)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label labelRubric;
private XenAdmin.Controls.VgpuComboBox comboBoxGpus;
private System.Windows.Forms.TableLayoutPanel warningsTable;
private System.Windows.Forms.PictureBox imgRDP;
private System.Windows.Forms.Label labelRDP;
private System.Windows.Forms.PictureBox imgStopVM;
private System.Windows.Forms.Label labelStopVM;
private System.Windows.Forms.PictureBox imgNeedGpu;
private System.Windows.Forms.Label labelNeedGpu;
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label labelGpuType;
private System.Windows.Forms.PictureBox imgNeedDriver;
private System.Windows.Forms.Label labelNeedDriver;
private System.Windows.Forms.PictureBox imgHA;
private System.Windows.Forms.Label labelHA;
private System.Windows.Forms.PictureBox imgExperimental;
private System.Windows.Forms.Label labelExperimental;
}
}