260 lines
13 KiB
C#
260 lines
13 KiB
C#
///
|
|
/// Copyright (c) 2019 Sensus Slovensko a.s.
|
|
///
|
|
namespace SharedDatabase.Forms
|
|
{
|
|
partial class TripleLoginDlg
|
|
{
|
|
/// <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(TripleLoginDlg));
|
|
this.aliasLabel1 = new System.Windows.Forms.Label();
|
|
this.passwordLabel1 = new System.Windows.Forms.Label();
|
|
this.passwordTextBox1 = new System.Windows.Forms.TextBox();
|
|
this.cancelButton = new System.Windows.Forms.Button();
|
|
this.okButton = new System.Windows.Forms.Button();
|
|
this.userNameTextBox1 = new System.Windows.Forms.TextBox();
|
|
this.workplaceGroupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.loginStatePictureBox1 = new System.Windows.Forms.PictureBox();
|
|
this.workplaceGroupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.loginStatePictureBox2 = new System.Windows.Forms.PictureBox();
|
|
this.userNameTextBox2 = new System.Windows.Forms.TextBox();
|
|
this.aliasLabel2 = new System.Windows.Forms.Label();
|
|
this.passwordLabel2 = new System.Windows.Forms.Label();
|
|
this.passwordTextBox2 = new System.Windows.Forms.TextBox();
|
|
this.workplaceGroupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.loginStatePictureBox3 = new System.Windows.Forms.PictureBox();
|
|
this.userNameTextBox3 = new System.Windows.Forms.TextBox();
|
|
this.aliasLabel3 = new System.Windows.Forms.Label();
|
|
this.passwordLabel3 = new System.Windows.Forms.Label();
|
|
this.passwordTextBox3 = new System.Windows.Forms.TextBox();
|
|
this.workplaceGroupBox1.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loginStatePictureBox1)).BeginInit();
|
|
this.workplaceGroupBox2.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loginStatePictureBox2)).BeginInit();
|
|
this.workplaceGroupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loginStatePictureBox3)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// aliasLabel1
|
|
//
|
|
resources.ApplyResources(this.aliasLabel1, "aliasLabel1");
|
|
this.aliasLabel1.Name = "aliasLabel1";
|
|
this.aliasLabel1.Click += new System.EventHandler(this.aliasLabel1_Click);
|
|
//
|
|
// passwordLabel1
|
|
//
|
|
resources.ApplyResources(this.passwordLabel1, "passwordLabel1");
|
|
this.passwordLabel1.Name = "passwordLabel1";
|
|
//
|
|
// passwordTextBox1
|
|
//
|
|
resources.ApplyResources(this.passwordTextBox1, "passwordTextBox1");
|
|
this.passwordTextBox1.Name = "passwordTextBox1";
|
|
this.passwordTextBox1.UseSystemPasswordChar = true;
|
|
this.passwordTextBox1.TextChanged += new System.EventHandler(this.passwordTextBox1_TextChanged);
|
|
this.passwordTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.passwordTextBox1_KeyPress);
|
|
//
|
|
// cancelButton
|
|
//
|
|
resources.ApplyResources(this.cancelButton, "cancelButton");
|
|
this.cancelButton.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
this.cancelButton.Name = "cancelButton";
|
|
this.cancelButton.UseVisualStyleBackColor = true;
|
|
this.cancelButton.Click += new System.EventHandler(this.cancelButton_Click);
|
|
//
|
|
// okButton
|
|
//
|
|
resources.ApplyResources(this.okButton, "okButton");
|
|
this.okButton.DialogResult = System.Windows.Forms.DialogResult.OK;
|
|
this.okButton.Name = "okButton";
|
|
this.okButton.UseVisualStyleBackColor = true;
|
|
this.okButton.Click += new System.EventHandler(this.okButton_Click);
|
|
//
|
|
// userNameTextBox1
|
|
//
|
|
resources.ApplyResources(this.userNameTextBox1, "userNameTextBox1");
|
|
this.userNameTextBox1.Name = "userNameTextBox1";
|
|
this.userNameTextBox1.TextChanged += new System.EventHandler(this.userNameTextBox1_TextChanged);
|
|
this.userNameTextBox1.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.userNameTextBox1_KeyPress);
|
|
//
|
|
// workplaceGroupBox1
|
|
//
|
|
this.workplaceGroupBox1.Controls.Add(this.loginStatePictureBox1);
|
|
this.workplaceGroupBox1.Controls.Add(this.userNameTextBox1);
|
|
this.workplaceGroupBox1.Controls.Add(this.aliasLabel1);
|
|
this.workplaceGroupBox1.Controls.Add(this.passwordLabel1);
|
|
this.workplaceGroupBox1.Controls.Add(this.passwordTextBox1);
|
|
resources.ApplyResources(this.workplaceGroupBox1, "workplaceGroupBox1");
|
|
this.workplaceGroupBox1.Name = "workplaceGroupBox1";
|
|
this.workplaceGroupBox1.TabStop = false;
|
|
//
|
|
// loginStatePictureBox1
|
|
//
|
|
resources.ApplyResources(this.loginStatePictureBox1, "loginStatePictureBox1");
|
|
this.loginStatePictureBox1.Name = "loginStatePictureBox1";
|
|
this.loginStatePictureBox1.TabStop = false;
|
|
//
|
|
// workplaceGroupBox2
|
|
//
|
|
this.workplaceGroupBox2.Controls.Add(this.loginStatePictureBox2);
|
|
this.workplaceGroupBox2.Controls.Add(this.userNameTextBox2);
|
|
this.workplaceGroupBox2.Controls.Add(this.aliasLabel2);
|
|
this.workplaceGroupBox2.Controls.Add(this.passwordLabel2);
|
|
this.workplaceGroupBox2.Controls.Add(this.passwordTextBox2);
|
|
resources.ApplyResources(this.workplaceGroupBox2, "workplaceGroupBox2");
|
|
this.workplaceGroupBox2.Name = "workplaceGroupBox2";
|
|
this.workplaceGroupBox2.TabStop = false;
|
|
//
|
|
// loginStatePictureBox2
|
|
//
|
|
resources.ApplyResources(this.loginStatePictureBox2, "loginStatePictureBox2");
|
|
this.loginStatePictureBox2.Name = "loginStatePictureBox2";
|
|
this.loginStatePictureBox2.TabStop = false;
|
|
//
|
|
// userNameTextBox2
|
|
//
|
|
resources.ApplyResources(this.userNameTextBox2, "userNameTextBox2");
|
|
this.userNameTextBox2.Name = "userNameTextBox2";
|
|
this.userNameTextBox2.TextChanged += new System.EventHandler(this.userNameTextBox2_TextChanged);
|
|
this.userNameTextBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.userNameTextBox2_KeyPress);
|
|
//
|
|
// aliasLabel2
|
|
//
|
|
resources.ApplyResources(this.aliasLabel2, "aliasLabel2");
|
|
this.aliasLabel2.Name = "aliasLabel2";
|
|
this.aliasLabel2.Click += new System.EventHandler(this.aliasLabel2_Click);
|
|
//
|
|
// passwordLabel2
|
|
//
|
|
resources.ApplyResources(this.passwordLabel2, "passwordLabel2");
|
|
this.passwordLabel2.Name = "passwordLabel2";
|
|
//
|
|
// passwordTextBox2
|
|
//
|
|
resources.ApplyResources(this.passwordTextBox2, "passwordTextBox2");
|
|
this.passwordTextBox2.Name = "passwordTextBox2";
|
|
this.passwordTextBox2.UseSystemPasswordChar = true;
|
|
this.passwordTextBox2.TextChanged += new System.EventHandler(this.passwordTextBox2_TextChanged);
|
|
this.passwordTextBox2.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.passwordTextBox2_KeyPress);
|
|
//
|
|
// workplaceGroupBox3
|
|
//
|
|
this.workplaceGroupBox3.Controls.Add(this.loginStatePictureBox3);
|
|
this.workplaceGroupBox3.Controls.Add(this.userNameTextBox3);
|
|
this.workplaceGroupBox3.Controls.Add(this.aliasLabel3);
|
|
this.workplaceGroupBox3.Controls.Add(this.passwordLabel3);
|
|
this.workplaceGroupBox3.Controls.Add(this.passwordTextBox3);
|
|
resources.ApplyResources(this.workplaceGroupBox3, "workplaceGroupBox3");
|
|
this.workplaceGroupBox3.Name = "workplaceGroupBox3";
|
|
this.workplaceGroupBox3.TabStop = false;
|
|
//
|
|
// loginStatePictureBox3
|
|
//
|
|
resources.ApplyResources(this.loginStatePictureBox3, "loginStatePictureBox3");
|
|
this.loginStatePictureBox3.Name = "loginStatePictureBox3";
|
|
this.loginStatePictureBox3.TabStop = false;
|
|
//
|
|
// userNameTextBox3
|
|
//
|
|
resources.ApplyResources(this.userNameTextBox3, "userNameTextBox3");
|
|
this.userNameTextBox3.Name = "userNameTextBox3";
|
|
this.userNameTextBox3.TextChanged += new System.EventHandler(this.userNameTextBox3_TextChanged);
|
|
this.userNameTextBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.userNameTextBox3_KeyPress);
|
|
//
|
|
// aliasLabel3
|
|
//
|
|
resources.ApplyResources(this.aliasLabel3, "aliasLabel3");
|
|
this.aliasLabel3.Name = "aliasLabel3";
|
|
this.aliasLabel3.Click += new System.EventHandler(this.aliasLabel3_Click);
|
|
//
|
|
// passwordLabel3
|
|
//
|
|
resources.ApplyResources(this.passwordLabel3, "passwordLabel3");
|
|
this.passwordLabel3.Name = "passwordLabel3";
|
|
//
|
|
// passwordTextBox3
|
|
//
|
|
resources.ApplyResources(this.passwordTextBox3, "passwordTextBox3");
|
|
this.passwordTextBox3.Name = "passwordTextBox3";
|
|
this.passwordTextBox3.UseSystemPasswordChar = true;
|
|
this.passwordTextBox3.TextChanged += new System.EventHandler(this.passwordTextBox3_TextChanged);
|
|
this.passwordTextBox3.KeyPress += new System.Windows.Forms.KeyPressEventHandler(this.passwordTextBox3_KeyPress);
|
|
//
|
|
// TripleLoginDlg
|
|
//
|
|
resources.ApplyResources(this, "$this");
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.BackColor = System.Drawing.Color.LightGray;
|
|
this.CancelButton = this.cancelButton;
|
|
this.Controls.Add(this.workplaceGroupBox3);
|
|
this.Controls.Add(this.workplaceGroupBox2);
|
|
this.Controls.Add(this.workplaceGroupBox1);
|
|
this.Controls.Add(this.okButton);
|
|
this.Controls.Add(this.cancelButton);
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
|
|
this.Name = "TripleLoginDlg";
|
|
this.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.LoginDlg_FormClosing);
|
|
this.Load += new System.EventHandler(this.LoginDlg_Load);
|
|
this.workplaceGroupBox1.ResumeLayout(false);
|
|
this.workplaceGroupBox1.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loginStatePictureBox1)).EndInit();
|
|
this.workplaceGroupBox2.ResumeLayout(false);
|
|
this.workplaceGroupBox2.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loginStatePictureBox2)).EndInit();
|
|
this.workplaceGroupBox3.ResumeLayout(false);
|
|
this.workplaceGroupBox3.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.loginStatePictureBox3)).EndInit();
|
|
this.ResumeLayout(false);
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
private System.Windows.Forms.Label aliasLabel1;
|
|
private System.Windows.Forms.Label passwordLabel1;
|
|
private System.Windows.Forms.TextBox userNameTextBox1;
|
|
private System.Windows.Forms.TextBox passwordTextBox1;
|
|
private System.Windows.Forms.Button cancelButton;
|
|
private System.Windows.Forms.Button okButton;
|
|
private System.Windows.Forms.GroupBox workplaceGroupBox1;
|
|
private System.Windows.Forms.PictureBox loginStatePictureBox1;
|
|
private System.Windows.Forms.GroupBox workplaceGroupBox2;
|
|
private System.Windows.Forms.PictureBox loginStatePictureBox2;
|
|
private System.Windows.Forms.TextBox userNameTextBox2;
|
|
private System.Windows.Forms.Label aliasLabel2;
|
|
private System.Windows.Forms.Label passwordLabel2;
|
|
private System.Windows.Forms.TextBox passwordTextBox2;
|
|
private System.Windows.Forms.GroupBox workplaceGroupBox3;
|
|
private System.Windows.Forms.PictureBox loginStatePictureBox3;
|
|
private System.Windows.Forms.TextBox userNameTextBox3;
|
|
private System.Windows.Forms.Label aliasLabel3;
|
|
private System.Windows.Forms.Label passwordLabel3;
|
|
private System.Windows.Forms.TextBox passwordTextBox3;
|
|
}
|
|
} |