mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
7098789f6a
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
72 lines
2.8 KiB
C#
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;
|
|
|
|
|
|
}
|
|
} |