2017-12-01 15:47:50 +01:00
|
|
|
|
namespace XenAdmin.SettingsPanels
|
|
|
|
|
{
|
|
|
|
|
partial class ClusteringEditPage
|
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required designer variable.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Clean up any resources being used.
|
|
|
|
|
/// </summary>
|
|
|
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
|
|
|
protected override void Dispose(bool disposing)
|
|
|
|
|
{
|
|
|
|
|
if (disposing && (components != null))
|
|
|
|
|
{
|
|
|
|
|
components.Dispose();
|
|
|
|
|
}
|
|
|
|
|
base.Dispose(disposing);
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#region Component Designer generated code
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
|
|
|
|
/// Required method for Designer support - do not modify
|
|
|
|
|
/// the contents of this method with the code editor.
|
|
|
|
|
/// </summary>
|
|
|
|
|
private void InitializeComponent()
|
|
|
|
|
{
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ClusteringEditPage));
|
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.labelTitle = new XenAdmin.Controls.Common.AutoHeightLabel();
|
|
|
|
|
this.CheckBoxEnableClustering = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.labelNetwork = new System.Windows.Forms.Label();
|
|
|
|
|
this.flowLayoutInfo = new System.Windows.Forms.FlowLayoutPanel();
|
|
|
|
|
this.pictureBoxInfo = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.labelWarning = new System.Windows.Forms.Label();
|
|
|
|
|
this.comboBoxNetwork = new XenAdmin.Controls.NetworkComboBox();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.flowLayoutInfo.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).BeginInit();
|
|
|
|
|
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.flowLayoutInfo, 0, 3);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.comboBoxNetwork, 1, 2);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
|
|
|
|
// labelTitle
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelTitle, "labelTitle");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.labelTitle, 2);
|
|
|
|
|
this.labelTitle.Name = "labelTitle";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// flowLayoutInfo
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.flowLayoutInfo, "flowLayoutInfo");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.flowLayoutInfo, 2);
|
|
|
|
|
this.flowLayoutInfo.Controls.Add(this.pictureBoxInfo);
|
|
|
|
|
this.flowLayoutInfo.Controls.Add(this.labelWarning);
|
|
|
|
|
this.flowLayoutInfo.Name = "flowLayoutInfo";
|
|
|
|
|
//
|
|
|
|
|
// 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";
|
|
|
|
|
//
|
|
|
|
|
// 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");
|
2017-12-01 16:34:28 +01:00
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2017-12-01 15:47:50 +01:00
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
|
this.Name = "ClusteringEditPage";
|
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.flowLayoutInfo.ResumeLayout(false);
|
|
|
|
|
this.flowLayoutInfo.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).EndInit();
|
|
|
|
|
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 System.Windows.Forms.FlowLayoutPanel flowLayoutInfo;
|
|
|
|
|
private Controls.NetworkComboBox comboBoxNetwork;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|