|
|
@@ -34,7 +34,6 @@ |
|
|
|
this.browsebtn = new System.Windows.Forms.Button(); |
|
|
|
this.savebtn = new System.Windows.Forms.Button(); |
|
|
|
this.cancelbtn = new System.Windows.Forms.Button(); |
|
|
|
this.autopatching = new System.Windows.Forms.CheckBox(); |
|
|
|
this.SuspendLayout(); |
|
|
|
// |
|
|
|
// label1 |
|
|
@@ -93,16 +92,6 @@ |
|
|
|
this.cancelbtn.UseVisualStyleBackColor = true; |
|
|
|
this.cancelbtn.Click += new System.EventHandler(this.cancelbtn_Click); |
|
|
|
// |
|
|
|
// autopatching |
|
|
|
// |
|
|
|
this.autopatching.AutoSize = true; |
|
|
|
this.autopatching.Location = new System.Drawing.Point(12, 56); |
|
|
|
this.autopatching.Name = "autopatching"; |
|
|
|
this.autopatching.Size = new System.Drawing.Size(194, 17); |
|
|
|
this.autopatching.TabIndex = 6; |
|
|
|
this.autopatching.Text = "Enable auto-patching on game start"; |
|
|
|
this.autopatching.UseVisualStyleBackColor = true; |
|
|
|
// |
|
|
|
// SettingsForm |
|
|
|
// |
|
|
|
this.AcceptButton = this.savebtn; |
|
|
@@ -111,7 +100,6 @@ |
|
|
|
this.BackColor = System.Drawing.Color.Black; |
|
|
|
this.CancelButton = this.cancelbtn; |
|
|
|
this.ClientSize = new System.Drawing.Size(439, 148); |
|
|
|
this.Controls.Add(this.autopatching); |
|
|
|
this.Controls.Add(this.cancelbtn); |
|
|
|
this.Controls.Add(this.savebtn); |
|
|
|
this.Controls.Add(this.browsebtn); |
|
|
@@ -139,7 +127,6 @@ |
|
|
|
private System.Windows.Forms.Button browsebtn; |
|
|
|
private System.Windows.Forms.Button savebtn; |
|
|
|
private System.Windows.Forms.Button cancelbtn; |
|
|
|
private System.Windows.Forms.CheckBox autopatching; |
|
|
|
} |
|
|
|
} |
|
|
|
|