This commit is contained in:
2020-12-15 20:46:06 +00:00
parent 02bf076a19
commit a118282fbb
7 changed files with 372 additions and 283 deletions

View File

@@ -41,6 +41,7 @@
this.btnTest = new System.Windows.Forms.Button();
this.label2 = new System.Windows.Forms.Label();
this.lblPreRelease = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
@@ -167,6 +168,16 @@
this.lblPreRelease.Text = "Pre-release 7.6-Alpha";
this.lblPreRelease.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.label3.Location = new System.Drawing.Point(28, 278);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(181, 16);
this.label3.TabIndex = 38;
this.label3.Text = "AyaNova 8 SuperUser login:";
//
// Auth
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
@@ -174,6 +185,7 @@
this.AutoSize = true;
this.ClientSize = new System.Drawing.Size(614, 545);
this.ControlBox = false;
this.Controls.Add(this.label3);
this.Controls.Add(this.lblPreRelease);
this.Controls.Add(this.label2);
this.Controls.Add(this.btnTest);
@@ -213,5 +225,6 @@
private System.Windows.Forms.Button btnTest;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label lblPreRelease;
private System.Windows.Forms.Label label3;
}
}