PKHeX/PKHeX.WinForms/Controls/PKM Editor/ContestStat.Designer.cs

226 lines
10 KiB
C#

namespace PKHeX.WinForms.Controls
{
partial class ContestStat
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Component Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.TB_Sheen = new System.Windows.Forms.MaskedTextBox();
this.TB_Tough = new System.Windows.Forms.MaskedTextBox();
this.TB_Smart = new System.Windows.Forms.MaskedTextBox();
this.TB_Cute = new System.Windows.Forms.MaskedTextBox();
this.TB_Beauty = new System.Windows.Forms.MaskedTextBox();
this.TB_Cool = new System.Windows.Forms.MaskedTextBox();
this.Label_Sheen = new System.Windows.Forms.Label();
this.Label_Tough = new System.Windows.Forms.Label();
this.Label_Clever = new System.Windows.Forms.Label();
this.Label_Cute = new System.Windows.Forms.Label();
this.Label_Beauty = new System.Windows.Forms.Label();
this.Label_Cool = new System.Windows.Forms.Label();
this.Label_ContestStats = new System.Windows.Forms.Label();
this.Label_Smart = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// TB_Sheen
//
this.TB_Sheen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Sheen.Location = new System.Drawing.Point(192, 30);
this.TB_Sheen.Mask = "000";
this.TB_Sheen.Name = "TB_Sheen";
this.TB_Sheen.Size = new System.Drawing.Size(31, 20);
this.TB_Sheen.TabIndex = 58;
this.TB_Sheen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Sheen.Validated += new System.EventHandler(this.Update255_MTB);
//
// TB_Tough
//
this.TB_Tough.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Tough.Location = new System.Drawing.Point(155, 30);
this.TB_Tough.Mask = "000";
this.TB_Tough.Name = "TB_Tough";
this.TB_Tough.Size = new System.Drawing.Size(31, 20);
this.TB_Tough.TabIndex = 57;
this.TB_Tough.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Tough.Validated += new System.EventHandler(this.Update255_MTB);
//
// TB_Smart
//
this.TB_Smart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Smart.Location = new System.Drawing.Point(118, 30);
this.TB_Smart.Mask = "000";
this.TB_Smart.Name = "TB_Smart";
this.TB_Smart.Size = new System.Drawing.Size(31, 20);
this.TB_Smart.TabIndex = 56;
this.TB_Smart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Smart.Validated += new System.EventHandler(this.Update255_MTB);
//
// TB_Cute
//
this.TB_Cute.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Cute.Location = new System.Drawing.Point(81, 30);
this.TB_Cute.Mask = "000";
this.TB_Cute.Name = "TB_Cute";
this.TB_Cute.Size = new System.Drawing.Size(31, 20);
this.TB_Cute.TabIndex = 55;
this.TB_Cute.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Cute.Validated += new System.EventHandler(this.Update255_MTB);
//
// TB_Beauty
//
this.TB_Beauty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Beauty.Location = new System.Drawing.Point(44, 30);
this.TB_Beauty.Mask = "000";
this.TB_Beauty.Name = "TB_Beauty";
this.TB_Beauty.Size = new System.Drawing.Size(31, 20);
this.TB_Beauty.TabIndex = 54;
this.TB_Beauty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Beauty.Validated += new System.EventHandler(this.Update255_MTB);
//
// TB_Cool
//
this.TB_Cool.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.TB_Cool.Location = new System.Drawing.Point(7, 30);
this.TB_Cool.Mask = "000";
this.TB_Cool.Name = "TB_Cool";
this.TB_Cool.Size = new System.Drawing.Size(31, 20);
this.TB_Cool.TabIndex = 53;
this.TB_Cool.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
this.TB_Cool.Validated += new System.EventHandler(this.Update255_MTB);
//
// Label_Sheen
//
this.Label_Sheen.Location = new System.Drawing.Point(186, 17);
this.Label_Sheen.Name = "Label_Sheen";
this.Label_Sheen.Size = new System.Drawing.Size(43, 13);
this.Label_Sheen.TabIndex = 65;
this.Label_Sheen.Text = "Sheen";
this.Label_Sheen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_Tough
//
this.Label_Tough.Location = new System.Drawing.Point(149, 17);
this.Label_Tough.Name = "Label_Tough";
this.Label_Tough.Size = new System.Drawing.Size(43, 13);
this.Label_Tough.TabIndex = 64;
this.Label_Tough.Text = "Tough";
this.Label_Tough.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_Clever
//
this.Label_Clever.Location = new System.Drawing.Point(112, 17);
this.Label_Clever.Name = "Label_Clever";
this.Label_Clever.Size = new System.Drawing.Size(43, 13);
this.Label_Clever.TabIndex = 63;
this.Label_Clever.Text = "Clever";
this.Label_Clever.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_Cute
//
this.Label_Cute.Location = new System.Drawing.Point(75, 17);
this.Label_Cute.Name = "Label_Cute";
this.Label_Cute.Size = new System.Drawing.Size(43, 13);
this.Label_Cute.TabIndex = 62;
this.Label_Cute.Text = "Cute";
this.Label_Cute.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_Beauty
//
this.Label_Beauty.Location = new System.Drawing.Point(38, 17);
this.Label_Beauty.Name = "Label_Beauty";
this.Label_Beauty.Size = new System.Drawing.Size(43, 13);
this.Label_Beauty.TabIndex = 61;
this.Label_Beauty.Text = "Beauty";
this.Label_Beauty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_Cool
//
this.Label_Cool.Location = new System.Drawing.Point(1, 17);
this.Label_Cool.Name = "Label_Cool";
this.Label_Cool.Size = new System.Drawing.Size(43, 13);
this.Label_Cool.TabIndex = 60;
this.Label_Cool.Text = "Cool";
this.Label_Cool.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_ContestStats
//
this.Label_ContestStats.Location = new System.Drawing.Point(46, 1);
this.Label_ContestStats.Name = "Label_ContestStats";
this.Label_ContestStats.Size = new System.Drawing.Size(140, 13);
this.Label_ContestStats.TabIndex = 59;
this.Label_ContestStats.Text = "Contest Stats";
this.Label_ContestStats.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// Label_Smart
//
this.Label_Smart.Location = new System.Drawing.Point(112, 17);
this.Label_Smart.Name = "Label_Smart";
this.Label_Smart.Size = new System.Drawing.Size(43, 13);
this.Label_Smart.TabIndex = 66;
this.Label_Smart.Text = "Smart";
this.Label_Smart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
//
// ContestStat
//
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);
this.Controls.Add(this.TB_Cute);
this.Controls.Add(this.TB_Beauty);
this.Controls.Add(this.TB_Cool);
this.Controls.Add(this.Label_Sheen);
this.Controls.Add(this.Label_Tough);
this.Controls.Add(this.Label_Clever);
this.Controls.Add(this.Label_Cute);
this.Controls.Add(this.Label_Beauty);
this.Controls.Add(this.Label_Cool);
this.Controls.Add(this.Label_ContestStats);
this.Controls.Add(this.Label_Smart);
this.Name = "ContestStat";
this.Size = new System.Drawing.Size(230, 50);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MaskedTextBox TB_Sheen;
private System.Windows.Forms.MaskedTextBox TB_Tough;
private System.Windows.Forms.MaskedTextBox TB_Smart;
private System.Windows.Forms.MaskedTextBox TB_Cute;
private System.Windows.Forms.MaskedTextBox TB_Beauty;
private System.Windows.Forms.MaskedTextBox TB_Cool;
private System.Windows.Forms.Label Label_Sheen;
private System.Windows.Forms.Label Label_Tough;
private System.Windows.Forms.Label Label_Clever;
private System.Windows.Forms.Label Label_Cute;
private System.Windows.Forms.Label Label_Beauty;
private System.Windows.Forms.Label Label_Cool;
private System.Windows.Forms.Label Label_ContestStats;
private System.Windows.Forms.Label Label_Smart;
}
}