mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
256 lines
13 KiB
C#
256 lines
13 KiB
C#
namespace ExternalConnectors.TSS
|
|
{
|
|
partial class SSConnectionForm
|
|
{
|
|
/// <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()
|
|
{
|
|
this.tbSSURL = new System.Windows.Forms.TextBox();
|
|
this.tbUsername = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tbPassword = new System.Windows.Forms.TextBox();
|
|
this.btnOK = new System.Windows.Forms.Button();
|
|
this.btnCancel = new System.Windows.Forms.Button();
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.cbUseSSO = new System.Windows.Forms.CheckBox();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tbSSURL
|
|
//
|
|
this.tbSSURL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbSSURL.Location = new System.Drawing.Point(260, 4);
|
|
this.tbSSURL.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbSSURL.Name = "tbSSURL";
|
|
this.tbSSURL.Size = new System.Drawing.Size(536, 23);
|
|
this.tbSSURL.TabIndex = 0;
|
|
//
|
|
// tbUsername
|
|
//
|
|
this.tbUsername.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbUsername.Location = new System.Drawing.Point(260, 35);
|
|
this.tbUsername.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbUsername.Name = "tbUsername";
|
|
this.tbUsername.Size = new System.Drawing.Size(536, 23);
|
|
this.tbUsername.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Location = new System.Drawing.Point(4, 62);
|
|
this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(248, 23);
|
|
this.label3.TabIndex = 5;
|
|
this.label3.Text = "Password";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tbPassword
|
|
//
|
|
this.tbPassword.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbPassword.Location = new System.Drawing.Point(260, 66);
|
|
this.tbPassword.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tbPassword.Name = "tbPassword";
|
|
this.tbPassword.Size = new System.Drawing.Size(536, 23);
|
|
this.tbPassword.TabIndex = 4;
|
|
this.tbPassword.UseSystemPasswordChar = true;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOK.Location = new System.Drawing.Point(296, 12);
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(88, 26);
|
|
this.btnOK.TabIndex = 10;
|
|
this.btnOK.Text = "OK";
|
|
this.btnOK.UseVisualStyleBackColor = true;
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.Anchor = System.Windows.Forms.AnchorStyles.Left;
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.btnCancel.Location = new System.Drawing.Point(415, 12);
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(4);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(88, 26);
|
|
this.btnCancel.TabIndex = 11;
|
|
this.btnCancel.Text = "Cancel";
|
|
this.btnCancel.UseVisualStyleBackColor = true;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 32.06997F));
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 67.93003F));
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.label2, 0, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.label3, 0, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbSSURL, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbUsername, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbPassword, 1, 2);
|
|
this.tableLayoutPanel1.Controls.Add(this.cbUseSSO, 0, 3);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 4;
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(800, 108);
|
|
this.tableLayoutPanel1.TabIndex = 12;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Location = new System.Drawing.Point(260, 85);
|
|
this.label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(536, 23);
|
|
this.label5.TabIndex = 15;
|
|
this.label5.Text = "For SSO to work, additional IIS configuration is required!";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Location = new System.Drawing.Point(4, 0);
|
|
this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(248, 31);
|
|
this.label1.TabIndex = 2;
|
|
this.label1.Text = "Secret Server URL";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label2.Location = new System.Drawing.Point(4, 31);
|
|
this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(248, 31);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "DOMAIN\\Username";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// cbUseSSO
|
|
//
|
|
this.cbUseSSO.AutoSize = true;
|
|
this.cbUseSSO.Location = new System.Drawing.Point(4, 89);
|
|
this.cbUseSSO.Margin = new System.Windows.Forms.Padding(4, 4, 4, 0);
|
|
this.cbUseSSO.Name = "cbUseSSO";
|
|
this.cbUseSSO.Size = new System.Drawing.Size(69, 19);
|
|
this.cbUseSSO.TabIndex = 14;
|
|
this.cbUseSSO.Text = "Use SSO";
|
|
this.cbUseSSO.UseVisualStyleBackColor = true;
|
|
this.cbUseSSO.CheckedChanged += new System.EventHandler(this.cbUseSSO_CheckedChanged);
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 5;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 23F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
|
|
this.tableLayoutPanel2.Controls.Add(this.btnOK, 1, 0);
|
|
this.tableLayoutPanel2.Controls.Add(this.btnCancel, 3, 0);
|
|
this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Bottom;
|
|
this.tableLayoutPanel2.Location = new System.Drawing.Point(0, 148);
|
|
this.tableLayoutPanel2.Margin = new System.Windows.Forms.Padding(4);
|
|
this.tableLayoutPanel2.Name = "tableLayoutPanel2";
|
|
this.tableLayoutPanel2.RowCount = 1;
|
|
this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
|
|
this.tableLayoutPanel2.Size = new System.Drawing.Size(800, 50);
|
|
this.tableLayoutPanel2.TabIndex = 13;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label4.Location = new System.Drawing.Point(0, 108);
|
|
this.label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(341, 15);
|
|
this.label4.TabIndex = 14;
|
|
this.label4.Text = "URL is the base URL, like https://cred.domain.local/SecretServer";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// SSConnectionForm
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(800, 198);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
this.Margin = new System.Windows.Forms.Padding(4);
|
|
this.Name = "SSConnectionForm";
|
|
this.Text = "Secret Server API Login Data";
|
|
this.Activated += new System.EventHandler(this.SSConnectionForm_Activated);
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
this.tableLayoutPanel1.PerformLayout();
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label3;
|
|
|
|
public System.Windows.Forms.TextBox tbSSURL;
|
|
public System.Windows.Forms.TextBox tbUsername;
|
|
public System.Windows.Forms.TextBox tbPassword;
|
|
private System.Windows.Forms.Button btnOK;
|
|
private System.Windows.Forms.Button btnCancel;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
|
|
public System.Windows.Forms.CheckBox cbUseSSO;
|
|
private System.Windows.Forms.Label label4;
|
|
private Label label5;
|
|
}
|
|
} |