Refactoring of OpenRA.Utility. Whole lot of work on OpenRA.Launcher

Mod configuration dialog now fully functional, launch button also works.
This commit is contained in:
Matthew Bowra-Dean
2010-11-05 03:00:02 +13:00
committed by Paul Chote
parent f98f3d0b39
commit da384af339
13 changed files with 909 additions and 272 deletions

View File

@@ -59,6 +59,7 @@
this.launchButton.TabIndex = 1;
this.launchButton.Text = "Launch OpenRA";
this.launchButton.UseVisualStyleBackColor = true;
this.launchButton.Click += new System.EventHandler(this.LaunchGame);
//
// tableLayoutPanel1
//
@@ -107,6 +108,7 @@
// configGameButton
//
this.configGameButton.Anchor = System.Windows.Forms.AnchorStyles.None;
this.configGameButton.Enabled = false;
this.configGameButton.Location = new System.Drawing.Point(51, 239);
this.configGameButton.Name = "configGameButton";
this.configGameButton.Size = new System.Drawing.Size(192, 50);