Kurt
2018-03-19 16:15:39 -07:00
parent a03a54a331
commit dc0cf34ed5
3 changed files with 5 additions and 8 deletions

View File

@@ -184,8 +184,7 @@ private void InitializeComponent()
//
// ContestStat
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.TB_Sheen);
this.Controls.Add(this.TB_Tough);
this.Controls.Add(this.TB_Smart);

View File

@@ -124,8 +124,7 @@ private void InitializeComponent()
//
// ShinyLeaf
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.flowLayoutPanel1);
this.Name = "ShinyLeaf";
this.Size = new System.Drawing.Size(140, 56);

View File

@@ -823,7 +823,7 @@ private void InitializeComponent()
this.FLP_StatsTotalRight.Location = new System.Drawing.Point(80, 0);
this.FLP_StatsTotalRight.Margin = new System.Windows.Forms.Padding(0);
this.FLP_StatsTotalRight.Name = "FLP_StatsTotalRight";
this.FLP_StatsTotalRight.Size = new System.Drawing.Size(162, 21);
this.FLP_StatsTotalRight.Size = new System.Drawing.Size(190, 21);
this.FLP_StatsTotalRight.TabIndex = 123;
//
// TB_BST
@@ -872,7 +872,7 @@ private void InitializeComponent()
this.L_Potential.Location = new System.Drawing.Point(94, 0);
this.L_Potential.Margin = new System.Windows.Forms.Padding(0);
this.L_Potential.Name = "L_Potential";
this.L_Potential.Size = new System.Drawing.Size(67, 21);
this.L_Potential.Size = new System.Drawing.Size(96, 21);
this.L_Potential.TabIndex = 42;
this.L_Potential.Text = "(potential)";
this.L_Potential.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
@@ -974,8 +974,7 @@ private void InitializeComponent()
//
// StatEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
this.Controls.Add(this.FLP_Stats);
this.Name = "StatEditor";
this.Size = new System.Drawing.Size(270, 247);