This commit is contained in:
2022-07-22 18:44:03 +00:00
parent c9799d26e6
commit 07becaee80
9 changed files with 198 additions and 93 deletions

View File

@@ -38,21 +38,25 @@
this.pictureBox1 = new System.Windows.Forms.PictureBox();
this.btnLogin = new System.Windows.Forms.Button();
this.btnCancel = new System.Windows.Forms.Button();
this.panel1 = new System.Windows.Forms.Panel();
this.iconReveal = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.panel1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.iconReveal)).BeginInit();
this.SuspendLayout();
//
// edServerUrl
//
this.edServerUrl.Location = new System.Drawing.Point(12, 46);
this.edServerUrl.Location = new System.Drawing.Point(20, 35);
this.edServerUrl.Name = "edServerUrl";
this.edServerUrl.Size = new System.Drawing.Size(590, 20);
this.edServerUrl.Size = new System.Drawing.Size(548, 20);
this.edServerUrl.TabIndex = 3;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(13, 27);
this.label1.Location = new System.Drawing.Point(17, 16);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(123, 13);
this.label1.TabIndex = 1;
@@ -60,7 +64,7 @@
//
// btnTest
//
this.btnTest.Location = new System.Drawing.Point(12, 73);
this.btnTest.Location = new System.Drawing.Point(17, 61);
this.btnTest.Name = "btnTest";
this.btnTest.Size = new System.Drawing.Size(75, 23);
this.btnTest.TabIndex = 2;
@@ -70,23 +74,24 @@
//
// edUserName
//
this.edUserName.Location = new System.Drawing.Point(52, 137);
this.edUserName.Location = new System.Drawing.Point(56, 122);
this.edUserName.Name = "edUserName";
this.edUserName.Size = new System.Drawing.Size(550, 20);
this.edUserName.Size = new System.Drawing.Size(512, 20);
this.edUserName.TabIndex = 0;
//
// edPassword
//
this.edPassword.Location = new System.Drawing.Point(52, 200);
this.edPassword.Location = new System.Drawing.Point(56, 185);
this.edPassword.Name = "edPassword";
this.edPassword.Size = new System.Drawing.Size(550, 20);
this.edPassword.Size = new System.Drawing.Size(512, 20);
this.edPassword.TabIndex = 1;
this.edPassword.UseSystemPasswordChar = true;
//
// pictureBox2
//
this.pictureBox2.Image = global::AyaNovaQBI.Properties.Resources.pass;
this.pictureBox2.InitialImage = null;
this.pictureBox2.Location = new System.Drawing.Point(12, 200);
this.pictureBox2.Location = new System.Drawing.Point(17, 185);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(24, 24);
this.pictureBox2.TabIndex = 8;
@@ -96,7 +101,7 @@
//
this.pictureBox1.Image = global::AyaNovaQBI.Properties.Resources.user;
this.pictureBox1.InitialImage = null;
this.pictureBox1.Location = new System.Drawing.Point(12, 137);
this.pictureBox1.Location = new System.Drawing.Point(17, 122);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(24, 24);
this.pictureBox1.TabIndex = 7;
@@ -105,7 +110,7 @@
// btnLogin
//
this.btnLogin.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.btnLogin.Location = new System.Drawing.Point(527, 276);
this.btnLogin.Location = new System.Drawing.Point(515, 293);
this.btnLogin.Name = "btnLogin";
this.btnLogin.Size = new System.Drawing.Size(75, 23);
this.btnLogin.TabIndex = 2;
@@ -117,13 +122,43 @@
//
this.btnCancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btnCancel.Location = new System.Drawing.Point(12, 276);
this.btnCancel.Location = new System.Drawing.Point(20, 293);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(75, 23);
this.btnCancel.TabIndex = 10;
this.btnCancel.Text = "Cancel";
this.btnCancel.UseVisualStyleBackColor = true;
//
// panel1
//
this.panel1.Controls.Add(this.iconReveal);
this.panel1.Controls.Add(this.btnLogin);
this.panel1.Controls.Add(this.label1);
this.panel1.Controls.Add(this.btnTest);
this.panel1.Controls.Add(this.edServerUrl);
this.panel1.Controls.Add(this.pictureBox2);
this.panel1.Controls.Add(this.btnCancel);
this.panel1.Controls.Add(this.pictureBox1);
this.panel1.Controls.Add(this.edPassword);
this.panel1.Controls.Add(this.edUserName);
this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(614, 328);
this.panel1.TabIndex = 11;
//
// iconReveal
//
this.iconReveal.Image = global::AyaNovaQBI.Properties.Resources.reveal;
this.iconReveal.InitialImage = null;
this.iconReveal.Location = new System.Drawing.Point(570, 185);
this.iconReveal.Name = "iconReveal";
this.iconReveal.Size = new System.Drawing.Size(24, 24);
this.iconReveal.TabIndex = 11;
this.iconReveal.TabStop = false;
this.iconReveal.MouseEnter += new System.EventHandler(this.iconReveal_MouseEnter);
this.iconReveal.MouseLeave += new System.EventHandler(this.iconReveal_MouseLeave);
//
// auth
//
this.AcceptButton = this.btnLogin;
@@ -131,26 +166,21 @@
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoSize = true;
this.CancelButton = this.btnCancel;
this.ClientSize = new System.Drawing.Size(614, 321);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnLogin);
this.Controls.Add(this.pictureBox2);
this.Controls.Add(this.pictureBox1);
this.Controls.Add(this.edPassword);
this.Controls.Add(this.edUserName);
this.Controls.Add(this.btnTest);
this.Controls.Add(this.label1);
this.Controls.Add(this.edServerUrl);
this.ClientSize = new System.Drawing.Size(614, 328);
this.Controls.Add(this.panel1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "auth";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "QBI login to AyaNova ";
this.Load += new System.EventHandler(this.auth_Load);
this.Shown += new System.EventHandler(this.auth_Shown);
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.iconReveal)).EndInit();
this.ResumeLayout(false);
this.PerformLayout();
}
@@ -165,5 +195,7 @@
private System.Windows.Forms.PictureBox pictureBox2;
private System.Windows.Forms.Button btnLogin;
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.PictureBox iconReveal;
}
}