mirror of
https://github.com/xcp-ng/xenadmin.git
synced 2024-11-25 14:27:26 +01:00
3de03f32d3
Placed TabPageCredentialsDialog controls on a TableLayout panel. Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
135 lines
6.2 KiB
C#
135 lines
6.2 KiB
C#
namespace XenAdmin.Plugins
|
|
{
|
|
partial class TabPageCredentialsDialog
|
|
{
|
|
/// <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(TabPageCredentialsDialog));
|
|
this.TopLabel = new System.Windows.Forms.Label();
|
|
this.UsernameLabel = new System.Windows.Forms.Label();
|
|
this.PasswordLabel = new System.Windows.Forms.Label();
|
|
this.UsernameTextBox = new System.Windows.Forms.TextBox();
|
|
this.PasswordTextBox = new System.Windows.Forms.TextBox();
|
|
this.OKButton = new System.Windows.Forms.Button();
|
|
this.CancelBtn = new System.Windows.Forms.Button();
|
|
this.PersistCredentialsCheckBox = new System.Windows.Forms.CheckBox();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// TopLabel
|
|
//
|
|
resources.ApplyResources(this.TopLabel, "TopLabel");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.TopLabel, 3);
|
|
this.TopLabel.Name = "TopLabel";
|
|
//
|
|
// UsernameLabel
|
|
//
|
|
resources.ApplyResources(this.UsernameLabel, "UsernameLabel");
|
|
this.UsernameLabel.Name = "UsernameLabel";
|
|
//
|
|
// PasswordLabel
|
|
//
|
|
resources.ApplyResources(this.PasswordLabel, "PasswordLabel");
|
|
this.PasswordLabel.Name = "PasswordLabel";
|
|
//
|
|
// UsernameTextBox
|
|
//
|
|
resources.ApplyResources(this.UsernameTextBox, "UsernameTextBox");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.UsernameTextBox, 2);
|
|
this.UsernameTextBox.Name = "UsernameTextBox";
|
|
//
|
|
// PasswordTextBox
|
|
//
|
|
resources.ApplyResources(this.PasswordTextBox, "PasswordTextBox");
|
|
this.tableLayoutPanel1.SetColumnSpan(this.PasswordTextBox, 2);
|
|
this.PasswordTextBox.Name = "PasswordTextBox";
|
|
this.PasswordTextBox.UseSystemPasswordChar = true;
|
|
//
|
|
// OKButton
|
|
//
|
|
resources.ApplyResources(this.OKButton, "OKButton");
|
|
this.OKButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.OKButton.Name = "OKButton";
|
|
this.OKButton.UseVisualStyleBackColor = true;
|
|
//
|
|
// CancelBtn
|
|
//
|
|
resources.ApplyResources(this.CancelBtn, "CancelBtn");
|
|
this.CancelBtn.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.CancelBtn.Name = "CancelBtn";
|
|
this.CancelBtn.UseVisualStyleBackColor = true;
|
|
//
|
|
// PersistCredentialsCheckBox
|
|
//
|
|
resources.ApplyResources(this.PersistCredentialsCheckBox, "PersistCredentialsCheckBox");
|
|
this.PersistCredentialsCheckBox.Checked = true;
|
|
this.PersistCredentialsCheckBox.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
this.tableLayoutPanel1.SetColumnSpan(this.PersistCredentialsCheckBox, 3);
|
|
this.PersistCredentialsCheckBox.Name = "PersistCredentialsCheckBox";
|
|
this.PersistCredentialsCheckBox.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
this.tableLayoutPanel1.Controls.Add(this.TopLabel, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.CancelBtn, 2, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.UsernameLabel, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.OKButton, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.PasswordTextBox, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.PasswordLabel, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.UsernameTextBox, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.PersistCredentialsCheckBox, 0, 3);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
//
|
|
// TabPageCredentialsDialog
|
|
//
|
|
this.AcceptButton = this.OKButton;
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
|
|
this.CancelButton = this.CancelBtn;
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Name = "TabPageCredentialsDialog";
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label TopLabel;
|
|
private System.Windows.Forms.Label UsernameLabel;
|
|
private System.Windows.Forms.Label PasswordLabel;
|
|
private System.Windows.Forms.TextBox UsernameTextBox;
|
|
private System.Windows.Forms.TextBox PasswordTextBox;
|
|
private System.Windows.Forms.Button OKButton;
|
|
private System.Windows.Forms.Button CancelBtn;
|
|
private System.Windows.Forms.CheckBox PersistCredentialsCheckBox;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
}
|
|
} |