Fixed Latest version played not getting saved. Also added online Launcher updater. Launcher now also says what version it is in the bottom left.
This commit is contained in:
33
Form1.Designer.cs
generated
33
Form1.Designer.cs
generated
@@ -46,6 +46,8 @@
|
||||
this.label2 = new System.Windows.Forms.Label();
|
||||
this.comboBox2Play = new System.Windows.Forms.ComboBox();
|
||||
this.btnUninstallVersion = new System.Windows.Forms.Button();
|
||||
this.btnLauncherUpdate = new System.Windows.Forms.Button();
|
||||
this.labelLauncherVersion = new System.Windows.Forms.Label();
|
||||
this.SuspendLayout();
|
||||
//
|
||||
// textBoxUsername
|
||||
@@ -118,9 +120,9 @@
|
||||
//
|
||||
// btnPlay
|
||||
//
|
||||
this.btnPlay.Location = new System.Drawing.Point(550, 26);
|
||||
this.btnPlay.Location = new System.Drawing.Point(550, 150);
|
||||
this.btnPlay.Name = "btnPlay";
|
||||
this.btnPlay.Size = new System.Drawing.Size(104, 104);
|
||||
this.btnPlay.Size = new System.Drawing.Size(104, 50);
|
||||
this.btnPlay.TabIndex = 9;
|
||||
this.btnPlay.Text = "Play!";
|
||||
this.btnPlay.UseVisualStyleBackColor = true;
|
||||
@@ -199,11 +201,33 @@
|
||||
this.btnUninstallVersion.UseVisualStyleBackColor = true;
|
||||
this.btnUninstallVersion.Click += new System.EventHandler(this.btnUninstallVersion_Click);
|
||||
//
|
||||
// btnLauncherUpdate
|
||||
//
|
||||
this.btnLauncherUpdate.Location = new System.Drawing.Point(550, 26);
|
||||
this.btnLauncherUpdate.Name = "btnLauncherUpdate";
|
||||
this.btnLauncherUpdate.Size = new System.Drawing.Size(104, 104);
|
||||
this.btnLauncherUpdate.TabIndex = 18;
|
||||
this.btnLauncherUpdate.Text = "LAUNCHER UPDATE AVAILIBLE";
|
||||
this.btnLauncherUpdate.UseVisualStyleBackColor = true;
|
||||
this.btnLauncherUpdate.Click += new System.EventHandler(this.btnLauncherUpdate_Click);
|
||||
//
|
||||
// labelLauncherVersion
|
||||
//
|
||||
this.labelLauncherVersion.AutoSize = true;
|
||||
this.labelLauncherVersion.Location = new System.Drawing.Point(9, 189);
|
||||
this.labelLauncherVersion.Name = "labelLauncherVersion";
|
||||
this.labelLauncherVersion.Size = new System.Drawing.Size(94, 13);
|
||||
this.labelLauncherVersion.TabIndex = 19;
|
||||
this.labelLauncherVersion.Text = "Unknown Version.";
|
||||
this.labelLauncherVersion.Click += new System.EventHandler(this.labelLauncherVersion_Click);
|
||||
//
|
||||
// Form1
|
||||
//
|
||||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
this.ClientSize = new System.Drawing.Size(684, 161);
|
||||
this.ClientSize = new System.Drawing.Size(684, 211);
|
||||
this.Controls.Add(this.labelLauncherVersion);
|
||||
this.Controls.Add(this.btnLauncherUpdate);
|
||||
this.Controls.Add(this.btnUninstallVersion);
|
||||
this.Controls.Add(this.label2);
|
||||
this.Controls.Add(this.comboBox2Play);
|
||||
@@ -224,6 +248,7 @@
|
||||
this.MaximizeBox = false;
|
||||
this.Name = "Form1";
|
||||
this.Text = "IveBeenAlone\'s Hytale Launcher";
|
||||
this.Load += new System.EventHandler(this.Form1_Load);
|
||||
this.ResumeLayout(false);
|
||||
this.PerformLayout();
|
||||
|
||||
@@ -246,6 +271,8 @@
|
||||
private System.Windows.Forms.Label label2;
|
||||
private System.Windows.Forms.ComboBox comboBox2Play;
|
||||
private System.Windows.Forms.Button btnUninstallVersion;
|
||||
private System.Windows.Forms.Button btnLauncherUpdate;
|
||||
private System.Windows.Forms.Label labelLauncherVersion;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user