From 0086e768105fa66091474c042313efb3bba990f9 Mon Sep 17 00:00:00 2001 From: fa-dx Date: Fri, 16 Sep 2016 17:18:49 +0100 Subject: [PATCH] Tiny changes. --- MainForm.Designer.cs | 5 +++++ MainForm.cs | 16 ---------------- 2 files changed, 5 insertions(+), 16 deletions(-) diff --git a/MainForm.Designer.cs b/MainForm.Designer.cs index 7e093f0..d492088 100644 --- a/MainForm.Designer.cs +++ b/MainForm.Designer.cs @@ -497,6 +497,11 @@ private void InitializeComponent() 0, 0, 0}); + this.boxDump.Minimum = new decimal(new int[] { + 1, + 0, + 0, + 0}); this.boxDump.Name = "boxDump"; this.boxDump.Size = new System.Drawing.Size(40, 20); this.boxDump.TabIndex = 24; diff --git a/MainForm.cs b/MainForm.cs index db475a1..d3e1004 100644 --- a/MainForm.cs +++ b/MainForm.cs @@ -738,22 +738,6 @@ private void radioBoxes_CheckedChanged(object sender, EventArgs e) } - private void radioOpponent_CheckedChanged(object sender, EventArgs e) - { - label7.Visible = false; - label8.Visible = false; - dumpBoxes.Visible = false; - label9.Visible = true; - namePkx.Visible = true; - label9.Location = new System.Drawing.Point(6, 16); - namePkx.Location = new System.Drawing.Point(6, 35); - namePkx.Size = new System.Drawing.Size(197, 23); - dumpPkx.Size = new System.Drawing.Size(197, 23); - dumpBoxes.Location = new System.Drawing.Point(98, 61); - dumpPkx.Location = new System.Drawing.Point(6, 61); - dumpPkx.Text = "Dump"; - } - private void radioDaycare_CheckedChanged(object sender, EventArgs e) { label7.Visible = false;