737 lines
41 KiB
C#
737 lines
41 KiB
C#
namespace UCT.Forms
|
|
{
|
|
partial class ConnectionSettings
|
|
{
|
|
/// <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.components = new System.ComponentModel.Container();
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(ConnectionSettings));
|
|
this.panel3 = new System.Windows.Forms.Panel();
|
|
this.innerPane1 = new AMT_SW_GUI.InnerPane();
|
|
this.settingsPanel = new System.Windows.Forms.FlowLayoutPanel();
|
|
this.panelOperationSetttings = new System.Windows.Forms.Panel();
|
|
this.tbHostName = new System.Windows.Forms.ComboBox();
|
|
this.pictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.rbKerberos = new System.Windows.Forms.RadioButton();
|
|
this.rbDigest = new System.Windows.Forms.RadioButton();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.tbUserName = new System.Windows.Forms.TextBox();
|
|
this.tbPassword = new System.Windows.Forms.TextBox();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
this.rbMTLS = new System.Windows.Forms.RadioButton();
|
|
this.rbServerTLS = new System.Windows.Forms.RadioButton();
|
|
this.rbNoneTLS = new System.Windows.Forms.RadioButton();
|
|
this.cbAcceptSelfSignedCert = new System.Windows.Forms.CheckBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.pictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.tbCertWithKey = new System.Windows.Forms.TextBox();
|
|
this.lblCertWithKey = new System.Windows.Forms.Label();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.cbCIRA = new System.Windows.Forms.CheckBox();
|
|
this.lblCIRAUserName = new System.Windows.Forms.Label();
|
|
this.tbProxyUserName = new System.Windows.Forms.TextBox();
|
|
this.pictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.tbProxyPassword = new System.Windows.Forms.TextBox();
|
|
this.lblCIRAPassword = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.lblCIRAHostName = new System.Windows.Forms.Label();
|
|
this.tbProxyHostName = new System.Windows.Forms.TextBox();
|
|
this.tbProxyPort = new System.Windows.Forms.TextBox();
|
|
this.lblCIRAPort = new System.Windows.Forms.Label();
|
|
this.errorProvider = new System.Windows.Forms.ErrorProvider(this.components);
|
|
this.btnConnect = new UCT.Controls.UCTButton();
|
|
this.pictureBoxInfo = new System.Windows.Forms.PictureBox();
|
|
this.linkLabelAboutUCT = new System.Windows.Forms.LinkLabel();
|
|
this.btnCancel = new UCT.Controls.UCTButton();
|
|
this.btnClearFilds = new System.Windows.Forms.PictureBox();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.btnHelp = new System.Windows.Forms.PictureBox();
|
|
this.panel3.SuspendLayout();
|
|
this.innerPane1.SuspendLayout();
|
|
this.settingsPanel.SuspendLayout();
|
|
this.panelOperationSetttings.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
|
|
this.panel1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
|
|
this.panel2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearFilds)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnHelp)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// panel3
|
|
//
|
|
this.panel3.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel3.Controls.Add(this.innerPane1);
|
|
this.panel3.Location = new System.Drawing.Point(17, 26);
|
|
this.panel3.Name = "panel3";
|
|
this.panel3.Size = new System.Drawing.Size(420, 509);
|
|
this.panel3.TabIndex = 6;
|
|
//
|
|
// innerPane1
|
|
//
|
|
this.innerPane1.BackColor = System.Drawing.Color.Transparent;
|
|
this.innerPane1.BorderColor = System.Drawing.Color.FromArgb(((int)(((byte)(164)))), ((int)(((byte)(192)))), ((int)(((byte)(223)))));
|
|
this.innerPane1.Controls.Add(this.settingsPanel);
|
|
this.innerPane1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.innerPane1.FillColor = System.Drawing.Color.FromArgb(((int)(((byte)(250)))), ((int)(((byte)(249)))), ((int)(((byte)(249)))));
|
|
this.innerPane1.Location = new System.Drawing.Point(0, 0);
|
|
this.innerPane1.Name = "innerPane1";
|
|
this.innerPane1.RoundCorners = 5;
|
|
this.innerPane1.Size = new System.Drawing.Size(420, 509);
|
|
this.innerPane1.TabIndex = 0;
|
|
//
|
|
// settingsPanel
|
|
//
|
|
this.settingsPanel.BackColor = System.Drawing.Color.Transparent;
|
|
this.settingsPanel.Controls.Add(this.panelOperationSetttings);
|
|
this.settingsPanel.Controls.Add(this.panel1);
|
|
this.settingsPanel.Controls.Add(this.panel2);
|
|
this.settingsPanel.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.settingsPanel.Location = new System.Drawing.Point(0, 0);
|
|
this.settingsPanel.Name = "settingsPanel";
|
|
this.settingsPanel.Size = new System.Drawing.Size(420, 509);
|
|
this.settingsPanel.TabIndex = 0;
|
|
//
|
|
// panelOperationSetttings
|
|
//
|
|
this.panelOperationSetttings.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.panelOperationSetttings.BackColor = System.Drawing.Color.Transparent;
|
|
this.panelOperationSetttings.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panelOperationSetttings.Controls.Add(this.tbHostName);
|
|
this.panelOperationSetttings.Controls.Add(this.pictureBox2);
|
|
this.panelOperationSetttings.Controls.Add(this.label8);
|
|
this.panelOperationSetttings.Controls.Add(this.rbKerberos);
|
|
this.panelOperationSetttings.Controls.Add(this.rbDigest);
|
|
this.panelOperationSetttings.Controls.Add(this.label7);
|
|
this.panelOperationSetttings.Controls.Add(this.label1);
|
|
this.panelOperationSetttings.Controls.Add(this.label2);
|
|
this.panelOperationSetttings.Controls.Add(this.tbUserName);
|
|
this.panelOperationSetttings.Controls.Add(this.tbPassword);
|
|
this.panelOperationSetttings.Controls.Add(this.label3);
|
|
this.panelOperationSetttings.Location = new System.Drawing.Point(3, 3);
|
|
this.panelOperationSetttings.Name = "panelOperationSetttings";
|
|
this.panelOperationSetttings.Size = new System.Drawing.Size(411, 174);
|
|
this.panelOperationSetttings.TabIndex = 1;
|
|
//
|
|
// tbHostName
|
|
//
|
|
this.tbHostName.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.Suggest;
|
|
this.tbHostName.AutoCompleteSource = System.Windows.Forms.AutoCompleteSource.CustomSource;
|
|
this.tbHostName.FormattingEnabled = true;
|
|
this.tbHostName.Location = new System.Drawing.Point(182, 38);
|
|
this.tbHostName.Name = "tbHostName";
|
|
this.tbHostName.Size = new System.Drawing.Size(180, 21);
|
|
this.tbHostName.TabIndex = 1;
|
|
this.tbHostName.SelectedIndexChanged += new System.EventHandler(this.tbHostName_SelectedIndexChanged);
|
|
this.tbHostName.TextChanged += new System.EventHandler(this.tbHostName_TextChanged);
|
|
//
|
|
// pictureBox2
|
|
//
|
|
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
|
|
this.pictureBox2.Location = new System.Drawing.Point(3, 3);
|
|
this.pictureBox2.Name = "pictureBox2";
|
|
this.pictureBox2.Size = new System.Drawing.Size(26, 32);
|
|
this.pictureBox2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox2.TabIndex = 175;
|
|
this.pictureBox2.TabStop = false;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.AutoSize = true;
|
|
this.label8.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.label8.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.label8.Location = new System.Drawing.Point(32, 11);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(141, 13);
|
|
this.label8.TabIndex = 172;
|
|
this.label8.Text = "Authentication Settings";
|
|
//
|
|
// rbKerberos
|
|
//
|
|
this.rbKerberos.AutoSize = true;
|
|
this.rbKerberos.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.rbKerberos.Location = new System.Drawing.Point(182, 69);
|
|
this.rbKerberos.Name = "rbKerberos";
|
|
this.rbKerberos.Size = new System.Drawing.Size(67, 17);
|
|
this.rbKerberos.TabIndex = 3;
|
|
this.rbKerberos.TabStop = true;
|
|
this.rbKerberos.Text = "Kerberos";
|
|
this.rbKerberos.UseVisualStyleBackColor = true;
|
|
this.rbKerberos.Click += new System.EventHandler(this.rbKerberos_CheckedChanged);
|
|
//
|
|
// rbDigest
|
|
//
|
|
this.rbDigest.AutoSize = true;
|
|
this.rbDigest.Checked = true;
|
|
this.rbDigest.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.rbDigest.Location = new System.Drawing.Point(45, 69);
|
|
this.rbDigest.Name = "rbDigest";
|
|
this.rbDigest.Size = new System.Drawing.Size(55, 17);
|
|
this.rbDigest.TabIndex = 2;
|
|
this.rbDigest.TabStop = true;
|
|
this.rbDigest.Text = "Digest";
|
|
this.rbDigest.UseVisualStyleBackColor = true;
|
|
this.rbDigest.CheckedChanged += new System.EventHandler(this.rbKerberos_CheckedChanged);
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(112)))), ((int)(((byte)(176)))));
|
|
this.label7.Location = new System.Drawing.Point(165, 19);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(240, 1);
|
|
this.label7.TabIndex = 171;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.AutoSize = true;
|
|
this.label1.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.label1.Location = new System.Drawing.Point(42, 41);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(65, 13);
|
|
this.label1.TabIndex = 64;
|
|
this.label1.Text = "IP or FQDN:";
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.AutoSize = true;
|
|
this.label2.BackColor = System.Drawing.Color.Transparent;
|
|
this.label2.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.label2.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.label2.Location = new System.Drawing.Point(43, 130);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(56, 13);
|
|
this.label2.TabIndex = 68;
|
|
this.label2.Text = "Password:";
|
|
//
|
|
// tbUserName
|
|
//
|
|
this.errorProvider.SetError(this.tbUserName, "User name cannot be empty");
|
|
this.tbUserName.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
|
|
this.tbUserName.Location = new System.Drawing.Point(182, 97);
|
|
this.tbUserName.MaxLength = 16;
|
|
this.tbUserName.Name = "tbUserName";
|
|
this.tbUserName.Size = new System.Drawing.Size(180, 21);
|
|
this.tbUserName.TabIndex = 4;
|
|
this.tbUserName.TextChanged += new System.EventHandler(this.tbUserName_TextChanged);
|
|
//
|
|
// tbPassword
|
|
//
|
|
this.errorProvider.SetError(this.tbPassword, "Password must be at least 8 characters long, must have at least 1 digit, at least" +
|
|
" 1 non alpha-numeric character and both lower-case and upper-case Latin letters");
|
|
this.tbPassword.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
|
|
this.tbPassword.Location = new System.Drawing.Point(182, 126);
|
|
this.tbPassword.MaxLength = 32;
|
|
this.tbPassword.Name = "tbPassword";
|
|
this.tbPassword.Size = new System.Drawing.Size(180, 21);
|
|
this.tbPassword.TabIndex = 5;
|
|
this.tbPassword.UseSystemPasswordChar = true;
|
|
this.tbPassword.TextChanged += new System.EventHandler(this.tbPassword_TextChanged);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.AutoSize = true;
|
|
this.label3.BackColor = System.Drawing.Color.Transparent;
|
|
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.label3.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.label3.Location = new System.Drawing.Point(43, 101);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(63, 13);
|
|
this.label3.TabIndex = 66;
|
|
this.label3.Text = "User Name:";
|
|
//
|
|
// panel1
|
|
//
|
|
this.panel1.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.panel1.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel1.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel1.Controls.Add(this.rbMTLS);
|
|
this.panel1.Controls.Add(this.rbServerTLS);
|
|
this.panel1.Controls.Add(this.rbNoneTLS);
|
|
this.panel1.Controls.Add(this.cbAcceptSelfSignedCert);
|
|
this.panel1.Controls.Add(this.label9);
|
|
this.panel1.Controls.Add(this.pictureBox1);
|
|
this.panel1.Controls.Add(this.label10);
|
|
this.panel1.Controls.Add(this.tbCertWithKey);
|
|
this.panel1.Controls.Add(this.lblCertWithKey);
|
|
this.panel1.Location = new System.Drawing.Point(3, 183);
|
|
this.panel1.Name = "panel1";
|
|
this.panel1.Size = new System.Drawing.Size(411, 131);
|
|
this.panel1.TabIndex = 7;
|
|
//
|
|
// rbMTLS
|
|
//
|
|
this.rbMTLS.AutoSize = true;
|
|
this.rbMTLS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.rbMTLS.Location = new System.Drawing.Point(46, 78);
|
|
this.rbMTLS.Name = "rbMTLS";
|
|
this.rbMTLS.Size = new System.Drawing.Size(128, 17);
|
|
this.rbMTLS.TabIndex = 178;
|
|
this.rbMTLS.TabStop = true;
|
|
this.rbMTLS.Text = "Mutual Authentication";
|
|
this.rbMTLS.UseVisualStyleBackColor = true;
|
|
this.rbMTLS.CheckedChanged += new System.EventHandler(this.rbTLS_CheckedChanged);
|
|
//
|
|
// rbServerTLS
|
|
//
|
|
this.rbServerTLS.AutoSize = true;
|
|
this.rbServerTLS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.rbServerTLS.Location = new System.Drawing.Point(46, 55);
|
|
this.rbServerTLS.Name = "rbServerTLS";
|
|
this.rbServerTLS.Size = new System.Drawing.Size(127, 17);
|
|
this.rbServerTLS.TabIndex = 177;
|
|
this.rbServerTLS.TabStop = true;
|
|
this.rbServerTLS.Text = "Server Authentication";
|
|
this.rbServerTLS.UseVisualStyleBackColor = true;
|
|
this.rbServerTLS.CheckedChanged += new System.EventHandler(this.rbTLS_CheckedChanged);
|
|
//
|
|
// rbNoneTLS
|
|
//
|
|
this.rbNoneTLS.AutoSize = true;
|
|
this.rbNoneTLS.Checked = true;
|
|
this.rbNoneTLS.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.rbNoneTLS.Location = new System.Drawing.Point(46, 32);
|
|
this.rbNoneTLS.Name = "rbNoneTLS";
|
|
this.rbNoneTLS.Size = new System.Drawing.Size(51, 17);
|
|
this.rbNoneTLS.TabIndex = 176;
|
|
this.rbNoneTLS.TabStop = true;
|
|
this.rbNoneTLS.Text = "None";
|
|
this.rbNoneTLS.UseVisualStyleBackColor = true;
|
|
this.rbNoneTLS.CheckedChanged += new System.EventHandler(this.rbTLS_CheckedChanged);
|
|
//
|
|
// cbUseSelfSignedCert
|
|
//
|
|
this.cbAcceptSelfSignedCert.AutoSize = true;
|
|
this.cbAcceptSelfSignedCert.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.cbAcceptSelfSignedCert.Location = new System.Drawing.Point(200, 70);
|
|
this.cbAcceptSelfSignedCert.Name = "cbUseSelfSignedCert";
|
|
this.cbAcceptSelfSignedCert.Size = new System.Drawing.Size(158, 17);
|
|
this.cbAcceptSelfSignedCert.TabIndex = 13;
|
|
this.cbAcceptSelfSignedCert.Text = "Accept Self Signed certificate";
|
|
this.cbAcceptSelfSignedCert.UseVisualStyleBackColor = true;
|
|
//this.cbAcceptSelfSignedCert.CheckedChanged += new System.EventHandler(this.cbUseSelfSignedCert_CheckedChanged);
|
|
this.cbAcceptSelfSignedCert.Enabled = false;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.AutoSize = true;
|
|
this.label9.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.label9.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.label9.Location = new System.Drawing.Point(32, 7);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(77, 13);
|
|
this.label9.TabIndex = 174;
|
|
this.label9.Text = "TLS Settings";
|
|
//
|
|
// pictureBox1
|
|
//
|
|
this.pictureBox1.Image = global::UCT.Properties.Resources.TLS;
|
|
this.pictureBox1.Location = new System.Drawing.Point(4, -1);
|
|
this.pictureBox1.Name = "pictureBox1";
|
|
this.pictureBox1.Size = new System.Drawing.Size(28, 32);
|
|
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox1.TabIndex = 175;
|
|
this.pictureBox1.TabStop = false;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(112)))), ((int)(((byte)(176)))));
|
|
this.label10.Location = new System.Drawing.Point(96, 14);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(310, 1);
|
|
this.label10.TabIndex = 173;
|
|
//
|
|
// tbCertWithKey
|
|
//
|
|
this.tbCertWithKey.Enabled = false;
|
|
this.tbCertWithKey.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
|
|
this.tbCertWithKey.Location = new System.Drawing.Point(182, 105);
|
|
this.tbCertWithKey.MaxLength = 64;
|
|
this.tbCertWithKey.Name = "tbCertWithKey";
|
|
this.tbCertWithKey.Size = new System.Drawing.Size(180, 21);
|
|
this.tbCertWithKey.TabIndex = 11;
|
|
//
|
|
// lblCertWithKey
|
|
//
|
|
this.lblCertWithKey.AutoSize = true;
|
|
this.lblCertWithKey.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblCertWithKey.Enabled = false;
|
|
this.lblCertWithKey.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblCertWithKey.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.lblCertWithKey.Location = new System.Drawing.Point(43, 108);
|
|
this.lblCertWithKey.Name = "lblCertWithKey";
|
|
this.lblCertWithKey.Size = new System.Drawing.Size(104, 13);
|
|
this.lblCertWithKey.TabIndex = 66;
|
|
this.lblCertWithKey.Text = "Client Certificate CN:";
|
|
//
|
|
// panel2
|
|
//
|
|
this.panel2.AutoSizeMode = System.Windows.Forms.AutoSizeMode.GrowAndShrink;
|
|
this.panel2.BackColor = System.Drawing.Color.Transparent;
|
|
this.panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.panel2.Controls.Add(this.label5);
|
|
this.panel2.Controls.Add(this.cbCIRA);
|
|
this.panel2.Controls.Add(this.lblCIRAUserName);
|
|
this.panel2.Controls.Add(this.tbProxyUserName);
|
|
this.panel2.Controls.Add(this.pictureBox3);
|
|
this.panel2.Controls.Add(this.tbProxyPassword);
|
|
this.panel2.Controls.Add(this.lblCIRAPassword);
|
|
this.panel2.Controls.Add(this.label11);
|
|
this.panel2.Controls.Add(this.lblCIRAHostName);
|
|
this.panel2.Controls.Add(this.tbProxyHostName);
|
|
this.panel2.Controls.Add(this.tbProxyPort);
|
|
this.panel2.Controls.Add(this.lblCIRAPort);
|
|
this.panel2.Location = new System.Drawing.Point(3, 320);
|
|
this.panel2.Name = "panel2";
|
|
this.panel2.Size = new System.Drawing.Size(411, 179);
|
|
this.panel2.TabIndex = 12;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.AutoSize = true;
|
|
this.label5.Font = new System.Drawing.Font("Tahoma", 8.25F, System.Drawing.FontStyle.Bold);
|
|
this.label5.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.label5.Location = new System.Drawing.Point(32, 13);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(90, 13);
|
|
this.label5.TabIndex = 174;
|
|
this.label5.Text = "Proxy Settings";
|
|
//
|
|
// cbCIRA
|
|
//
|
|
this.cbCIRA.AutoSize = true;
|
|
this.cbCIRA.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.cbCIRA.Location = new System.Drawing.Point(45, 43);
|
|
this.cbCIRA.Name = "cbCIRA";
|
|
this.cbCIRA.Size = new System.Drawing.Size(158, 17);
|
|
this.cbCIRA.TabIndex = 13;
|
|
this.cbCIRA.Text = "Use Proxy (Remote Access)";
|
|
this.cbCIRA.UseVisualStyleBackColor = true;
|
|
this.cbCIRA.CheckedChanged += new System.EventHandler(this.cbCIRA_CheckedChanged);
|
|
//
|
|
// lblCIRAUserName
|
|
//
|
|
this.lblCIRAUserName.AutoSize = true;
|
|
this.lblCIRAUserName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.lblCIRAUserName.Location = new System.Drawing.Point(42, 128);
|
|
this.lblCIRAUserName.Name = "lblCIRAUserName";
|
|
this.lblCIRAUserName.Size = new System.Drawing.Size(63, 13);
|
|
this.lblCIRAUserName.TabIndex = 175;
|
|
this.lblCIRAUserName.Text = "User Name:";
|
|
//
|
|
// tbProxyUserName
|
|
//
|
|
this.tbProxyUserName.Location = new System.Drawing.Point(182, 121);
|
|
this.tbProxyUserName.MaxLength = 32;
|
|
this.tbProxyUserName.Name = "tbProxyUserName";
|
|
this.tbProxyUserName.Size = new System.Drawing.Size(180, 20);
|
|
this.tbProxyUserName.TabIndex = 16;
|
|
this.tbProxyUserName.TextChanged += new System.EventHandler(this.ProxyParameters_TextChanged);
|
|
//
|
|
// pictureBox3
|
|
//
|
|
this.pictureBox3.Image = global::UCT.Properties.Resources.proxy1;
|
|
this.pictureBox3.Location = new System.Drawing.Point(3, 3);
|
|
this.pictureBox3.Name = "pictureBox3";
|
|
this.pictureBox3.Size = new System.Drawing.Size(28, 32);
|
|
this.pictureBox3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
|
this.pictureBox3.TabIndex = 175;
|
|
this.pictureBox3.TabStop = false;
|
|
//
|
|
// tbProxyPassword
|
|
//
|
|
this.tbProxyPassword.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
|
|
this.tbProxyPassword.Location = new System.Drawing.Point(182, 149);
|
|
this.tbProxyPassword.MaxLength = 32;
|
|
this.tbProxyPassword.Name = "tbProxyPassword";
|
|
this.tbProxyPassword.Size = new System.Drawing.Size(180, 21);
|
|
this.tbProxyPassword.TabIndex = 17;
|
|
this.tbPassword.UseSystemPasswordChar = true;
|
|
this.tbProxyPassword.TextChanged += new System.EventHandler(this.ProxyParameters_TextChanged);
|
|
//
|
|
// lblCIRAPassword
|
|
//
|
|
this.lblCIRAPassword.AutoSize = true;
|
|
this.lblCIRAPassword.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblCIRAPassword.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblCIRAPassword.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.lblCIRAPassword.Location = new System.Drawing.Point(42, 157);
|
|
this.lblCIRAPassword.Name = "lblCIRAPassword";
|
|
this.lblCIRAPassword.Size = new System.Drawing.Size(56, 13);
|
|
this.lblCIRAPassword.TabIndex = 177;
|
|
this.lblCIRAPassword.Text = "Password:";
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(31)))), ((int)(((byte)(112)))), ((int)(((byte)(176)))));
|
|
this.label11.Location = new System.Drawing.Point(85, 21);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(320, 1);
|
|
this.label11.TabIndex = 173;
|
|
//
|
|
// lblCIRAHostName
|
|
//
|
|
this.lblCIRAHostName.AutoSize = true;
|
|
this.lblCIRAHostName.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.lblCIRAHostName.Location = new System.Drawing.Point(42, 71);
|
|
this.lblCIRAHostName.Name = "lblCIRAHostName";
|
|
this.lblCIRAHostName.Size = new System.Drawing.Size(65, 13);
|
|
this.lblCIRAHostName.TabIndex = 64;
|
|
this.lblCIRAHostName.Text = "IP or FQDN:";
|
|
//
|
|
// tbProxyHostName
|
|
//
|
|
this.tbProxyHostName.Location = new System.Drawing.Point(182, 64);
|
|
this.tbProxyHostName.Name = "tbProxyHostName";
|
|
this.tbProxyHostName.Size = new System.Drawing.Size(180, 20);
|
|
this.tbProxyHostName.TabIndex = 14;
|
|
this.tbProxyHostName.TextChanged += new System.EventHandler(this.tbProxyHostName_TextChanged);
|
|
//
|
|
// tbProxyPort
|
|
//
|
|
this.tbProxyPort.Font = new System.Drawing.Font("Arial", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
|
|
this.tbProxyPort.Location = new System.Drawing.Point(182, 92);
|
|
this.tbProxyPort.Name = "tbProxyPort";
|
|
this.tbProxyPort.Size = new System.Drawing.Size(180, 21);
|
|
this.tbProxyPort.TabIndex = 15;
|
|
this.tbProxyPort.TextChanged += new System.EventHandler(this.ProxyParameters_TextChanged);
|
|
//
|
|
// lblCIRAPort
|
|
//
|
|
this.lblCIRAPort.AutoSize = true;
|
|
this.lblCIRAPort.BackColor = System.Drawing.Color.Transparent;
|
|
this.lblCIRAPort.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F);
|
|
this.lblCIRAPort.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(29)))), ((int)(((byte)(82)))), ((int)(((byte)(134)))));
|
|
this.lblCIRAPort.Location = new System.Drawing.Point(42, 100);
|
|
this.lblCIRAPort.Name = "lblCIRAPort";
|
|
this.lblCIRAPort.Size = new System.Drawing.Size(29, 13);
|
|
this.lblCIRAPort.TabIndex = 66;
|
|
this.lblCIRAPort.Text = "Port:";
|
|
//
|
|
// errorProvider
|
|
//
|
|
this.errorProvider.BlinkRate = 0;
|
|
this.errorProvider.BlinkStyle = System.Windows.Forms.ErrorBlinkStyle.NeverBlink;
|
|
this.errorProvider.ContainerControl = this;
|
|
//
|
|
// btnConnect
|
|
//
|
|
this.btnConnect.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnConnect.BaseColor = System.Drawing.Color.Transparent;
|
|
this.btnConnect.ButtonColor = System.Drawing.Color.FromArgb(((int)(((byte)(64)))), ((int)(((byte)(64)))), ((int)(((byte)(64)))));
|
|
this.btnConnect.ButtonText = " Connect";
|
|
this.btnConnect.Enabled = false;
|
|
this.btnConnect.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnConnect.Image = ((System.Drawing.Image)(resources.GetObject("btnConnect.Image")));
|
|
this.btnConnect.ImageSize = new System.Drawing.Size(16, 16);
|
|
this.btnConnect.Location = new System.Drawing.Point(139, 549);
|
|
this.btnConnect.Name = "btnConnect";
|
|
this.btnConnect.Size = new System.Drawing.Size(85, 31);
|
|
this.btnConnect.TabIndex = 18;
|
|
this.btnConnect.Click += new System.EventHandler(this.btnConnect_Click);
|
|
//
|
|
// pictureBoxInfo
|
|
//
|
|
this.pictureBoxInfo.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.pictureBoxInfo.BackColor = System.Drawing.Color.Transparent;
|
|
this.pictureBoxInfo.Image = global::UCT.Properties.Resources.info;
|
|
this.pictureBoxInfo.Location = new System.Drawing.Point(292, 4);
|
|
this.pictureBoxInfo.Name = "pictureBoxInfo";
|
|
this.pictureBoxInfo.Size = new System.Drawing.Size(16, 16);
|
|
this.pictureBoxInfo.TabIndex = 80;
|
|
this.pictureBoxInfo.TabStop = false;
|
|
//
|
|
// linkLabelAboutUCT
|
|
//
|
|
this.linkLabelAboutUCT.ActiveLinkColor = System.Drawing.Color.Pink;
|
|
this.linkLabelAboutUCT.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
|
|
this.linkLabelAboutUCT.AutoSize = true;
|
|
this.linkLabelAboutUCT.BackColor = System.Drawing.Color.Transparent;
|
|
this.linkLabelAboutUCT.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(177)));
|
|
this.linkLabelAboutUCT.ForeColor = System.Drawing.Color.White;
|
|
this.linkLabelAboutUCT.LinkColor = System.Drawing.Color.White;
|
|
this.linkLabelAboutUCT.Location = new System.Drawing.Point(311, 6);
|
|
this.linkLabelAboutUCT.Name = "linkLabelAboutUCT";
|
|
this.linkLabelAboutUCT.Size = new System.Drawing.Size(126, 13);
|
|
this.linkLabelAboutUCT.TabIndex = 20;
|
|
this.linkLabelAboutUCT.TabStop = true;
|
|
this.linkLabelAboutUCT.Text = "About User Consent Tool";
|
|
this.linkLabelAboutUCT.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelAboutUCT_LinkClicked);
|
|
//
|
|
// btnCancel
|
|
//
|
|
this.btnCancel.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnCancel.BaseColor = System.Drawing.Color.Transparent;
|
|
this.btnCancel.ButtonText = " Cancel";
|
|
this.btnCancel.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
|
this.btnCancel.Image = ((System.Drawing.Image)(resources.GetObject("btnCancel.Image")));
|
|
this.btnCancel.ImageSize = new System.Drawing.Size(16, 16);
|
|
this.btnCancel.Location = new System.Drawing.Point(234, 549);
|
|
this.btnCancel.Name = "btnCancel";
|
|
this.btnCancel.Size = new System.Drawing.Size(85, 31);
|
|
this.btnCancel.TabIndex = 19;
|
|
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
|
|
//
|
|
// btnClearFilds
|
|
//
|
|
this.btnClearFilds.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnClearFilds.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.btnClearFilds.Image = global::UCT.Properties.Resources.icon_clear;
|
|
this.btnClearFilds.Location = new System.Drawing.Point(350, 555);
|
|
this.btnClearFilds.Name = "btnClearFilds";
|
|
this.btnClearFilds.Size = new System.Drawing.Size(17, 22);
|
|
this.btnClearFilds.TabIndex = 82;
|
|
this.btnClearFilds.TabStop = false;
|
|
this.btnClearFilds.Click += new System.EventHandler(this.btnClearFields_Click);
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.AutoSize = true;
|
|
this.label4.BackColor = System.Drawing.Color.Transparent;
|
|
this.label4.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
this.label4.ForeColor = System.Drawing.Color.White;
|
|
this.label4.Location = new System.Drawing.Point(368, 559);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(71, 13);
|
|
this.label4.TabIndex = 64;
|
|
this.label4.Text = "Clear all fields";
|
|
this.label4.Click += new System.EventHandler(this.btnClearFields_Click);
|
|
//
|
|
// btnHelp
|
|
//
|
|
this.btnHelp.BackColor = System.Drawing.Color.Transparent;
|
|
this.btnHelp.Cursor = System.Windows.Forms.Cursors.Help;
|
|
this.btnHelp.Image = global::UCT.Properties.Resources.help;
|
|
this.btnHelp.Location = new System.Drawing.Point(17, 549);
|
|
this.btnHelp.Name = "btnHelp";
|
|
this.btnHelp.Size = new System.Drawing.Size(32, 27);
|
|
this.btnHelp.SizeMode = System.Windows.Forms.PictureBoxSizeMode.Zoom;
|
|
this.btnHelp.TabIndex = 83;
|
|
this.btnHelp.TabStop = false;
|
|
this.btnHelp.Click += new System.EventHandler(this.btnHelp_Click);
|
|
//
|
|
// ConnectionSettings
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackgroundImage = global::UCT.Properties.Resources.background;
|
|
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
|
this.ClientSize = new System.Drawing.Size(453, 594);
|
|
this.Controls.Add(this.btnHelp);
|
|
this.Controls.Add(this.btnClearFilds);
|
|
this.Controls.Add(this.btnCancel);
|
|
this.Controls.Add(this.linkLabelAboutUCT);
|
|
this.Controls.Add(this.pictureBoxInfo);
|
|
this.Controls.Add(this.btnConnect);
|
|
this.Controls.Add(this.panel3);
|
|
this.Controls.Add(this.label4);
|
|
this.DoubleBuffered = true;
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
|
|
this.Name = "ConnectionSettings";
|
|
this.ShowInTaskbar = true;
|
|
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
|
|
this.Text = "Connection Settings";
|
|
this.panel3.ResumeLayout(false);
|
|
this.innerPane1.ResumeLayout(false);
|
|
this.settingsPanel.ResumeLayout(false);
|
|
this.panelOperationSetttings.ResumeLayout(false);
|
|
this.panelOperationSetttings.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.errorProvider)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.pictureBoxInfo)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnClearFilds)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.btnHelp)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Panel panel3;
|
|
private System.Windows.Forms.ErrorProvider errorProvider;
|
|
private UCT.Controls.UCTButton btnConnect;
|
|
private System.Windows.Forms.LinkLabel linkLabelAboutUCT;
|
|
private System.Windows.Forms.PictureBox pictureBoxInfo;
|
|
private AMT_SW_GUI.InnerPane innerPane1;
|
|
private System.Windows.Forms.FlowLayoutPanel settingsPanel;
|
|
private System.Windows.Forms.Panel panelOperationSetttings;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.PictureBox pictureBox2;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.TextBox tbUserName;
|
|
private System.Windows.Forms.TextBox tbPassword;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Panel panel1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.PictureBox pictureBox1;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.TextBox tbCertWithKey;
|
|
private System.Windows.Forms.Label lblCertWithKey;
|
|
private System.Windows.Forms.Panel panel2;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.CheckBox cbCIRA;
|
|
private System.Windows.Forms.Label lblCIRAUserName;
|
|
private System.Windows.Forms.TextBox tbProxyUserName;
|
|
private System.Windows.Forms.PictureBox pictureBox3;
|
|
private System.Windows.Forms.TextBox tbProxyPassword;
|
|
private System.Windows.Forms.Label lblCIRAPassword;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.Label lblCIRAHostName;
|
|
private System.Windows.Forms.TextBox tbProxyHostName;
|
|
private System.Windows.Forms.TextBox tbProxyPort;
|
|
private System.Windows.Forms.Label lblCIRAPort;
|
|
private UCT.Controls.UCTButton btnCancel;
|
|
private System.Windows.Forms.RadioButton rbKerberos;
|
|
private System.Windows.Forms.RadioButton rbDigest;
|
|
private System.Windows.Forms.RadioButton rbMTLS;
|
|
private System.Windows.Forms.RadioButton rbServerTLS;
|
|
private System.Windows.Forms.RadioButton rbNoneTLS;
|
|
private System.Windows.Forms.CheckBox cbAcceptSelfSignedCert;
|
|
private System.Windows.Forms.ComboBox tbHostName;
|
|
private System.Windows.Forms.PictureBox btnClearFilds;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.PictureBox btnHelp;
|
|
}
|
|
} |