mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 06:16:37 +01:00
CA-236150 - Funny label on status report wizard
Changed label to a LinkLabel instead of RichTextBox. Also fixed similar bug on the healthcheck enrollment dialog.
This commit is contained in:
parent
4f70a0a2c8
commit
10bb65d2f2
@ -1,456 +1,462 @@
|
|||||||
namespace XenAdmin.Dialogs.HealthCheck
|
namespace XenAdmin.Dialogs.HealthCheck
|
||||||
{
|
{
|
||||||
partial class HealthCheckSettingsDialog
|
partial class HealthCheckSettingsDialog
|
||||||
{
|
{
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required designer variable.
|
/// Required designer variable.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private System.ComponentModel.IContainer components = null;
|
private System.ComponentModel.IContainer components = null;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Clean up any resources being used.
|
/// Clean up any resources being used.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||||
protected override void Dispose(bool disposing)
|
protected override void Dispose(bool disposing)
|
||||||
{
|
{
|
||||||
if (disposing && (components != null))
|
if (disposing && (components != null))
|
||||||
{
|
{
|
||||||
components.Dispose();
|
components.Dispose();
|
||||||
}
|
}
|
||||||
base.Dispose(disposing);
|
base.Dispose(disposing);
|
||||||
}
|
}
|
||||||
|
|
||||||
#region Windows Form Designer generated code
|
#region Windows Form Designer generated code
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Required method for Designer support - do not modify
|
/// Required method for Designer support - do not modify
|
||||||
/// the contents of this method with the code editor.
|
/// the contents of this method with the code editor.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private void InitializeComponent()
|
private void InitializeComponent()
|
||||||
{
|
{
|
||||||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HealthCheckSettingsDialog));
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(HealthCheckSettingsDialog));
|
||||||
this.okButton = new System.Windows.Forms.Button();
|
this.okButton = new System.Windows.Forms.Button();
|
||||||
this.cancelButton = new System.Windows.Forms.Button();
|
this.cancelButton = new System.Windows.Forms.Button();
|
||||||
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.decentGroupBox2 = new XenAdmin.Controls.DecentGroupBox();
|
this.decentGroupBox2 = new XenAdmin.Controls.DecentGroupBox();
|
||||||
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel4 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.frequencyLabel = new System.Windows.Forms.Label();
|
this.frequencyLabel = new System.Windows.Forms.Label();
|
||||||
this.frequencyNumericBox = new System.Windows.Forms.NumericUpDown();
|
this.frequencyNumericBox = new System.Windows.Forms.NumericUpDown();
|
||||||
this.weeksLabel = new System.Windows.Forms.Label();
|
this.weeksLabel = new System.Windows.Forms.Label();
|
||||||
this.dayOfweekLabel = new System.Windows.Forms.Label();
|
this.dayOfweekLabel = new System.Windows.Forms.Label();
|
||||||
this.timeOfDayLabel = new System.Windows.Forms.Label();
|
this.timeOfDayLabel = new System.Windows.Forms.Label();
|
||||||
this.timeOfDayComboBox = new System.Windows.Forms.ComboBox();
|
this.timeOfDayComboBox = new System.Windows.Forms.ComboBox();
|
||||||
this.dayOfWeekComboBox = new System.Windows.Forms.ComboBox();
|
this.dayOfWeekComboBox = new System.Windows.Forms.ComboBox();
|
||||||
this.decentGroupBox1 = new XenAdmin.Controls.DecentGroupBox();
|
this.decentGroupBox1 = new XenAdmin.Controls.DecentGroupBox();
|
||||||
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.authenticationRubricTextBox = new System.Windows.Forms.RichTextBox();
|
this.label1 = new System.Windows.Forms.Label();
|
||||||
this.label1 = new System.Windows.Forms.Label();
|
this.label2 = new System.Windows.Forms.Label();
|
||||||
this.label2 = new System.Windows.Forms.Label();
|
this.textBoxMyCitrixPassword = new System.Windows.Forms.TextBox();
|
||||||
this.textBoxMyCitrixPassword = new System.Windows.Forms.TextBox();
|
this.textBoxMyCitrixUsername = new System.Windows.Forms.TextBox();
|
||||||
this.textBoxMyCitrixUsername = new System.Windows.Forms.TextBox();
|
this.existingAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
|
||||||
this.existingAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
|
this.newAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
|
||||||
this.newAuthenticationRadioButton = new System.Windows.Forms.RadioButton();
|
this.authRubricLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||||
this.rubricLabel = new System.Windows.Forms.Label();
|
this.authRubricTextLabel = new System.Windows.Forms.Label();
|
||||||
this.PolicyStatementLinkLabel = new System.Windows.Forms.LinkLabel();
|
this.rubricLabel = new System.Windows.Forms.Label();
|
||||||
this.m_ctrlError = new XenAdmin.Controls.Common.PasswordFailure();
|
this.PolicyStatementLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||||
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
this.m_ctrlError = new XenAdmin.Controls.Common.PasswordFailure();
|
||||||
this.enrollmentCheckBox = new System.Windows.Forms.CheckBox();
|
this.flowLayoutPanel1 = new System.Windows.Forms.FlowLayoutPanel();
|
||||||
this.decentGroupBoxXSCredentials = new XenAdmin.Controls.DecentGroupBox();
|
this.enrollmentCheckBox = new System.Windows.Forms.CheckBox();
|
||||||
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
this.decentGroupBoxXSCredentials = new XenAdmin.Controls.DecentGroupBox();
|
||||||
this.errorLabel = new System.Windows.Forms.Label();
|
this.tableLayoutPanel3 = new System.Windows.Forms.TableLayoutPanel();
|
||||||
this.testCredentialsStatusImage = new System.Windows.Forms.PictureBox();
|
this.errorLabel = new System.Windows.Forms.Label();
|
||||||
this.label3 = new System.Windows.Forms.Label();
|
this.testCredentialsStatusImage = new System.Windows.Forms.PictureBox();
|
||||||
this.label4 = new System.Windows.Forms.Label();
|
this.label3 = new System.Windows.Forms.Label();
|
||||||
this.label5 = new System.Windows.Forms.Label();
|
this.label4 = new System.Windows.Forms.Label();
|
||||||
this.textboxXSPassword = new System.Windows.Forms.TextBox();
|
this.label5 = new System.Windows.Forms.Label();
|
||||||
this.textboxXSUserName = new System.Windows.Forms.TextBox();
|
this.textboxXSPassword = new System.Windows.Forms.TextBox();
|
||||||
this.currentXsCredentialsRadioButton = new System.Windows.Forms.RadioButton();
|
this.textboxXSUserName = new System.Windows.Forms.TextBox();
|
||||||
this.newXsCredentialsRadioButton = new System.Windows.Forms.RadioButton();
|
this.currentXsCredentialsRadioButton = new System.Windows.Forms.RadioButton();
|
||||||
this.testCredentialsButton = new System.Windows.Forms.Button();
|
this.newXsCredentialsRadioButton = new System.Windows.Forms.RadioButton();
|
||||||
this.tableLayoutPanel1.SuspendLayout();
|
this.testCredentialsButton = new System.Windows.Forms.Button();
|
||||||
this.decentGroupBox2.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
||||||
this.tableLayoutPanel4.SuspendLayout();
|
this.decentGroupBox2.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.frequencyNumericBox)).BeginInit();
|
this.tableLayoutPanel4.SuspendLayout();
|
||||||
this.decentGroupBox1.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.frequencyNumericBox)).BeginInit();
|
||||||
this.tableLayoutPanel2.SuspendLayout();
|
this.decentGroupBox1.SuspendLayout();
|
||||||
this.flowLayoutPanel1.SuspendLayout();
|
this.tableLayoutPanel2.SuspendLayout();
|
||||||
this.decentGroupBoxXSCredentials.SuspendLayout();
|
this.flowLayoutPanel1.SuspendLayout();
|
||||||
this.tableLayoutPanel3.SuspendLayout();
|
this.decentGroupBoxXSCredentials.SuspendLayout();
|
||||||
((System.ComponentModel.ISupportInitialize)(this.testCredentialsStatusImage)).BeginInit();
|
this.tableLayoutPanel3.SuspendLayout();
|
||||||
this.SuspendLayout();
|
((System.ComponentModel.ISupportInitialize)(this.testCredentialsStatusImage)).BeginInit();
|
||||||
//
|
this.SuspendLayout();
|
||||||
// okButton
|
//
|
||||||
//
|
// okButton
|
||||||
resources.ApplyResources(this.okButton, "okButton");
|
//
|
||||||
this.okButton.Name = "okButton";
|
resources.ApplyResources(this.okButton, "okButton");
|
||||||
this.okButton.UseVisualStyleBackColor = true;
|
this.okButton.Name = "okButton";
|
||||||
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
this.okButton.UseVisualStyleBackColor = true;
|
||||||
//
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
||||||
// cancelButton
|
//
|
||||||
//
|
// cancelButton
|
||||||
resources.ApplyResources(this.cancelButton, "cancelButton");
|
//
|
||||||
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
||||||
this.cancelButton.Name = "cancelButton";
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
||||||
this.cancelButton.UseVisualStyleBackColor = true;
|
this.cancelButton.Name = "cancelButton";
|
||||||
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
this.cancelButton.UseVisualStyleBackColor = true;
|
||||||
//
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
||||||
// tableLayoutPanel1
|
//
|
||||||
//
|
// tableLayoutPanel1
|
||||||
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
//
|
||||||
this.tableLayoutPanel1.Controls.Add(this.decentGroupBox2, 0, 3);
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
||||||
this.tableLayoutPanel1.Controls.Add(this.decentGroupBox1, 0, 8);
|
this.tableLayoutPanel1.Controls.Add(this.decentGroupBox2, 0, 3);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.rubricLabel, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.decentGroupBox1, 0, 8);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.PolicyStatementLinkLabel, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.rubricLabel, 0, 0);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.m_ctrlError, 0, 10);
|
this.tableLayoutPanel1.Controls.Add(this.PolicyStatementLinkLabel, 0, 1);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 10);
|
this.tableLayoutPanel1.Controls.Add(this.m_ctrlError, 0, 10);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.enrollmentCheckBox, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.flowLayoutPanel1, 1, 10);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.decentGroupBoxXSCredentials, 0, 7);
|
this.tableLayoutPanel1.Controls.Add(this.enrollmentCheckBox, 0, 2);
|
||||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.Controls.Add(this.decentGroupBoxXSCredentials, 0, 7);
|
||||||
//
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||||
// decentGroupBox2
|
//
|
||||||
//
|
// decentGroupBox2
|
||||||
resources.ApplyResources(this.decentGroupBox2, "decentGroupBox2");
|
//
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.decentGroupBox2, 2);
|
resources.ApplyResources(this.decentGroupBox2, "decentGroupBox2");
|
||||||
this.decentGroupBox2.Controls.Add(this.tableLayoutPanel4);
|
this.tableLayoutPanel1.SetColumnSpan(this.decentGroupBox2, 2);
|
||||||
this.decentGroupBox2.Name = "decentGroupBox2";
|
this.decentGroupBox2.Controls.Add(this.tableLayoutPanel4);
|
||||||
this.decentGroupBox2.TabStop = false;
|
this.decentGroupBox2.Name = "decentGroupBox2";
|
||||||
//
|
this.decentGroupBox2.TabStop = false;
|
||||||
// tableLayoutPanel4
|
//
|
||||||
//
|
// tableLayoutPanel4
|
||||||
resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
|
//
|
||||||
this.tableLayoutPanel4.Controls.Add(this.frequencyLabel, 0, 0);
|
resources.ApplyResources(this.tableLayoutPanel4, "tableLayoutPanel4");
|
||||||
this.tableLayoutPanel4.Controls.Add(this.frequencyNumericBox, 1, 0);
|
this.tableLayoutPanel4.Controls.Add(this.frequencyLabel, 0, 0);
|
||||||
this.tableLayoutPanel4.Controls.Add(this.weeksLabel, 2, 0);
|
this.tableLayoutPanel4.Controls.Add(this.frequencyNumericBox, 1, 0);
|
||||||
this.tableLayoutPanel4.Controls.Add(this.dayOfweekLabel, 0, 2);
|
this.tableLayoutPanel4.Controls.Add(this.weeksLabel, 2, 0);
|
||||||
this.tableLayoutPanel4.Controls.Add(this.timeOfDayLabel, 0, 1);
|
this.tableLayoutPanel4.Controls.Add(this.dayOfweekLabel, 0, 2);
|
||||||
this.tableLayoutPanel4.Controls.Add(this.timeOfDayComboBox, 1, 1);
|
this.tableLayoutPanel4.Controls.Add(this.timeOfDayLabel, 0, 1);
|
||||||
this.tableLayoutPanel4.Controls.Add(this.dayOfWeekComboBox, 1, 2);
|
this.tableLayoutPanel4.Controls.Add(this.timeOfDayComboBox, 1, 1);
|
||||||
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
this.tableLayoutPanel4.Controls.Add(this.dayOfWeekComboBox, 1, 2);
|
||||||
//
|
this.tableLayoutPanel4.Name = "tableLayoutPanel4";
|
||||||
// frequencyLabel
|
//
|
||||||
//
|
// frequencyLabel
|
||||||
resources.ApplyResources(this.frequencyLabel, "frequencyLabel");
|
//
|
||||||
this.frequencyLabel.Name = "frequencyLabel";
|
resources.ApplyResources(this.frequencyLabel, "frequencyLabel");
|
||||||
//
|
this.frequencyLabel.Name = "frequencyLabel";
|
||||||
// frequencyNumericBox
|
//
|
||||||
//
|
// frequencyNumericBox
|
||||||
resources.ApplyResources(this.frequencyNumericBox, "frequencyNumericBox");
|
//
|
||||||
this.frequencyNumericBox.Maximum = new decimal(new int[] {
|
resources.ApplyResources(this.frequencyNumericBox, "frequencyNumericBox");
|
||||||
52,
|
this.frequencyNumericBox.Maximum = new decimal(new int[] {
|
||||||
0,
|
52,
|
||||||
0,
|
0,
|
||||||
0});
|
0,
|
||||||
this.frequencyNumericBox.Minimum = new decimal(new int[] {
|
0});
|
||||||
1,
|
this.frequencyNumericBox.Minimum = new decimal(new int[] {
|
||||||
0,
|
1,
|
||||||
0,
|
0,
|
||||||
0});
|
0,
|
||||||
this.frequencyNumericBox.Name = "frequencyNumericBox";
|
0});
|
||||||
this.frequencyNumericBox.Value = new decimal(new int[] {
|
this.frequencyNumericBox.Name = "frequencyNumericBox";
|
||||||
1,
|
this.frequencyNumericBox.Value = new decimal(new int[] {
|
||||||
0,
|
1,
|
||||||
0,
|
0,
|
||||||
0});
|
0,
|
||||||
//
|
0});
|
||||||
// weeksLabel
|
//
|
||||||
//
|
// weeksLabel
|
||||||
resources.ApplyResources(this.weeksLabel, "weeksLabel");
|
//
|
||||||
this.weeksLabel.Name = "weeksLabel";
|
resources.ApplyResources(this.weeksLabel, "weeksLabel");
|
||||||
//
|
this.weeksLabel.Name = "weeksLabel";
|
||||||
// dayOfweekLabel
|
//
|
||||||
//
|
// dayOfweekLabel
|
||||||
resources.ApplyResources(this.dayOfweekLabel, "dayOfweekLabel");
|
//
|
||||||
this.dayOfweekLabel.Name = "dayOfweekLabel";
|
resources.ApplyResources(this.dayOfweekLabel, "dayOfweekLabel");
|
||||||
//
|
this.dayOfweekLabel.Name = "dayOfweekLabel";
|
||||||
// timeOfDayLabel
|
//
|
||||||
//
|
// timeOfDayLabel
|
||||||
resources.ApplyResources(this.timeOfDayLabel, "timeOfDayLabel");
|
//
|
||||||
this.timeOfDayLabel.Name = "timeOfDayLabel";
|
resources.ApplyResources(this.timeOfDayLabel, "timeOfDayLabel");
|
||||||
//
|
this.timeOfDayLabel.Name = "timeOfDayLabel";
|
||||||
// timeOfDayComboBox
|
//
|
||||||
//
|
// timeOfDayComboBox
|
||||||
this.tableLayoutPanel4.SetColumnSpan(this.timeOfDayComboBox, 2);
|
//
|
||||||
this.timeOfDayComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.tableLayoutPanel4.SetColumnSpan(this.timeOfDayComboBox, 2);
|
||||||
resources.ApplyResources(this.timeOfDayComboBox, "timeOfDayComboBox");
|
this.timeOfDayComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.timeOfDayComboBox.FormattingEnabled = true;
|
resources.ApplyResources(this.timeOfDayComboBox, "timeOfDayComboBox");
|
||||||
this.timeOfDayComboBox.Name = "timeOfDayComboBox";
|
this.timeOfDayComboBox.FormattingEnabled = true;
|
||||||
//
|
this.timeOfDayComboBox.Name = "timeOfDayComboBox";
|
||||||
// dayOfWeekComboBox
|
//
|
||||||
//
|
// dayOfWeekComboBox
|
||||||
this.tableLayoutPanel4.SetColumnSpan(this.dayOfWeekComboBox, 2);
|
//
|
||||||
this.dayOfWeekComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
this.tableLayoutPanel4.SetColumnSpan(this.dayOfWeekComboBox, 2);
|
||||||
resources.ApplyResources(this.dayOfWeekComboBox, "dayOfWeekComboBox");
|
this.dayOfWeekComboBox.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||||||
this.dayOfWeekComboBox.FormattingEnabled = true;
|
resources.ApplyResources(this.dayOfWeekComboBox, "dayOfWeekComboBox");
|
||||||
this.dayOfWeekComboBox.Name = "dayOfWeekComboBox";
|
this.dayOfWeekComboBox.FormattingEnabled = true;
|
||||||
//
|
this.dayOfWeekComboBox.Name = "dayOfWeekComboBox";
|
||||||
// decentGroupBox1
|
//
|
||||||
//
|
// decentGroupBox1
|
||||||
resources.ApplyResources(this.decentGroupBox1, "decentGroupBox1");
|
//
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.decentGroupBox1, 2);
|
resources.ApplyResources(this.decentGroupBox1, "decentGroupBox1");
|
||||||
this.decentGroupBox1.Controls.Add(this.tableLayoutPanel2);
|
this.tableLayoutPanel1.SetColumnSpan(this.decentGroupBox1, 2);
|
||||||
this.decentGroupBox1.Name = "decentGroupBox1";
|
this.decentGroupBox1.Controls.Add(this.tableLayoutPanel2);
|
||||||
this.decentGroupBox1.TabStop = false;
|
this.decentGroupBox1.Name = "decentGroupBox1";
|
||||||
//
|
this.decentGroupBox1.TabStop = false;
|
||||||
// tableLayoutPanel2
|
//
|
||||||
//
|
// tableLayoutPanel2
|
||||||
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
//
|
||||||
this.tableLayoutPanel2.Controls.Add(this.authenticationRubricTextBox, 0, 0);
|
resources.ApplyResources(this.tableLayoutPanel2, "tableLayoutPanel2");
|
||||||
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 3);
|
this.tableLayoutPanel2.Controls.Add(this.label1, 0, 4);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 4);
|
this.tableLayoutPanel2.Controls.Add(this.label2, 0, 5);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.textBoxMyCitrixPassword, 1, 4);
|
this.tableLayoutPanel2.Controls.Add(this.textBoxMyCitrixPassword, 1, 5);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.textBoxMyCitrixUsername, 1, 3);
|
this.tableLayoutPanel2.Controls.Add(this.textBoxMyCitrixUsername, 1, 4);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.existingAuthenticationRadioButton, 0, 1);
|
this.tableLayoutPanel2.Controls.Add(this.existingAuthenticationRadioButton, 0, 2);
|
||||||
this.tableLayoutPanel2.Controls.Add(this.newAuthenticationRadioButton, 0, 2);
|
this.tableLayoutPanel2.Controls.Add(this.newAuthenticationRadioButton, 0, 3);
|
||||||
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
this.tableLayoutPanel2.Controls.Add(this.authRubricLinkLabel, 0, 0);
|
||||||
//
|
this.tableLayoutPanel2.Controls.Add(this.authRubricTextLabel, 0, 1);
|
||||||
// authenticationRubricTextBox
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.authenticationRubricTextBox, "authenticationRubricTextBox");
|
// label1
|
||||||
this.authenticationRubricTextBox.BackColor = System.Drawing.SystemColors.Control;
|
//
|
||||||
this.authenticationRubricTextBox.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
resources.ApplyResources(this.label1, "label1");
|
||||||
this.tableLayoutPanel2.SetColumnSpan(this.authenticationRubricTextBox, 2);
|
this.label1.Name = "label1";
|
||||||
this.authenticationRubricTextBox.Cursor = System.Windows.Forms.Cursors.Default;
|
//
|
||||||
this.authenticationRubricTextBox.Name = "authenticationRubricTextBox";
|
// label2
|
||||||
this.authenticationRubricTextBox.ReadOnly = true;
|
//
|
||||||
this.authenticationRubricTextBox.ShortcutsEnabled = false;
|
resources.ApplyResources(this.label2, "label2");
|
||||||
this.authenticationRubricTextBox.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.authenticationRubricTextBox_LinkClicked);
|
this.label2.Name = "label2";
|
||||||
//
|
//
|
||||||
// label1
|
// textBoxMyCitrixPassword
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label1, "label1");
|
resources.ApplyResources(this.textBoxMyCitrixPassword, "textBoxMyCitrixPassword");
|
||||||
this.label1.Name = "label1";
|
this.textBoxMyCitrixPassword.Name = "textBoxMyCitrixPassword";
|
||||||
//
|
this.textBoxMyCitrixPassword.UseSystemPasswordChar = true;
|
||||||
// label2
|
this.textBoxMyCitrixPassword.TextChanged += new System.EventHandler(this.credentials_TextChanged);
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.label2, "label2");
|
// textBoxMyCitrixUsername
|
||||||
this.label2.Name = "label2";
|
//
|
||||||
//
|
resources.ApplyResources(this.textBoxMyCitrixUsername, "textBoxMyCitrixUsername");
|
||||||
// textBoxMyCitrixPassword
|
this.textBoxMyCitrixUsername.Name = "textBoxMyCitrixUsername";
|
||||||
//
|
this.textBoxMyCitrixUsername.TextChanged += new System.EventHandler(this.credentials_TextChanged);
|
||||||
resources.ApplyResources(this.textBoxMyCitrixPassword, "textBoxMyCitrixPassword");
|
//
|
||||||
this.textBoxMyCitrixPassword.Name = "textBoxMyCitrixPassword";
|
// existingAuthenticationRadioButton
|
||||||
this.textBoxMyCitrixPassword.UseSystemPasswordChar = true;
|
//
|
||||||
this.textBoxMyCitrixPassword.TextChanged += new System.EventHandler(this.credentials_TextChanged);
|
resources.ApplyResources(this.existingAuthenticationRadioButton, "existingAuthenticationRadioButton");
|
||||||
//
|
this.tableLayoutPanel2.SetColumnSpan(this.existingAuthenticationRadioButton, 2);
|
||||||
// textBoxMyCitrixUsername
|
this.existingAuthenticationRadioButton.Name = "existingAuthenticationRadioButton";
|
||||||
//
|
this.existingAuthenticationRadioButton.TabStop = true;
|
||||||
resources.ApplyResources(this.textBoxMyCitrixUsername, "textBoxMyCitrixUsername");
|
this.existingAuthenticationRadioButton.UseVisualStyleBackColor = true;
|
||||||
this.textBoxMyCitrixUsername.Name = "textBoxMyCitrixUsername";
|
this.existingAuthenticationRadioButton.CheckedChanged += new System.EventHandler(this.existingAuthenticationRadioButton_CheckedChanged);
|
||||||
this.textBoxMyCitrixUsername.TextChanged += new System.EventHandler(this.credentials_TextChanged);
|
//
|
||||||
//
|
// newAuthenticationRadioButton
|
||||||
// existingAuthenticationRadioButton
|
//
|
||||||
//
|
resources.ApplyResources(this.newAuthenticationRadioButton, "newAuthenticationRadioButton");
|
||||||
resources.ApplyResources(this.existingAuthenticationRadioButton, "existingAuthenticationRadioButton");
|
this.tableLayoutPanel2.SetColumnSpan(this.newAuthenticationRadioButton, 2);
|
||||||
this.tableLayoutPanel2.SetColumnSpan(this.existingAuthenticationRadioButton, 2);
|
this.newAuthenticationRadioButton.Name = "newAuthenticationRadioButton";
|
||||||
this.existingAuthenticationRadioButton.Name = "existingAuthenticationRadioButton";
|
this.newAuthenticationRadioButton.TabStop = true;
|
||||||
this.existingAuthenticationRadioButton.TabStop = true;
|
this.newAuthenticationRadioButton.UseVisualStyleBackColor = true;
|
||||||
this.existingAuthenticationRadioButton.UseVisualStyleBackColor = true;
|
this.newAuthenticationRadioButton.CheckedChanged += new System.EventHandler(this.newAuthenticationRadioButton_CheckedChanged);
|
||||||
this.existingAuthenticationRadioButton.CheckedChanged += new System.EventHandler(this.existingAuthenticationRadioButton_CheckedChanged);
|
//
|
||||||
//
|
// authRubricLinkLabel
|
||||||
// newAuthenticationRadioButton
|
//
|
||||||
//
|
resources.ApplyResources(this.authRubricLinkLabel, "authRubricLinkLabel");
|
||||||
resources.ApplyResources(this.newAuthenticationRadioButton, "newAuthenticationRadioButton");
|
this.tableLayoutPanel2.SetColumnSpan(this.authRubricLinkLabel, 2);
|
||||||
this.tableLayoutPanel2.SetColumnSpan(this.newAuthenticationRadioButton, 2);
|
this.authRubricLinkLabel.Name = "authRubricLinkLabel";
|
||||||
this.newAuthenticationRadioButton.Name = "newAuthenticationRadioButton";
|
this.authRubricLinkLabel.TabStop = true;
|
||||||
this.newAuthenticationRadioButton.TabStop = true;
|
this.authRubricLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.authRubricLinkLabel_LinkClicked);
|
||||||
this.newAuthenticationRadioButton.UseVisualStyleBackColor = true;
|
//
|
||||||
this.newAuthenticationRadioButton.CheckedChanged += new System.EventHandler(this.newAuthenticationRadioButton_CheckedChanged);
|
// authRubricTextLabel
|
||||||
//
|
//
|
||||||
// rubricLabel
|
resources.ApplyResources(this.authRubricTextLabel, "authRubricTextLabel");
|
||||||
//
|
this.tableLayoutPanel2.SetColumnSpan(this.authRubricTextLabel, 2);
|
||||||
resources.ApplyResources(this.rubricLabel, "rubricLabel");
|
this.authRubricTextLabel.Name = "authRubricTextLabel";
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.rubricLabel, 2);
|
//
|
||||||
this.rubricLabel.Name = "rubricLabel";
|
// rubricLabel
|
||||||
//
|
//
|
||||||
// PolicyStatementLinkLabel
|
resources.ApplyResources(this.rubricLabel, "rubricLabel");
|
||||||
//
|
this.tableLayoutPanel1.SetColumnSpan(this.rubricLabel, 2);
|
||||||
resources.ApplyResources(this.PolicyStatementLinkLabel, "PolicyStatementLinkLabel");
|
this.rubricLabel.Name = "rubricLabel";
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.PolicyStatementLinkLabel, 2);
|
//
|
||||||
this.PolicyStatementLinkLabel.Name = "PolicyStatementLinkLabel";
|
// PolicyStatementLinkLabel
|
||||||
this.PolicyStatementLinkLabel.TabStop = true;
|
//
|
||||||
this.PolicyStatementLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.PolicyStatementLinkLabel_LinkClicked);
|
resources.ApplyResources(this.PolicyStatementLinkLabel, "PolicyStatementLinkLabel");
|
||||||
//
|
this.tableLayoutPanel1.SetColumnSpan(this.PolicyStatementLinkLabel, 2);
|
||||||
// m_ctrlError
|
this.PolicyStatementLinkLabel.Name = "PolicyStatementLinkLabel";
|
||||||
//
|
this.PolicyStatementLinkLabel.TabStop = true;
|
||||||
resources.ApplyResources(this.m_ctrlError, "m_ctrlError");
|
this.PolicyStatementLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.PolicyStatementLinkLabel_LinkClicked);
|
||||||
this.m_ctrlError.Name = "m_ctrlError";
|
//
|
||||||
//
|
// m_ctrlError
|
||||||
// flowLayoutPanel1
|
//
|
||||||
//
|
resources.ApplyResources(this.m_ctrlError, "m_ctrlError");
|
||||||
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
|
this.m_ctrlError.Name = "m_ctrlError";
|
||||||
this.flowLayoutPanel1.Controls.Add(this.cancelButton);
|
//
|
||||||
this.flowLayoutPanel1.Controls.Add(this.okButton);
|
// flowLayoutPanel1
|
||||||
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
//
|
||||||
//
|
resources.ApplyResources(this.flowLayoutPanel1, "flowLayoutPanel1");
|
||||||
// enrollmentCheckBox
|
this.flowLayoutPanel1.Controls.Add(this.cancelButton);
|
||||||
//
|
this.flowLayoutPanel1.Controls.Add(this.okButton);
|
||||||
resources.ApplyResources(this.enrollmentCheckBox, "enrollmentCheckBox");
|
this.flowLayoutPanel1.Name = "flowLayoutPanel1";
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.enrollmentCheckBox, 2);
|
//
|
||||||
this.enrollmentCheckBox.Name = "enrollmentCheckBox";
|
// enrollmentCheckBox
|
||||||
this.enrollmentCheckBox.UseVisualStyleBackColor = true;
|
//
|
||||||
this.enrollmentCheckBox.CheckedChanged += new System.EventHandler(this.enrollmentCheckBox_CheckedChanged);
|
resources.ApplyResources(this.enrollmentCheckBox, "enrollmentCheckBox");
|
||||||
//
|
this.tableLayoutPanel1.SetColumnSpan(this.enrollmentCheckBox, 2);
|
||||||
// decentGroupBoxXSCredentials
|
this.enrollmentCheckBox.Name = "enrollmentCheckBox";
|
||||||
//
|
this.enrollmentCheckBox.UseVisualStyleBackColor = true;
|
||||||
resources.ApplyResources(this.decentGroupBoxXSCredentials, "decentGroupBoxXSCredentials");
|
this.enrollmentCheckBox.CheckedChanged += new System.EventHandler(this.enrollmentCheckBox_CheckedChanged);
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.decentGroupBoxXSCredentials, 2);
|
//
|
||||||
this.decentGroupBoxXSCredentials.Controls.Add(this.tableLayoutPanel3);
|
// decentGroupBoxXSCredentials
|
||||||
this.decentGroupBoxXSCredentials.Name = "decentGroupBoxXSCredentials";
|
//
|
||||||
this.decentGroupBoxXSCredentials.TabStop = false;
|
resources.ApplyResources(this.decentGroupBoxXSCredentials, "decentGroupBoxXSCredentials");
|
||||||
//
|
this.tableLayoutPanel1.SetColumnSpan(this.decentGroupBoxXSCredentials, 2);
|
||||||
// tableLayoutPanel3
|
this.decentGroupBoxXSCredentials.Controls.Add(this.tableLayoutPanel3);
|
||||||
//
|
this.decentGroupBoxXSCredentials.Name = "decentGroupBoxXSCredentials";
|
||||||
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
|
this.decentGroupBoxXSCredentials.TabStop = false;
|
||||||
this.tableLayoutPanel3.Controls.Add(this.errorLabel, 3, 5);
|
//
|
||||||
this.tableLayoutPanel3.Controls.Add(this.testCredentialsStatusImage, 2, 5);
|
// tableLayoutPanel3
|
||||||
this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0);
|
//
|
||||||
this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
|
resources.ApplyResources(this.tableLayoutPanel3, "tableLayoutPanel3");
|
||||||
this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
|
this.tableLayoutPanel3.Controls.Add(this.errorLabel, 3, 5);
|
||||||
this.tableLayoutPanel3.Controls.Add(this.textboxXSPassword, 1, 4);
|
this.tableLayoutPanel3.Controls.Add(this.testCredentialsStatusImage, 2, 5);
|
||||||
this.tableLayoutPanel3.Controls.Add(this.textboxXSUserName, 1, 3);
|
this.tableLayoutPanel3.Controls.Add(this.label3, 0, 0);
|
||||||
this.tableLayoutPanel3.Controls.Add(this.currentXsCredentialsRadioButton, 0, 1);
|
this.tableLayoutPanel3.Controls.Add(this.label4, 0, 3);
|
||||||
this.tableLayoutPanel3.Controls.Add(this.newXsCredentialsRadioButton, 0, 2);
|
this.tableLayoutPanel3.Controls.Add(this.label5, 0, 4);
|
||||||
this.tableLayoutPanel3.Controls.Add(this.testCredentialsButton, 1, 5);
|
this.tableLayoutPanel3.Controls.Add(this.textboxXSPassword, 1, 4);
|
||||||
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
this.tableLayoutPanel3.Controls.Add(this.textboxXSUserName, 1, 3);
|
||||||
//
|
this.tableLayoutPanel3.Controls.Add(this.currentXsCredentialsRadioButton, 0, 1);
|
||||||
// errorLabel
|
this.tableLayoutPanel3.Controls.Add(this.newXsCredentialsRadioButton, 0, 2);
|
||||||
//
|
this.tableLayoutPanel3.Controls.Add(this.testCredentialsButton, 1, 5);
|
||||||
this.errorLabel.AutoEllipsis = true;
|
this.tableLayoutPanel3.Name = "tableLayoutPanel3";
|
||||||
resources.ApplyResources(this.errorLabel, "errorLabel");
|
//
|
||||||
this.errorLabel.ForeColor = System.Drawing.Color.Red;
|
// errorLabel
|
||||||
this.errorLabel.Name = "errorLabel";
|
//
|
||||||
//
|
this.errorLabel.AutoEllipsis = true;
|
||||||
// testCredentialsStatusImage
|
resources.ApplyResources(this.errorLabel, "errorLabel");
|
||||||
//
|
this.errorLabel.ForeColor = System.Drawing.Color.Red;
|
||||||
resources.ApplyResources(this.testCredentialsStatusImage, "testCredentialsStatusImage");
|
this.errorLabel.Name = "errorLabel";
|
||||||
this.testCredentialsStatusImage.Name = "testCredentialsStatusImage";
|
//
|
||||||
this.testCredentialsStatusImage.TabStop = false;
|
// testCredentialsStatusImage
|
||||||
//
|
//
|
||||||
// label3
|
resources.ApplyResources(this.testCredentialsStatusImage, "testCredentialsStatusImage");
|
||||||
//
|
this.testCredentialsStatusImage.Name = "testCredentialsStatusImage";
|
||||||
resources.ApplyResources(this.label3, "label3");
|
this.testCredentialsStatusImage.TabStop = false;
|
||||||
this.tableLayoutPanel3.SetColumnSpan(this.label3, 4);
|
//
|
||||||
this.label3.Name = "label3";
|
// label3
|
||||||
//
|
//
|
||||||
// label4
|
resources.ApplyResources(this.label3, "label3");
|
||||||
//
|
this.tableLayoutPanel3.SetColumnSpan(this.label3, 4);
|
||||||
resources.ApplyResources(this.label4, "label4");
|
this.label3.Name = "label3";
|
||||||
this.label4.Name = "label4";
|
//
|
||||||
//
|
// label4
|
||||||
// label5
|
//
|
||||||
//
|
resources.ApplyResources(this.label4, "label4");
|
||||||
resources.ApplyResources(this.label5, "label5");
|
this.label4.Name = "label4";
|
||||||
this.label5.Name = "label5";
|
//
|
||||||
//
|
// label5
|
||||||
// textboxXSPassword
|
//
|
||||||
//
|
resources.ApplyResources(this.label5, "label5");
|
||||||
this.tableLayoutPanel3.SetColumnSpan(this.textboxXSPassword, 3);
|
this.label5.Name = "label5";
|
||||||
resources.ApplyResources(this.textboxXSPassword, "textboxXSPassword");
|
//
|
||||||
this.textboxXSPassword.Name = "textboxXSPassword";
|
// textboxXSPassword
|
||||||
this.textboxXSPassword.UseSystemPasswordChar = true;
|
//
|
||||||
this.textboxXSPassword.TextChanged += new System.EventHandler(this.xsCredentials_TextChanged);
|
this.tableLayoutPanel3.SetColumnSpan(this.textboxXSPassword, 3);
|
||||||
//
|
resources.ApplyResources(this.textboxXSPassword, "textboxXSPassword");
|
||||||
// textboxXSUserName
|
this.textboxXSPassword.Name = "textboxXSPassword";
|
||||||
//
|
this.textboxXSPassword.UseSystemPasswordChar = true;
|
||||||
this.tableLayoutPanel3.SetColumnSpan(this.textboxXSUserName, 3);
|
this.textboxXSPassword.TextChanged += new System.EventHandler(this.xsCredentials_TextChanged);
|
||||||
resources.ApplyResources(this.textboxXSUserName, "textboxXSUserName");
|
//
|
||||||
this.textboxXSUserName.Name = "textboxXSUserName";
|
// textboxXSUserName
|
||||||
this.textboxXSUserName.TextChanged += new System.EventHandler(this.xsCredentials_TextChanged);
|
//
|
||||||
//
|
this.tableLayoutPanel3.SetColumnSpan(this.textboxXSUserName, 3);
|
||||||
// currentXsCredentialsRadioButton
|
resources.ApplyResources(this.textboxXSUserName, "textboxXSUserName");
|
||||||
//
|
this.textboxXSUserName.Name = "textboxXSUserName";
|
||||||
resources.ApplyResources(this.currentXsCredentialsRadioButton, "currentXsCredentialsRadioButton");
|
this.textboxXSUserName.TextChanged += new System.EventHandler(this.xsCredentials_TextChanged);
|
||||||
this.currentXsCredentialsRadioButton.Checked = true;
|
//
|
||||||
this.tableLayoutPanel3.SetColumnSpan(this.currentXsCredentialsRadioButton, 4);
|
// currentXsCredentialsRadioButton
|
||||||
this.currentXsCredentialsRadioButton.Name = "currentXsCredentialsRadioButton";
|
//
|
||||||
this.currentXsCredentialsRadioButton.TabStop = true;
|
resources.ApplyResources(this.currentXsCredentialsRadioButton, "currentXsCredentialsRadioButton");
|
||||||
this.currentXsCredentialsRadioButton.UseVisualStyleBackColor = true;
|
this.currentXsCredentialsRadioButton.Checked = true;
|
||||||
//
|
this.tableLayoutPanel3.SetColumnSpan(this.currentXsCredentialsRadioButton, 4);
|
||||||
// newXsCredentialsRadioButton
|
this.currentXsCredentialsRadioButton.Name = "currentXsCredentialsRadioButton";
|
||||||
//
|
this.currentXsCredentialsRadioButton.TabStop = true;
|
||||||
resources.ApplyResources(this.newXsCredentialsRadioButton, "newXsCredentialsRadioButton");
|
this.currentXsCredentialsRadioButton.UseVisualStyleBackColor = true;
|
||||||
this.tableLayoutPanel3.SetColumnSpan(this.newXsCredentialsRadioButton, 4);
|
//
|
||||||
this.newXsCredentialsRadioButton.Name = "newXsCredentialsRadioButton";
|
// newXsCredentialsRadioButton
|
||||||
this.newXsCredentialsRadioButton.UseVisualStyleBackColor = true;
|
//
|
||||||
this.newXsCredentialsRadioButton.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
|
resources.ApplyResources(this.newXsCredentialsRadioButton, "newXsCredentialsRadioButton");
|
||||||
//
|
this.tableLayoutPanel3.SetColumnSpan(this.newXsCredentialsRadioButton, 4);
|
||||||
// testCredentialsButton
|
this.newXsCredentialsRadioButton.Name = "newXsCredentialsRadioButton";
|
||||||
//
|
this.newXsCredentialsRadioButton.TabStop = true;
|
||||||
resources.ApplyResources(this.testCredentialsButton, "testCredentialsButton");
|
this.newXsCredentialsRadioButton.UseVisualStyleBackColor = true;
|
||||||
this.testCredentialsButton.Name = "testCredentialsButton";
|
this.newXsCredentialsRadioButton.CheckedChanged += new System.EventHandler(this.radioButton2_CheckedChanged);
|
||||||
this.testCredentialsButton.UseVisualStyleBackColor = true;
|
//
|
||||||
this.testCredentialsButton.Click += new System.EventHandler(this.testCredentialsButton_Click);
|
// testCredentialsButton
|
||||||
//
|
//
|
||||||
// HealthCheckSettingsDialog
|
resources.ApplyResources(this.testCredentialsButton, "testCredentialsButton");
|
||||||
//
|
this.testCredentialsButton.Name = "testCredentialsButton";
|
||||||
this.AcceptButton = this.okButton;
|
this.testCredentialsButton.UseVisualStyleBackColor = true;
|
||||||
resources.ApplyResources(this, "$this");
|
this.testCredentialsButton.Click += new System.EventHandler(this.testCredentialsButton_Click);
|
||||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
//
|
||||||
this.CancelButton = this.cancelButton;
|
// HealthCheckSettingsDialog
|
||||||
this.Controls.Add(this.tableLayoutPanel1);
|
//
|
||||||
this.Name = "HealthCheckSettingsDialog";
|
this.AcceptButton = this.okButton;
|
||||||
this.tableLayoutPanel1.ResumeLayout(false);
|
resources.ApplyResources(this, "$this");
|
||||||
this.tableLayoutPanel1.PerformLayout();
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
||||||
this.decentGroupBox2.ResumeLayout(false);
|
this.CancelButton = this.cancelButton;
|
||||||
this.decentGroupBox2.PerformLayout();
|
this.Controls.Add(this.tableLayoutPanel1);
|
||||||
this.tableLayoutPanel4.ResumeLayout(false);
|
this.Name = "HealthCheckSettingsDialog";
|
||||||
this.tableLayoutPanel4.PerformLayout();
|
this.tableLayoutPanel1.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.frequencyNumericBox)).EndInit();
|
this.tableLayoutPanel1.PerformLayout();
|
||||||
this.decentGroupBox1.ResumeLayout(false);
|
this.decentGroupBox2.ResumeLayout(false);
|
||||||
this.decentGroupBox1.PerformLayout();
|
this.decentGroupBox2.PerformLayout();
|
||||||
this.tableLayoutPanel2.ResumeLayout(false);
|
this.tableLayoutPanel4.ResumeLayout(false);
|
||||||
this.tableLayoutPanel2.PerformLayout();
|
this.tableLayoutPanel4.PerformLayout();
|
||||||
this.flowLayoutPanel1.ResumeLayout(false);
|
((System.ComponentModel.ISupportInitialize)(this.frequencyNumericBox)).EndInit();
|
||||||
this.flowLayoutPanel1.PerformLayout();
|
this.decentGroupBox1.ResumeLayout(false);
|
||||||
this.decentGroupBoxXSCredentials.ResumeLayout(false);
|
this.decentGroupBox1.PerformLayout();
|
||||||
this.decentGroupBoxXSCredentials.PerformLayout();
|
this.tableLayoutPanel2.ResumeLayout(false);
|
||||||
this.tableLayoutPanel3.ResumeLayout(false);
|
this.tableLayoutPanel2.PerformLayout();
|
||||||
this.tableLayoutPanel3.PerformLayout();
|
this.flowLayoutPanel1.ResumeLayout(false);
|
||||||
((System.ComponentModel.ISupportInitialize)(this.testCredentialsStatusImage)).EndInit();
|
this.flowLayoutPanel1.PerformLayout();
|
||||||
this.ResumeLayout(false);
|
this.decentGroupBoxXSCredentials.ResumeLayout(false);
|
||||||
this.PerformLayout();
|
this.decentGroupBoxXSCredentials.PerformLayout();
|
||||||
|
this.tableLayoutPanel3.ResumeLayout(false);
|
||||||
}
|
this.tableLayoutPanel3.PerformLayout();
|
||||||
|
((System.ComponentModel.ISupportInitialize)(this.testCredentialsStatusImage)).EndInit();
|
||||||
#endregion
|
this.ResumeLayout(false);
|
||||||
|
this.PerformLayout();
|
||||||
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
||||||
private Controls.DecentGroupBox decentGroupBox2;
|
}
|
||||||
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
|
||||||
private System.Windows.Forms.Label frequencyLabel;
|
#endregion
|
||||||
private System.Windows.Forms.NumericUpDown frequencyNumericBox;
|
|
||||||
private System.Windows.Forms.Label weeksLabel;
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
||||||
private System.Windows.Forms.Label dayOfweekLabel;
|
private Controls.DecentGroupBox decentGroupBox2;
|
||||||
private System.Windows.Forms.Label timeOfDayLabel;
|
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel4;
|
||||||
private System.Windows.Forms.ComboBox timeOfDayComboBox;
|
private System.Windows.Forms.Label frequencyLabel;
|
||||||
private System.Windows.Forms.ComboBox dayOfWeekComboBox;
|
private System.Windows.Forms.NumericUpDown frequencyNumericBox;
|
||||||
private Controls.DecentGroupBox decentGroupBox1;
|
private System.Windows.Forms.Label weeksLabel;
|
||||||
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
private System.Windows.Forms.Label dayOfweekLabel;
|
||||||
protected System.Windows.Forms.Label label1;
|
private System.Windows.Forms.Label timeOfDayLabel;
|
||||||
protected System.Windows.Forms.Label label2;
|
private System.Windows.Forms.ComboBox timeOfDayComboBox;
|
||||||
protected System.Windows.Forms.TextBox textBoxMyCitrixPassword;
|
private System.Windows.Forms.ComboBox dayOfWeekComboBox;
|
||||||
protected System.Windows.Forms.TextBox textBoxMyCitrixUsername;
|
private Controls.DecentGroupBox decentGroupBox1;
|
||||||
private System.Windows.Forms.RadioButton existingAuthenticationRadioButton;
|
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
||||||
private System.Windows.Forms.RadioButton newAuthenticationRadioButton;
|
protected System.Windows.Forms.Label label1;
|
||||||
private System.Windows.Forms.LinkLabel PolicyStatementLinkLabel;
|
protected System.Windows.Forms.TextBox textBoxMyCitrixUsername;
|
||||||
private System.Windows.Forms.Label rubricLabel;
|
private System.Windows.Forms.RadioButton existingAuthenticationRadioButton;
|
||||||
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
private System.Windows.Forms.RadioButton newAuthenticationRadioButton;
|
||||||
private System.Windows.Forms.Button cancelButton;
|
private System.Windows.Forms.LinkLabel PolicyStatementLinkLabel;
|
||||||
private System.Windows.Forms.Button okButton;
|
private System.Windows.Forms.Label rubricLabel;
|
||||||
private System.Windows.Forms.CheckBox enrollmentCheckBox;
|
private System.Windows.Forms.FlowLayoutPanel flowLayoutPanel1;
|
||||||
private Controls.DecentGroupBox decentGroupBoxXSCredentials;
|
private System.Windows.Forms.Button cancelButton;
|
||||||
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
private System.Windows.Forms.Button okButton;
|
||||||
private System.Windows.Forms.Label label3;
|
private System.Windows.Forms.CheckBox enrollmentCheckBox;
|
||||||
protected System.Windows.Forms.Label label4;
|
private Controls.DecentGroupBox decentGroupBoxXSCredentials;
|
||||||
protected System.Windows.Forms.Label label5;
|
protected System.Windows.Forms.TableLayoutPanel tableLayoutPanel3;
|
||||||
protected System.Windows.Forms.TextBox textboxXSPassword;
|
private System.Windows.Forms.Label label3;
|
||||||
protected System.Windows.Forms.TextBox textboxXSUserName;
|
protected System.Windows.Forms.Label label4;
|
||||||
private System.Windows.Forms.RadioButton currentXsCredentialsRadioButton;
|
protected System.Windows.Forms.Label label5;
|
||||||
private System.Windows.Forms.RadioButton newXsCredentialsRadioButton;
|
protected System.Windows.Forms.TextBox textboxXSPassword;
|
||||||
private Controls.Common.PasswordFailure m_ctrlError;
|
protected System.Windows.Forms.TextBox textboxXSUserName;
|
||||||
private System.Windows.Forms.Button testCredentialsButton;
|
private System.Windows.Forms.RadioButton currentXsCredentialsRadioButton;
|
||||||
private System.Windows.Forms.PictureBox testCredentialsStatusImage;
|
private System.Windows.Forms.RadioButton newXsCredentialsRadioButton;
|
||||||
private System.Windows.Forms.Label errorLabel;
|
private Controls.Common.PasswordFailure m_ctrlError;
|
||||||
private System.Windows.Forms.RichTextBox authenticationRubricTextBox;
|
private System.Windows.Forms.Button testCredentialsButton;
|
||||||
}
|
private System.Windows.Forms.PictureBox testCredentialsStatusImage;
|
||||||
}
|
private System.Windows.Forms.Label errorLabel;
|
||||||
|
protected System.Windows.Forms.Label label2;
|
||||||
|
protected System.Windows.Forms.TextBox textBoxMyCitrixPassword;
|
||||||
|
private System.Windows.Forms.LinkLabel authRubricLinkLabel;
|
||||||
|
private System.Windows.Forms.Label authRubricTextLabel;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -114,9 +114,21 @@ namespace XenAdmin.Dialogs.HealthCheck
|
|||||||
{
|
{
|
||||||
Text = String.Format(Messages.HEALTHCHECK_ENROLLMENT_TITLE, pool.Name);
|
Text = String.Format(Messages.HEALTHCHECK_ENROLLMENT_TITLE, pool.Name);
|
||||||
|
|
||||||
authenticationRubricTextBox.Text = authenticationRequired
|
string noAuthTokenMessage = string.Format(Messages.HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN, Messages.MY_CITRIX_CREDENTIALS_URL);
|
||||||
? Messages.HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN
|
string existingAuthTokenMessage = Messages.HEALTHCHECK_AUTHENTICATION_RUBRIC_EXISTING_TOKEN;
|
||||||
: Messages.HEALTHCHECK_AUTHENTICATION_RUBRIC_EXISTING_TOKEN;
|
string authenticationRubricLabelText = authenticationRequired ? noAuthTokenMessage : existingAuthTokenMessage;
|
||||||
|
|
||||||
|
if (authenticationRubricLabelText == noAuthTokenMessage)
|
||||||
|
{
|
||||||
|
authRubricTextLabel.Visible = false;
|
||||||
|
authRubricLinkLabel.Text = noAuthTokenMessage;
|
||||||
|
authRubricLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(authenticationRubricLabelText.IndexOf(Messages.MY_CITRIX_CREDENTIALS_URL), Messages.MY_CITRIX_CREDENTIALS_URL.Length);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
authRubricLinkLabel.Visible = false;
|
||||||
|
authRubricTextLabel.Text = existingAuthTokenMessage;
|
||||||
|
}
|
||||||
|
|
||||||
enrollmentCheckBox.Checked = healthCheckSettings.Status != HealthCheckStatus.Disabled;
|
enrollmentCheckBox.Checked = healthCheckSettings.Status != HealthCheckStatus.Disabled;
|
||||||
frequencyNumericBox.Value = healthCheckSettings.IntervalInWeeks;
|
frequencyNumericBox.Value = healthCheckSettings.IntervalInWeeks;
|
||||||
@ -405,14 +417,15 @@ namespace XenAdmin.Dialogs.HealthCheck
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
private void authenticationRubricTextBox_LinkClicked(object sender, LinkClickedEventArgs e)
|
|
||||||
{
|
|
||||||
Program.OpenURL(e.LinkText);
|
|
||||||
}
|
|
||||||
|
|
||||||
private void existingAuthenticationRadioButton_CheckedChanged(object sender, EventArgs e)
|
private void existingAuthenticationRadioButton_CheckedChanged(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
UpdateButtons();
|
UpdateButtons();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
private void authRubricLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
|
{
|
||||||
|
Program.OpenURL(Messages.MY_CITRIX_CREDENTIALS_URL);
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
File diff suppressed because it is too large
Load Diff
@ -45,29 +45,29 @@ namespace XenAdmin.Wizards.BugToolWizardFiles
|
|||||||
this.caseNumberLabel = new System.Windows.Forms.Label();
|
this.caseNumberLabel = new System.Windows.Forms.Label();
|
||||||
this.caseNumberTextBox = new System.Windows.Forms.TextBox();
|
this.caseNumberTextBox = new System.Windows.Forms.TextBox();
|
||||||
this.optionalLabel = new System.Windows.Forms.Label();
|
this.optionalLabel = new System.Windows.Forms.Label();
|
||||||
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
|
this.enterCredentialsLinkLabel = new System.Windows.Forms.LinkLabel();
|
||||||
this.tableLayoutPanel1.SuspendLayout();
|
this.tableLayoutPanel1.SuspendLayout();
|
||||||
this.SuspendLayout();
|
this.SuspendLayout();
|
||||||
//
|
//
|
||||||
// tableLayoutPanel1
|
// tableLayoutPanel1
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
||||||
this.tableLayoutPanel1.Controls.Add(this.usernameLabel, 0, 5);
|
this.tableLayoutPanel1.Controls.Add(this.usernameLabel, 0, 6);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.passwordLabel, 0, 6);
|
this.tableLayoutPanel1.Controls.Add(this.passwordLabel, 0, 7);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.passwordTextBox, 1, 6);
|
this.tableLayoutPanel1.Controls.Add(this.passwordTextBox, 1, 7);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.usernameTextBox, 1, 5);
|
this.tableLayoutPanel1.Controls.Add(this.usernameTextBox, 1, 6);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 0);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.labelName, 0, 1);
|
this.tableLayoutPanel1.Controls.Add(this.labelName, 0, 1);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.m_textBoxName, 1, 1);
|
this.tableLayoutPanel1.Controls.Add(this.m_textBoxName, 1, 1);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.labelFileLocation, 0, 2);
|
this.tableLayoutPanel1.Controls.Add(this.labelFileLocation, 0, 2);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.m_textBoxLocation, 1, 2);
|
this.tableLayoutPanel1.Controls.Add(this.m_textBoxLocation, 1, 2);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.BrowseButton, 3, 2);
|
this.tableLayoutPanel1.Controls.Add(this.BrowseButton, 3, 2);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.m_ctrlError, 0, 8);
|
this.tableLayoutPanel1.Controls.Add(this.m_ctrlError, 0, 9);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.uploadCheckBox, 0, 3);
|
this.tableLayoutPanel1.Controls.Add(this.uploadCheckBox, 0, 3);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.caseNumberLabel, 0, 7);
|
this.tableLayoutPanel1.Controls.Add(this.caseNumberLabel, 0, 8);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.caseNumberTextBox, 1, 7);
|
this.tableLayoutPanel1.Controls.Add(this.caseNumberTextBox, 1, 8);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.optionalLabel, 2, 7);
|
this.tableLayoutPanel1.Controls.Add(this.optionalLabel, 2, 8);
|
||||||
this.tableLayoutPanel1.Controls.Add(this.richTextBox1, 0, 4);
|
this.tableLayoutPanel1.Controls.Add(this.enterCredentialsLinkLabel, 0, 5);
|
||||||
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
||||||
//
|
//
|
||||||
// usernameLabel
|
// usernameLabel
|
||||||
@ -160,16 +160,13 @@ namespace XenAdmin.Wizards.BugToolWizardFiles
|
|||||||
resources.ApplyResources(this.optionalLabel, "optionalLabel");
|
resources.ApplyResources(this.optionalLabel, "optionalLabel");
|
||||||
this.optionalLabel.Name = "optionalLabel";
|
this.optionalLabel.Name = "optionalLabel";
|
||||||
//
|
//
|
||||||
// richTextBox1
|
// enterCredentialsLinkLabel
|
||||||
//
|
//
|
||||||
resources.ApplyResources(this.richTextBox1, "richTextBox1");
|
resources.ApplyResources(this.enterCredentialsLinkLabel, "enterCredentialsLinkLabel");
|
||||||
this.richTextBox1.BackColor = System.Drawing.SystemColors.Control;
|
this.tableLayoutPanel1.SetColumnSpan(this.enterCredentialsLinkLabel, 4);
|
||||||
this.richTextBox1.BorderStyle = System.Windows.Forms.BorderStyle.None;
|
this.enterCredentialsLinkLabel.Name = "enterCredentialsLinkLabel";
|
||||||
this.tableLayoutPanel1.SetColumnSpan(this.richTextBox1, 4);
|
this.enterCredentialsLinkLabel.TabStop = true;
|
||||||
this.richTextBox1.Cursor = System.Windows.Forms.Cursors.Default;
|
this.enterCredentialsLinkLabel.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.enterCredentialsLinkLabel_LinkClicked);
|
||||||
this.richTextBox1.Name = "richTextBox1";
|
|
||||||
this.richTextBox1.ReadOnly = true;
|
|
||||||
this.richTextBox1.LinkClicked += new System.Windows.Forms.LinkClickedEventHandler(this.richTextBox1_LinkClicked);
|
|
||||||
//
|
//
|
||||||
// BugToolPageDestination
|
// BugToolPageDestination
|
||||||
//
|
//
|
||||||
@ -201,6 +198,6 @@ namespace XenAdmin.Wizards.BugToolWizardFiles
|
|||||||
private System.Windows.Forms.Label caseNumberLabel;
|
private System.Windows.Forms.Label caseNumberLabel;
|
||||||
private System.Windows.Forms.TextBox caseNumberTextBox;
|
private System.Windows.Forms.TextBox caseNumberTextBox;
|
||||||
private System.Windows.Forms.Label optionalLabel;
|
private System.Windows.Forms.Label optionalLabel;
|
||||||
private System.Windows.Forms.RichTextBox richTextBox1;
|
private System.Windows.Forms.LinkLabel enterCredentialsLinkLabel;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -73,7 +73,11 @@ namespace XenAdmin.Wizards.BugToolWizardFiles
|
|||||||
}
|
}
|
||||||
usernameTextBox.Visible = usernameLabel.Visible = passwordLabel.Visible = passwordTextBox.Visible =
|
usernameTextBox.Visible = usernameLabel.Visible = passwordLabel.Visible = passwordTextBox.Visible =
|
||||||
caseNumberLabel.Visible = caseNumberTextBox.Visible = optionalLabel.Visible =
|
caseNumberLabel.Visible = caseNumberTextBox.Visible = optionalLabel.Visible =
|
||||||
richTextBox1.Visible = uploadCheckBox.Visible = !HiddenFeatures.UploadOptionHidden;
|
enterCredentialsLinkLabel.Visible = uploadCheckBox.Visible = !HiddenFeatures.UploadOptionHidden;
|
||||||
|
|
||||||
|
string enterCredentialsMessage = string.Format(Messages.STATUS_REPORT_ENTER_CREDENTIALS_MESSAGE, Messages.MY_CITRIX_CREDENTIALS_URL);
|
||||||
|
enterCredentialsLinkLabel.Text = (enterCredentialsMessage);
|
||||||
|
enterCredentialsLinkLabel.LinkArea = new System.Windows.Forms.LinkArea(enterCredentialsMessage.IndexOf(Messages.MY_CITRIX_CREDENTIALS_URL), Messages.MY_CITRIX_CREDENTIALS_URL.Length);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string Text { get { return Messages.BUGTOOL_PAGE_DESTINATION_TEXT; } }
|
public override string Text { get { return Messages.BUGTOOL_PAGE_DESTINATION_TEXT; } }
|
||||||
@ -273,9 +277,10 @@ namespace XenAdmin.Wizards.BugToolWizardFiles
|
|||||||
|
|
||||||
#endregion
|
#endregion
|
||||||
|
|
||||||
private void richTextBox1_LinkClicked(object sender, LinkClickedEventArgs e)
|
private void enterCredentialsLinkLabel_LinkClicked(object sender, LinkLabelLinkClickedEventArgs e)
|
||||||
{
|
{
|
||||||
Program.OpenURL(e.LinkText);
|
this.enterCredentialsLinkLabel.LinkVisited = true;
|
||||||
|
Program.OpenURL(Messages.MY_CITRIX_CREDENTIALS_URL);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -133,7 +133,7 @@
|
|||||||
</data>
|
</data>
|
||||||
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
<assembly alias="System.Drawing" name="System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
|
||||||
<data name="usernameLabel.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="usernameLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>30, 189</value>
|
<value>30, 187</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="usernameLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="usernameLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>30, 5, 3, 5</value>
|
<value>30, 5, 3, 5</value>
|
||||||
@ -172,7 +172,7 @@
|
|||||||
<value>NoControl</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="passwordLabel.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="passwordLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>30, 219</value>
|
<value>30, 217</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="passwordLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="passwordLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>30, 5, 3, 5</value>
|
<value>30, 5, 3, 5</value>
|
||||||
@ -202,7 +202,7 @@
|
|||||||
<value>1</value>
|
<value>1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="passwordTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="passwordTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>108, 216</value>
|
<value>108, 214</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="passwordTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="passwordTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>3, 5, 3, 5</value>
|
<value>3, 5, 3, 5</value>
|
||||||
@ -226,7 +226,7 @@
|
|||||||
<value>2</value>
|
<value>2</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="usernameTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="usernameTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>108, 186</value>
|
<value>108, 184</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="usernameTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="usernameTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>3, 5, 3, 5</value>
|
<value>3, 5, 3, 5</value>
|
||||||
@ -457,7 +457,7 @@
|
|||||||
<value />
|
<value />
|
||||||
</data>
|
</data>
|
||||||
<data name="m_ctrlError.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="m_ctrlError.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>0, 281</value>
|
<value>0, 279</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="m_ctrlError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="m_ctrlError.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>0, 10, 0, 0</value>
|
<value>0, 10, 0, 0</value>
|
||||||
@ -523,7 +523,7 @@
|
|||||||
<value>NoControl</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="caseNumberLabel.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="caseNumberLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>30, 249</value>
|
<value>30, 247</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="caseNumberLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="caseNumberLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>30, 5, 3, 5</value>
|
<value>30, 5, 3, 5</value>
|
||||||
@ -550,7 +550,7 @@
|
|||||||
<value>12</value>
|
<value>12</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="caseNumberTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="caseNumberTextBox.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>108, 246</value>
|
<value>108, 244</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="caseNumberTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="caseNumberTextBox.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>3, 5, 3, 5</value>
|
<value>3, 5, 3, 5</value>
|
||||||
@ -583,7 +583,7 @@
|
|||||||
<value>NoControl</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="optionalLabel.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="optionalLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>360, 249</value>
|
<value>360, 247</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="optionalLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="optionalLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>3, 5, 3, 5</value>
|
<value>3, 5, 3, 5</value>
|
||||||
@ -609,37 +609,40 @@
|
|||||||
<data name=">>optionalLabel.ZOrder" xml:space="preserve">
|
<data name=">>optionalLabel.ZOrder" xml:space="preserve">
|
||||||
<value>14</value>
|
<value>14</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.Anchor" type="System.Windows.Forms.AnchorStyles, System.Windows.Forms">
|
<data name="enterCredentialsLinkLabel.AutoSize" type="System.Boolean, mscorlib">
|
||||||
<value>Top, Bottom, Left, Right</value>
|
<value>True</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.Location" type="System.Drawing.Point, System.Drawing">
|
<data name="enterCredentialsLinkLabel.ImeMode" type="System.Windows.Forms.ImeMode, System.Windows.Forms">
|
||||||
<value>32, 131</value>
|
<value>NoControl</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
<data name="enterCredentialsLinkLabel.LinkArea" type="System.Windows.Forms.LinkArea, System.Windows.Forms">
|
||||||
<value>32, 3, 6, 6</value>
|
<value>0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.ScrollBars" type="System.Windows.Forms.RichTextBoxScrollBars, System.Windows.Forms">
|
<data name="enterCredentialsLinkLabel.Location" type="System.Drawing.Point, System.Drawing">
|
||||||
<value>None</value>
|
<value>30, 128</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="enterCredentialsLinkLabel.Margin" type="System.Windows.Forms.Padding, System.Windows.Forms">
|
||||||
<value>531, 44</value>
|
<value>30, 0, 3, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.TabIndex" type="System.Int32, mscorlib">
|
<data name="enterCredentialsLinkLabel.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>16</value>
|
<value>0, 13</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="richTextBox1.Text" xml:space="preserve">
|
<data name="enterCredentialsLinkLabel.TabIndex" type="System.Int32, mscorlib">
|
||||||
<value>Enter your MyCitrix credentials (see http://www.citrix.com/welcome.html). These credentials will only be used to authenticate with [Citrix] Insight Services once and will not be stored on this machine or on your server.</value>
|
<value>7</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>richTextBox1.Name" xml:space="preserve">
|
<data name="enterCredentialsLinkLabel.TextAlign" type="System.Drawing.ContentAlignment, System.Drawing">
|
||||||
<value>richTextBox1</value>
|
<value>MiddleLeft</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>richTextBox1.Type" xml:space="preserve">
|
<data name=">>enterCredentialsLinkLabel.Name" xml:space="preserve">
|
||||||
<value>System.Windows.Forms.RichTextBox, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
<value>enterCredentialsLinkLabel</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>richTextBox1.Parent" xml:space="preserve">
|
<data name=">>enterCredentialsLinkLabel.Type" xml:space="preserve">
|
||||||
|
<value>System.Windows.Forms.LinkLabel, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
|
||||||
|
</data>
|
||||||
|
<data name=">>enterCredentialsLinkLabel.Parent" xml:space="preserve">
|
||||||
<value>tableLayoutPanel1</value>
|
<value>tableLayoutPanel1</value>
|
||||||
</data>
|
</data>
|
||||||
<data name=">>richTextBox1.ZOrder" xml:space="preserve">
|
<data name=">>enterCredentialsLinkLabel.ZOrder" xml:space="preserve">
|
||||||
<value>15</value>
|
<value>15</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
<data name="tableLayoutPanel1.Dock" type="System.Windows.Forms.DockStyle, System.Windows.Forms">
|
||||||
@ -652,7 +655,7 @@
|
|||||||
<value>0, 0, 0, 0</value>
|
<value>0, 0, 0, 0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
<data name="tableLayoutPanel1.RowCount" type="System.Int32, mscorlib">
|
||||||
<value>10</value>
|
<value>11</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
<data name="tableLayoutPanel1.Size" type="System.Drawing.Size, System.Drawing">
|
||||||
<value>569, 419</value>
|
<value>569, 419</value>
|
||||||
@ -673,7 +676,7 @@
|
|||||||
<value>0</value>
|
<value>0</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
<data name="tableLayoutPanel1.LayoutSettings" type="System.Windows.Forms.TableLayoutSettings, System.Windows.Forms">
|
||||||
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="usernameLabel" Row="5" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="passwordLabel" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="passwordTextBox" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="usernameTextBox" Row="5" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="labelName" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_textBoxName" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="labelFileLocation" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_textBoxLocation" Row="2" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="BrowseButton" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="m_ctrlError" Row="8" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="uploadCheckBox" Row="3" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="caseNumberLabel" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="caseNumberTextBox" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="optionalLabel" Row="7" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="richTextBox1" Row="4" RowSpan="1" Column="0" ColumnSpan="4" /></Controls><Columns Styles="AutoSize,100,AutoSize,100,Percent,100,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,24,AutoSize,0,AutoSize,100,AutoSize,0,Percent,100" /></TableLayoutSettings></value>
|
<value><?xml version="1.0" encoding="utf-16"?><TableLayoutSettings><Controls><Control Name="usernameLabel" Row="6" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="passwordLabel" Row="7" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="passwordTextBox" Row="7" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="usernameTextBox" Row="6" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="label2" Row="0" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="labelName" Row="1" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_textBoxName" Row="1" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="labelFileLocation" Row="2" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="m_textBoxLocation" Row="2" RowSpan="1" Column="1" ColumnSpan="2" /><Control Name="BrowseButton" Row="2" RowSpan="1" Column="3" ColumnSpan="1" /><Control Name="m_ctrlError" Row="9" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="uploadCheckBox" Row="3" RowSpan="1" Column="0" ColumnSpan="4" /><Control Name="caseNumberLabel" Row="8" RowSpan="1" Column="0" ColumnSpan="1" /><Control Name="caseNumberTextBox" Row="8" RowSpan="1" Column="1" ColumnSpan="1" /><Control Name="optionalLabel" Row="8" RowSpan="1" Column="2" ColumnSpan="1" /><Control Name="enterCredentialsLinkLabel" Row="5" RowSpan="1" Column="0" ColumnSpan="4" /></Controls><Columns Styles="AutoSize,0,AutoSize,0,Percent,100,AutoSize,0" /><Rows Styles="AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Absolute,51,AutoSize,0,AutoSize,0,AutoSize,0,AutoSize,0,Percent,100" /></TableLayoutSettings></value>
|
||||||
</data>
|
</data>
|
||||||
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
<metadata name="$this.Localizable" type="System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089">
|
||||||
<value>True</value>
|
<value>True</value>
|
||||||
|
20
XenModel/Messages.Designer.cs
generated
20
XenModel/Messages.Designer.cs
generated
@ -17060,7 +17060,7 @@ namespace XenAdmin {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Authentication with [Citrix] Insight Services is required in order to enable this feature. Please register by providing MyCitrix credentials (see http://www.citrix.com/welcome.html). These credentials will only be used to obtain an upload token and will not be stored on this machine or on your server..
|
/// Looks up a localized string similar to Authentication with [Citrix] Insight Services is required in order to enable this feature. Please register by providing MyCitrix credentials (see {0}). These credentials will only be used to obtain an upload token and will not be stored on this machine or on your server..
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public static string HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN {
|
public static string HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN {
|
||||||
get {
|
get {
|
||||||
@ -22511,6 +22511,15 @@ namespace XenAdmin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to http://www.citrix.com/welcome.html.
|
||||||
|
/// </summary>
|
||||||
|
public static string MY_CITRIX_CREDENTIALS_URL {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("MY_CITRIX_CREDENTIALS_URL", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to Name.
|
/// Looks up a localized string similar to Name.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
@ -31755,6 +31764,15 @@ namespace XenAdmin {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Looks up a localized string similar to Enter your MyCitrix credentials (see {0}). These credentials will only be used to authenticate with [Citrix] Insight Services once and will not be stored on this machine or on your server..
|
||||||
|
/// </summary>
|
||||||
|
public static string STATUS_REPORT_ENTER_CREDENTIALS_MESSAGE {
|
||||||
|
get {
|
||||||
|
return ResourceManager.GetString("STATUS_REPORT_ENTER_CREDENTIALS_MESSAGE", resourceCulture);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Looks up a localized string similar to There was an error while packaging the server status report. Only a partial report may be available.
|
/// Looks up a localized string similar to There was an error while packaging the server status report. Only a partial report may be available.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -5971,7 +5971,7 @@ Click Configure HA to alter the settings displayed below.</value>
|
|||||||
<value>Authentication with [Citrix] Insight Services is required in order to enable this feature. [XenCenter] detected a previous successful authentication for one of other connected pools. You can choose to re-use it or authenticate again.</value>
|
<value>Authentication with [Citrix] Insight Services is required in order to enable this feature. [XenCenter] detected a previous successful authentication for one of other connected pools. You can choose to re-use it or authenticate again.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN" xml:space="preserve">
|
<data name="HEALTHCHECK_AUTHENTICATION_RUBRIC_NO_TOKEN" xml:space="preserve">
|
||||||
<value>Authentication with [Citrix] Insight Services is required in order to enable this feature. Please register by providing MyCitrix credentials (see http://www.citrix.com/welcome.html). These credentials will only be used to obtain an upload token and will not be stored on this machine or on your server.</value>
|
<value>Authentication with [Citrix] Insight Services is required in order to enable this feature. Please register by providing MyCitrix credentials (see {0}). These credentials will only be used to obtain an upload token and will not be stored on this machine or on your server.</value>
|
||||||
</data>
|
</data>
|
||||||
<data name="HEALTHCHECK_ENROLLMENT_CONFIRMATION_BUTTON_LABEL" xml:space="preserve">
|
<data name="HEALTHCHECK_ENROLLMENT_CONFIRMATION_BUTTON_LABEL" xml:space="preserve">
|
||||||
<value>OK, Enable Health Check</value>
|
<value>OK, Enable Health Check</value>
|
||||||
@ -7836,6 +7836,9 @@ To learn more about the [XenServer] Live VDI Migration feature or to start a [Xe
|
|||||||
<data name="MUST_SELECT_NETWORK" xml:space="preserve">
|
<data name="MUST_SELECT_NETWORK" xml:space="preserve">
|
||||||
<value>You must select a network</value>
|
<value>You must select a network</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="MY_CITRIX_CREDENTIALS_URL" xml:space="preserve">
|
||||||
|
<value>http://www.citrix.com/welcome.html</value>
|
||||||
|
</data>
|
||||||
<data name="NAME" xml:space="preserve">
|
<data name="NAME" xml:space="preserve">
|
||||||
<value>Name</value>
|
<value>Name</value>
|
||||||
</data>
|
</data>
|
||||||
@ -11022,6 +11025,9 @@ The upper limit: SR size / {2}</value>
|
|||||||
<data name="STATUS_FILTER_IN_PROGRESS" xml:space="preserve">
|
<data name="STATUS_FILTER_IN_PROGRESS" xml:space="preserve">
|
||||||
<value>In progress</value>
|
<value>In progress</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="STATUS_REPORT_ENTER_CREDENTIALS_MESSAGE" xml:space="preserve">
|
||||||
|
<value>Enter your MyCitrix credentials (see {0}). These credentials will only be used to authenticate with [Citrix] Insight Services once and will not be stored on this machine or on your server.</value>
|
||||||
|
</data>
|
||||||
<data name="STATUS_REPORT_ZIP_FAILED" xml:space="preserve">
|
<data name="STATUS_REPORT_ZIP_FAILED" xml:space="preserve">
|
||||||
<value>There was an error while packaging the server status report. Only a partial report may be available</value>
|
<value>There was an error while packaging the server status report. Only a partial report may be available</value>
|
||||||
</data>
|
</data>
|
||||||
|
Loading…
Reference in New Issue
Block a user