mirror of
https://github.com/mRemoteNG/mRemoteNG.git
synced 2026-02-17 22:11:48 +08:00
289 lines
15 KiB
C#
289 lines
15 KiB
C#
namespace SecretServerInterface
|
|
{
|
|
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.label4 = new System.Windows.Forms.Label();
|
|
this.tbDomain = new System.Windows.Forms.TextBox();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.tbOrganization = 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.label6 = new System.Windows.Forms.Label();
|
|
this.cbUseSSO = new System.Windows.Forms.CheckBox();
|
|
this.tbWinAuthURL = new System.Windows.Forms.TextBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// tbSSURL
|
|
//
|
|
this.tbSSURL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbSSURL.Location = new System.Drawing.Point(222, 3);
|
|
this.tbSSURL.Name = "tbSSURL";
|
|
this.tbSSURL.Size = new System.Drawing.Size(461, 20);
|
|
this.tbSSURL.TabIndex = 0;
|
|
//
|
|
// tbUsername
|
|
//
|
|
this.tbUsername.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbUsername.Location = new System.Drawing.Point(222, 28);
|
|
this.tbUsername.Name = "tbUsername";
|
|
this.tbUsername.Size = new System.Drawing.Size(461, 20);
|
|
this.tbUsername.TabIndex = 2;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label3.Location = new System.Drawing.Point(3, 50);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(213, 20);
|
|
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(222, 53);
|
|
this.tbPassword.Name = "tbPassword";
|
|
this.tbPassword.Size = new System.Drawing.Size(461, 20);
|
|
this.tbPassword.TabIndex = 4;
|
|
this.tbPassword.UseSystemPasswordChar = true;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label4.Location = new System.Drawing.Point(3, 70);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(213, 20);
|
|
this.label4.TabIndex = 7;
|
|
this.label4.Text = "Domain";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tbDomain
|
|
//
|
|
this.tbDomain.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbDomain.Location = new System.Drawing.Point(222, 73);
|
|
this.tbDomain.Name = "tbDomain";
|
|
this.tbDomain.Size = new System.Drawing.Size(461, 20);
|
|
this.tbDomain.TabIndex = 6;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label5.Location = new System.Drawing.Point(3, 90);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(213, 20);
|
|
this.label5.TabIndex = 9;
|
|
this.label5.Text = "Organization";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tbOrganization
|
|
//
|
|
this.tbOrganization.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbOrganization.Location = new System.Drawing.Point(222, 93);
|
|
this.tbOrganization.Name = "tbOrganization";
|
|
this.tbOrganization.Size = new System.Drawing.Size(461, 20);
|
|
this.tbOrganization.TabIndex = 8;
|
|
//
|
|
// btnOK
|
|
//
|
|
this.btnOK.Anchor = System.Windows.Forms.AnchorStyles.Right;
|
|
this.btnOK.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.btnOK.Location = new System.Drawing.Point(255, 10);
|
|
this.btnOK.Name = "btnOK";
|
|
this.btnOK.Size = new System.Drawing.Size(75, 23);
|
|
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(356, 10);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(75, 23);
|
|
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.label6, 0, 6);
|
|
this.tableLayoutPanel1.Controls.Add(this.cbUseSSO, 0, 5);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbWinAuthURL, 1, 6);
|
|
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.tbOrganization, 1, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label5, 0, 4);
|
|
this.tableLayoutPanel1.Controls.Add(this.label4, 0, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbSSURL, 1, 0);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbDomain, 1, 3);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbUsername, 1, 1);
|
|
this.tableLayoutPanel1.Controls.Add(this.tbPassword, 1, 2);
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
this.tableLayoutPanel1.RowCount = 7;
|
|
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, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(686, 151);
|
|
this.tableLayoutPanel1.TabIndex = 12;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.AutoSize = true;
|
|
this.label6.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label6.Location = new System.Drawing.Point(3, 130);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(213, 21);
|
|
this.label6.TabIndex = 15;
|
|
this.label6.Text = "Secret Server WinAuth URL";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// cbUseSSO
|
|
//
|
|
this.cbUseSSO.AutoSize = true;
|
|
this.cbUseSSO.Location = new System.Drawing.Point(3, 113);
|
|
this.cbUseSSO.Margin = new System.Windows.Forms.Padding(3, 3, 3, 0);
|
|
this.cbUseSSO.Name = "cbUseSSO";
|
|
this.cbUseSSO.Size = new System.Drawing.Size(79, 17);
|
|
this.cbUseSSO.TabIndex = 14;
|
|
this.cbUseSSO.Text = "Use SSO";
|
|
this.cbUseSSO.UseVisualStyleBackColor = true;
|
|
this.cbUseSSO.CheckedChanged += new System.EventHandler(this.cbUseSSO_CheckedChanged);
|
|
//
|
|
// tbWinAuthURL
|
|
//
|
|
this.tbWinAuthURL.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.tbWinAuthURL.Location = new System.Drawing.Point(222, 133);
|
|
this.tbWinAuthURL.Name = "tbWinAuthURL";
|
|
this.tbWinAuthURL.Size = new System.Drawing.Size(461, 20);
|
|
this.tbWinAuthURL.TabIndex = 10;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(213, 25);
|
|
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(3, 25);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(213, 25);
|
|
this.label2.TabIndex = 4;
|
|
this.label2.Text = "Username";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// tableLayoutPanel2
|
|
//
|
|
this.tableLayoutPanel2.ColumnCount = 5;
|
|
this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 80F));
|
|
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, 20F));
|
|
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, 80F));
|
|
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, 172);
|
|
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(686, 43);
|
|
this.tableLayoutPanel2.TabIndex = 13;
|
|
//
|
|
// SSConnectionForm
|
|
//
|
|
this.AcceptButton = this.btnOK;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(686, 215);
|
|
this.Controls.Add(this.tableLayoutPanel2);
|
|
this.Controls.Add(this.tableLayoutPanel1);
|
|
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);
|
|
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
|
|
public System.Windows.Forms.TextBox tbSSURL;
|
|
public System.Windows.Forms.TextBox tbUsername;
|
|
public System.Windows.Forms.TextBox tbPassword;
|
|
public System.Windows.Forms.TextBox tbDomain;
|
|
public System.Windows.Forms.TextBox tbOrganization;
|
|
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;
|
|
private System.Windows.Forms.Label label6;
|
|
public System.Windows.Forms.TextBox tbWinAuthURL;
|
|
public System.Windows.Forms.CheckBox cbUseSSO;
|
|
}
|
|
} |