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();
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.labelTitle = new XenAdmin.Controls.Common.AutoHeightLabel();
|
2017-12-01 15:47:50 +01:00
|
|
|
|
this.CheckBoxEnableClustering = new System.Windows.Forms.CheckBox();
|
|
|
|
|
this.labelNetwork = new System.Windows.Forms.Label();
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.comboBoxNetwork = new XenAdmin.Controls.NetworkComboBox();
|
2017-12-06 10:49:56 +01:00
|
|
|
|
this.tableLayoutInfo = new System.Windows.Forms.TableLayoutPanel();
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.pictureBoxInfo2 = new System.Windows.Forms.PictureBox();
|
2018-01-10 16:13:55 +01:00
|
|
|
|
this.pictureBoxInfo1 = new System.Windows.Forms.PictureBox();
|
2017-12-01 15:47:50 +01:00
|
|
|
|
this.labelWarning = new System.Windows.Forms.Label();
|
2018-01-10 16:13:55 +01:00
|
|
|
|
this.labelInfo = new System.Windows.Forms.Label();
|
|
|
|
|
this.labelHostCountWarning = new System.Windows.Forms.Label();
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.tableLayoutPanelNetworkWarning = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
|
this.labelInconsistentNetwork = new System.Windows.Forms.Label();
|
2017-12-01 15:47:50 +01:00
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2017-12-04 14:50:52 +01:00
|
|
|
|
this.tableLayoutInfo.SuspendLayout();
|
2018-01-10 16:13:55 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo2)).BeginInit();
|
2018-07-11 13:46:50 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo1)).BeginInit();
|
|
|
|
|
this.tableLayoutPanelNetworkWarning.SuspendLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2017-12-01 15:47:50 +01:00
|
|
|
|
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);
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutInfo, 0, 4);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelNetworkWarning, 1, 3);
|
2017-12-01 15:47:50 +01:00
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
// labelTitle
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelTitle, "labelTitle");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.labelTitle, 2);
|
|
|
|
|
this.labelTitle.Name = "labelTitle";
|
|
|
|
|
//
|
2017-12-01 15:47:50 +01:00
|
|
|
|
// 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";
|
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
// comboBoxNetwork
|
|
|
|
|
//
|
|
|
|
|
this.comboBoxNetwork.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
|
this.comboBoxNetwork.FormattingEnabled = true;
|
|
|
|
|
resources.ApplyResources(this.comboBoxNetwork, "comboBoxNetwork");
|
|
|
|
|
this.comboBoxNetwork.Name = "comboBoxNetwork";
|
|
|
|
|
this.comboBoxNetwork.SelectedIndexChanged += new System.EventHandler(this.comboBoxNetwork_SelectedIndexChanged);
|
|
|
|
|
//
|
2017-12-06 10:49:56 +01:00
|
|
|
|
// tableLayoutInfo
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutInfo, "tableLayoutInfo");
|
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutInfo, 2);
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.tableLayoutInfo.Controls.Add(this.pictureBoxInfo2, 0, 1);
|
2018-01-10 16:13:55 +01:00
|
|
|
|
this.tableLayoutInfo.Controls.Add(this.pictureBoxInfo1, 0, 0);
|
2017-12-06 10:49:56 +01:00
|
|
|
|
this.tableLayoutInfo.Controls.Add(this.labelWarning, 1, 0);
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.tableLayoutInfo.Controls.Add(this.labelInfo, 1, 1);
|
|
|
|
|
this.tableLayoutInfo.Controls.Add(this.labelHostCountWarning, 1, 2);
|
2017-12-06 10:49:56 +01:00
|
|
|
|
this.tableLayoutInfo.Name = "tableLayoutInfo";
|
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
// pictureBoxInfo2
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.pictureBoxInfo2, "pictureBoxInfo2");
|
|
|
|
|
this.pictureBoxInfo2.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
|
this.pictureBoxInfo2.Name = "pictureBoxInfo2";
|
|
|
|
|
this.pictureBoxInfo2.TabStop = false;
|
|
|
|
|
//
|
2018-01-10 16:13:55 +01:00
|
|
|
|
// pictureBoxInfo1
|
2017-12-01 15:47:50 +01:00
|
|
|
|
//
|
2018-01-10 16:13:55 +01:00
|
|
|
|
resources.ApplyResources(this.pictureBoxInfo1, "pictureBoxInfo1");
|
|
|
|
|
this.pictureBoxInfo1.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
|
this.pictureBoxInfo1.Name = "pictureBoxInfo1";
|
|
|
|
|
this.pictureBoxInfo1.TabStop = false;
|
2017-12-01 15:47:50 +01:00
|
|
|
|
//
|
|
|
|
|
// labelWarning
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelWarning, "labelWarning");
|
|
|
|
|
this.labelWarning.Name = "labelWarning";
|
|
|
|
|
//
|
2018-01-10 16:13:55 +01:00
|
|
|
|
// labelInfo
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelInfo, "labelInfo");
|
|
|
|
|
this.labelInfo.Name = "labelInfo";
|
|
|
|
|
//
|
|
|
|
|
// labelHostCountWarning
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.labelHostCountWarning, "labelHostCountWarning");
|
|
|
|
|
this.labelHostCountWarning.Name = "labelHostCountWarning";
|
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
// tableLayoutPanelNetworkWarning
|
2018-01-10 16:13:55 +01:00
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
resources.ApplyResources(this.tableLayoutPanelNetworkWarning, "tableLayoutPanelNetworkWarning");
|
|
|
|
|
this.tableLayoutPanelNetworkWarning.Controls.Add(this.pictureBox1, 0, 0);
|
|
|
|
|
this.tableLayoutPanelNetworkWarning.Controls.Add(this.labelInconsistentNetwork, 1, 0);
|
|
|
|
|
this.tableLayoutPanelNetworkWarning.Name = "tableLayoutPanelNetworkWarning";
|
2018-01-10 16:13:55 +01:00
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
// pictureBox1
|
2017-12-04 16:57:12 +01:00
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
|
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
|
this.pictureBox1.TabStop = false;
|
2017-12-04 16:57:12 +01:00
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
// labelInconsistentNetwork
|
2017-12-01 15:47:50 +01:00
|
|
|
|
//
|
2018-07-11 13:46:50 +02:00
|
|
|
|
resources.ApplyResources(this.labelInconsistentNetwork, "labelInconsistentNetwork");
|
|
|
|
|
this.labelInconsistentNetwork.Name = "labelInconsistentNetwork";
|
2017-12-01 15:47:50 +01:00
|
|
|
|
//
|
|
|
|
|
// 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();
|
2017-12-04 14:50:52 +01:00
|
|
|
|
this.tableLayoutInfo.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutInfo.PerformLayout();
|
2018-01-10 16:13:55 +01:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo2)).EndInit();
|
2018-07-11 13:46:50 +02:00
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo1)).EndInit();
|
|
|
|
|
this.tableLayoutPanelNetworkWarning.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanelNetworkWarning.PerformLayout();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2017-12-01 15:47:50 +01:00
|
|
|
|
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;
|
2018-01-10 16:13:55 +01:00
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxInfo1;
|
2017-12-01 15:47:50 +01:00
|
|
|
|
private System.Windows.Forms.Label labelWarning;
|
|
|
|
|
private Controls.NetworkComboBox comboBoxNetwork;
|
2017-12-04 14:50:52 +01:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutInfo;
|
2018-01-10 16:13:55 +01:00
|
|
|
|
private System.Windows.Forms.Label labelInfo;
|
|
|
|
|
private System.Windows.Forms.Label labelHostCountWarning;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBoxInfo2;
|
2018-07-11 13:46:50 +02:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelNetworkWarning;
|
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
|
private System.Windows.Forms.Label labelInconsistentNetwork;
|
2017-12-01 15:47:50 +01:00
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
}
|