namespace GitForce
{
partial class FormHttpsAuth
{
/// <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.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.textUsername = new System.Windows.Forms.TextBox();
this.textPassword = new System.Windows.Forms.TextBox();
this.btOK = new System.Windows.Forms.Button();
this.btCancel = new System.Windows.Forms.Button();
this.checkReveal = new System.Windows.Forms.CheckBox();
this.SuspendLayout();
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 15);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(61, 13);
this.label2.TabIndex = 0;
this.label2.Text = "User name:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 41);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(56, 13);
this.label3.TabIndex = 2;
this.label3.Text = "Password:";
//
// textUsername
//
this.textUsername.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textUsername.Location = new System.Drawing.Point(96, 12);
this.textUsername.Name = "textUsername";
this.textUsername.Size = new System.Drawing.Size(227, 20);
this.textUsername.TabIndex = 1;
this.textUsername.TextChanged += new System.EventHandler(this.ValidateOk);
//
// textPassword
//
this.textPassword.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.textPassword.Location = new System.Drawing.Point(96, 38);
this.textPassword.Name = "textPassword";
this.textPassword.Size = new System.Drawing.Size(195, 20);
this.textPassword.TabIndex = 3;
this.textPassword.UseSystemPasswordChar = true;
this.textPassword.TextChanged += new System.EventHandler(this.ValidateOk);
//
// btOK
//
this.btOK.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btOK.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btOK.Enabled = false;
this.btOK.Location = new System.Drawing.Point(167, 68);
this.btOK.Name = "btOK";
this.btOK.Size = new System.Drawing.Size(75, 23);
this.btOK.TabIndex = 5;
this.btOK.Text = "OK";
this.btOK.UseVisualStyleBackColor = true;
//
// btCancel
//
this.btCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Location = new System.Drawing.Point(248, 68);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(75, 23);
this.btCancel.TabIndex = 6;
this.btCancel.Text = "Cancel";
this.btCancel.UseVisualStyleBackColor = true;
//
// checkReveal
//
this.checkReveal.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
this.checkReveal.Appearance = System.Windows.Forms.Appearance.Button;
this.checkReveal.AutoSize = true;
this.checkReveal.BackgroundImage = global::GitForce.Properties.Resources.eye;
this.checkReveal.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.checkReveal.Location = new System.Drawing.Point(297, 36);
this.checkReveal.Name = "checkReveal";
this.checkReveal.Size = new System.Drawing.Size(26, 23);
this.checkReveal.TabIndex = 4;
this.checkReveal.Text = " ";
this.checkReveal.UseVisualStyleBackColor = true;
this.checkReveal.CheckedChanged += new System.EventHandler(this.CheckShowCheckedChanged);
//
// FormHttpsAuth
//
this.AcceptButton = this.btOK;
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(335, 103);
this.Controls.Add(this.checkReveal);
this.Controls.Add(this.btCancel);
this.Controls.Add(this.btOK);
this.Controls.Add(this.textPassword);
this.Controls.Add(this.textUsername);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.MaximizeBox = false;
this.MinimizeBox = false;
this.MinimumSize = new System.Drawing.Size(351, 141);
this.Name = "FormHttpsAuth";
this.ShowIcon = false;
this.ShowInTaskbar = false;
this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
this.Text = "HTTPS Authentication";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FormHttpsAuth_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox textUsername;
private System.Windows.Forms.TextBox textPassword;
private System.Windows.Forms.Button btOK;
private System.Windows.Forms.Button btCancel;
private System.Windows.Forms.CheckBox checkReveal;
}
}