2013-06-24 13:41:48 +02:00
|
|
|
|
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();
|
2019-03-15 15:10:42 +01:00
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
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;
|
2019-03-15 15:10:42 +01:00
|
|
|
|
this.textBoxSummary.TabStop = false;
|
2013-06-24 13:41:48 +02:00
|
|
|
|
//
|
|
|
|
|
// checkBox1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.checkBox1, "checkBox1");
|
|
|
|
|
this.checkBox1.Name = "checkBox1";
|
|
|
|
|
this.checkBox1.UseVisualStyleBackColor = true;
|
|
|
|
|
//
|
2019-03-15 15:10:42 +01:00
|
|
|
|
// tableLayoutPanel1
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.checkBox1, 0, 2);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label13, 0, 0);
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.textBoxSummary, 0, 1);
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
|
//
|
2013-06-24 13:41:48 +02:00
|
|
|
|
// NewPolicyFinishPage
|
|
|
|
|
//
|
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
2019-03-15 15:10:42 +01:00
|
|
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.Name = "NewPolicyFinishPage";
|
2019-03-15 15:10:42 +01:00
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
this.tableLayoutPanel1.PerformLayout();
|
2013-06-24 13:41:48 +02:00
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.Label label13;
|
|
|
|
|
private System.Windows.Forms.TextBox textBoxSummary;
|
|
|
|
|
private System.Windows.Forms.CheckBox checkBox1;
|
2019-03-15 15:10:42 +01:00
|
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
2013-06-24 13:41:48 +02:00
|
|
|
|
}
|
|
|
|
|
}
|