namespace XenAdmin.SettingsPanels { partial class ClusteringEditPage { /// /// 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(ClusteringEditPage)); this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel(); this.CheckBoxEnableClustering = new System.Windows.Forms.CheckBox(); this.labelNetwork = new System.Windows.Forms.Label(); this.pictureBoxInfo = new System.Windows.Forms.PictureBox(); this.labelWarning = new System.Windows.Forms.Label(); this.tableLayoutInfo = new System.Windows.Forms.TableLayoutPanel(); this.labelTitle = new XenAdmin.Controls.Common.AutoHeightLabel(); this.comboBoxNetwork = new XenAdmin.Controls.NetworkComboBox(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).BeginInit(); this.tableLayoutInfo.SuspendLayout(); this.SuspendLayout(); // // tableLayoutPanel1 // resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1"); this.tableLayoutPanel1.Controls.Add(this.labelTitle, 0, 0); this.tableLayoutPanel1.Controls.Add(this.CheckBoxEnableClustering, 0, 1); this.tableLayoutPanel1.Controls.Add(this.labelNetwork, 0, 2); this.tableLayoutPanel1.Controls.Add(this.comboBoxNetwork, 1, 2); this.tableLayoutPanel1.Controls.Add(this.tableLayoutInfo, 0, 3); this.tableLayoutPanel1.Name = "tableLayoutPanel1"; // // CheckBoxEnableClustering // resources.ApplyResources(this.CheckBoxEnableClustering, "CheckBoxEnableClustering"); this.tableLayoutPanel1.SetColumnSpan(this.CheckBoxEnableClustering, 2); this.CheckBoxEnableClustering.Name = "CheckBoxEnableClustering"; this.CheckBoxEnableClustering.UseVisualStyleBackColor = true; // // labelNetwork // resources.ApplyResources(this.labelNetwork, "labelNetwork"); this.labelNetwork.Name = "labelNetwork"; // // pictureBoxInfo // this.pictureBoxInfo.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16; resources.ApplyResources(this.pictureBoxInfo, "pictureBoxInfo"); this.pictureBoxInfo.Name = "pictureBoxInfo"; this.pictureBoxInfo.TabStop = false; // // labelWarning // resources.ApplyResources(this.labelWarning, "labelWarning"); this.labelWarning.Name = "labelWarning"; // // tableLayoutInfo // resources.ApplyResources(this.tableLayoutInfo, "tableLayoutInfo"); this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutInfo, 2); this.tableLayoutInfo.Controls.Add(this.pictureBoxInfo, 0, 0); this.tableLayoutInfo.Controls.Add(this.labelWarning, 1, 0); this.tableLayoutInfo.Name = "tableLayoutInfo"; // // labelTitle // resources.ApplyResources(this.labelTitle, "labelTitle"); this.tableLayoutPanel1.SetColumnSpan(this.labelTitle, 2); this.labelTitle.Name = "labelTitle"; // // comboBoxNetwork // this.comboBoxNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; this.comboBoxNetwork.FormattingEnabled = true; this.comboBoxNetwork.IncludeOnlyEnabledNetworksInComboBox = false; this.comboBoxNetwork.IncludeOnlyNetworksWithIPAddresses = false; this.comboBoxNetwork.IncludePoolNameInComboBox = false; resources.ApplyResources(this.comboBoxNetwork, "comboBoxNetwork"); this.comboBoxNetwork.Name = "comboBoxNetwork"; // // ClusteringEditPage // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.tableLayoutPanel1); this.Name = "ClusteringEditPage"; this.tableLayoutPanel1.ResumeLayout(false); this.tableLayoutPanel1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).EndInit(); this.tableLayoutInfo.ResumeLayout(false); this.tableLayoutInfo.PerformLayout(); this.ResumeLayout(false); } #endregion private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1; private Controls.Common.AutoHeightLabel labelTitle; private System.Windows.Forms.CheckBox CheckBoxEnableClustering; private System.Windows.Forms.Label labelNetwork; private System.Windows.Forms.PictureBox pictureBoxInfo; private System.Windows.Forms.Label labelWarning; private Controls.NetworkComboBox comboBoxNetwork; private System.Windows.Forms.TableLayoutPanel tableLayoutInfo; } }