namespace XenAdmin.Wizards.CrossPoolMigrateWizard { partial class CrossPoolMigrateTransferNetworkPage { /// /// 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 Windows Form 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(CrossPoolMigrateTransferNetworkPage)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel(); this.label1 = new System.Windows.Forms.Label(); this.networkComboBox = new XenAdmin.Controls.NetworkComboBox(); this.blurbText = new System.Windows.Forms.Label(); this.tableLayoutPanel1.SuspendLayout(); this.tableLayoutPanel2.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanel2, 0, 1); this.tableLayoutPanel1.Controls.Add(this.blurbText, 0, 0); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // tableLayoutPanel2 // resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2"); this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0); this.tableLayoutPanel2.Controls.Add(this.networkComboBox, 1, 0); this.tableLayoutPanel2.Name = "tableLayoutPanel2"; // // label1 // resources.ApplyResources(this.label1, "label1"); this.label1.Name = "label1"; // // networkComboBox // this.networkComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.networkComboBox.FormattingEnabled = true; this.networkComboBox.IncludeOnlyEnabledNetworksInComboBox = false; this.networkComboBox.IncludeOnlyNetworksWithIPAddresses = false; this.networkComboBox.IncludePoolNameInComboBox = false; resources.ApplyResources(this.networkComboBox, "networkComboBox"); this.networkComboBox.Name = "networkComboBox"; // // label3 // resources.ApplyResources(this.blurbText, "label3"); this.blurbText.Name = "label3"; // // CrossPoolMigrateTransferNetworkPage // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.tableLayoutPanel1); this.Name = "CrossPoolMigrateTransferNetworkPage"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); this.tableLayoutPanel2.ResumeLayout(false); this.tableLayoutPanel2.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private XenAdmin.Controls.NetworkComboBox networkComboBox; private System.Windows.Forms.Label label1; private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2; private System.Windows.Forms.Label blurbText; } }