mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
74 lines
2.7 KiB
C#
74 lines
2.7 KiB
C#
|
namespace XenAdmin.Wizards.NewPolicyWizard
|
|||
|
{
|
|||
|
partial class NewPolicyFinishPage
|
|||
|
{
|
|||
|
/// <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(NewPolicyFinishPage));
|
|||
|
this.label13 = new System.Windows.Forms.Label();
|
|||
|
this.textBoxSummary = new System.Windows.Forms.TextBox();
|
|||
|
this.checkBox1 = new System.Windows.Forms.CheckBox();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// label13
|
|||
|
//
|
|||
|
resources.ApplyResources(this.label13, "label13");
|
|||
|
this.label13.Name = "label13";
|
|||
|
//
|
|||
|
// textBoxSummary
|
|||
|
//
|
|||
|
resources.ApplyResources(this.textBoxSummary, "textBoxSummary");
|
|||
|
this.textBoxSummary.Name = "textBoxSummary";
|
|||
|
this.textBoxSummary.ReadOnly = true;
|
|||
|
//
|
|||
|
// checkBox1
|
|||
|
//
|
|||
|
resources.ApplyResources(this.checkBox1, "checkBox1");
|
|||
|
this.checkBox1.Name = "checkBox1";
|
|||
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|||
|
//
|
|||
|
// NewPolicyFinishPage
|
|||
|
//
|
|||
|
resources.ApplyResources(this, "$this");
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|||
|
this.Controls.Add(this.checkBox1);
|
|||
|
this.Controls.Add(this.textBoxSummary);
|
|||
|
this.Controls.Add(this.label13);
|
|||
|
this.Name = "NewPolicyFinishPage";
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label label13;
|
|||
|
private System.Windows.Forms.TextBox textBoxSummary;
|
|||
|
private System.Windows.Forms.CheckBox checkBox1;
|
|||
|
}
|
|||
|
}
|