namespace XenAdmin.Dialogs { partial class HealthCheckPolicyStatementDialog { /// /// 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 Windows Form 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(HealthCheckPolicyStatementDialog)); this.OKButton = new System.Windows.Forms.Button(); this.policyStatementTextBox = new System.Windows.Forms.RichTextBox(); this.SuspendLayout(); // // OKButton // resources.ApplyResources(this.OKButton, "OKButton"); this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK; this.OKButton.Name = "OKButton"; this.OKButton.UseVisualStyleBackColor = true; // // policyStatementTextBox // resources.ApplyResources(this.policyStatementTextBox, "policyStatementTextBox"); this.policyStatementTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None; this.policyStatementTextBox.Cursor = System.Windows.Forms.Cursors.Default; this.policyStatementTextBox.Name = "policyStatementTextBox"; this.policyStatementTextBox.ReadOnly = true; this.policyStatementTextBox.TabStop = false; this.policyStatementTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.policyStatementTextBox_LinkClicked); // // HealthCheckPolicyStatementDialog // resources.ApplyResources(this, "$this"); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi; this.Controls.Add(this.OKButton); this.Controls.Add(this.policyStatementTextBox); this.HelpButton = false; this.Name = "HealthCheckPolicyStatementDialog"; this.ResumeLayout(false); } #endregion private System.Windows.Forms.RichTextBox policyStatementTextBox; internal System.Windows.Forms.Button OKButton; } }