2013-06-24 13:41:48 +02:00
|
|
|
namespace XenAdmin.Controls.Ballooning
|
|
|
|
{
|
|
|
|
partial class VMMemoryControlsAdvanced
|
|
|
|
{
|
|
|
|
/// <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 Windows Form 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(VMMemoryControlsAdvanced));
|
|
|
|
this.spinnerPanel = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.memorySpinnerDynMin = new XenAdmin.Controls.Ballooning.MemorySpinner();
|
|
|
|
this.memorySpinnerDynMax = new XenAdmin.Controls.Ballooning.MemorySpinner();
|
2015-08-20 13:41:39 +02:00
|
|
|
this.memorySpinnerStatMax = new XenAdmin.Controls.Ballooning.MemorySpinner();
|
2018-08-29 16:01:51 +02:00
|
|
|
this.labelDynMin = new System.Windows.Forms.Label();
|
|
|
|
this.labelDynMax = new System.Windows.Forms.Label();
|
|
|
|
this.labelStatMax = new System.Windows.Forms.Label();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.spinnerPanel.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// spinnerPanel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.spinnerPanel, "spinnerPanel");
|
2018-08-29 16:01:51 +02:00
|
|
|
this.spinnerPanel.Controls.Add(this.memorySpinnerDynMin, 1, 0);
|
|
|
|
this.spinnerPanel.Controls.Add(this.memorySpinnerDynMax, 1, 1);
|
|
|
|
this.spinnerPanel.Controls.Add(this.memorySpinnerStatMax, 1, 2);
|
|
|
|
this.spinnerPanel.Controls.Add(this.labelDynMin, 0, 0);
|
|
|
|
this.spinnerPanel.Controls.Add(this.labelDynMax, 0, 1);
|
|
|
|
this.spinnerPanel.Controls.Add(this.labelStatMax, 0, 2);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.spinnerPanel.Name = "spinnerPanel";
|
|
|
|
//
|
|
|
|
// memorySpinnerDynMin
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.memorySpinnerDynMin, "memorySpinnerDynMin");
|
2018-08-10 20:20:41 +02:00
|
|
|
this.memorySpinnerDynMin.Increment = 0.1D;
|
2013-06-24 13:41:48 +02:00
|
|
|
this.memorySpinnerDynMin.Name = "memorySpinnerDynMin";
|
|
|
|
this.memorySpinnerDynMin.SpinnerValueChanged += new System.EventHandler(this.Spinners_ValueChanged);
|
|
|
|
//
|
|
|
|
// memorySpinnerDynMax
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.memorySpinnerDynMax, "memorySpinnerDynMax");
|
2018-08-10 20:20:41 +02:00
|
|
|
this.memorySpinnerDynMax.Increment = 0.1D;
|
2013-06-24 13:41:48 +02:00
|
|
|
this.memorySpinnerDynMax.Name = "memorySpinnerDynMax";
|
|
|
|
this.memorySpinnerDynMax.SpinnerValueChanged += new System.EventHandler(this.Spinners_ValueChanged);
|
|
|
|
//
|
2015-08-20 13:41:39 +02:00
|
|
|
// memorySpinnerStatMax
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.memorySpinnerStatMax, "memorySpinnerStatMax");
|
2018-08-10 20:20:41 +02:00
|
|
|
this.memorySpinnerStatMax.Increment = 0.1D;
|
2015-08-20 13:41:39 +02:00
|
|
|
this.memorySpinnerStatMax.Name = "memorySpinnerStatMax";
|
|
|
|
this.memorySpinnerStatMax.SpinnerValueChanged += new System.EventHandler(this.Spinners_ValueChanged);
|
|
|
|
//
|
2018-08-29 16:01:51 +02:00
|
|
|
// labelDynMin
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelDynMin, "labelDynMin");
|
|
|
|
this.labelDynMin.Name = "labelDynMin";
|
|
|
|
//
|
|
|
|
// labelDynMax
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelDynMax, "labelDynMax");
|
|
|
|
this.labelDynMax.Name = "labelDynMax";
|
|
|
|
//
|
|
|
|
// labelStatMax
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.labelStatMax, "labelStatMax");
|
|
|
|
this.labelStatMax.Name = "labelStatMax";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// VMMemoryControlsAdvanced
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
|
|
this.Controls.Add(this.spinnerPanel);
|
|
|
|
this.Name = "VMMemoryControlsAdvanced";
|
|
|
|
this.spinnerPanel.ResumeLayout(false);
|
2018-08-29 16:01:51 +02:00
|
|
|
this.spinnerPanel.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
this.ResumeLayout(false);
|
2018-08-29 16:01:51 +02:00
|
|
|
this.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.TableLayoutPanel spinnerPanel;
|
|
|
|
private MemorySpinner memorySpinnerDynMin;
|
|
|
|
private MemorySpinner memorySpinnerStatMax;
|
|
|
|
private MemorySpinner memorySpinnerDynMax;
|
2018-08-29 16:01:51 +02:00
|
|
|
private System.Windows.Forms.Label labelDynMin;
|
|
|
|
private System.Windows.Forms.Label labelDynMax;
|
|
|
|
private System.Windows.Forms.Label labelStatMax;
|
2013-06-24 13:41:48 +02:00
|
|
|
}
|
2015-08-20 13:41:39 +02:00
|
|
|
}
|