This commit is contained in:
13
source/Plugins/AyaNova.Plugin.V8/Auth.Designer.cs
generated
13
source/Plugins/AyaNova.Plugin.V8/Auth.Designer.cs
generated
@@ -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;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user