This commit is contained in:
12
AyaNovaQBI/auth.Designer.cs
generated
12
AyaNovaQBI/auth.Designer.cs
generated
@@ -47,7 +47,7 @@
|
||||
this.edServerUrl.Location = new System.Drawing.Point(12, 46);
|
||||
this.edServerUrl.Name = "edServerUrl";
|
||||
this.edServerUrl.Size = new System.Drawing.Size(590, 20);
|
||||
this.edServerUrl.TabIndex = 0;
|
||||
this.edServerUrl.TabIndex = 3;
|
||||
//
|
||||
// label1
|
||||
//
|
||||
@@ -73,14 +73,14 @@
|
||||
this.edUserName.Location = new System.Drawing.Point(52, 137);
|
||||
this.edUserName.Name = "edUserName";
|
||||
this.edUserName.Size = new System.Drawing.Size(550, 20);
|
||||
this.edUserName.TabIndex = 3;
|
||||
this.edUserName.TabIndex = 0;
|
||||
//
|
||||
// edPassword
|
||||
//
|
||||
this.edPassword.Location = new System.Drawing.Point(52, 200);
|
||||
this.edPassword.Name = "edPassword";
|
||||
this.edPassword.Size = new System.Drawing.Size(550, 20);
|
||||
this.edPassword.TabIndex = 4;
|
||||
this.edPassword.TabIndex = 1;
|
||||
//
|
||||
// pictureBox2
|
||||
//
|
||||
@@ -107,7 +107,7 @@
|
||||
this.btnLogin.Location = new System.Drawing.Point(527, 262);
|
||||
this.btnLogin.Name = "btnLogin";
|
||||
this.btnLogin.Size = new System.Drawing.Size(75, 23);
|
||||
this.btnLogin.TabIndex = 9;
|
||||
this.btnLogin.TabIndex = 2;
|
||||
this.btnLogin.Text = "Login";
|
||||
this.btnLogin.UseVisualStyleBackColor = true;
|
||||
this.btnLogin.Click += new System.EventHandler(this.btnLogin_Click);
|
||||
@@ -130,7 +130,6 @@
|
||||
this.AutoSize = true;
|
||||
this.CancelButton = this.btnCancel;
|
||||
this.ClientSize = new System.Drawing.Size(614, 321);
|
||||
this.ControlBox = false;
|
||||
this.Controls.Add(this.btnCancel);
|
||||
this.Controls.Add(this.btnLogin);
|
||||
this.Controls.Add(this.pictureBox2);
|
||||
@@ -140,10 +139,11 @@
|
||||
this.Controls.Add(this.btnTest);
|
||||
this.Controls.Add(this.label1);
|
||||
this.Controls.Add(this.edServerUrl);
|
||||
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 = "AyaNova login";
|
||||
this.Text = "QBI login to AyaNova ";
|
||||
this.Load += new System.EventHandler(this.auth_Load);
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
|
||||
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
|
||||
|
||||
Reference in New Issue
Block a user