namespace XenAdmin.Wizards.NewNetworkWizard_Pages { partial class NetWDetails { /// /// 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(NetWDetails)); this.panel1 = new System.Windows.Forms.Panel(); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.labelNIC = new System.Windows.Forms.Label(); this.labelVLAN = new System.Windows.Forms.Label(); this.lblNicHelp = new System.Windows.Forms.Label(); this.labelVlanError = new System.Windows.Forms.Label(); this.numericUpDownVLAN = new System.Windows.Forms.NumericUpDown(); this.comboBoxNICList = new System.Windows.Forms.ComboBox(); this.checkBoxAutomatic = new System.Windows.Forms.CheckBox(); this.labelMTU = new System.Windows.Forms.Label(); this.numericUpDownMTU = new System.Windows.Forms.NumericUpDown(); this.panel1.SuspendLayout(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVLAN)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMTU)).BeginInit(); 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.labelNIC, 0, 1); this.tableLayoutPanel1.Controls.Add(this.labelVLAN, 0, 2); this.tableLayoutPanel1.Controls.Add(this.lblNicHelp, 0, 0); this.tableLayoutPanel1.Controls.Add(this.labelVlanError, 2, 2); this.tableLayoutPanel1.Controls.Add(this.numericUpDownVLAN, 1, 2); this.tableLayoutPanel1.Controls.Add(this.comboBoxNICList, 1, 1); this.tableLayoutPanel1.Controls.Add(this.checkBoxAutomatic, 0, 4); this.tableLayoutPanel1.Controls.Add(this.labelMTU, 0, 3); this.tableLayoutPanel1.Controls.Add(this.numericUpDownMTU, 1, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // labelNIC // resources.ApplyResources(this.labelNIC, "labelNIC"); this.labelNIC.Name = "labelNIC"; // // labelVLAN // resources.ApplyResources(this.labelVLAN, "labelVLAN"); this.labelVLAN.Name = "labelVLAN"; // // lblNicHelp // resources.ApplyResources(this.lblNicHelp, "lblNicHelp"); this.tableLayoutPanel1.SetColumnSpan(this.lblNicHelp, 4); this.lblNicHelp.Name = "lblNicHelp"; // // labelVlanError // resources.ApplyResources(this.labelVlanError, "labelVlanError"); this.tableLayoutPanel1.SetColumnSpan(this.labelVlanError, 2); this.labelVlanError.ForeColor = System.Drawing.Color.Red; this.labelVlanError.Name = "labelVlanError"; // // numericUpDownVLAN // resources.ApplyResources(this.numericUpDownVLAN, "numericUpDownVLAN"); this.numericUpDownVLAN.Maximum = new decimal(new int[] { 4094, 0, 0, 0}); this.numericUpDownVLAN.Minimum = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownVLAN.Name = "numericUpDownVLAN"; this.numericUpDownVLAN.Value = new decimal(new int[] { 1, 0, 0, 0}); this.numericUpDownVLAN.ValueChanged += new System.EventHandler(this.nudVLAN_ValueChanged); // // comboBoxNICList // this.tableLayoutPanel1.SetColumnSpan(this.comboBoxNICList, 2); this.comboBoxNICList.DisplayMember = "Server"; this.comboBoxNICList.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxNICList.FormattingEnabled = true; resources.ApplyResources(this.comboBoxNICList, "comboBoxNICList"); this.comboBoxNICList.Name = "comboBoxNICList"; this.comboBoxNICList.Sorted = true; this.comboBoxNICList.SelectedIndexChanged += new System.EventHandler(this.cmbHostNicList_SelectedIndexChanged); // // checkBoxAutomatic // resources.ApplyResources(this.checkBoxAutomatic, "checkBoxAutomatic"); this.tableLayoutPanel1.SetColumnSpan(this.checkBoxAutomatic, 4); this.checkBoxAutomatic.Name = "checkBoxAutomatic"; this.checkBoxAutomatic.UseVisualStyleBackColor = true; // // labelMTU // resources.ApplyResources(this.labelMTU, "labelMTU"); this.labelMTU.Name = "labelMTU"; // // numericUpDownMTU // resources.ApplyResources(this.numericUpDownMTU, "numericUpDownMTU"); this.numericUpDownMTU.Name = "numericUpDownMTU"; // // NetWDetails // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.BackColor = System.Drawing.SystemColors.Control; this.Controls.Add(this.panel1); this.Name = "NetWDetails"; this.panel1.ResumeLayout(false); this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownVLAN)).EndInit(); ((System.ComponentModel.ISupportInitialize)(this.numericUpDownMTU)).EndInit(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.Panel panel1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private System.Windows.Forms.Label labelNIC; private System.Windows.Forms.ComboBox comboBoxNICList; private System.Windows.Forms.NumericUpDown numericUpDownVLAN; private System.Windows.Forms.Label labelVLAN; private System.Windows.Forms.Label lblNicHelp; private System.Windows.Forms.CheckBox checkBoxAutomatic; private System.Windows.Forms.Label labelVlanError; private System.Windows.Forms.Label labelMTU; private System.Windows.Forms.NumericUpDown numericUpDownMTU; } }