namespace XenAdmin.Wizards.NewNetworkWizard_Pages { partial class NetWName { /// /// 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(NetWName)); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.txtName = new System.Windows.Forms.TextBox(); this.txtDescription = new System.Windows.Forms.TextBox(); this.lblDescription = new System.Windows.Forms.Label(); this.lblName = new System.Windows.Forms.Label(); this.label1 = new System.Windows.Forms.Label(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); this.SuspendLayout(); // // panel1 // resources.ApplyResources(this.panel1, "panel1"); this.panel1.BackColor = System.Drawing.SystemColors.Control; this.panel1.Controls.Add(this.tableLayoutPanel1); this.panel1.Name = "panel1"; // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.txtName, 1, 1); this.tableLayoutPanel1.Controls.Add(this.txtDescription, 1, 3); this.tableLayoutPanel1.Controls.Add(this.lblDescription, 0, 3); this.tableLayoutPanel1.Controls.Add(this.lblName, 0, 1); this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // txtName // this.tableLayoutPanel1.SetColumnSpan(this.txtName, 2); resources.ApplyResources(this.txtName, "txtName"); this.txtName.Name = "txtName"; this.txtName.TextChanged += new System.EventHandler(this.txtName_TextChanged); // // txtDescription // this.tableLayoutPanel1.SetColumnSpan(this.txtDescription, 2); resources.ApplyResources(this.txtDescription, "txtDescription"); this.txtDescription.Name = "txtDescription"; // // lblDescription // resources.ApplyResources(this.lblDescription, "lblDescription"); this.lblDescription.Name = "lblDescription"; // // lblName // resources.ApplyResources(this.lblName, "lblName"); this.lblName.Name = "lblName"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.tableLayoutPanel1.SetColumnSpan(this.label1, 4); this.label1.Name = "label1"; // // NetWName // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.panel1); this.Name = "NetWName"; this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.Label lblName; private System.Windows.Forms.TextBox txtName; private System.Windows.Forms.Label lblDescription; private System.Windows.Forms.TextBox txtDescription; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label label1; } }