Hide debug values

Closes #1607
wasn't Hall of Fame clear count values, just the 4 bytes prior to the
HoF 2 * 6 * u16 teams that serves an unknown purpose.
This commit is contained in:
Kurt 2017-11-14 21:48:38 -08:00
parent dbf10d1c29
commit 1c42cbebb7

View file

@ -95,6 +95,7 @@
this.CHK_Flag.TabIndex = 25; this.CHK_Flag.TabIndex = 25;
this.CHK_Flag.Text = "Flag"; this.CHK_Flag.Text = "Flag";
this.CHK_Flag.UseVisualStyleBackColor = true; this.CHK_Flag.UseVisualStyleBackColor = true;
this.CHK_Flag.Visible = false;
// //
// NUD_Count // NUD_Count
// //
@ -113,6 +114,7 @@
0, 0,
0, 0,
0}); 0});
this.NUD_Count.Visible = false;
// //
// L_Count // L_Count
// //
@ -123,6 +125,7 @@
this.L_Count.TabIndex = 26; this.L_Count.TabIndex = 26;
this.L_Count.Text = "Count:"; this.L_Count.Text = "Count:";
this.L_Count.TextAlign = System.Drawing.ContentAlignment.MiddleRight; this.L_Count.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
this.L_Count.Visible = false;
// //
// L_F1 // L_F1
// //