2015-06-17 10:59:21 +02:00
|
|
|
namespace XenAdmin.Wizards.NewSRWizard_Pages.Frontends
|
|
|
|
{
|
|
|
|
partial class StorageProvisioning
|
|
|
|
{
|
|
|
|
/// <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(StorageProvisioning));
|
2015-08-26 18:14:01 +02:00
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
|
this.radioButtonThickProvisioning = new System.Windows.Forms.RadioButton();
|
2015-06-17 10:59:21 +02:00
|
|
|
this.radioButtonThinProvisioning = new System.Windows.Forms.RadioButton();
|
2015-08-28 17:44:22 +02:00
|
|
|
this.thinProvisioningAllocationsControl = new XenAdmin.Controls.ThinProvisioningParametersControl();
|
2015-06-17 10:59:21 +02:00
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
this.SuspendLayout();
|
|
|
|
//
|
2015-08-26 18:14:01 +02:00
|
|
|
// tableLayoutPanel1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonThickProvisioning, 0, 2);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.radioButtonThinProvisioning, 0, 3);
|
2015-08-28 17:44:22 +02:00
|
|
|
this.tableLayoutPanel1.Controls.Add(this.thinProvisioningAllocationsControl, 1, 4);
|
2015-08-26 18:14:01 +02:00
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.label1, 5);
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
//
|
2015-06-17 10:59:21 +02:00
|
|
|
// radioButtonThickProvisioning
|
|
|
|
//
|
|
|
|
resources.ApplyResources(this.radioButtonThickProvisioning, "radioButtonThickProvisioning");
|
|
|
|
this.radioButtonThickProvisioning.Checked = true;
|
2015-08-26 18:14:01 +02:00
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonThickProvisioning, 5);
|
2015-06-17 10:59:21 +02:00
|
|
|
this.radioButtonThickProvisioning.Name = "radioButtonThickProvisioning";
|
|
|
|
this.radioButtonThickProvisioning.TabStop = true;
|
|
|
|
this.radioButtonThickProvisioning.UseVisualStyleBackColor = true;
|
|
|
|
//
|
2015-08-26 18:14:01 +02:00
|
|
|
// radioButtonThinProvisioning
|
2015-06-17 10:59:21 +02:00
|
|
|
//
|
2015-08-26 18:14:01 +02:00
|
|
|
resources.ApplyResources(this.radioButtonThinProvisioning, "radioButtonThinProvisioning");
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.radioButtonThinProvisioning, 5);
|
|
|
|
this.radioButtonThinProvisioning.Name = "radioButtonThinProvisioning";
|
|
|
|
this.radioButtonThinProvisioning.UseVisualStyleBackColor = true;
|
2015-06-17 10:59:21 +02:00
|
|
|
//
|
2015-08-28 17:44:22 +02:00
|
|
|
// thinProvisioningAllocationsControl
|
2015-06-17 10:59:21 +02:00
|
|
|
//
|
2015-08-28 17:44:22 +02:00
|
|
|
resources.ApplyResources(this.thinProvisioningAllocationsControl, "thinProvisioningAllocationsControl");
|
|
|
|
this.tableLayoutPanel1.SetColumnSpan(this.thinProvisioningAllocationsControl, 3);
|
|
|
|
this.thinProvisioningAllocationsControl.Name = "thinProvisioningAllocationsControl";
|
|
|
|
this.thinProvisioningAllocationsControl.Enter += new System.EventHandler(this.thinProvisioningAllocationsControl_Enter);
|
2015-06-17 10:59:21 +02:00
|
|
|
//
|
|
|
|
// StorageProvisioning
|
|
|
|
//
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
this.Name = "StorageProvisioning";
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
private System.Windows.Forms.RadioButton radioButtonThickProvisioning;
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
|
private System.Windows.Forms.Label label1;
|
2015-08-28 17:44:22 +02:00
|
|
|
private System.Windows.Forms.RadioButton radioButtonThinProvisioning;
|
|
|
|
private Controls.ThinProvisioningParametersControl thinProvisioningAllocationsControl;
|
2015-06-17 10:59:21 +02:00
|
|
|
}
|
|
|
|
}
|