2019-04-15 20:47:32 +02:00
|
|
|
|
namespace XenAdmin.Dialogs
|
|
|
|
|
{
|
|
|
|
|
partial class AddVGPUDialog
|
|
|
|
|
{
|
|
|
|
|
/// <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(AddVGPUDialog));
|
|
|
|
|
this.buttonAdd = new System.Windows.Forms.Button();
|
|
|
|
|
this.buttonCancel = new System.Windows.Forms.Button();
|
|
|
|
|
this.comboBoxTypes = new XenAdmin.Controls.VgpuComboBox();
|
2019-05-27 09:53:37 +02:00
|
|
|
|
this.labelType = new System.Windows.Forms.Label();
|
2019-04-15 20:47:32 +02:00
|
|
|
|
this.SuspendLayout();
|
|
|
|
|
//
|
|
|
|
|
// buttonAdd
|
|
|
|
|
//
|
|
|
|
|
this.buttonAdd.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
|
|
|
resources.ApplyResources(this.buttonAdd, "buttonAdd");
|
|
|
|
|
this.buttonAdd.Name = "buttonAdd";
|
|
|
|
|
this.buttonAdd.UseVisualStyleBackColor = true;
|
|
|
|
|
this.buttonAdd.Click += new System.EventHandler(this.buttonAdd_Click);
|
|
|
|
|
//
|
|
|
|
|
// buttonCancel
|
|
|
|
|
//
|
|
|
|
|
this.buttonCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
resources.ApplyResources(this.buttonCancel, "buttonCancel");
|
|
|
|
|
this.buttonCancel.Name = "buttonCancel";
|
|
|
|
|
this.buttonCancel.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
|
|
|
|
// comboBoxTypes
|
|
|
|
|
//
|
|
|
|
|
this.comboBoxTypes.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawVariable;
|
|
|
|
|
this.comboBoxTypes.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
resources.ApplyResources(this.comboBoxTypes, "comboBoxTypes");
|
|
|
|
|
this.comboBoxTypes.FormattingEnabled = true;
|
|
|
|
|
this.comboBoxTypes.Name = "comboBoxTypes";
|
|
|
|
|
this.comboBoxTypes.SelectedIndexChanged += new System.EventHandler(this.comboBoxTypes_SelectedIndexChanged);
|
|
|
|
|
//
|
2019-05-27 09:53:37 +02:00
|
|
|
|
// labelType
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelType, "labelType");
|
|
|
|
|
this.labelType.Name = "labelType";
|
|
|
|
|
//
|
2019-04-15 20:47:32 +02:00
|
|
|
|
// AddVGPUDialog
|
|
|
|
|
//
|
|
|
|
|
this.AcceptButton = this.buttonAdd;
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
2019-05-23 11:31:12 +02:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2019-04-15 20:47:32 +02:00
|
|
|
|
this.CancelButton = this.buttonCancel;
|
2019-05-27 09:53:37 +02:00
|
|
|
|
this.Controls.Add(this.labelType);
|
2019-04-15 20:47:32 +02:00
|
|
|
|
this.Controls.Add(this.comboBoxTypes);
|
|
|
|
|
this.Controls.Add(this.buttonCancel);
|
|
|
|
|
this.Controls.Add(this.buttonAdd);
|
|
|
|
|
this.Name = "AddVGPUDialog";
|
|
|
|
|
this.ResumeLayout(false);
|
2019-05-27 09:53:37 +02:00
|
|
|
|
this.PerformLayout();
|
2019-04-15 20:47:32 +02:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Button buttonAdd;
|
|
|
|
|
private System.Windows.Forms.Button buttonCancel;
|
|
|
|
|
private Controls.VgpuComboBox comboBoxTypes;
|
2019-05-27 09:53:37 +02:00
|
|
|
|
private System.Windows.Forms.Label labelType;
|
2019-04-15 20:47:32 +02:00
|
|
|
|
}
|
|
|
|
|
}
|