DS-Pokemon-Rom-Editor/DS_Map/Editors/TradeEditor.Designer.cs
2025-07-28 14:26:07 +02:00

836 lines
47 KiB
C#

namespace DSPRE.Editors
{
partial class TradeEditor
{
/// <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 Windows Form 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.components = new System.ComponentModel.Container();
this.mainPanel = new System.Windows.Forms.Panel();
this.saveAllButton = new System.Windows.Forms.Button();
this.saveTextDataButton = new System.Windows.Forms.Button();
this.saveTradeButton = new System.Windows.Forms.Button();
this.textDataGroupBox = new System.Windows.Forms.GroupBox();
this.nicknameTextBox = new System.Windows.Forms.TextBox();
this.otNameTextBox = new System.Windows.Forms.TextBox();
this.nicknameLabel = new System.Windows.Forms.Label();
this.otNameLabel = new System.Windows.Forms.Label();
this.tradeDataGroupBox = new System.Windows.Forms.GroupBox();
this.requestedComboBox = new System.Windows.Forms.ComboBox();
this.requestedLabel = new System.Windows.Forms.Label();
this.otGenderComboBox = new System.Windows.Forms.ComboBox();
this.otGenderLabel = new System.Windows.Forms.Label();
this.otIDNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.otIDLabel = new System.Windows.Forms.Label();
this.monDataGroupBox = new System.Windows.Forms.GroupBox();
this.monDataPanel = new System.Windows.Forms.Panel();
this.abilityComboBox = new System.Windows.Forms.ComboBox();
this.abilityLabel = new System.Windows.Forms.Label();
this.unknownNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.unknownLabel = new System.Windows.Forms.Label();
this.pidNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.pidLabel = new System.Windows.Forms.Label();
this.langComboBox = new System.Windows.Forms.ComboBox();
this.langLabel = new System.Windows.Forms.Label();
this.heldItemComboBox = new System.Windows.Forms.ComboBox();
this.heldItemLabel = new System.Windows.Forms.Label();
this.contestGroupBox = new System.Windows.Forms.GroupBox();
this.toughNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.smartNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.cuteNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.beautyNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.coolNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.sheenNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.toughLabel = new System.Windows.Forms.Label();
this.smartLabel = new System.Windows.Forms.Label();
this.cuteLabel = new System.Windows.Forms.Label();
this.beautyLabel = new System.Windows.Forms.Label();
this.coolLabel = new System.Windows.Forms.Label();
this.sheenLabel = new System.Windows.Forms.Label();
this.IVGroupBox = new System.Windows.Forms.GroupBox();
this.speIVNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.spdIVNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.spaIVNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.defIVNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.atkIVNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.hpIVNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.speIVLabel = new System.Windows.Forms.Label();
this.spdIVLabel = new System.Windows.Forms.Label();
this.spaIVLabel = new System.Windows.Forms.Label();
this.defIVLabel = new System.Windows.Forms.Label();
this.atkIVLabel = new System.Windows.Forms.Label();
this.hpIVLabel = new System.Windows.Forms.Label();
this.speciesComboBox = new System.Windows.Forms.ComboBox();
this.speciesLabel = new System.Windows.Forms.Label();
this.tradeIDNumericUpDown = new System.Windows.Forms.NumericUpDown();
this.tradeIDLabel = new System.Windows.Forms.Label();
this.toolTip = new System.Windows.Forms.ToolTip(this.components);
this.addFileButton = new System.Windows.Forms.Button();
this.removeLastButton = new System.Windows.Forms.Button();
this.mainPanel.SuspendLayout();
this.textDataGroupBox.SuspendLayout();
this.tradeDataGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.otIDNumericUpDown)).BeginInit();
this.monDataGroupBox.SuspendLayout();
this.monDataPanel.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.unknownNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.pidNumericUpDown)).BeginInit();
this.contestGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.toughNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.smartNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.cuteNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.beautyNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.coolNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.sheenNumericUpDown)).BeginInit();
this.IVGroupBox.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.speIVNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.spdIVNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.spaIVNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.defIVNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.atkIVNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.hpIVNumericUpDown)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.tradeIDNumericUpDown)).BeginInit();
this.SuspendLayout();
//
// mainPanel
//
this.mainPanel.Controls.Add(this.removeLastButton);
this.mainPanel.Controls.Add(this.saveAllButton);
this.mainPanel.Controls.Add(this.addFileButton);
this.mainPanel.Controls.Add(this.saveTextDataButton);
this.mainPanel.Controls.Add(this.saveTradeButton);
this.mainPanel.Controls.Add(this.textDataGroupBox);
this.mainPanel.Controls.Add(this.tradeDataGroupBox);
this.mainPanel.Location = new System.Drawing.Point(12, 12);
this.mainPanel.Name = "mainPanel";
this.mainPanel.Size = new System.Drawing.Size(624, 444);
this.mainPanel.TabIndex = 0;
//
// saveAllButton
//
this.saveAllButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveAllButton.Image = global::DSPRE.Properties.Resources.saveButton;
this.saveAllButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.saveAllButton.Location = new System.Drawing.Point(470, 389);
this.saveAllButton.Name = "saveAllButton";
this.saveAllButton.Size = new System.Drawing.Size(147, 47);
this.saveAllButton.TabIndex = 6;
this.saveAllButton.Text = "Save All";
this.saveAllButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.saveAllButton.UseVisualStyleBackColor = true;
this.saveAllButton.Click += new System.EventHandler(this.saveAllButton_Click);
//
// saveTextDataButton
//
this.saveTextDataButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveTextDataButton.Image = global::DSPRE.Properties.Resources.saveButton;
this.saveTextDataButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.saveTextDataButton.Location = new System.Drawing.Point(479, 142);
this.saveTextDataButton.Name = "saveTextDataButton";
this.saveTextDataButton.Size = new System.Drawing.Size(126, 40);
this.saveTextDataButton.TabIndex = 5;
this.saveTextDataButton.Text = "Save Text Data";
this.saveTextDataButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.saveTextDataButton.UseVisualStyleBackColor = true;
this.saveTextDataButton.Click += new System.EventHandler(this.saveTextDataButton_Click);
//
// saveTradeButton
//
this.saveTradeButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.saveTradeButton.Image = global::DSPRE.Properties.Resources.saveButton;
this.saveTradeButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.saveTradeButton.Location = new System.Drawing.Point(480, 342);
this.saveTradeButton.Name = "saveTradeButton";
this.saveTradeButton.Size = new System.Drawing.Size(126, 40);
this.saveTradeButton.TabIndex = 4;
this.saveTradeButton.Text = "Save Trade Data";
this.saveTradeButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.saveTradeButton.UseVisualStyleBackColor = true;
this.saveTradeButton.Click += new System.EventHandler(this.saveTradeButton_Click);
//
// textDataGroupBox
//
this.textDataGroupBox.Controls.Add(this.nicknameTextBox);
this.textDataGroupBox.Controls.Add(this.otNameTextBox);
this.textDataGroupBox.Controls.Add(this.nicknameLabel);
this.textDataGroupBox.Controls.Add(this.otNameLabel);
this.textDataGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.textDataGroupBox.Location = new System.Drawing.Point(470, 3);
this.textDataGroupBox.Name = "textDataGroupBox";
this.textDataGroupBox.Size = new System.Drawing.Size(147, 133);
this.textDataGroupBox.TabIndex = 3;
this.textDataGroupBox.TabStop = false;
this.textDataGroupBox.Text = "Text Data";
//
// nicknameTextBox
//
this.nicknameTextBox.Location = new System.Drawing.Point(9, 100);
this.nicknameTextBox.Name = "nicknameTextBox";
this.nicknameTextBox.Size = new System.Drawing.Size(126, 22);
this.nicknameTextBox.TabIndex = 17;
//
// otNameTextBox
//
this.otNameTextBox.Location = new System.Drawing.Point(9, 46);
this.otNameTextBox.Name = "otNameTextBox";
this.otNameTextBox.Size = new System.Drawing.Size(126, 22);
this.otNameTextBox.TabIndex = 16;
//
// nicknameLabel
//
this.nicknameLabel.AutoSize = true;
this.nicknameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.nicknameLabel.Location = new System.Drawing.Point(6, 79);
this.nicknameLabel.Name = "nicknameLabel";
this.nicknameLabel.Size = new System.Drawing.Size(129, 16);
this.nicknameLabel.TabIndex = 15;
this.nicknameLabel.Text = "Pokémon Nickname";
//
// otNameLabel
//
this.otNameLabel.AutoSize = true;
this.otNameLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.otNameLabel.Location = new System.Drawing.Point(6, 25);
this.otNameLabel.Name = "otNameLabel";
this.otNameLabel.Size = new System.Drawing.Size(66, 16);
this.otNameLabel.TabIndex = 13;
this.otNameLabel.Text = "OT Name";
//
// tradeDataGroupBox
//
this.tradeDataGroupBox.Controls.Add(this.requestedComboBox);
this.tradeDataGroupBox.Controls.Add(this.requestedLabel);
this.tradeDataGroupBox.Controls.Add(this.otGenderComboBox);
this.tradeDataGroupBox.Controls.Add(this.otGenderLabel);
this.tradeDataGroupBox.Controls.Add(this.otIDNumericUpDown);
this.tradeDataGroupBox.Controls.Add(this.otIDLabel);
this.tradeDataGroupBox.Controls.Add(this.monDataGroupBox);
this.tradeDataGroupBox.Controls.Add(this.tradeIDNumericUpDown);
this.tradeDataGroupBox.Controls.Add(this.tradeIDLabel);
this.tradeDataGroupBox.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tradeDataGroupBox.Location = new System.Drawing.Point(3, 3);
this.tradeDataGroupBox.Name = "tradeDataGroupBox";
this.tradeDataGroupBox.Size = new System.Drawing.Size(461, 437);
this.tradeDataGroupBox.TabIndex = 2;
this.tradeDataGroupBox.TabStop = false;
this.tradeDataGroupBox.Text = "Trade Data";
//
// requestedComboBox
//
this.requestedComboBox.FormattingEnabled = true;
this.requestedComboBox.Location = new System.Drawing.Point(165, 44);
this.requestedComboBox.Name = "requestedComboBox";
this.requestedComboBox.Size = new System.Drawing.Size(150, 24);
this.requestedComboBox.TabIndex = 12;
//
// requestedLabel
//
this.requestedLabel.AutoSize = true;
this.requestedLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.requestedLabel.Location = new System.Drawing.Point(162, 25);
this.requestedLabel.Name = "requestedLabel";
this.requestedLabel.Size = new System.Drawing.Size(135, 16);
this.requestedLabel.TabIndex = 11;
this.requestedLabel.Text = "Requested Pokémon";
//
// otGenderComboBox
//
this.otGenderComboBox.FormattingEnabled = true;
this.otGenderComboBox.Location = new System.Drawing.Point(165, 98);
this.otGenderComboBox.Name = "otGenderComboBox";
this.otGenderComboBox.Size = new System.Drawing.Size(150, 24);
this.otGenderComboBox.TabIndex = 10;
//
// otGenderLabel
//
this.otGenderLabel.AutoSize = true;
this.otGenderLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.otGenderLabel.Location = new System.Drawing.Point(162, 79);
this.otGenderLabel.Name = "otGenderLabel";
this.otGenderLabel.Size = new System.Drawing.Size(74, 16);
this.otGenderLabel.TabIndex = 9;
this.otGenderLabel.Text = "OT Gender";
//
// otIDNumericUpDown
//
this.otIDNumericUpDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.otIDNumericUpDown.Location = new System.Drawing.Point(21, 98);
this.otIDNumericUpDown.Name = "otIDNumericUpDown";
this.otIDNumericUpDown.Size = new System.Drawing.Size(120, 22);
this.otIDNumericUpDown.TabIndex = 6;
//
// otIDLabel
//
this.otIDLabel.AutoSize = true;
this.otIDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.otIDLabel.Location = new System.Drawing.Point(18, 79);
this.otIDLabel.Name = "otIDLabel";
this.otIDLabel.Size = new System.Drawing.Size(42, 16);
this.otIDLabel.TabIndex = 7;
this.otIDLabel.Text = "OT ID";
//
// monDataGroupBox
//
this.monDataGroupBox.Controls.Add(this.monDataPanel);
this.monDataGroupBox.Location = new System.Drawing.Point(9, 139);
this.monDataGroupBox.Name = "monDataGroupBox";
this.monDataGroupBox.Size = new System.Drawing.Size(441, 288);
this.monDataGroupBox.TabIndex = 5;
this.monDataGroupBox.TabStop = false;
this.monDataGroupBox.Text = "Pokémon Data";
//
// monDataPanel
//
this.monDataPanel.Controls.Add(this.abilityComboBox);
this.monDataPanel.Controls.Add(this.abilityLabel);
this.monDataPanel.Controls.Add(this.unknownNumericUpDown);
this.monDataPanel.Controls.Add(this.unknownLabel);
this.monDataPanel.Controls.Add(this.pidNumericUpDown);
this.monDataPanel.Controls.Add(this.pidLabel);
this.monDataPanel.Controls.Add(this.langComboBox);
this.monDataPanel.Controls.Add(this.langLabel);
this.monDataPanel.Controls.Add(this.heldItemComboBox);
this.monDataPanel.Controls.Add(this.heldItemLabel);
this.monDataPanel.Controls.Add(this.contestGroupBox);
this.monDataPanel.Controls.Add(this.IVGroupBox);
this.monDataPanel.Controls.Add(this.speciesComboBox);
this.monDataPanel.Controls.Add(this.speciesLabel);
this.monDataPanel.Location = new System.Drawing.Point(6, 21);
this.monDataPanel.Name = "monDataPanel";
this.monDataPanel.Size = new System.Drawing.Size(418, 257);
this.monDataPanel.TabIndex = 4;
//
// abilityComboBox
//
this.abilityComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.abilityComboBox.FormattingEnabled = true;
this.abilityComboBox.Location = new System.Drawing.Point(6, 218);
this.abilityComboBox.Name = "abilityComboBox";
this.abilityComboBox.Size = new System.Drawing.Size(147, 24);
this.abilityComboBox.TabIndex = 26;
//
// abilityLabel
//
this.abilityLabel.AutoSize = true;
this.abilityLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.abilityLabel.Location = new System.Drawing.Point(3, 198);
this.abilityLabel.Name = "abilityLabel";
this.abilityLabel.Size = new System.Drawing.Size(101, 16);
this.abilityLabel.TabIndex = 27;
this.abilityLabel.Text = "Ability (Unused)";
//
// unknownNumericUpDown
//
this.unknownNumericUpDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.unknownNumericUpDown.Location = new System.Drawing.Point(294, 220);
this.unknownNumericUpDown.Name = "unknownNumericUpDown";
this.unknownNumericUpDown.Size = new System.Drawing.Size(111, 22);
this.unknownNumericUpDown.TabIndex = 24;
//
// unknownLabel
//
this.unknownLabel.AutoSize = true;
this.unknownLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.unknownLabel.Location = new System.Drawing.Point(291, 201);
this.unknownLabel.Name = "unknownLabel";
this.unknownLabel.Size = new System.Drawing.Size(100, 16);
this.unknownLabel.TabIndex = 25;
this.unknownLabel.Text = "Unknown Value";
//
// pidNumericUpDown
//
this.pidNumericUpDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pidNumericUpDown.Location = new System.Drawing.Point(169, 220);
this.pidNumericUpDown.Name = "pidNumericUpDown";
this.pidNumericUpDown.Size = new System.Drawing.Size(111, 22);
this.pidNumericUpDown.TabIndex = 11;
//
// pidLabel
//
this.pidLabel.AutoSize = true;
this.pidLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.pidLabel.Location = new System.Drawing.Point(166, 201);
this.pidLabel.Name = "pidLabel";
this.pidLabel.Size = new System.Drawing.Size(29, 16);
this.pidLabel.TabIndex = 23;
this.pidLabel.Text = "PID";
//
// langComboBox
//
this.langComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.langComboBox.FormattingEnabled = true;
this.langComboBox.Location = new System.Drawing.Point(6, 166);
this.langComboBox.Name = "langComboBox";
this.langComboBox.Size = new System.Drawing.Size(147, 24);
this.langComboBox.TabIndex = 20;
//
// langLabel
//
this.langLabel.AutoSize = true;
this.langLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.langLabel.Location = new System.Drawing.Point(3, 146);
this.langLabel.Name = "langLabel";
this.langLabel.Size = new System.Drawing.Size(106, 16);
this.langLabel.TabIndex = 21;
this.langLabel.Text = "Origin Language";
//
// heldItemComboBox
//
this.heldItemComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.heldItemComboBox.FormattingEnabled = true;
this.heldItemComboBox.Location = new System.Drawing.Point(6, 98);
this.heldItemComboBox.Name = "heldItemComboBox";
this.heldItemComboBox.Size = new System.Drawing.Size(147, 24);
this.heldItemComboBox.TabIndex = 18;
//
// heldItemLabel
//
this.heldItemLabel.AutoSize = true;
this.heldItemLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.heldItemLabel.Location = new System.Drawing.Point(3, 78);
this.heldItemLabel.Name = "heldItemLabel";
this.heldItemLabel.Size = new System.Drawing.Size(64, 16);
this.heldItemLabel.TabIndex = 19;
this.heldItemLabel.Text = "Held Item";
//
// contestGroupBox
//
this.contestGroupBox.Controls.Add(this.toughNumericUpDown);
this.contestGroupBox.Controls.Add(this.smartNumericUpDown);
this.contestGroupBox.Controls.Add(this.cuteNumericUpDown);
this.contestGroupBox.Controls.Add(this.beautyNumericUpDown);
this.contestGroupBox.Controls.Add(this.coolNumericUpDown);
this.contestGroupBox.Controls.Add(this.sheenNumericUpDown);
this.contestGroupBox.Controls.Add(this.toughLabel);
this.contestGroupBox.Controls.Add(this.smartLabel);
this.contestGroupBox.Controls.Add(this.cuteLabel);
this.contestGroupBox.Controls.Add(this.beautyLabel);
this.contestGroupBox.Controls.Add(this.coolLabel);
this.contestGroupBox.Controls.Add(this.sheenLabel);
this.contestGroupBox.Location = new System.Drawing.Point(285, 10);
this.contestGroupBox.Name = "contestGroupBox";
this.contestGroupBox.Size = new System.Drawing.Size(120, 180);
this.contestGroupBox.TabIndex = 17;
this.contestGroupBox.TabStop = false;
this.contestGroupBox.Text = "Contest Stats";
//
// toughNumericUpDown
//
this.toughNumericUpDown.Location = new System.Drawing.Point(64, 148);
this.toughNumericUpDown.Name = "toughNumericUpDown";
this.toughNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.toughNumericUpDown.TabIndex = 16;
//
// smartNumericUpDown
//
this.smartNumericUpDown.Location = new System.Drawing.Point(64, 123);
this.smartNumericUpDown.Name = "smartNumericUpDown";
this.smartNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.smartNumericUpDown.TabIndex = 15;
//
// cuteNumericUpDown
//
this.cuteNumericUpDown.Location = new System.Drawing.Point(64, 97);
this.cuteNumericUpDown.Name = "cuteNumericUpDown";
this.cuteNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.cuteNumericUpDown.TabIndex = 14;
//
// beautyNumericUpDown
//
this.beautyNumericUpDown.Location = new System.Drawing.Point(64, 72);
this.beautyNumericUpDown.Name = "beautyNumericUpDown";
this.beautyNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.beautyNumericUpDown.TabIndex = 13;
//
// coolNumericUpDown
//
this.coolNumericUpDown.Location = new System.Drawing.Point(64, 47);
this.coolNumericUpDown.Name = "coolNumericUpDown";
this.coolNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.coolNumericUpDown.TabIndex = 12;
//
// sheenNumericUpDown
//
this.sheenNumericUpDown.Location = new System.Drawing.Point(64, 22);
this.sheenNumericUpDown.Name = "sheenNumericUpDown";
this.sheenNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.sheenNumericUpDown.TabIndex = 11;
//
// toughLabel
//
this.toughLabel.AutoSize = true;
this.toughLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.toughLabel.Location = new System.Drawing.Point(6, 150);
this.toughLabel.Name = "toughLabel";
this.toughLabel.Size = new System.Drawing.Size(46, 16);
this.toughLabel.TabIndex = 10;
this.toughLabel.Text = "Tough";
//
// smartLabel
//
this.smartLabel.AutoSize = true;
this.smartLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.smartLabel.Location = new System.Drawing.Point(6, 125);
this.smartLabel.Name = "smartLabel";
this.smartLabel.Size = new System.Drawing.Size(42, 16);
this.smartLabel.TabIndex = 9;
this.smartLabel.Text = "Smart";
//
// cuteLabel
//
this.cuteLabel.AutoSize = true;
this.cuteLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.cuteLabel.Location = new System.Drawing.Point(6, 100);
this.cuteLabel.Name = "cuteLabel";
this.cuteLabel.Size = new System.Drawing.Size(34, 16);
this.cuteLabel.TabIndex = 8;
this.cuteLabel.Text = "Cute";
//
// beautyLabel
//
this.beautyLabel.AutoSize = true;
this.beautyLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.beautyLabel.Location = new System.Drawing.Point(6, 75);
this.beautyLabel.Name = "beautyLabel";
this.beautyLabel.Size = new System.Drawing.Size(49, 16);
this.beautyLabel.TabIndex = 7;
this.beautyLabel.Text = "Beauty";
//
// coolLabel
//
this.coolLabel.AutoSize = true;
this.coolLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.coolLabel.Location = new System.Drawing.Point(6, 50);
this.coolLabel.Name = "coolLabel";
this.coolLabel.Size = new System.Drawing.Size(35, 16);
this.coolLabel.TabIndex = 6;
this.coolLabel.Text = "Cool";
//
// sheenLabel
//
this.sheenLabel.AutoSize = true;
this.sheenLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.sheenLabel.Location = new System.Drawing.Point(6, 25);
this.sheenLabel.Name = "sheenLabel";
this.sheenLabel.Size = new System.Drawing.Size(46, 16);
this.sheenLabel.TabIndex = 5;
this.sheenLabel.Text = "Sheen";
//
// IVGroupBox
//
this.IVGroupBox.Controls.Add(this.speIVNumericUpDown);
this.IVGroupBox.Controls.Add(this.spdIVNumericUpDown);
this.IVGroupBox.Controls.Add(this.spaIVNumericUpDown);
this.IVGroupBox.Controls.Add(this.defIVNumericUpDown);
this.IVGroupBox.Controls.Add(this.atkIVNumericUpDown);
this.IVGroupBox.Controls.Add(this.hpIVNumericUpDown);
this.IVGroupBox.Controls.Add(this.speIVLabel);
this.IVGroupBox.Controls.Add(this.spdIVLabel);
this.IVGroupBox.Controls.Add(this.spaIVLabel);
this.IVGroupBox.Controls.Add(this.defIVLabel);
this.IVGroupBox.Controls.Add(this.atkIVLabel);
this.IVGroupBox.Controls.Add(this.hpIVLabel);
this.IVGroupBox.Location = new System.Drawing.Point(160, 10);
this.IVGroupBox.Name = "IVGroupBox";
this.IVGroupBox.Size = new System.Drawing.Size(120, 180);
this.IVGroupBox.TabIndex = 4;
this.IVGroupBox.TabStop = false;
this.IVGroupBox.Text = "IVs";
//
// speIVNumericUpDown
//
this.speIVNumericUpDown.Location = new System.Drawing.Point(50, 148);
this.speIVNumericUpDown.Name = "speIVNumericUpDown";
this.speIVNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.speIVNumericUpDown.TabIndex = 16;
//
// spdIVNumericUpDown
//
this.spdIVNumericUpDown.Location = new System.Drawing.Point(50, 123);
this.spdIVNumericUpDown.Name = "spdIVNumericUpDown";
this.spdIVNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.spdIVNumericUpDown.TabIndex = 15;
//
// spaIVNumericUpDown
//
this.spaIVNumericUpDown.Location = new System.Drawing.Point(50, 97);
this.spaIVNumericUpDown.Name = "spaIVNumericUpDown";
this.spaIVNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.spaIVNumericUpDown.TabIndex = 14;
//
// defIVNumericUpDown
//
this.defIVNumericUpDown.Location = new System.Drawing.Point(50, 72);
this.defIVNumericUpDown.Name = "defIVNumericUpDown";
this.defIVNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.defIVNumericUpDown.TabIndex = 13;
//
// atkIVNumericUpDown
//
this.atkIVNumericUpDown.Location = new System.Drawing.Point(50, 47);
this.atkIVNumericUpDown.Name = "atkIVNumericUpDown";
this.atkIVNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.atkIVNumericUpDown.TabIndex = 12;
//
// hpIVNumericUpDown
//
this.hpIVNumericUpDown.Location = new System.Drawing.Point(50, 22);
this.hpIVNumericUpDown.Name = "hpIVNumericUpDown";
this.hpIVNumericUpDown.Size = new System.Drawing.Size(51, 22);
this.hpIVNumericUpDown.TabIndex = 11;
//
// speIVLabel
//
this.speIVLabel.AutoSize = true;
this.speIVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.speIVLabel.Location = new System.Drawing.Point(6, 150);
this.speIVLabel.Name = "speIVLabel";
this.speIVLabel.Size = new System.Drawing.Size(32, 16);
this.speIVLabel.TabIndex = 10;
this.speIVLabel.Text = "Spe";
//
// spdIVLabel
//
this.spdIVLabel.AutoSize = true;
this.spdIVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.spdIVLabel.Location = new System.Drawing.Point(6, 125);
this.spdIVLabel.Name = "spdIVLabel";
this.spdIVLabel.Size = new System.Drawing.Size(34, 16);
this.spdIVLabel.TabIndex = 9;
this.spdIVLabel.Text = "SpD";
//
// spaIVLabel
//
this.spaIVLabel.AutoSize = true;
this.spaIVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.spaIVLabel.Location = new System.Drawing.Point(6, 100);
this.spaIVLabel.Name = "spaIVLabel";
this.spaIVLabel.Size = new System.Drawing.Size(33, 16);
this.spaIVLabel.TabIndex = 8;
this.spaIVLabel.Text = "SpA";
//
// defIVLabel
//
this.defIVLabel.AutoSize = true;
this.defIVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.defIVLabel.Location = new System.Drawing.Point(6, 75);
this.defIVLabel.Name = "defIVLabel";
this.defIVLabel.Size = new System.Drawing.Size(28, 16);
this.defIVLabel.TabIndex = 7;
this.defIVLabel.Text = "Def";
//
// atkIVLabel
//
this.atkIVLabel.AutoSize = true;
this.atkIVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.atkIVLabel.Location = new System.Drawing.Point(6, 50);
this.atkIVLabel.Name = "atkIVLabel";
this.atkIVLabel.Size = new System.Drawing.Size(26, 16);
this.atkIVLabel.TabIndex = 6;
this.atkIVLabel.Text = "Atk";
//
// hpIVLabel
//
this.hpIVLabel.AutoSize = true;
this.hpIVLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.hpIVLabel.Location = new System.Drawing.Point(6, 25);
this.hpIVLabel.Name = "hpIVLabel";
this.hpIVLabel.Size = new System.Drawing.Size(26, 16);
this.hpIVLabel.TabIndex = 5;
this.hpIVLabel.Text = "HP";
//
// speciesComboBox
//
this.speciesComboBox.AutoCompleteMode = System.Windows.Forms.AutoCompleteMode.SuggestAppend;
this.speciesComboBox.FormattingEnabled = true;
this.speciesComboBox.Location = new System.Drawing.Point(6, 30);
this.speciesComboBox.Name = "speciesComboBox";
this.speciesComboBox.Size = new System.Drawing.Size(147, 24);
this.speciesComboBox.TabIndex = 2;
//
// speciesLabel
//
this.speciesLabel.AutoSize = true;
this.speciesLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.speciesLabel.Location = new System.Drawing.Point(3, 10);
this.speciesLabel.Name = "speciesLabel";
this.speciesLabel.Size = new System.Drawing.Size(57, 16);
this.speciesLabel.TabIndex = 3;
this.speciesLabel.Text = "Species";
//
// tradeIDNumericUpDown
//
this.tradeIDNumericUpDown.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tradeIDNumericUpDown.Location = new System.Drawing.Point(21, 46);
this.tradeIDNumericUpDown.Name = "tradeIDNumericUpDown";
this.tradeIDNumericUpDown.Size = new System.Drawing.Size(120, 22);
this.tradeIDNumericUpDown.TabIndex = 0;
this.tradeIDNumericUpDown.ValueChanged += new System.EventHandler(this.tradeIDNumericUpDown_ValueChanged);
//
// tradeIDLabel
//
this.tradeIDLabel.AutoSize = true;
this.tradeIDLabel.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.tradeIDLabel.Location = new System.Drawing.Point(18, 27);
this.tradeIDLabel.Name = "tradeIDLabel";
this.tradeIDLabel.Size = new System.Drawing.Size(60, 16);
this.tradeIDLabel.TabIndex = 1;
this.tradeIDLabel.Text = "Trade ID";
//
// addFileButton
//
this.addFileButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.addFileButton.Image = global::DSPRE.Properties.Resources.addIcon;
this.addFileButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.addFileButton.Location = new System.Drawing.Point(480, 242);
this.addFileButton.Name = "addFileButton";
this.addFileButton.Size = new System.Drawing.Size(126, 40);
this.addFileButton.TabIndex = 13;
this.addFileButton.Text = "Add File";
this.addFileButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.addFileButton.UseVisualStyleBackColor = true;
this.addFileButton.Click += new System.EventHandler(this.addFileButton_Click);
//
// removeLastButton
//
this.removeLastButton.Font = new System.Drawing.Font("Microsoft Sans Serif", 9.75F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
this.removeLastButton.Image = global::DSPRE.Properties.Resources.deleteIcon;
this.removeLastButton.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.removeLastButton.Location = new System.Drawing.Point(480, 292);
this.removeLastButton.Name = "removeLastButton";
this.removeLastButton.Size = new System.Drawing.Size(126, 40);
this.removeLastButton.TabIndex = 14;
this.removeLastButton.Text = "Remove Last";
this.removeLastButton.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.removeLastButton.UseVisualStyleBackColor = true;
this.removeLastButton.Click += new System.EventHandler(this.removeLastButton_Click);
//
// TradeEditor
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(641, 460);
this.Controls.Add(this.mainPanel);
this.Name = "TradeEditor";
this.Text = "TradeEditor";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.TradeEditor_FormClosing);
this.mainPanel.ResumeLayout(false);
this.textDataGroupBox.ResumeLayout(false);
this.textDataGroupBox.PerformLayout();
this.tradeDataGroupBox.ResumeLayout(false);
this.tradeDataGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.otIDNumericUpDown)).EndInit();
this.monDataGroupBox.ResumeLayout(false);
this.monDataPanel.ResumeLayout(false);
this.monDataPanel.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.unknownNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.pidNumericUpDown)).EndInit();
this.contestGroupBox.ResumeLayout(false);
this.contestGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.toughNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.smartNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.cuteNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.beautyNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.coolNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.sheenNumericUpDown)).EndInit();
this.IVGroupBox.ResumeLayout(false);
this.IVGroupBox.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.speIVNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.spdIVNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.spaIVNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.defIVNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.atkIVNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.hpIVNumericUpDown)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.tradeIDNumericUpDown)).EndInit();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel mainPanel;
private System.Windows.Forms.NumericUpDown tradeIDNumericUpDown;
private System.Windows.Forms.Label tradeIDLabel;
private System.Windows.Forms.GroupBox tradeDataGroupBox;
private System.Windows.Forms.GroupBox textDataGroupBox;
private System.Windows.Forms.Label speciesLabel;
private System.Windows.Forms.ComboBox speciesComboBox;
private System.Windows.Forms.Panel monDataPanel;
private System.Windows.Forms.GroupBox IVGroupBox;
private System.Windows.Forms.Label speIVLabel;
private System.Windows.Forms.Label spdIVLabel;
private System.Windows.Forms.Label spaIVLabel;
private System.Windows.Forms.Label defIVLabel;
private System.Windows.Forms.Label atkIVLabel;
private System.Windows.Forms.Label hpIVLabel;
private System.Windows.Forms.NumericUpDown speIVNumericUpDown;
private System.Windows.Forms.NumericUpDown spdIVNumericUpDown;
private System.Windows.Forms.NumericUpDown spaIVNumericUpDown;
private System.Windows.Forms.NumericUpDown defIVNumericUpDown;
private System.Windows.Forms.NumericUpDown atkIVNumericUpDown;
private System.Windows.Forms.NumericUpDown hpIVNumericUpDown;
private System.Windows.Forms.GroupBox contestGroupBox;
private System.Windows.Forms.NumericUpDown toughNumericUpDown;
private System.Windows.Forms.NumericUpDown smartNumericUpDown;
private System.Windows.Forms.NumericUpDown cuteNumericUpDown;
private System.Windows.Forms.NumericUpDown beautyNumericUpDown;
private System.Windows.Forms.NumericUpDown coolNumericUpDown;
private System.Windows.Forms.NumericUpDown sheenNumericUpDown;
private System.Windows.Forms.Label toughLabel;
private System.Windows.Forms.Label smartLabel;
private System.Windows.Forms.Label cuteLabel;
private System.Windows.Forms.Label beautyLabel;
private System.Windows.Forms.Label coolLabel;
private System.Windows.Forms.Label sheenLabel;
private System.Windows.Forms.ComboBox heldItemComboBox;
private System.Windows.Forms.Label heldItemLabel;
private System.Windows.Forms.GroupBox monDataGroupBox;
private System.Windows.Forms.ComboBox langComboBox;
private System.Windows.Forms.Label langLabel;
private System.Windows.Forms.NumericUpDown otIDNumericUpDown;
private System.Windows.Forms.Label otIDLabel;
private System.Windows.Forms.Label otGenderLabel;
private System.Windows.Forms.ComboBox otGenderComboBox;
private System.Windows.Forms.NumericUpDown pidNumericUpDown;
private System.Windows.Forms.Label pidLabel;
private System.Windows.Forms.NumericUpDown unknownNumericUpDown;
private System.Windows.Forms.Label unknownLabel;
private System.Windows.Forms.ComboBox abilityComboBox;
private System.Windows.Forms.Label abilityLabel;
private System.Windows.Forms.ComboBox requestedComboBox;
private System.Windows.Forms.Label requestedLabel;
private System.Windows.Forms.ToolTip toolTip;
private System.Windows.Forms.Button saveTradeButton;
private System.Windows.Forms.TextBox nicknameTextBox;
private System.Windows.Forms.TextBox otNameTextBox;
private System.Windows.Forms.Label nicknameLabel;
private System.Windows.Forms.Label otNameLabel;
private System.Windows.Forms.Button saveTextDataButton;
private System.Windows.Forms.Button saveAllButton;
private System.Windows.Forms.Button addFileButton;
private System.Windows.Forms.Button removeLastButton;
}
}