2013-06-24 13:41:48 +02:00
|
|
|
namespace XenAdmin.SettingsPanels
|
|
|
|
{
|
2023-06-08 12:24:39 +02:00
|
|
|
partial class CpuMemoryEditPage
|
2013-06-24 13:41:48 +02:00
|
|
|
{
|
|
|
|
/// <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()
|
|
|
|
{
|
2023-06-08 12:24:39 +02:00
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(CpuMemoryEditPage));
|
2013-06-24 13:41:48 +02:00
|
|
|
this.lblSliderHighest = new System.Windows.Forms.Label();
|
|
|
|
this.lblSliderNormal = new System.Windows.Forms.Label();
|
|
|
|
this.lblSliderLowest = new System.Windows.Forms.Label();
|
|
|
|
this.lblPriority = new System.Windows.Forms.Label();
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
2023-06-08 12:24:39 +02:00
|
|
|
this.warningsTableLayoutPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.cpuWarningPictureBox = new System.Windows.Forms.PictureBox();
|
|
|
|
this.cpuWarningLabel = new System.Windows.Forms.Label();
|
|
|
|
this.topologyWarningLabel = new System.Windows.Forms.Label();
|
|
|
|
this.topologyPictureBox = new System.Windows.Forms.PictureBox();
|
2016-09-29 13:11:37 +02:00
|
|
|
this.comboBoxInitialVCPUs = new System.Windows.Forms.ComboBox();
|
|
|
|
this.labelInitialVCPUs = new System.Windows.Forms.Label();
|
2016-02-12 19:52:31 +01:00
|
|
|
this.comboBoxTopology = new XenAdmin.Controls.CPUTopologyComboBox();
|
2014-06-05 14:00:14 +02:00
|
|
|
this.labelTopology = new System.Windows.Forms.Label();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
2016-02-12 19:52:31 +01:00
|
|
|
this.transparentTrackBar1 = new XenAdmin.Controls.TransparentTrackBar();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.lblVCPUs = new System.Windows.Forms.Label();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
2016-02-12 18:01:05 +01:00
|
|
|
this.comboBoxVCPUs = new System.Windows.Forms.ComboBox();
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanelInfo = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
|
|
this.labelInfo = new System.Windows.Forms.Label();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2023-06-08 12:24:39 +02:00
|
|
|
this.warningsTableLayoutPanel.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cpuWarningPictureBox)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.topologyPictureBox)).BeginInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.panel1.SuspendLayout();
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanelInfo.SuspendLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// lblSliderHighest
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.lblSliderHighest, "lblSliderHighest");
|
|
|
|
this.lblSliderHighest.Name = "lblSliderHighest";
|
|
|
|
//
|
|
|
|
// lblSliderNormal
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.lblSliderNormal, "lblSliderNormal");
|
|
|
|
this.lblSliderNormal.Name = "lblSliderNormal";
|
|
|
|
//
|
|
|
|
// lblSliderLowest
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.lblSliderLowest, "lblSliderLowest");
|
|
|
|
this.lblSliderLowest.Name = "lblSliderLowest";
|
|
|
|
//
|
|
|
|
// lblPriority
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.lblPriority, "lblPriority");
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.lblPriority, 3);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.lblPriority.Name = "lblPriority";
|
2015-10-28 19:12:31 +01:00
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// tableLayoutPanel1
|
|
|
|
//
|
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.warningsTableLayoutPanel, 0, 7);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.comboBoxInitialVCPUs, 1, 4);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.labelInitialVCPUs, 0, 4);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.comboBoxTopology, 1, 3);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.labelTopology, 0, 3);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.panel1, 0, 6);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblPriority, 0, 5);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblVCPUs, 0, 2);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
2016-02-12 18:01:05 +01:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.comboBoxVCPUs, 1, 2);
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.tableLayoutPanelInfo, 0, 1);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
//
|
2023-06-08 12:24:39 +02:00
|
|
|
// warningsTableLayoutPanel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.warningsTableLayoutPanel, "warningsTableLayoutPanel");
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.warningsTableLayoutPanel, 3);
|
|
|
|
this.warningsTableLayoutPanel.Controls.Add(this.cpuWarningPictureBox, 0, 0);
|
|
|
|
this.warningsTableLayoutPanel.Controls.Add(this.cpuWarningLabel, 1, 0);
|
|
|
|
this.warningsTableLayoutPanel.Controls.Add(this.topologyWarningLabel, 0, 2);
|
|
|
|
this.warningsTableLayoutPanel.Controls.Add(this.topologyPictureBox, 0, 2);
|
|
|
|
this.warningsTableLayoutPanel.Name = "warningsTableLayoutPanel";
|
|
|
|
//
|
|
|
|
// cpuWarningPictureBox
|
|
|
|
//
|
|
|
|
this.cpuWarningPictureBox.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
|
|
resources.ApplyResources(this.cpuWarningPictureBox, "cpuWarningPictureBox");
|
|
|
|
this.cpuWarningPictureBox.Name = "cpuWarningPictureBox";
|
|
|
|
this.cpuWarningPictureBox.TabStop = false;
|
|
|
|
//
|
|
|
|
// cpuWarningLabel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.cpuWarningLabel, "cpuWarningLabel");
|
|
|
|
this.cpuWarningLabel.Name = "cpuWarningLabel";
|
|
|
|
//
|
|
|
|
// topologyWarningLabel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.topologyWarningLabel, "topologyWarningLabel");
|
|
|
|
this.topologyWarningLabel.Name = "topologyWarningLabel";
|
|
|
|
//
|
|
|
|
// topologyPictureBox
|
|
|
|
//
|
|
|
|
this.topologyPictureBox.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
|
|
resources.ApplyResources(this.topologyPictureBox, "topologyPictureBox");
|
|
|
|
this.topologyPictureBox.Name = "topologyPictureBox";
|
|
|
|
this.topologyPictureBox.TabStop = false;
|
|
|
|
//
|
2016-09-29 13:11:37 +02:00
|
|
|
// comboBoxInitialVCPUs
|
|
|
|
//
|
|
|
|
this.comboBoxInitialVCPUs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.comboBoxInitialVCPUs.FormattingEnabled = true;
|
|
|
|
resources.ApplyResources(this.comboBoxInitialVCPUs, "comboBoxInitialVCPUs");
|
|
|
|
this.comboBoxInitialVCPUs.Name = "comboBoxInitialVCPUs";
|
2018-12-11 15:34:35 +01:00
|
|
|
this.comboBoxInitialVCPUs.SelectedIndexChanged += new System.EventHandler(this.comboBoxInitialVCPUs_SelectedIndexChanged);
|
2016-09-29 13:11:37 +02:00
|
|
|
//
|
|
|
|
// labelInitialVCPUs
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelInitialVCPUs, "labelInitialVCPUs");
|
|
|
|
this.labelInitialVCPUs.Name = "labelInitialVCPUs";
|
|
|
|
//
|
2016-02-12 19:52:31 +01:00
|
|
|
// comboBoxTopology
|
|
|
|
//
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.comboBoxTopology, 2);
|
2016-02-12 19:52:31 +01:00
|
|
|
this.comboBoxTopology.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
resources.ApplyResources(this.comboBoxTopology, "comboBoxTopology");
|
|
|
|
this.comboBoxTopology.FormattingEnabled = true;
|
|
|
|
this.comboBoxTopology.Name = "comboBoxTopology";
|
|
|
|
this.comboBoxTopology.SelectedIndexChanged += new System.EventHandler(this.comboBoxTopology_SelectedIndexChanged);
|
|
|
|
//
|
2014-06-05 14:00:14 +02:00
|
|
|
// labelTopology
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelTopology, "labelTopology");
|
|
|
|
this.labelTopology.Name = "labelTopology";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// panel1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.panel1, "panel1");
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.panel1, 3);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.panel1.Controls.Add(this.lblSliderHighest);
|
|
|
|
this.panel1.Controls.Add(this.lblSliderNormal);
|
|
|
|
this.panel1.Controls.Add(this.lblSliderLowest);
|
|
|
|
this.panel1.Controls.Add(this.transparentTrackBar1);
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
//
|
2016-02-12 19:52:31 +01:00
|
|
|
// transparentTrackBar1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.transparentTrackBar1, "transparentTrackBar1");
|
|
|
|
this.transparentTrackBar1.BackColor = System.Drawing.Color.Transparent;
|
|
|
|
this.transparentTrackBar1.Name = "transparentTrackBar1";
|
|
|
|
this.transparentTrackBar1.TabStop = false;
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// lblVCPUs
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.lblVCPUs, "lblVCPUs");
|
|
|
|
this.lblVCPUs.Name = "lblVCPUs";
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label1, 3);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.label1.Name = "label1";
|
|
|
|
//
|
2016-02-12 18:01:05 +01:00
|
|
|
// comboBoxVCPUs
|
|
|
|
//
|
|
|
|
this.comboBoxVCPUs.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
|
this.comboBoxVCPUs.FormattingEnabled = true;
|
|
|
|
resources.ApplyResources(this.comboBoxVCPUs, "comboBoxVCPUs");
|
|
|
|
this.comboBoxVCPUs.Name = "comboBoxVCPUs";
|
|
|
|
this.comboBoxVCPUs.SelectedIndexChanged += new System.EventHandler(this.comboBoxVCPUs_SelectedIndexChanged);
|
|
|
|
//
|
2023-06-08 12:24:39 +02:00
|
|
|
// tableLayoutPanelInfo
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanelInfo, "tableLayoutPanelInfo");
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.tableLayoutPanelInfo, 3);
|
|
|
|
this.tableLayoutPanelInfo.Controls.Add(this.pictureBox1, 0, 0);
|
|
|
|
this.tableLayoutPanelInfo.Controls.Add(this.labelInfo, 1, 0);
|
|
|
|
this.tableLayoutPanelInfo.Name = "tableLayoutPanelInfo";
|
|
|
|
//
|
|
|
|
// pictureBox1
|
|
|
|
//
|
|
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_Info3_h32bit_16;
|
|
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
|
|
this.pictureBox1.TabStop = false;
|
|
|
|
//
|
|
|
|
// labelInfo
|
2018-12-11 15:34:35 +01:00
|
|
|
//
|
2023-06-08 12:24:39 +02:00
|
|
|
resources.ApplyResources(this.labelInfo, "labelInfo");
|
|
|
|
this.labelInfo.Name = "labelInfo";
|
2018-12-11 15:34:35 +01:00
|
|
|
//
|
2023-06-08 12:24:39 +02:00
|
|
|
// CpuMemoryEditPage
|
2013-06-24 13:41:48 +02:00
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
this.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
this.DoubleBuffered = true;
|
|
|
|
this.ForeColor = System.Drawing.SystemColors.ControlText;
|
2023-06-08 12:24:39 +02:00
|
|
|
this.Name = "CpuMemoryEditPage";
|
2013-06-24 13:41:48 +02:00
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2023-06-08 12:24:39 +02:00
|
|
|
this.warningsTableLayoutPanel.ResumeLayout(false);
|
|
|
|
this.warningsTableLayoutPanel.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cpuWarningPictureBox)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.topologyPictureBox)).EndInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
this.panel1.PerformLayout();
|
2023-06-08 12:24:39 +02:00
|
|
|
this.tableLayoutPanelInfo.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanelInfo.PerformLayout();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
|
private System.Windows.Forms.Label lblSliderHighest;
|
|
|
|
private System.Windows.Forms.Label lblSliderNormal;
|
|
|
|
private System.Windows.Forms.Label lblSliderLowest;
|
|
|
|
private System.Windows.Forms.Label lblPriority;
|
|
|
|
private System.Windows.Forms.Label lblVCPUs;
|
|
|
|
private XenAdmin.Controls.TransparentTrackBar transparentTrackBar1;
|
|
|
|
private System.Windows.Forms.Label label1;
|
2014-06-05 14:00:14 +02:00
|
|
|
private System.Windows.Forms.Label labelTopology;
|
|
|
|
private XenAdmin.Controls.CPUTopologyComboBox comboBoxTopology;
|
2016-02-12 18:01:05 +01:00
|
|
|
private System.Windows.Forms.ComboBox comboBoxVCPUs;
|
2016-09-29 13:11:37 +02:00
|
|
|
private System.Windows.Forms.ComboBox comboBoxInitialVCPUs;
|
|
|
|
private System.Windows.Forms.Label labelInitialVCPUs;
|
2023-06-08 12:24:39 +02:00
|
|
|
private System.Windows.Forms.TableLayoutPanel warningsTableLayoutPanel;
|
|
|
|
private System.Windows.Forms.PictureBox cpuWarningPictureBox;
|
|
|
|
private System.Windows.Forms.Label cpuWarningLabel;
|
|
|
|
private System.Windows.Forms.Label topologyWarningLabel;
|
|
|
|
private System.Windows.Forms.PictureBox topologyPictureBox;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanelInfo;
|
|
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
|
|
private System.Windows.Forms.Label labelInfo;
|
2013-06-24 13:41:48 +02:00
|
|
|
}
|
|
|
|
}
|