namespace XenAdmin.Wizards.NewPolicyWizard { partial class NewPolicyFinishPage { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// 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; } }