namespace XenAdmin.Wizards.NewPolicyWizard
{
partial class NewPolicyPolicyNamePage
{
///
/// 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(NewPolicyPolicyNamePage));
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
this.label2 = new System.Windows.Forms.Label();
this.textBoxName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.textBoxDescription = new System.Windows.Forms.TextBox();
this.autoHeightLabel1 = new XenAdmin.Controls.Common.AutoHeightLabel();
this.labelwizard = new XenAdmin.Controls.Common.AutoHeightLabel();
this.tableLayoutPanel1.SuspendLayout();
this.SuspendLayout();
//
// tableLayoutPanel1
//
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 2);
this.tableLayoutPanel1.Controls.Add(this.textBoxName, 1, 2);
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 3);
this.tableLayoutPanel1.Controls.Add(this.textBoxDescription, 1, 3);
this.tableLayoutPanel1.Controls.Add(this.autoHeightLabel1, 0, 1);
this.tableLayoutPanel1.Controls.Add(this.labelwizard, 0, 0);
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
//
// label2
//
resources.ApplyResources(this.label2, "label2");
this.label2.Name = "label2";
//
// textBoxName
//
resources.ApplyResources(this.textBoxName, "textBoxName");
this.textBoxName.Name = "textBoxName";
this.textBoxName.TextChanged += new System.EventHandler(this.textBoxName_TextChanged);
//
// label3
//
resources.ApplyResources(this.label3, "label3");
this.label3.Name = "label3";
//
// textBoxDescription
//
resources.ApplyResources(this.textBoxDescription, "textBoxDescription");
this.textBoxDescription.Name = "textBoxDescription";
//
// autoHeightLabel1
//
resources.ApplyResources(this.autoHeightLabel1, "autoHeightLabel1");
this.tableLayoutPanel1.SetColumnSpan(this.autoHeightLabel1, 2);
this.autoHeightLabel1.Name = "autoHeightLabel1";
//
// labelwizard
//
resources.ApplyResources(this.labelwizard, "labelwizard");
this.tableLayoutPanel1.SetColumnSpan(this.labelwizard, 2);
this.labelwizard.Name = "labelwizard";
//
// NewPolicyPolicyNamePage
//
resources.ApplyResources(this, "$this");
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
this.Controls.Add(this.tableLayoutPanel1);
this.Name = "NewPolicyPolicyNamePage";
this.tableLayoutPanel1.ResumeLayout(false);
this.tableLayoutPanel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox textBoxName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textBoxDescription;
private XenAdmin.Controls.Common.AutoHeightLabel autoHeightLabel1;
private XenAdmin.Controls.Common.AutoHeightLabel labelwizard;
}
}