mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
89f51e90a1
* CA-258782 Remove thin provisioning code * Revert file that shouldn't have been touched * Remove line that was only present for debugging
195 lines
8.9 KiB
C#
195 lines
8.9 KiB
C#
namespace XenAdmin.SettingsPanels
|
|
{
|
|
partial class VDISizeLocationPage
|
|
{
|
|
/// <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(VDISizeLocationPage));
|
|
this.SizeLabel = new System.Windows.Forms.Label();
|
|
this.locationLabel = new System.Windows.Forms.Label();
|
|
this.sizeNUD = new System.Windows.Forms.NumericUpDown();
|
|
this.sizeValue = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.sizeValueROLabel = new System.Windows.Forms.Label();
|
|
this.labelLocationValueRO = new System.Windows.Forms.Label();
|
|
this.pictureBoxError = new System.Windows.Forms.PictureBox();
|
|
this.labelError = new System.Windows.Forms.Label();
|
|
this.panelShutDownHint = new System.Windows.Forms.Panel();
|
|
this.labelShutDownWarning = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
((System.ComponentModel.ISupportInitialize)(this.sizeNUD)).BeginInit();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxError)).BeginInit();
|
|
this.panelShutDownHint.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// SizeLabel
|
|
//
|
|
resources.ApplyResources(this.SizeLabel, "SizeLabel");
|
|
this.SizeLabel.Name = "SizeLabel";
|
|
//
|
|
// locationLabel
|
|
//
|
|
resources.ApplyResources(this.locationLabel, "locationLabel");
|
|
this.locationLabel.Name = "locationLabel";
|
|
//
|
|
// sizeNUD
|
|
//
|
|
this.sizeNUD.DecimalPlaces = 3;
|
|
resources.ApplyResources(this.sizeNUD, "sizeNUD");
|
|
this.sizeNUD.Increment = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
65536});
|
|
this.sizeNUD.Maximum = new decimal(new int[] {
|
|
-1,
|
|
1,
|
|
0,
|
|
0});
|
|
this.sizeNUD.Name = "sizeNUD";
|
|
this.sizeNUD.ValueChanged += new System.EventHandler(this.sizeNUD_ValueChanged);
|
|
//
|
|
// sizeValue
|
|
//
|
|
resources.ApplyResources(this.sizeValue, "sizeValue");
|
|
this.sizeValue.Name = "sizeValue";
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.sizeValue, 3, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.locationLabel, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.SizeLabel, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.sizeNUD, 2, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.sizeValueROLabel, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelLocationValueRO, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.pictureBoxError, 4, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.labelError, 5, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// sizeValueROLabel
|
|
//
|
|
resources.ApplyResources(this.sizeValueROLabel, "sizeValueROLabel");
|
|
this.sizeValueROLabel.Name = "sizeValueROLabel";
|
|
//
|
|
// labelLocationValueRO
|
|
//
|
|
resources.ApplyResources(this.labelLocationValueRO, "labelLocationValueRO");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.labelLocationValueRO, 5);
|
|
this.labelLocationValueRO.Name = "labelLocationValueRO";
|
|
//
|
|
// pictureBoxError
|
|
//
|
|
resources.ApplyResources(this.pictureBoxError, "pictureBoxError");
|
|
this.pictureBoxError.Image = global::XenAdmin.Properties.Resources._000_error_h32bit_16;
|
|
this.pictureBoxError.Name = "pictureBoxError";
|
|
this.pictureBoxError.TabStop = false;
|
|
//
|
|
// labelError
|
|
//
|
|
resources.ApplyResources(this.labelError, "labelError");
|
|
this.labelError.ForeColor = System.Drawing.Color.Red;
|
|
this.labelError.Name = "labelError";
|
|
//
|
|
// panelShutDownHint
|
|
//
|
|
this.panelShutDownHint.Controls.Add(this.labelShutDownWarning);
|
|
this.panelShutDownHint.Controls.Add(this.pictureBox1);
|
|
resources.ApplyResources(this.panelShutDownHint, "panelShutDownHint");
|
|
this.panelShutDownHint.Name = "panelShutDownHint";
|
|
//
|
|
// labelShutDownWarning
|
|
//
|
|
resources.ApplyResources(this.labelShutDownWarning, "labelShutDownWarning");
|
|
this.labelShutDownWarning.Name = "labelShutDownWarning";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
resources.ApplyResources(this.pictureBox1, "pictureBox1");
|
|
this.pictureBox1.Image = global::XenAdmin.Properties.Resources._000_Alert2_h32bit_16;
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label1
|
|
//
|
|
resources.ApplyResources(this.label1, "label1");
|
|
this.label1.Name = "label1";
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
//
|
|
// VDISizeLocationPage
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.BackColor = System.Drawing.Color.Transparent;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Controls.Add(this.panelShutDownHint);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.DoubleBuffered = true;
|
|
this.Name = "VDISizeLocationPage";
|
|
((System.ComponentModel.ISupportInitialize)(this.sizeNUD)).EndInit();
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxError)).EndInit();
|
|
this.panelShutDownHint.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label SizeLabel;
|
|
private System.Windows.Forms.Label locationLabel;
|
|
private System.Windows.Forms.NumericUpDown sizeNUD;
|
|
private System.Windows.Forms.Label sizeValue;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label sizeValueROLabel;
|
|
private System.Windows.Forms.Panel panelShutDownHint;
|
|
private System.Windows.Forms.Label labelShutDownWarning;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label labelLocationValueRO;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
private System.Windows.Forms.PictureBox pictureBoxError;
|
|
private System.Windows.Forms.Label labelError;
|
|
|
|
}
|
|
}
|