xenadmin/XenAdmin/Wizards/NewVMWizard/NewVMWizard.Designer.cs
Konstantina Chremmou bbc4ccdd52 Allow vTPM assignment when creating a VM.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2022-09-09 11:58:15 +01:00

50 lines
1.4 KiB
C#

using System.Windows.Forms;
namespace XenAdmin.Wizards.NewVMWizard
{
partial class NewVMWizard
{
/// <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(NewVMWizard));
this.SuspendLayout();
//
// NewVMWizard
//
resources.ApplyResources(this, "$this");
this.Name = "NewVMWizard";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
}
}