mirror of
https://github.com/kwsch/PKHeX
synced 2024-12-04 01:39:13 +00:00
301 lines
15 KiB
C#
301 lines
15 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()
|
|
{
|
|
TB_Sheen = new System.Windows.Forms.MaskedTextBox();
|
|
TB_Tough = new System.Windows.Forms.MaskedTextBox();
|
|
TB_Smart = new System.Windows.Forms.MaskedTextBox();
|
|
TB_Cute = new System.Windows.Forms.MaskedTextBox();
|
|
TB_Beauty = new System.Windows.Forms.MaskedTextBox();
|
|
TB_Cool = new System.Windows.Forms.MaskedTextBox();
|
|
Label_Sheen = new System.Windows.Forms.Label();
|
|
Label_Tough = new System.Windows.Forms.Label();
|
|
Label_Cute = new System.Windows.Forms.Label();
|
|
Label_Beauty = new System.Windows.Forms.Label();
|
|
Label_Cool = new System.Windows.Forms.Label();
|
|
Label_ContestStats = new System.Windows.Forms.Label();
|
|
Label_Smart = new System.Windows.Forms.Label();
|
|
tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
FLP_SmartClever = new System.Windows.Forms.FlowLayoutPanel();
|
|
Label_Clever = new System.Windows.Forms.Label();
|
|
tableLayoutPanel1.SuspendLayout();
|
|
FLP_SmartClever.SuspendLayout();
|
|
SuspendLayout();
|
|
//
|
|
// TB_Sheen
|
|
//
|
|
TB_Sheen.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_Sheen.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_Sheen.Location = new System.Drawing.Point(248, 16);
|
|
TB_Sheen.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_Sheen.Mask = "000";
|
|
TB_Sheen.MinimumSize = new System.Drawing.Size(32, 23);
|
|
TB_Sheen.Name = "TB_Sheen";
|
|
TB_Sheen.Size = new System.Drawing.Size(32, 23);
|
|
TB_Sheen.TabIndex = 58;
|
|
TB_Sheen.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_Sheen.Click += ClickTextBox;
|
|
TB_Sheen.Validated += Update255_MTB;
|
|
//
|
|
// TB_Tough
|
|
//
|
|
TB_Tough.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_Tough.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_Tough.Location = new System.Drawing.Point(200, 16);
|
|
TB_Tough.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_Tough.Mask = "000";
|
|
TB_Tough.MinimumSize = new System.Drawing.Size(32, 23);
|
|
TB_Tough.Name = "TB_Tough";
|
|
TB_Tough.Size = new System.Drawing.Size(32, 23);
|
|
TB_Tough.TabIndex = 57;
|
|
TB_Tough.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_Tough.Click += ClickTextBox;
|
|
TB_Tough.Validated += Update255_MTB;
|
|
//
|
|
// TB_Smart
|
|
//
|
|
TB_Smart.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_Smart.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_Smart.Location = new System.Drawing.Point(152, 16);
|
|
TB_Smart.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_Smart.Mask = "000";
|
|
TB_Smart.MinimumSize = new System.Drawing.Size(32, 23);
|
|
TB_Smart.Name = "TB_Smart";
|
|
TB_Smart.Size = new System.Drawing.Size(32, 23);
|
|
TB_Smart.TabIndex = 56;
|
|
TB_Smart.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_Smart.Click += ClickTextBox;
|
|
TB_Smart.Validated += Update255_MTB;
|
|
//
|
|
// TB_Cute
|
|
//
|
|
TB_Cute.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_Cute.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_Cute.Location = new System.Drawing.Point(104, 16);
|
|
TB_Cute.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_Cute.Mask = "000";
|
|
TB_Cute.MinimumSize = new System.Drawing.Size(32, 23);
|
|
TB_Cute.Name = "TB_Cute";
|
|
TB_Cute.Size = new System.Drawing.Size(32, 23);
|
|
TB_Cute.TabIndex = 55;
|
|
TB_Cute.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_Cute.Click += ClickTextBox;
|
|
TB_Cute.Validated += Update255_MTB;
|
|
//
|
|
// TB_Beauty
|
|
//
|
|
TB_Beauty.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_Beauty.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_Beauty.Location = new System.Drawing.Point(56, 16);
|
|
TB_Beauty.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_Beauty.Mask = "000";
|
|
TB_Beauty.MinimumSize = new System.Drawing.Size(32, 23);
|
|
TB_Beauty.Name = "TB_Beauty";
|
|
TB_Beauty.Size = new System.Drawing.Size(32, 23);
|
|
TB_Beauty.TabIndex = 54;
|
|
TB_Beauty.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_Beauty.Click += ClickTextBox;
|
|
TB_Beauty.Validated += Update255_MTB;
|
|
//
|
|
// TB_Cool
|
|
//
|
|
TB_Cool.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
TB_Cool.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
TB_Cool.Location = new System.Drawing.Point(8, 16);
|
|
TB_Cool.Margin = new System.Windows.Forms.Padding(0);
|
|
TB_Cool.Mask = "000";
|
|
TB_Cool.MinimumSize = new System.Drawing.Size(32, 23);
|
|
TB_Cool.Name = "TB_Cool";
|
|
TB_Cool.Size = new System.Drawing.Size(32, 23);
|
|
TB_Cool.TabIndex = 53;
|
|
TB_Cool.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
TB_Cool.Click += ClickTextBox;
|
|
TB_Cool.Validated += Update255_MTB;
|
|
//
|
|
// Label_Sheen
|
|
//
|
|
Label_Sheen.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Sheen.Location = new System.Drawing.Point(240, 0);
|
|
Label_Sheen.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Sheen.Name = "Label_Sheen";
|
|
Label_Sheen.Size = new System.Drawing.Size(48, 16);
|
|
Label_Sheen.TabIndex = 65;
|
|
Label_Sheen.Text = "Sheen";
|
|
Label_Sheen.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_Tough
|
|
//
|
|
Label_Tough.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Tough.Location = new System.Drawing.Point(192, 0);
|
|
Label_Tough.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Tough.Name = "Label_Tough";
|
|
Label_Tough.Size = new System.Drawing.Size(48, 16);
|
|
Label_Tough.TabIndex = 64;
|
|
Label_Tough.Text = "Tough";
|
|
Label_Tough.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_Cute
|
|
//
|
|
Label_Cute.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Cute.Location = new System.Drawing.Point(96, 0);
|
|
Label_Cute.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Cute.Name = "Label_Cute";
|
|
Label_Cute.Size = new System.Drawing.Size(48, 16);
|
|
Label_Cute.TabIndex = 62;
|
|
Label_Cute.Text = "Cute";
|
|
Label_Cute.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_Beauty
|
|
//
|
|
Label_Beauty.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Beauty.Location = new System.Drawing.Point(48, 0);
|
|
Label_Beauty.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Beauty.Name = "Label_Beauty";
|
|
Label_Beauty.Size = new System.Drawing.Size(48, 16);
|
|
Label_Beauty.TabIndex = 61;
|
|
Label_Beauty.Text = "Beauty";
|
|
Label_Beauty.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_Cool
|
|
//
|
|
Label_Cool.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Cool.Location = new System.Drawing.Point(0, 0);
|
|
Label_Cool.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Cool.Name = "Label_Cool";
|
|
Label_Cool.Size = new System.Drawing.Size(48, 16);
|
|
Label_Cool.TabIndex = 60;
|
|
Label_Cool.Text = "Cool";
|
|
Label_Cool.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_ContestStats
|
|
//
|
|
Label_ContestStats.Location = new System.Drawing.Point(74, 1);
|
|
Label_ContestStats.Name = "Label_ContestStats";
|
|
Label_ContestStats.Size = new System.Drawing.Size(140, 13);
|
|
Label_ContestStats.TabIndex = 59;
|
|
Label_ContestStats.Text = "Contest Stats";
|
|
Label_ContestStats.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// Label_Smart
|
|
//
|
|
Label_Smart.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Smart.Location = new System.Drawing.Point(0, 0);
|
|
Label_Smart.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Smart.Name = "Label_Smart";
|
|
Label_Smart.Size = new System.Drawing.Size(48, 16);
|
|
Label_Smart.TabIndex = 66;
|
|
Label_Smart.Text = "Smart";
|
|
Label_Smart.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// tableLayoutPanel1
|
|
//
|
|
tableLayoutPanel1.ColumnCount = 6;
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 48F));
|
|
tableLayoutPanel1.Controls.Add(TB_Cool, 0, 1);
|
|
tableLayoutPanel1.Controls.Add(Label_Tough, 4, 0);
|
|
tableLayoutPanel1.Controls.Add(Label_Sheen, 5, 0);
|
|
tableLayoutPanel1.Controls.Add(TB_Sheen, 5, 1);
|
|
tableLayoutPanel1.Controls.Add(TB_Beauty, 1, 1);
|
|
tableLayoutPanel1.Controls.Add(TB_Tough, 4, 1);
|
|
tableLayoutPanel1.Controls.Add(Label_Cute, 2, 0);
|
|
tableLayoutPanel1.Controls.Add(TB_Cute, 2, 1);
|
|
tableLayoutPanel1.Controls.Add(Label_Beauty, 1, 0);
|
|
tableLayoutPanel1.Controls.Add(TB_Smart, 3, 1);
|
|
tableLayoutPanel1.Controls.Add(Label_Cool, 0, 0);
|
|
tableLayoutPanel1.Controls.Add(FLP_SmartClever, 3, 0);
|
|
tableLayoutPanel1.Location = new System.Drawing.Point(0, 16);
|
|
tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(0);
|
|
tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
tableLayoutPanel1.RowCount = 2;
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 16F));
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle());
|
|
tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 20F));
|
|
tableLayoutPanel1.Size = new System.Drawing.Size(288, 40);
|
|
tableLayoutPanel1.TabIndex = 67;
|
|
//
|
|
// FLP_SmartClever
|
|
//
|
|
FLP_SmartClever.Controls.Add(Label_Smart);
|
|
FLP_SmartClever.Controls.Add(Label_Clever);
|
|
FLP_SmartClever.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
FLP_SmartClever.Location = new System.Drawing.Point(144, 0);
|
|
FLP_SmartClever.Margin = new System.Windows.Forms.Padding(0);
|
|
FLP_SmartClever.Name = "FLP_SmartClever";
|
|
FLP_SmartClever.Size = new System.Drawing.Size(48, 16);
|
|
FLP_SmartClever.TabIndex = 66;
|
|
//
|
|
// Label_Clever
|
|
//
|
|
Label_Clever.Anchor = System.Windows.Forms.AnchorStyles.None;
|
|
Label_Clever.Location = new System.Drawing.Point(0, 16);
|
|
Label_Clever.Margin = new System.Windows.Forms.Padding(0);
|
|
Label_Clever.Name = "Label_Clever";
|
|
Label_Clever.Size = new System.Drawing.Size(48, 16);
|
|
Label_Clever.TabIndex = 67;
|
|
Label_Clever.Text = "Clever";
|
|
Label_Clever.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// ContestStat
|
|
//
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
Controls.Add(tableLayoutPanel1);
|
|
Controls.Add(Label_ContestStats);
|
|
Name = "ContestStat";
|
|
Size = new System.Drawing.Size(288, 56);
|
|
tableLayoutPanel1.ResumeLayout(false);
|
|
tableLayoutPanel1.PerformLayout();
|
|
FLP_SmartClever.ResumeLayout(false);
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#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_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;
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
private System.Windows.Forms.Label Label_Clever;
|
|
private System.Windows.Forms.FlowLayoutPanel FLP_SmartClever;
|
|
}
|
|
}
|