2013-06-24 13:41:48 +02:00
|
|
|
namespace XenAdmin.Controls.Ballooning
|
|
|
|
{
|
|
|
|
partial class MemorySpinner
|
|
|
|
{
|
|
|
|
/// <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(MemorySpinner));
|
|
|
|
this.Spinner = new System.Windows.Forms.NumericUpDown();
|
|
|
|
this.NameLabel = new System.Windows.Forms.Label();
|
|
|
|
this.iconBox = new System.Windows.Forms.PictureBox();
|
2015-08-20 13:41:39 +02:00
|
|
|
this.SpinnerUnits = new System.Windows.Forms.Label();
|
2013-06-24 13:41:48 +02:00
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Spinner)).BeginInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.iconBox)).BeginInit();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
|
|
|
// Spinner
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.Spinner, "Spinner");
|
2015-08-20 13:41:39 +02:00
|
|
|
this.Spinner.DecimalPlaces = 1;
|
2013-06-24 13:41:48 +02:00
|
|
|
this.Spinner.Maximum = new decimal(new int[] {
|
|
|
|
99999,
|
|
|
|
0,
|
|
|
|
0,
|
|
|
|
0});
|
|
|
|
this.Spinner.Name = "Spinner";
|
|
|
|
this.Spinner.ValueChanged += new System.EventHandler(this.Spinner_ValueChanged);
|
|
|
|
this.Spinner.Leave += new System.EventHandler(this.Spinner_Leave);
|
|
|
|
//
|
|
|
|
// NameLabel
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.NameLabel, "NameLabel");
|
|
|
|
this.NameLabel.Name = "NameLabel";
|
|
|
|
//
|
|
|
|
// iconBox
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.iconBox, "iconBox");
|
|
|
|
this.iconBox.Name = "iconBox";
|
|
|
|
this.iconBox.TabStop = false;
|
|
|
|
//
|
2015-08-20 13:41:39 +02:00
|
|
|
// SpinnerUnits
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.SpinnerUnits, "SpinnerUnits");
|
|
|
|
this.SpinnerUnits.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
this.SpinnerUnits.Name = "SpinnerUnits";
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
// MemorySpinner
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2015-08-20 13:41:39 +02:00
|
|
|
this.Controls.Add(this.SpinnerUnits);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.Controls.Add(this.NameLabel);
|
|
|
|
this.Controls.Add(this.iconBox);
|
2015-08-20 13:41:39 +02:00
|
|
|
this.Controls.Add(this.Spinner);
|
2013-06-24 13:41:48 +02:00
|
|
|
this.DoubleBuffered = true;
|
|
|
|
this.Name = "MemorySpinner";
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.Spinner)).EndInit();
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.iconBox)).EndInit();
|
|
|
|
this.ResumeLayout(false);
|
2015-08-20 13:41:39 +02:00
|
|
|
this.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.NumericUpDown Spinner;
|
|
|
|
private System.Windows.Forms.Label NameLabel;
|
|
|
|
private System.Windows.Forms.PictureBox iconBox;
|
2015-08-20 13:41:39 +02:00
|
|
|
private System.Windows.Forms.Label SpinnerUnits;
|
2013-06-24 13:41:48 +02:00
|
|
|
}
|
|
|
|
}
|