xenadmin/XenAdmin/Dialogs/HealthCheck/HealthCheckPolicyStatementDialog.Designer.cs
Mihaela Stoica 7098789f6a CP-13149: Updated Policy statement for Health Check
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-09-10 13:08:49 +01:00

72 lines
2.8 KiB
C#

namespace XenAdmin.Dialogs
{
partial class HealthCheckPolicyStatementDialog
{
/// <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(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;
}
}