mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-03 01:59:35 -05:00
2026 lines
90 KiB
C#
2026 lines
90 KiB
C#
namespace pk3DS
|
||
{
|
||
partial class StaticEncounterEditor7
|
||
{
|
||
/// <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.TC_Tabs = new System.Windows.Forms.TabControl();
|
||
this.Tab_Gifts = new System.Windows.Forms.TabPage();
|
||
this.CB_GAbility = new System.Windows.Forms.ComboBox();
|
||
this.L_GAbility = new System.Windows.Forms.Label();
|
||
this.CB_GNature = new System.Windows.Forms.ComboBox();
|
||
this.L_GNature = new System.Windows.Forms.Label();
|
||
this.CHK_IsEgg = new System.Windows.Forms.CheckBox();
|
||
this.CHK_GIV3 = new System.Windows.Forms.CheckBox();
|
||
this.CB_SpecialMove = new System.Windows.Forms.ComboBox();
|
||
this.L_SpecialMove = new System.Windows.Forms.Label();
|
||
this.CHK_G_Lock = new System.Windows.Forms.CheckBox();
|
||
this.CB_GHeldItem = new System.Windows.Forms.ComboBox();
|
||
this.L_GHeldItem = new System.Windows.Forms.Label();
|
||
this.CB_GSpecies = new System.Windows.Forms.ComboBox();
|
||
this.L_GForm = new System.Windows.Forms.Label();
|
||
this.NUD_GForm = new System.Windows.Forms.NumericUpDown();
|
||
this.L_GLevel = new System.Windows.Forms.Label();
|
||
this.L_GSpecies = new System.Windows.Forms.Label();
|
||
this.NUD_GLevel = new System.Windows.Forms.NumericUpDown();
|
||
this.LB_Gift = new System.Windows.Forms.ListBox();
|
||
this.Tab_Encounters = new System.Windows.Forms.TabPage();
|
||
this.L_EGender = new System.Windows.Forms.Label();
|
||
this.NUD_EGender = new System.Windows.Forms.NumericUpDown();
|
||
this.CB_EAbility = new System.Windows.Forms.ComboBox();
|
||
this.L_EAbility = new System.Windows.Forms.Label();
|
||
this.CHK_EIV3 = new System.Windows.Forms.CheckBox();
|
||
this.CB_ENature = new System.Windows.Forms.ComboBox();
|
||
this.L_ENature = new System.Windows.Forms.Label();
|
||
this.GB_EEVs = new System.Windows.Forms.GroupBox();
|
||
this.NUD_EV5 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EV4 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EV3 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EV2 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EV1 = new System.Windows.Forms.NumericUpDown();
|
||
this.label2 = new System.Windows.Forms.Label();
|
||
this.label7 = new System.Windows.Forms.Label();
|
||
this.label6 = new System.Windows.Forms.Label();
|
||
this.NUD_EV0 = new System.Windows.Forms.NumericUpDown();
|
||
this.label3 = new System.Windows.Forms.Label();
|
||
this.label4 = new System.Windows.Forms.Label();
|
||
this.label5 = new System.Windows.Forms.Label();
|
||
this.GB_EIVs = new System.Windows.Forms.GroupBox();
|
||
this.L_HP = new System.Windows.Forms.Label();
|
||
this.NUD_EIV3 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EIV4 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EIV5 = new System.Windows.Forms.NumericUpDown();
|
||
this.L_SPD = new System.Windows.Forms.Label();
|
||
this.L_SPE = new System.Windows.Forms.Label();
|
||
this.L_SPA = new System.Windows.Forms.Label();
|
||
this.NUD_EIV2 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EIV1 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_EIV0 = new System.Windows.Forms.NumericUpDown();
|
||
this.L_ATK = new System.Windows.Forms.Label();
|
||
this.L_DEF = new System.Windows.Forms.Label();
|
||
this.L_Aura = new System.Windows.Forms.Label();
|
||
this.CB_Aura = new System.Windows.Forms.ComboBox();
|
||
this.CHK_ShinyLock = new System.Windows.Forms.CheckBox();
|
||
this.GB_EMoves = new System.Windows.Forms.GroupBox();
|
||
this.CB_EMove3 = new System.Windows.Forms.ComboBox();
|
||
this.CB_EMove2 = new System.Windows.Forms.ComboBox();
|
||
this.CB_EMove1 = new System.Windows.Forms.ComboBox();
|
||
this.CB_EMove0 = new System.Windows.Forms.ComboBox();
|
||
this.CB_EHeldItem = new System.Windows.Forms.ComboBox();
|
||
this.L_EHeldItem = new System.Windows.Forms.Label();
|
||
this.CB_ESpecies = new System.Windows.Forms.ComboBox();
|
||
this.L_EForm = new System.Windows.Forms.Label();
|
||
this.NUD_EForm = new System.Windows.Forms.NumericUpDown();
|
||
this.L_ELevel = new System.Windows.Forms.Label();
|
||
this.L_ESpecies = new System.Windows.Forms.Label();
|
||
this.NUD_ELevel = new System.Windows.Forms.NumericUpDown();
|
||
this.LB_Encounter = new System.Windows.Forms.ListBox();
|
||
this.Tab_Trades = new System.Windows.Forms.TabPage();
|
||
this.L_TGender = new System.Windows.Forms.Label();
|
||
this.NUD_TGender = new System.Windows.Forms.NumericUpDown();
|
||
this.CB_TAbility = new System.Windows.Forms.ComboBox();
|
||
this.L_TAbility = new System.Windows.Forms.Label();
|
||
this.CB_TNature = new System.Windows.Forms.ComboBox();
|
||
this.L_TNature = new System.Windows.Forms.Label();
|
||
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
||
this.label8 = new System.Windows.Forms.Label();
|
||
this.NUD_TIV3 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_TIV4 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_TIV5 = new System.Windows.Forms.NumericUpDown();
|
||
this.label9 = new System.Windows.Forms.Label();
|
||
this.label10 = new System.Windows.Forms.Label();
|
||
this.label11 = new System.Windows.Forms.Label();
|
||
this.NUD_TIV2 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_TIV1 = new System.Windows.Forms.NumericUpDown();
|
||
this.NUD_TIV0 = new System.Windows.Forms.NumericUpDown();
|
||
this.label12 = new System.Windows.Forms.Label();
|
||
this.label13 = new System.Windows.Forms.Label();
|
||
this.CB_TRequest = new System.Windows.Forms.ComboBox();
|
||
this.label1 = new System.Windows.Forms.Label();
|
||
this.L_TTID = new System.Windows.Forms.Label();
|
||
this.L_TID = new System.Windows.Forms.Label();
|
||
this.NUD_TID = new System.Windows.Forms.NumericUpDown();
|
||
this.CB_THeldItem = new System.Windows.Forms.ComboBox();
|
||
this.L_THeldItem = new System.Windows.Forms.Label();
|
||
this.CB_TSpecies = new System.Windows.Forms.ComboBox();
|
||
this.L_TForm = new System.Windows.Forms.Label();
|
||
this.NUD_TForm = new System.Windows.Forms.NumericUpDown();
|
||
this.L_TLevel = new System.Windows.Forms.Label();
|
||
this.L_TSpecies = new System.Windows.Forms.Label();
|
||
this.NUD_TLevel = new System.Windows.Forms.NumericUpDown();
|
||
this.LB_Trade = new System.Windows.Forms.ListBox();
|
||
this.Tab_Randomizer = new System.Windows.Forms.TabPage();
|
||
this.B_ModifyLevel = new System.Windows.Forms.Button();
|
||
this.NUD_LevelBoost = new System.Windows.Forms.NumericUpDown();
|
||
this.CHK_Level = new System.Windows.Forms.CheckBox();
|
||
this.B_RandAll = new System.Windows.Forms.Button();
|
||
this.GB_Tweak = new System.Windows.Forms.GroupBox();
|
||
this.CHK_RandomAbility = new System.Windows.Forms.CheckBox();
|
||
this.CHK_SpecialMove = new System.Windows.Forms.CheckBox();
|
||
this.CHK_RandomAura = new System.Windows.Forms.CheckBox();
|
||
this.CHK_RemoveShinyLock = new System.Windows.Forms.CheckBox();
|
||
this.CHK_AllowMega = new System.Windows.Forms.CheckBox();
|
||
this.CHK_Item = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G7 = new System.Windows.Forms.CheckBox();
|
||
this.L_RandOpt = new System.Windows.Forms.Label();
|
||
this.CHK_BST = new System.Windows.Forms.CheckBox();
|
||
this.CHK_E = new System.Windows.Forms.CheckBox();
|
||
this.CHK_L = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G6 = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G5 = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G4 = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G3 = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G2 = new System.Windows.Forms.CheckBox();
|
||
this.CHK_G1 = new System.Windows.Forms.CheckBox();
|
||
this.B_Starters = new System.Windows.Forms.Button();
|
||
this.B_Save = new System.Windows.Forms.Button();
|
||
this.B_Cancel = new System.Windows.Forms.Button();
|
||
this.CHK_ReplaceLegend = new System.Windows.Forms.CheckBox();
|
||
this.TC_Tabs.SuspendLayout();
|
||
this.Tab_Gifts.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_GForm)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_GLevel)).BeginInit();
|
||
this.Tab_Encounters.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EGender)).BeginInit();
|
||
this.GB_EEVs.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV0)).BeginInit();
|
||
this.GB_EIVs.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV0)).BeginInit();
|
||
this.GB_EMoves.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EForm)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_ELevel)).BeginInit();
|
||
this.Tab_Trades.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TGender)).BeginInit();
|
||
this.groupBox1.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV0)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TID)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TForm)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TLevel)).BeginInit();
|
||
this.Tab_Randomizer.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).BeginInit();
|
||
this.GB_Tweak.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// TC_Tabs
|
||
//
|
||
this.TC_Tabs.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.TC_Tabs.Controls.Add(this.Tab_Gifts);
|
||
this.TC_Tabs.Controls.Add(this.Tab_Encounters);
|
||
this.TC_Tabs.Controls.Add(this.Tab_Trades);
|
||
this.TC_Tabs.Controls.Add(this.Tab_Randomizer);
|
||
this.TC_Tabs.Location = new System.Drawing.Point(12, 12);
|
||
this.TC_Tabs.Name = "TC_Tabs";
|
||
this.TC_Tabs.SelectedIndex = 0;
|
||
this.TC_Tabs.Size = new System.Drawing.Size(506, 502);
|
||
this.TC_Tabs.TabIndex = 0;
|
||
//
|
||
// Tab_Gifts
|
||
//
|
||
this.Tab_Gifts.Controls.Add(this.CB_GAbility);
|
||
this.Tab_Gifts.Controls.Add(this.L_GAbility);
|
||
this.Tab_Gifts.Controls.Add(this.CB_GNature);
|
||
this.Tab_Gifts.Controls.Add(this.L_GNature);
|
||
this.Tab_Gifts.Controls.Add(this.CHK_IsEgg);
|
||
this.Tab_Gifts.Controls.Add(this.CHK_GIV3);
|
||
this.Tab_Gifts.Controls.Add(this.CB_SpecialMove);
|
||
this.Tab_Gifts.Controls.Add(this.L_SpecialMove);
|
||
this.Tab_Gifts.Controls.Add(this.CHK_G_Lock);
|
||
this.Tab_Gifts.Controls.Add(this.CB_GHeldItem);
|
||
this.Tab_Gifts.Controls.Add(this.L_GHeldItem);
|
||
this.Tab_Gifts.Controls.Add(this.CB_GSpecies);
|
||
this.Tab_Gifts.Controls.Add(this.L_GForm);
|
||
this.Tab_Gifts.Controls.Add(this.NUD_GForm);
|
||
this.Tab_Gifts.Controls.Add(this.L_GLevel);
|
||
this.Tab_Gifts.Controls.Add(this.L_GSpecies);
|
||
this.Tab_Gifts.Controls.Add(this.NUD_GLevel);
|
||
this.Tab_Gifts.Controls.Add(this.LB_Gift);
|
||
this.Tab_Gifts.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Gifts.Name = "Tab_Gifts";
|
||
this.Tab_Gifts.Size = new System.Drawing.Size(498, 476);
|
||
this.Tab_Gifts.TabIndex = 2;
|
||
this.Tab_Gifts.Text = "Gifts";
|
||
this.Tab_Gifts.UseVisualStyleBackColor = true;
|
||
//
|
||
// CB_GAbility
|
||
//
|
||
this.CB_GAbility.FormattingEnabled = true;
|
||
this.CB_GAbility.Location = new System.Drawing.Point(187, 74);
|
||
this.CB_GAbility.Name = "CB_GAbility";
|
||
this.CB_GAbility.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_GAbility.TabIndex = 513;
|
||
//
|
||
// L_GAbility
|
||
//
|
||
this.L_GAbility.Location = new System.Drawing.Point(131, 72);
|
||
this.L_GAbility.Name = "L_GAbility";
|
||
this.L_GAbility.Size = new System.Drawing.Size(55, 23);
|
||
this.L_GAbility.TabIndex = 512;
|
||
this.L_GAbility.Text = "Ability:";
|
||
this.L_GAbility.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_GNature
|
||
//
|
||
this.CB_GNature.FormattingEnabled = true;
|
||
this.CB_GNature.Location = new System.Drawing.Point(187, 120);
|
||
this.CB_GNature.Name = "CB_GNature";
|
||
this.CB_GNature.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_GNature.TabIndex = 511;
|
||
//
|
||
// L_GNature
|
||
//
|
||
this.L_GNature.Location = new System.Drawing.Point(131, 118);
|
||
this.L_GNature.Name = "L_GNature";
|
||
this.L_GNature.Size = new System.Drawing.Size(55, 23);
|
||
this.L_GNature.TabIndex = 510;
|
||
this.L_GNature.Text = "Nature:";
|
||
this.L_GNature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CHK_IsEgg
|
||
//
|
||
this.CHK_IsEgg.AutoSize = true;
|
||
this.CHK_IsEgg.Location = new System.Drawing.Point(187, 198);
|
||
this.CHK_IsEgg.Name = "CHK_IsEgg";
|
||
this.CHK_IsEgg.Size = new System.Drawing.Size(56, 17);
|
||
this.CHK_IsEgg.TabIndex = 509;
|
||
this.CHK_IsEgg.Text = "Is Egg";
|
||
this.CHK_IsEgg.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_GIV3
|
||
//
|
||
this.CHK_GIV3.AutoSize = true;
|
||
this.CHK_GIV3.Location = new System.Drawing.Point(187, 183);
|
||
this.CHK_GIV3.Name = "CHK_GIV3";
|
||
this.CHK_GIV3.Size = new System.Drawing.Size(42, 17);
|
||
this.CHK_GIV3.TabIndex = 508;
|
||
this.CHK_GIV3.Text = "3IV";
|
||
this.CHK_GIV3.UseVisualStyleBackColor = true;
|
||
//
|
||
// CB_SpecialMove
|
||
//
|
||
this.CB_SpecialMove.FormattingEnabled = true;
|
||
this.CB_SpecialMove.Location = new System.Drawing.Point(187, 143);
|
||
this.CB_SpecialMove.Name = "CB_SpecialMove";
|
||
this.CB_SpecialMove.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_SpecialMove.TabIndex = 507;
|
||
//
|
||
// L_SpecialMove
|
||
//
|
||
this.L_SpecialMove.Location = new System.Drawing.Point(121, 141);
|
||
this.L_SpecialMove.Name = "L_SpecialMove";
|
||
this.L_SpecialMove.Size = new System.Drawing.Size(65, 23);
|
||
this.L_SpecialMove.TabIndex = 506;
|
||
this.L_SpecialMove.Text = "Gift Move:";
|
||
this.L_SpecialMove.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CHK_G_Lock
|
||
//
|
||
this.CHK_G_Lock.AutoSize = true;
|
||
this.CHK_G_Lock.Location = new System.Drawing.Point(187, 168);
|
||
this.CHK_G_Lock.Name = "CHK_G_Lock";
|
||
this.CHK_G_Lock.Size = new System.Drawing.Size(79, 17);
|
||
this.CHK_G_Lock.TabIndex = 19;
|
||
this.CHK_G_Lock.Text = "Shiny Lock";
|
||
this.CHK_G_Lock.UseVisualStyleBackColor = true;
|
||
//
|
||
// CB_GHeldItem
|
||
//
|
||
this.CB_GHeldItem.FormattingEnabled = true;
|
||
this.CB_GHeldItem.Location = new System.Drawing.Point(187, 97);
|
||
this.CB_GHeldItem.Name = "CB_GHeldItem";
|
||
this.CB_GHeldItem.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_GHeldItem.TabIndex = 8;
|
||
//
|
||
// L_GHeldItem
|
||
//
|
||
this.L_GHeldItem.Location = new System.Drawing.Point(131, 95);
|
||
this.L_GHeldItem.Name = "L_GHeldItem";
|
||
this.L_GHeldItem.Size = new System.Drawing.Size(55, 23);
|
||
this.L_GHeldItem.TabIndex = 7;
|
||
this.L_GHeldItem.Text = "Held Item:";
|
||
this.L_GHeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_GSpecies
|
||
//
|
||
this.CB_GSpecies.FormattingEnabled = true;
|
||
this.CB_GSpecies.Location = new System.Drawing.Point(187, 7);
|
||
this.CB_GSpecies.Name = "CB_GSpecies";
|
||
this.CB_GSpecies.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_GSpecies.TabIndex = 6;
|
||
this.CB_GSpecies.SelectedIndexChanged += new System.EventHandler(this.changeSpecies);
|
||
//
|
||
// L_GForm
|
||
//
|
||
this.L_GForm.Location = new System.Drawing.Point(131, 49);
|
||
this.L_GForm.Name = "L_GForm";
|
||
this.L_GForm.Size = new System.Drawing.Size(55, 23);
|
||
this.L_GForm.TabIndex = 5;
|
||
this.L_GForm.Text = "Form:";
|
||
this.L_GForm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_GForm
|
||
//
|
||
this.NUD_GForm.Location = new System.Drawing.Point(187, 52);
|
||
this.NUD_GForm.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_GForm.Name = "NUD_GForm";
|
||
this.NUD_GForm.Size = new System.Drawing.Size(48, 20);
|
||
this.NUD_GForm.TabIndex = 4;
|
||
this.NUD_GForm.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// L_GLevel
|
||
//
|
||
this.L_GLevel.Location = new System.Drawing.Point(131, 27);
|
||
this.L_GLevel.Name = "L_GLevel";
|
||
this.L_GLevel.Size = new System.Drawing.Size(55, 23);
|
||
this.L_GLevel.TabIndex = 3;
|
||
this.L_GLevel.Text = "Level:";
|
||
this.L_GLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_GSpecies
|
||
//
|
||
this.L_GSpecies.Location = new System.Drawing.Point(131, 5);
|
||
this.L_GSpecies.Name = "L_GSpecies";
|
||
this.L_GSpecies.Size = new System.Drawing.Size(55, 23);
|
||
this.L_GSpecies.TabIndex = 2;
|
||
this.L_GSpecies.Text = "Species:";
|
||
this.L_GSpecies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_GLevel
|
||
//
|
||
this.NUD_GLevel.Location = new System.Drawing.Point(187, 30);
|
||
this.NUD_GLevel.Name = "NUD_GLevel";
|
||
this.NUD_GLevel.Size = new System.Drawing.Size(48, 20);
|
||
this.NUD_GLevel.TabIndex = 1;
|
||
this.NUD_GLevel.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// LB_Gift
|
||
//
|
||
this.LB_Gift.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.LB_Gift.FormattingEnabled = true;
|
||
this.LB_Gift.Location = new System.Drawing.Point(3, 3);
|
||
this.LB_Gift.Name = "LB_Gift";
|
||
this.LB_Gift.Size = new System.Drawing.Size(115, 472);
|
||
this.LB_Gift.TabIndex = 0;
|
||
this.LB_Gift.SelectedIndexChanged += new System.EventHandler(this.LB_Gift_SelectedIndexChanged);
|
||
//
|
||
// Tab_Encounters
|
||
//
|
||
this.Tab_Encounters.Controls.Add(this.L_EGender);
|
||
this.Tab_Encounters.Controls.Add(this.NUD_EGender);
|
||
this.Tab_Encounters.Controls.Add(this.CB_EAbility);
|
||
this.Tab_Encounters.Controls.Add(this.L_EAbility);
|
||
this.Tab_Encounters.Controls.Add(this.CHK_EIV3);
|
||
this.Tab_Encounters.Controls.Add(this.CB_ENature);
|
||
this.Tab_Encounters.Controls.Add(this.L_ENature);
|
||
this.Tab_Encounters.Controls.Add(this.GB_EEVs);
|
||
this.Tab_Encounters.Controls.Add(this.GB_EIVs);
|
||
this.Tab_Encounters.Controls.Add(this.L_Aura);
|
||
this.Tab_Encounters.Controls.Add(this.CB_Aura);
|
||
this.Tab_Encounters.Controls.Add(this.CHK_ShinyLock);
|
||
this.Tab_Encounters.Controls.Add(this.GB_EMoves);
|
||
this.Tab_Encounters.Controls.Add(this.CB_EHeldItem);
|
||
this.Tab_Encounters.Controls.Add(this.L_EHeldItem);
|
||
this.Tab_Encounters.Controls.Add(this.CB_ESpecies);
|
||
this.Tab_Encounters.Controls.Add(this.L_EForm);
|
||
this.Tab_Encounters.Controls.Add(this.NUD_EForm);
|
||
this.Tab_Encounters.Controls.Add(this.L_ELevel);
|
||
this.Tab_Encounters.Controls.Add(this.L_ESpecies);
|
||
this.Tab_Encounters.Controls.Add(this.NUD_ELevel);
|
||
this.Tab_Encounters.Controls.Add(this.LB_Encounter);
|
||
this.Tab_Encounters.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Encounters.Name = "Tab_Encounters";
|
||
this.Tab_Encounters.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Tab_Encounters.Size = new System.Drawing.Size(498, 476);
|
||
this.Tab_Encounters.TabIndex = 0;
|
||
this.Tab_Encounters.Text = "Encounters";
|
||
this.Tab_Encounters.UseVisualStyleBackColor = true;
|
||
//
|
||
// L_EGender
|
||
//
|
||
this.L_EGender.Location = new System.Drawing.Point(131, 71);
|
||
this.L_EGender.Name = "L_EGender";
|
||
this.L_EGender.Size = new System.Drawing.Size(55, 23);
|
||
this.L_EGender.TabIndex = 519;
|
||
this.L_EGender.Text = "Gender:";
|
||
this.L_EGender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_EGender
|
||
//
|
||
this.NUD_EGender.Location = new System.Drawing.Point(187, 74);
|
||
this.NUD_EGender.Maximum = new decimal(new int[] {
|
||
2,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EGender.Name = "NUD_EGender";
|
||
this.NUD_EGender.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EGender.TabIndex = 518;
|
||
//
|
||
// CB_EAbility
|
||
//
|
||
this.CB_EAbility.FormattingEnabled = true;
|
||
this.CB_EAbility.Location = new System.Drawing.Point(187, 96);
|
||
this.CB_EAbility.Name = "CB_EAbility";
|
||
this.CB_EAbility.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_EAbility.TabIndex = 517;
|
||
//
|
||
// L_EAbility
|
||
//
|
||
this.L_EAbility.Location = new System.Drawing.Point(131, 94);
|
||
this.L_EAbility.Name = "L_EAbility";
|
||
this.L_EAbility.Size = new System.Drawing.Size(55, 23);
|
||
this.L_EAbility.TabIndex = 516;
|
||
this.L_EAbility.Text = "Ability:";
|
||
this.L_EAbility.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CHK_EIV3
|
||
//
|
||
this.CHK_EIV3.AutoSize = true;
|
||
this.CHK_EIV3.Location = new System.Drawing.Point(187, 205);
|
||
this.CHK_EIV3.Name = "CHK_EIV3";
|
||
this.CHK_EIV3.Size = new System.Drawing.Size(42, 17);
|
||
this.CHK_EIV3.TabIndex = 504;
|
||
this.CHK_EIV3.Text = "3IV";
|
||
this.CHK_EIV3.UseVisualStyleBackColor = true;
|
||
//
|
||
// CB_ENature
|
||
//
|
||
this.CB_ENature.FormattingEnabled = true;
|
||
this.CB_ENature.Location = new System.Drawing.Point(187, 142);
|
||
this.CB_ENature.Name = "CB_ENature";
|
||
this.CB_ENature.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_ENature.TabIndex = 503;
|
||
//
|
||
// L_ENature
|
||
//
|
||
this.L_ENature.Location = new System.Drawing.Point(131, 140);
|
||
this.L_ENature.Name = "L_ENature";
|
||
this.L_ENature.Size = new System.Drawing.Size(55, 23);
|
||
this.L_ENature.TabIndex = 502;
|
||
this.L_ENature.Text = "Nature:";
|
||
this.L_ENature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// GB_EEVs
|
||
//
|
||
this.GB_EEVs.Controls.Add(this.NUD_EV5);
|
||
this.GB_EEVs.Controls.Add(this.NUD_EV4);
|
||
this.GB_EEVs.Controls.Add(this.NUD_EV3);
|
||
this.GB_EEVs.Controls.Add(this.NUD_EV2);
|
||
this.GB_EEVs.Controls.Add(this.NUD_EV1);
|
||
this.GB_EEVs.Controls.Add(this.label2);
|
||
this.GB_EEVs.Controls.Add(this.label7);
|
||
this.GB_EEVs.Controls.Add(this.label6);
|
||
this.GB_EEVs.Controls.Add(this.NUD_EV0);
|
||
this.GB_EEVs.Controls.Add(this.label3);
|
||
this.GB_EEVs.Controls.Add(this.label4);
|
||
this.GB_EEVs.Controls.Add(this.label5);
|
||
this.GB_EEVs.Location = new System.Drawing.Point(284, 333);
|
||
this.GB_EEVs.Name = "GB_EEVs";
|
||
this.GB_EEVs.Size = new System.Drawing.Size(160, 112);
|
||
this.GB_EEVs.TabIndex = 501;
|
||
this.GB_EEVs.TabStop = false;
|
||
this.GB_EEVs.Text = "EVs";
|
||
//
|
||
// NUD_EV5
|
||
//
|
||
this.NUD_EV5.Location = new System.Drawing.Point(111, 82);
|
||
this.NUD_EV5.Maximum = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EV5.Name = "NUD_EV5";
|
||
this.NUD_EV5.Size = new System.Drawing.Size(40, 20);
|
||
this.NUD_EV5.TabIndex = 515;
|
||
this.NUD_EV5.Value = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EV4
|
||
//
|
||
this.NUD_EV4.Location = new System.Drawing.Point(111, 51);
|
||
this.NUD_EV4.Maximum = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EV4.Name = "NUD_EV4";
|
||
this.NUD_EV4.Size = new System.Drawing.Size(40, 20);
|
||
this.NUD_EV4.TabIndex = 516;
|
||
this.NUD_EV4.Value = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EV3
|
||
//
|
||
this.NUD_EV3.Location = new System.Drawing.Point(111, 20);
|
||
this.NUD_EV3.Maximum = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EV3.Name = "NUD_EV3";
|
||
this.NUD_EV3.Size = new System.Drawing.Size(40, 20);
|
||
this.NUD_EV3.TabIndex = 514;
|
||
this.NUD_EV3.Value = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EV2
|
||
//
|
||
this.NUD_EV2.Location = new System.Drawing.Point(33, 82);
|
||
this.NUD_EV2.Maximum = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EV2.Name = "NUD_EV2";
|
||
this.NUD_EV2.Size = new System.Drawing.Size(40, 20);
|
||
this.NUD_EV2.TabIndex = 502;
|
||
this.NUD_EV2.Value = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EV1
|
||
//
|
||
this.NUD_EV1.Location = new System.Drawing.Point(33, 51);
|
||
this.NUD_EV1.Maximum = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EV1.Name = "NUD_EV1";
|
||
this.NUD_EV1.Size = new System.Drawing.Size(40, 20);
|
||
this.NUD_EV1.TabIndex = 513;
|
||
this.NUD_EV1.Value = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label2
|
||
//
|
||
this.label2.Location = new System.Drawing.Point(4, 18);
|
||
this.label2.Name = "label2";
|
||
this.label2.Size = new System.Drawing.Size(29, 21);
|
||
this.label2.TabIndex = 507;
|
||
this.label2.Text = "HP:";
|
||
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label7
|
||
//
|
||
this.label7.Location = new System.Drawing.Point(4, 80);
|
||
this.label7.Name = "label7";
|
||
this.label7.Size = new System.Drawing.Size(29, 21);
|
||
this.label7.TabIndex = 509;
|
||
this.label7.Text = "Def:";
|
||
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label6
|
||
//
|
||
this.label6.Location = new System.Drawing.Point(7, 49);
|
||
this.label6.Name = "label6";
|
||
this.label6.Size = new System.Drawing.Size(26, 21);
|
||
this.label6.TabIndex = 508;
|
||
this.label6.Text = "Atk:";
|
||
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_EV0
|
||
//
|
||
this.NUD_EV0.Location = new System.Drawing.Point(33, 20);
|
||
this.NUD_EV0.Maximum = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EV0.Name = "NUD_EV0";
|
||
this.NUD_EV0.Size = new System.Drawing.Size(40, 20);
|
||
this.NUD_EV0.TabIndex = 501;
|
||
this.NUD_EV0.Value = new decimal(new int[] {
|
||
252,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label3
|
||
//
|
||
this.label3.Location = new System.Drawing.Point(79, 49);
|
||
this.label3.Name = "label3";
|
||
this.label3.Size = new System.Drawing.Size(31, 21);
|
||
this.label3.TabIndex = 512;
|
||
this.label3.Text = "SpD:";
|
||
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label4
|
||
//
|
||
this.label4.Location = new System.Drawing.Point(79, 80);
|
||
this.label4.Name = "label4";
|
||
this.label4.Size = new System.Drawing.Size(31, 21);
|
||
this.label4.TabIndex = 511;
|
||
this.label4.Text = "Spe:";
|
||
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label5
|
||
//
|
||
this.label5.Location = new System.Drawing.Point(79, 18);
|
||
this.label5.Name = "label5";
|
||
this.label5.Size = new System.Drawing.Size(31, 21);
|
||
this.label5.TabIndex = 510;
|
||
this.label5.Text = "SpA:";
|
||
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// GB_EIVs
|
||
//
|
||
this.GB_EIVs.Controls.Add(this.L_HP);
|
||
this.GB_EIVs.Controls.Add(this.NUD_EIV3);
|
||
this.GB_EIVs.Controls.Add(this.NUD_EIV4);
|
||
this.GB_EIVs.Controls.Add(this.NUD_EIV5);
|
||
this.GB_EIVs.Controls.Add(this.L_SPD);
|
||
this.GB_EIVs.Controls.Add(this.L_SPE);
|
||
this.GB_EIVs.Controls.Add(this.L_SPA);
|
||
this.GB_EIVs.Controls.Add(this.NUD_EIV2);
|
||
this.GB_EIVs.Controls.Add(this.NUD_EIV1);
|
||
this.GB_EIVs.Controls.Add(this.NUD_EIV0);
|
||
this.GB_EIVs.Controls.Add(this.L_ATK);
|
||
this.GB_EIVs.Controls.Add(this.L_DEF);
|
||
this.GB_EIVs.Location = new System.Drawing.Point(129, 333);
|
||
this.GB_EIVs.Name = "GB_EIVs";
|
||
this.GB_EIVs.Size = new System.Drawing.Size(148, 112);
|
||
this.GB_EIVs.TabIndex = 21;
|
||
this.GB_EIVs.TabStop = false;
|
||
this.GB_EIVs.Text = "IVs";
|
||
//
|
||
// L_HP
|
||
//
|
||
this.L_HP.Location = new System.Drawing.Point(4, 16);
|
||
this.L_HP.Name = "L_HP";
|
||
this.L_HP.Size = new System.Drawing.Size(29, 21);
|
||
this.L_HP.TabIndex = 495;
|
||
this.L_HP.Text = "HP:";
|
||
this.L_HP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_EIV3
|
||
//
|
||
this.NUD_EIV3.Location = new System.Drawing.Point(104, 18);
|
||
this.NUD_EIV3.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EIV3.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_EIV3.Name = "NUD_EIV3";
|
||
this.NUD_EIV3.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EIV3.TabIndex = 492;
|
||
this.NUD_EIV3.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EIV4
|
||
//
|
||
this.NUD_EIV4.Location = new System.Drawing.Point(104, 49);
|
||
this.NUD_EIV4.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EIV4.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_EIV4.Name = "NUD_EIV4";
|
||
this.NUD_EIV4.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EIV4.TabIndex = 493;
|
||
this.NUD_EIV4.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EIV5
|
||
//
|
||
this.NUD_EIV5.Location = new System.Drawing.Point(104, 80);
|
||
this.NUD_EIV5.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EIV5.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_EIV5.Name = "NUD_EIV5";
|
||
this.NUD_EIV5.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EIV5.TabIndex = 494;
|
||
this.NUD_EIV5.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// L_SPD
|
||
//
|
||
this.L_SPD.Location = new System.Drawing.Point(73, 47);
|
||
this.L_SPD.Name = "L_SPD";
|
||
this.L_SPD.Size = new System.Drawing.Size(31, 21);
|
||
this.L_SPD.TabIndex = 500;
|
||
this.L_SPD.Text = "SpD:";
|
||
this.L_SPD.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_SPE
|
||
//
|
||
this.L_SPE.Location = new System.Drawing.Point(73, 78);
|
||
this.L_SPE.Name = "L_SPE";
|
||
this.L_SPE.Size = new System.Drawing.Size(31, 21);
|
||
this.L_SPE.TabIndex = 499;
|
||
this.L_SPE.Text = "Spe:";
|
||
this.L_SPE.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_SPA
|
||
//
|
||
this.L_SPA.Location = new System.Drawing.Point(73, 16);
|
||
this.L_SPA.Name = "L_SPA";
|
||
this.L_SPA.Size = new System.Drawing.Size(31, 21);
|
||
this.L_SPA.TabIndex = 498;
|
||
this.L_SPA.Text = "SpA:";
|
||
this.L_SPA.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_EIV2
|
||
//
|
||
this.NUD_EIV2.Location = new System.Drawing.Point(33, 80);
|
||
this.NUD_EIV2.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EIV2.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_EIV2.Name = "NUD_EIV2";
|
||
this.NUD_EIV2.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EIV2.TabIndex = 491;
|
||
this.NUD_EIV2.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EIV1
|
||
//
|
||
this.NUD_EIV1.Location = new System.Drawing.Point(33, 49);
|
||
this.NUD_EIV1.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EIV1.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_EIV1.Name = "NUD_EIV1";
|
||
this.NUD_EIV1.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EIV1.TabIndex = 490;
|
||
this.NUD_EIV1.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_EIV0
|
||
//
|
||
this.NUD_EIV0.Location = new System.Drawing.Point(33, 18);
|
||
this.NUD_EIV0.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EIV0.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_EIV0.Name = "NUD_EIV0";
|
||
this.NUD_EIV0.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_EIV0.TabIndex = 489;
|
||
this.NUD_EIV0.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// L_ATK
|
||
//
|
||
this.L_ATK.Location = new System.Drawing.Point(7, 47);
|
||
this.L_ATK.Name = "L_ATK";
|
||
this.L_ATK.Size = new System.Drawing.Size(26, 21);
|
||
this.L_ATK.TabIndex = 496;
|
||
this.L_ATK.Text = "Atk:";
|
||
this.L_ATK.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_DEF
|
||
//
|
||
this.L_DEF.Location = new System.Drawing.Point(4, 78);
|
||
this.L_DEF.Name = "L_DEF";
|
||
this.L_DEF.Size = new System.Drawing.Size(29, 21);
|
||
this.L_DEF.TabIndex = 497;
|
||
this.L_DEF.Text = "Def:";
|
||
this.L_DEF.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_Aura
|
||
//
|
||
this.L_Aura.Location = new System.Drawing.Point(131, 163);
|
||
this.L_Aura.Name = "L_Aura";
|
||
this.L_Aura.Size = new System.Drawing.Size(55, 23);
|
||
this.L_Aura.TabIndex = 22;
|
||
this.L_Aura.Text = "Aura:";
|
||
this.L_Aura.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_Aura
|
||
//
|
||
this.CB_Aura.FormattingEnabled = true;
|
||
this.CB_Aura.Location = new System.Drawing.Point(187, 165);
|
||
this.CB_Aura.Name = "CB_Aura";
|
||
this.CB_Aura.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_Aura.TabIndex = 21;
|
||
//
|
||
// CHK_ShinyLock
|
||
//
|
||
this.CHK_ShinyLock.AutoSize = true;
|
||
this.CHK_ShinyLock.Location = new System.Drawing.Point(187, 190);
|
||
this.CHK_ShinyLock.Name = "CHK_ShinyLock";
|
||
this.CHK_ShinyLock.Size = new System.Drawing.Size(79, 17);
|
||
this.CHK_ShinyLock.TabIndex = 18;
|
||
this.CHK_ShinyLock.Text = "Shiny Lock";
|
||
this.CHK_ShinyLock.UseVisualStyleBackColor = true;
|
||
//
|
||
// GB_EMoves
|
||
//
|
||
this.GB_EMoves.Controls.Add(this.CB_EMove3);
|
||
this.GB_EMoves.Controls.Add(this.CB_EMove2);
|
||
this.GB_EMoves.Controls.Add(this.CB_EMove1);
|
||
this.GB_EMoves.Controls.Add(this.CB_EMove0);
|
||
this.GB_EMoves.Location = new System.Drawing.Point(129, 220);
|
||
this.GB_EMoves.Name = "GB_EMoves";
|
||
this.GB_EMoves.Size = new System.Drawing.Size(133, 112);
|
||
this.GB_EMoves.TabIndex = 17;
|
||
this.GB_EMoves.TabStop = false;
|
||
this.GB_EMoves.Text = "Moves";
|
||
//
|
||
// CB_EMove3
|
||
//
|
||
this.CB_EMove3.FormattingEnabled = true;
|
||
this.CB_EMove3.Location = new System.Drawing.Point(6, 85);
|
||
this.CB_EMove3.Name = "CB_EMove3";
|
||
this.CB_EMove3.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_EMove3.TabIndex = 20;
|
||
//
|
||
// CB_EMove2
|
||
//
|
||
this.CB_EMove2.FormattingEnabled = true;
|
||
this.CB_EMove2.Location = new System.Drawing.Point(6, 63);
|
||
this.CB_EMove2.Name = "CB_EMove2";
|
||
this.CB_EMove2.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_EMove2.TabIndex = 19;
|
||
//
|
||
// CB_EMove1
|
||
//
|
||
this.CB_EMove1.FormattingEnabled = true;
|
||
this.CB_EMove1.Location = new System.Drawing.Point(6, 41);
|
||
this.CB_EMove1.Name = "CB_EMove1";
|
||
this.CB_EMove1.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_EMove1.TabIndex = 18;
|
||
//
|
||
// CB_EMove0
|
||
//
|
||
this.CB_EMove0.FormattingEnabled = true;
|
||
this.CB_EMove0.Location = new System.Drawing.Point(6, 19);
|
||
this.CB_EMove0.Name = "CB_EMove0";
|
||
this.CB_EMove0.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_EMove0.TabIndex = 17;
|
||
//
|
||
// CB_EHeldItem
|
||
//
|
||
this.CB_EHeldItem.FormattingEnabled = true;
|
||
this.CB_EHeldItem.Location = new System.Drawing.Point(187, 119);
|
||
this.CB_EHeldItem.Name = "CB_EHeldItem";
|
||
this.CB_EHeldItem.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_EHeldItem.TabIndex = 16;
|
||
//
|
||
// L_EHeldItem
|
||
//
|
||
this.L_EHeldItem.Location = new System.Drawing.Point(131, 117);
|
||
this.L_EHeldItem.Name = "L_EHeldItem";
|
||
this.L_EHeldItem.Size = new System.Drawing.Size(55, 23);
|
||
this.L_EHeldItem.TabIndex = 15;
|
||
this.L_EHeldItem.Text = "Held Item:";
|
||
this.L_EHeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_ESpecies
|
||
//
|
||
this.CB_ESpecies.FormattingEnabled = true;
|
||
this.CB_ESpecies.Location = new System.Drawing.Point(187, 7);
|
||
this.CB_ESpecies.Name = "CB_ESpecies";
|
||
this.CB_ESpecies.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_ESpecies.TabIndex = 14;
|
||
this.CB_ESpecies.SelectedIndexChanged += new System.EventHandler(this.changeSpecies);
|
||
//
|
||
// L_EForm
|
||
//
|
||
this.L_EForm.Location = new System.Drawing.Point(131, 49);
|
||
this.L_EForm.Name = "L_EForm";
|
||
this.L_EForm.Size = new System.Drawing.Size(55, 23);
|
||
this.L_EForm.TabIndex = 13;
|
||
this.L_EForm.Text = "Form:";
|
||
this.L_EForm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_EForm
|
||
//
|
||
this.NUD_EForm.Location = new System.Drawing.Point(187, 52);
|
||
this.NUD_EForm.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_EForm.Name = "NUD_EForm";
|
||
this.NUD_EForm.Size = new System.Drawing.Size(48, 20);
|
||
this.NUD_EForm.TabIndex = 12;
|
||
this.NUD_EForm.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// L_ELevel
|
||
//
|
||
this.L_ELevel.Location = new System.Drawing.Point(131, 27);
|
||
this.L_ELevel.Name = "L_ELevel";
|
||
this.L_ELevel.Size = new System.Drawing.Size(55, 23);
|
||
this.L_ELevel.TabIndex = 11;
|
||
this.L_ELevel.Text = "Level:";
|
||
this.L_ELevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_ESpecies
|
||
//
|
||
this.L_ESpecies.Location = new System.Drawing.Point(131, 5);
|
||
this.L_ESpecies.Name = "L_ESpecies";
|
||
this.L_ESpecies.Size = new System.Drawing.Size(55, 23);
|
||
this.L_ESpecies.TabIndex = 10;
|
||
this.L_ESpecies.Text = "Species:";
|
||
this.L_ESpecies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_ELevel
|
||
//
|
||
this.NUD_ELevel.Location = new System.Drawing.Point(187, 30);
|
||
this.NUD_ELevel.Name = "NUD_ELevel";
|
||
this.NUD_ELevel.Size = new System.Drawing.Size(48, 20);
|
||
this.NUD_ELevel.TabIndex = 9;
|
||
this.NUD_ELevel.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// LB_Encounter
|
||
//
|
||
this.LB_Encounter.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.LB_Encounter.FormattingEnabled = true;
|
||
this.LB_Encounter.Location = new System.Drawing.Point(3, 3);
|
||
this.LB_Encounter.Name = "LB_Encounter";
|
||
this.LB_Encounter.Size = new System.Drawing.Size(115, 472);
|
||
this.LB_Encounter.TabIndex = 1;
|
||
this.LB_Encounter.SelectedIndexChanged += new System.EventHandler(this.LB_Encounter_SelectedIndexChanged);
|
||
//
|
||
// Tab_Trades
|
||
//
|
||
this.Tab_Trades.Controls.Add(this.L_TGender);
|
||
this.Tab_Trades.Controls.Add(this.NUD_TGender);
|
||
this.Tab_Trades.Controls.Add(this.CB_TAbility);
|
||
this.Tab_Trades.Controls.Add(this.L_TAbility);
|
||
this.Tab_Trades.Controls.Add(this.CB_TNature);
|
||
this.Tab_Trades.Controls.Add(this.L_TNature);
|
||
this.Tab_Trades.Controls.Add(this.groupBox1);
|
||
this.Tab_Trades.Controls.Add(this.CB_TRequest);
|
||
this.Tab_Trades.Controls.Add(this.label1);
|
||
this.Tab_Trades.Controls.Add(this.L_TTID);
|
||
this.Tab_Trades.Controls.Add(this.L_TID);
|
||
this.Tab_Trades.Controls.Add(this.NUD_TID);
|
||
this.Tab_Trades.Controls.Add(this.CB_THeldItem);
|
||
this.Tab_Trades.Controls.Add(this.L_THeldItem);
|
||
this.Tab_Trades.Controls.Add(this.CB_TSpecies);
|
||
this.Tab_Trades.Controls.Add(this.L_TForm);
|
||
this.Tab_Trades.Controls.Add(this.NUD_TForm);
|
||
this.Tab_Trades.Controls.Add(this.L_TLevel);
|
||
this.Tab_Trades.Controls.Add(this.L_TSpecies);
|
||
this.Tab_Trades.Controls.Add(this.NUD_TLevel);
|
||
this.Tab_Trades.Controls.Add(this.LB_Trade);
|
||
this.Tab_Trades.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Trades.Name = "Tab_Trades";
|
||
this.Tab_Trades.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Tab_Trades.Size = new System.Drawing.Size(498, 476);
|
||
this.Tab_Trades.TabIndex = 1;
|
||
this.Tab_Trades.Text = "Trades";
|
||
this.Tab_Trades.UseVisualStyleBackColor = true;
|
||
//
|
||
// L_TGender
|
||
//
|
||
this.L_TGender.Location = new System.Drawing.Point(131, 71);
|
||
this.L_TGender.Name = "L_TGender";
|
||
this.L_TGender.Size = new System.Drawing.Size(55, 23);
|
||
this.L_TGender.TabIndex = 523;
|
||
this.L_TGender.Text = "Gender:";
|
||
this.L_TGender.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_TGender
|
||
//
|
||
this.NUD_TGender.Location = new System.Drawing.Point(187, 74);
|
||
this.NUD_TGender.Maximum = new decimal(new int[] {
|
||
2,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TGender.Name = "NUD_TGender";
|
||
this.NUD_TGender.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TGender.TabIndex = 522;
|
||
//
|
||
// CB_TAbility
|
||
//
|
||
this.CB_TAbility.FormattingEnabled = true;
|
||
this.CB_TAbility.Location = new System.Drawing.Point(187, 96);
|
||
this.CB_TAbility.Name = "CB_TAbility";
|
||
this.CB_TAbility.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_TAbility.TabIndex = 521;
|
||
//
|
||
// L_TAbility
|
||
//
|
||
this.L_TAbility.Location = new System.Drawing.Point(131, 94);
|
||
this.L_TAbility.Name = "L_TAbility";
|
||
this.L_TAbility.Size = new System.Drawing.Size(55, 23);
|
||
this.L_TAbility.TabIndex = 520;
|
||
this.L_TAbility.Text = "Ability:";
|
||
this.L_TAbility.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_TNature
|
||
//
|
||
this.CB_TNature.FormattingEnabled = true;
|
||
this.CB_TNature.Location = new System.Drawing.Point(187, 142);
|
||
this.CB_TNature.Name = "CB_TNature";
|
||
this.CB_TNature.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_TNature.TabIndex = 505;
|
||
//
|
||
// L_TNature
|
||
//
|
||
this.L_TNature.Location = new System.Drawing.Point(131, 140);
|
||
this.L_TNature.Name = "L_TNature";
|
||
this.L_TNature.Size = new System.Drawing.Size(55, 23);
|
||
this.L_TNature.TabIndex = 504;
|
||
this.L_TNature.Text = "Nature:";
|
||
this.L_TNature.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// groupBox1
|
||
//
|
||
this.groupBox1.Controls.Add(this.label8);
|
||
this.groupBox1.Controls.Add(this.NUD_TIV3);
|
||
this.groupBox1.Controls.Add(this.NUD_TIV4);
|
||
this.groupBox1.Controls.Add(this.NUD_TIV5);
|
||
this.groupBox1.Controls.Add(this.label9);
|
||
this.groupBox1.Controls.Add(this.label10);
|
||
this.groupBox1.Controls.Add(this.label11);
|
||
this.groupBox1.Controls.Add(this.NUD_TIV2);
|
||
this.groupBox1.Controls.Add(this.NUD_TIV1);
|
||
this.groupBox1.Controls.Add(this.NUD_TIV0);
|
||
this.groupBox1.Controls.Add(this.label12);
|
||
this.groupBox1.Controls.Add(this.label13);
|
||
this.groupBox1.Location = new System.Drawing.Point(129, 222);
|
||
this.groupBox1.Name = "groupBox1";
|
||
this.groupBox1.Size = new System.Drawing.Size(148, 112);
|
||
this.groupBox1.TabIndex = 30;
|
||
this.groupBox1.TabStop = false;
|
||
this.groupBox1.Text = "IVs";
|
||
//
|
||
// label8
|
||
//
|
||
this.label8.Location = new System.Drawing.Point(4, 16);
|
||
this.label8.Name = "label8";
|
||
this.label8.Size = new System.Drawing.Size(29, 21);
|
||
this.label8.TabIndex = 495;
|
||
this.label8.Text = "HP:";
|
||
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_TIV3
|
||
//
|
||
this.NUD_TIV3.Location = new System.Drawing.Point(104, 18);
|
||
this.NUD_TIV3.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TIV3.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_TIV3.Name = "NUD_TIV3";
|
||
this.NUD_TIV3.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TIV3.TabIndex = 492;
|
||
this.NUD_TIV3.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_TIV4
|
||
//
|
||
this.NUD_TIV4.Location = new System.Drawing.Point(104, 49);
|
||
this.NUD_TIV4.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TIV4.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_TIV4.Name = "NUD_TIV4";
|
||
this.NUD_TIV4.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TIV4.TabIndex = 493;
|
||
this.NUD_TIV4.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_TIV5
|
||
//
|
||
this.NUD_TIV5.Location = new System.Drawing.Point(104, 80);
|
||
this.NUD_TIV5.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TIV5.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_TIV5.Name = "NUD_TIV5";
|
||
this.NUD_TIV5.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TIV5.TabIndex = 494;
|
||
this.NUD_TIV5.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label9
|
||
//
|
||
this.label9.Location = new System.Drawing.Point(73, 47);
|
||
this.label9.Name = "label9";
|
||
this.label9.Size = new System.Drawing.Size(31, 21);
|
||
this.label9.TabIndex = 500;
|
||
this.label9.Text = "SpD:";
|
||
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label10
|
||
//
|
||
this.label10.Location = new System.Drawing.Point(73, 78);
|
||
this.label10.Name = "label10";
|
||
this.label10.Size = new System.Drawing.Size(31, 21);
|
||
this.label10.TabIndex = 499;
|
||
this.label10.Text = "Spe:";
|
||
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label11
|
||
//
|
||
this.label11.Location = new System.Drawing.Point(73, 16);
|
||
this.label11.Name = "label11";
|
||
this.label11.Size = new System.Drawing.Size(31, 21);
|
||
this.label11.TabIndex = 498;
|
||
this.label11.Text = "SpA:";
|
||
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_TIV2
|
||
//
|
||
this.NUD_TIV2.Location = new System.Drawing.Point(33, 80);
|
||
this.NUD_TIV2.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TIV2.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_TIV2.Name = "NUD_TIV2";
|
||
this.NUD_TIV2.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TIV2.TabIndex = 491;
|
||
this.NUD_TIV2.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_TIV1
|
||
//
|
||
this.NUD_TIV1.Location = new System.Drawing.Point(33, 49);
|
||
this.NUD_TIV1.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TIV1.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_TIV1.Name = "NUD_TIV1";
|
||
this.NUD_TIV1.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TIV1.TabIndex = 490;
|
||
this.NUD_TIV1.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// NUD_TIV0
|
||
//
|
||
this.NUD_TIV0.Location = new System.Drawing.Point(33, 18);
|
||
this.NUD_TIV0.Maximum = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TIV0.Minimum = new decimal(new int[] {
|
||
4,
|
||
0,
|
||
0,
|
||
-2147483648});
|
||
this.NUD_TIV0.Name = "NUD_TIV0";
|
||
this.NUD_TIV0.Size = new System.Drawing.Size(34, 20);
|
||
this.NUD_TIV0.TabIndex = 489;
|
||
this.NUD_TIV0.Value = new decimal(new int[] {
|
||
31,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// label12
|
||
//
|
||
this.label12.Location = new System.Drawing.Point(7, 47);
|
||
this.label12.Name = "label12";
|
||
this.label12.Size = new System.Drawing.Size(26, 21);
|
||
this.label12.TabIndex = 496;
|
||
this.label12.Text = "Atk:";
|
||
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// label13
|
||
//
|
||
this.label13.Location = new System.Drawing.Point(4, 78);
|
||
this.label13.Name = "label13";
|
||
this.label13.Size = new System.Drawing.Size(29, 21);
|
||
this.label13.TabIndex = 497;
|
||
this.label13.Text = "Def:";
|
||
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_TRequest
|
||
//
|
||
this.CB_TRequest.FormattingEnabled = true;
|
||
this.CB_TRequest.Location = new System.Drawing.Point(230, 194);
|
||
this.CB_TRequest.Name = "CB_TRequest";
|
||
this.CB_TRequest.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_TRequest.TabIndex = 29;
|
||
//
|
||
// label1
|
||
//
|
||
this.label1.Location = new System.Drawing.Point(121, 192);
|
||
this.label1.Name = "label1";
|
||
this.label1.Size = new System.Drawing.Size(106, 23);
|
||
this.label1.TabIndex = 28;
|
||
this.label1.Text = "Requested Species:";
|
||
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_TTID
|
||
//
|
||
this.L_TTID.AutoSize = true;
|
||
this.L_TTID.Location = new System.Drawing.Point(252, 170);
|
||
this.L_TTID.Name = "L_TTID";
|
||
this.L_TTID.Size = new System.Drawing.Size(53, 13);
|
||
this.L_TTID.TabIndex = 27;
|
||
this.L_TTID.Text = "Gen 7 ID:";
|
||
this.L_TTID.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
||
//
|
||
// L_TID
|
||
//
|
||
this.L_TID.Location = new System.Drawing.Point(136, 165);
|
||
this.L_TID.Name = "L_TID";
|
||
this.L_TID.Size = new System.Drawing.Size(50, 23);
|
||
this.L_TID.TabIndex = 26;
|
||
this.L_TID.Text = "ID:";
|
||
this.L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_TID
|
||
//
|
||
this.NUD_TID.Location = new System.Drawing.Point(187, 167);
|
||
this.NUD_TID.Maximum = new decimal(new int[] {
|
||
999999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TID.Name = "NUD_TID";
|
||
this.NUD_TID.Size = new System.Drawing.Size(60, 20);
|
||
this.NUD_TID.TabIndex = 25;
|
||
this.NUD_TID.Value = new decimal(new int[] {
|
||
999999,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TID.ValueChanged += new System.EventHandler(this.changeTID);
|
||
//
|
||
// CB_THeldItem
|
||
//
|
||
this.CB_THeldItem.FormattingEnabled = true;
|
||
this.CB_THeldItem.Location = new System.Drawing.Point(187, 119);
|
||
this.CB_THeldItem.Name = "CB_THeldItem";
|
||
this.CB_THeldItem.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_THeldItem.TabIndex = 24;
|
||
//
|
||
// L_THeldItem
|
||
//
|
||
this.L_THeldItem.Location = new System.Drawing.Point(131, 117);
|
||
this.L_THeldItem.Name = "L_THeldItem";
|
||
this.L_THeldItem.Size = new System.Drawing.Size(55, 23);
|
||
this.L_THeldItem.TabIndex = 23;
|
||
this.L_THeldItem.Text = "Held Item:";
|
||
this.L_THeldItem.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// CB_TSpecies
|
||
//
|
||
this.CB_TSpecies.FormattingEnabled = true;
|
||
this.CB_TSpecies.Location = new System.Drawing.Point(187, 7);
|
||
this.CB_TSpecies.Name = "CB_TSpecies";
|
||
this.CB_TSpecies.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_TSpecies.TabIndex = 22;
|
||
this.CB_TSpecies.SelectedIndexChanged += new System.EventHandler(this.changeSpecies);
|
||
//
|
||
// L_TForm
|
||
//
|
||
this.L_TForm.Location = new System.Drawing.Point(131, 49);
|
||
this.L_TForm.Name = "L_TForm";
|
||
this.L_TForm.Size = new System.Drawing.Size(55, 23);
|
||
this.L_TForm.TabIndex = 21;
|
||
this.L_TForm.Text = "Form:";
|
||
this.L_TForm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_TForm
|
||
//
|
||
this.NUD_TForm.Location = new System.Drawing.Point(187, 52);
|
||
this.NUD_TForm.Maximum = new decimal(new int[] {
|
||
255,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_TForm.Name = "NUD_TForm";
|
||
this.NUD_TForm.Size = new System.Drawing.Size(48, 20);
|
||
this.NUD_TForm.TabIndex = 20;
|
||
this.NUD_TForm.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// L_TLevel
|
||
//
|
||
this.L_TLevel.Location = new System.Drawing.Point(131, 27);
|
||
this.L_TLevel.Name = "L_TLevel";
|
||
this.L_TLevel.Size = new System.Drawing.Size(55, 23);
|
||
this.L_TLevel.TabIndex = 19;
|
||
this.L_TLevel.Text = "Level:";
|
||
this.L_TLevel.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// L_TSpecies
|
||
//
|
||
this.L_TSpecies.Location = new System.Drawing.Point(131, 5);
|
||
this.L_TSpecies.Name = "L_TSpecies";
|
||
this.L_TSpecies.Size = new System.Drawing.Size(55, 23);
|
||
this.L_TSpecies.TabIndex = 18;
|
||
this.L_TSpecies.Text = "Species:";
|
||
this.L_TSpecies.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// NUD_TLevel
|
||
//
|
||
this.NUD_TLevel.Location = new System.Drawing.Point(187, 30);
|
||
this.NUD_TLevel.Name = "NUD_TLevel";
|
||
this.NUD_TLevel.Size = new System.Drawing.Size(48, 20);
|
||
this.NUD_TLevel.TabIndex = 17;
|
||
this.NUD_TLevel.Value = new decimal(new int[] {
|
||
100,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// LB_Trade
|
||
//
|
||
this.LB_Trade.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)));
|
||
this.LB_Trade.FormattingEnabled = true;
|
||
this.LB_Trade.Location = new System.Drawing.Point(3, 3);
|
||
this.LB_Trade.Name = "LB_Trade";
|
||
this.LB_Trade.Size = new System.Drawing.Size(115, 472);
|
||
this.LB_Trade.TabIndex = 2;
|
||
this.LB_Trade.SelectedIndexChanged += new System.EventHandler(this.LB_Trade_SelectedIndexChanged);
|
||
//
|
||
// Tab_Randomizer
|
||
//
|
||
this.Tab_Randomizer.Controls.Add(this.B_ModifyLevel);
|
||
this.Tab_Randomizer.Controls.Add(this.NUD_LevelBoost);
|
||
this.Tab_Randomizer.Controls.Add(this.CHK_Level);
|
||
this.Tab_Randomizer.Controls.Add(this.B_RandAll);
|
||
this.Tab_Randomizer.Controls.Add(this.GB_Tweak);
|
||
this.Tab_Randomizer.Controls.Add(this.B_Starters);
|
||
this.Tab_Randomizer.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Randomizer.Name = "Tab_Randomizer";
|
||
this.Tab_Randomizer.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Tab_Randomizer.Size = new System.Drawing.Size(498, 476);
|
||
this.Tab_Randomizer.TabIndex = 3;
|
||
this.Tab_Randomizer.Text = "Randomizer Options";
|
||
this.Tab_Randomizer.UseVisualStyleBackColor = true;
|
||
//
|
||
// B_ModifyLevel
|
||
//
|
||
this.B_ModifyLevel.Location = new System.Drawing.Point(306, 89);
|
||
this.B_ModifyLevel.Name = "B_ModifyLevel";
|
||
this.B_ModifyLevel.Size = new System.Drawing.Size(70, 23);
|
||
this.B_ModifyLevel.TabIndex = 512;
|
||
this.B_ModifyLevel.Text = "× Current";
|
||
this.B_ModifyLevel.UseVisualStyleBackColor = true;
|
||
this.B_ModifyLevel.Click += new System.EventHandler(this.ModifyLevels);
|
||
//
|
||
// NUD_LevelBoost
|
||
//
|
||
this.NUD_LevelBoost.DecimalPlaces = 2;
|
||
this.NUD_LevelBoost.Increment = new decimal(new int[] {
|
||
5,
|
||
0,
|
||
0,
|
||
131072});
|
||
this.NUD_LevelBoost.Location = new System.Drawing.Point(257, 90);
|
||
this.NUD_LevelBoost.Maximum = new decimal(new int[] {
|
||
3,
|
||
0,
|
||
0,
|
||
0});
|
||
this.NUD_LevelBoost.Name = "NUD_LevelBoost";
|
||
this.NUD_LevelBoost.Size = new System.Drawing.Size(43, 20);
|
||
this.NUD_LevelBoost.TabIndex = 511;
|
||
this.NUD_LevelBoost.Value = new decimal(new int[] {
|
||
1,
|
||
0,
|
||
0,
|
||
0});
|
||
//
|
||
// CHK_Level
|
||
//
|
||
this.CHK_Level.AutoSize = true;
|
||
this.CHK_Level.Checked = true;
|
||
this.CHK_Level.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_Level.Location = new System.Drawing.Point(125, 91);
|
||
this.CHK_Level.Name = "CHK_Level";
|
||
this.CHK_Level.Size = new System.Drawing.Size(130, 17);
|
||
this.CHK_Level.TabIndex = 510;
|
||
this.CHK_Level.Text = "Multiply PKM Level by";
|
||
this.CHK_Level.UseVisualStyleBackColor = true;
|
||
//
|
||
// B_RandAll
|
||
//
|
||
this.B_RandAll.Location = new System.Drawing.Point(192, 330);
|
||
this.B_RandAll.Name = "B_RandAll";
|
||
this.B_RandAll.Size = new System.Drawing.Size(122, 23);
|
||
this.B_RandAll.TabIndex = 509;
|
||
this.B_RandAll.Text = "Randomize All";
|
||
this.B_RandAll.UseVisualStyleBackColor = true;
|
||
this.B_RandAll.Click += new System.EventHandler(this.B_RandAll_Click);
|
||
//
|
||
// GB_Tweak
|
||
//
|
||
this.GB_Tweak.Controls.Add(this.CHK_ReplaceLegend);
|
||
this.GB_Tweak.Controls.Add(this.CHK_RandomAbility);
|
||
this.GB_Tweak.Controls.Add(this.CHK_SpecialMove);
|
||
this.GB_Tweak.Controls.Add(this.CHK_RandomAura);
|
||
this.GB_Tweak.Controls.Add(this.CHK_RemoveShinyLock);
|
||
this.GB_Tweak.Controls.Add(this.CHK_AllowMega);
|
||
this.GB_Tweak.Controls.Add(this.CHK_Item);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G7);
|
||
this.GB_Tweak.Controls.Add(this.L_RandOpt);
|
||
this.GB_Tweak.Controls.Add(this.CHK_BST);
|
||
this.GB_Tweak.Controls.Add(this.CHK_E);
|
||
this.GB_Tweak.Controls.Add(this.CHK_L);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G6);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G5);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G4);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G3);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G2);
|
||
this.GB_Tweak.Controls.Add(this.CHK_G1);
|
||
this.GB_Tweak.Location = new System.Drawing.Point(119, 113);
|
||
this.GB_Tweak.Name = "GB_Tweak";
|
||
this.GB_Tweak.Size = new System.Drawing.Size(258, 205);
|
||
this.GB_Tweak.TabIndex = 508;
|
||
this.GB_Tweak.TabStop = false;
|
||
this.GB_Tweak.Text = "Extra Randomization Tweaks";
|
||
//
|
||
// CHK_RandomAbility
|
||
//
|
||
this.CHK_RandomAbility.AutoSize = true;
|
||
this.CHK_RandomAbility.Location = new System.Drawing.Point(9, 124);
|
||
this.CHK_RandomAbility.Name = "CHK_RandomAbility";
|
||
this.CHK_RandomAbility.Size = new System.Drawing.Size(183, 17);
|
||
this.CHK_RandomAbility.TabIndex = 302;
|
||
this.CHK_RandomAbility.Text = "Random Abilities (1, 2, or Hidden)";
|
||
this.CHK_RandomAbility.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_SpecialMove
|
||
//
|
||
this.CHK_SpecialMove.AutoSize = true;
|
||
this.CHK_SpecialMove.Location = new System.Drawing.Point(9, 155);
|
||
this.CHK_SpecialMove.Name = "CHK_SpecialMove";
|
||
this.CHK_SpecialMove.Size = new System.Drawing.Size(197, 17);
|
||
this.CHK_SpecialMove.TabIndex = 301;
|
||
this.CHK_SpecialMove.Text = "Random Gift Move for Gift Pokémon";
|
||
this.CHK_SpecialMove.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_RandomAura
|
||
//
|
||
this.CHK_RandomAura.AutoSize = true;
|
||
this.CHK_RandomAura.Location = new System.Drawing.Point(9, 140);
|
||
this.CHK_RandomAura.Name = "CHK_RandomAura";
|
||
this.CHK_RandomAura.Size = new System.Drawing.Size(172, 17);
|
||
this.CHK_RandomAura.TabIndex = 300;
|
||
this.CHK_RandomAura.Text = "Random Totem Pokémon Aura";
|
||
this.CHK_RandomAura.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_RemoveShinyLock
|
||
//
|
||
this.CHK_RemoveShinyLock.AutoSize = true;
|
||
this.CHK_RemoveShinyLock.Location = new System.Drawing.Point(9, 109);
|
||
this.CHK_RemoveShinyLock.Name = "CHK_RemoveShinyLock";
|
||
this.CHK_RemoveShinyLock.Size = new System.Drawing.Size(127, 17);
|
||
this.CHK_RemoveShinyLock.TabIndex = 299;
|
||
this.CHK_RemoveShinyLock.Text = "Remove Shiny Locks";
|
||
this.CHK_RemoveShinyLock.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_AllowMega
|
||
//
|
||
this.CHK_AllowMega.AutoSize = true;
|
||
this.CHK_AllowMega.Location = new System.Drawing.Point(9, 171);
|
||
this.CHK_AllowMega.Name = "CHK_AllowMega";
|
||
this.CHK_AllowMega.Size = new System.Drawing.Size(155, 17);
|
||
this.CHK_AllowMega.TabIndex = 298;
|
||
this.CHK_AllowMega.Text = "Allow Random Mega Forms";
|
||
this.CHK_AllowMega.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_Item
|
||
//
|
||
this.CHK_Item.AutoSize = true;
|
||
this.CHK_Item.Checked = true;
|
||
this.CHK_Item.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_Item.Location = new System.Drawing.Point(9, 94);
|
||
this.CHK_Item.Name = "CHK_Item";
|
||
this.CHK_Item.Size = new System.Drawing.Size(119, 17);
|
||
this.CHK_Item.TabIndex = 297;
|
||
this.CHK_Item.Text = "Random Held Items";
|
||
this.CHK_Item.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G7
|
||
//
|
||
this.CHK_G7.AutoSize = true;
|
||
this.CHK_G7.Checked = true;
|
||
this.CHK_G7.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G7.Location = new System.Drawing.Point(9, 79);
|
||
this.CHK_G7.Name = "CHK_G7";
|
||
this.CHK_G7.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G7.TabIndex = 296;
|
||
this.CHK_G7.Text = "Gen 7";
|
||
this.CHK_G7.UseVisualStyleBackColor = true;
|
||
//
|
||
// L_RandOpt
|
||
//
|
||
this.L_RandOpt.AutoSize = true;
|
||
this.L_RandOpt.Location = new System.Drawing.Point(6, 16);
|
||
this.L_RandOpt.Name = "L_RandOpt";
|
||
this.L_RandOpt.Size = new System.Drawing.Size(105, 13);
|
||
this.L_RandOpt.TabIndex = 294;
|
||
this.L_RandOpt.Text = "Randomizer Options:";
|
||
//
|
||
// CHK_BST
|
||
//
|
||
this.CHK_BST.AutoSize = true;
|
||
this.CHK_BST.Location = new System.Drawing.Point(128, 64);
|
||
this.CHK_BST.Name = "CHK_BST";
|
||
this.CHK_BST.Size = new System.Drawing.Size(117, 17);
|
||
this.CHK_BST.TabIndex = 288;
|
||
this.CHK_BST.Text = "Randomize by BST";
|
||
this.CHK_BST.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_E
|
||
//
|
||
this.CHK_E.AutoSize = true;
|
||
this.CHK_E.Checked = true;
|
||
this.CHK_E.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_E.Location = new System.Drawing.Point(128, 49);
|
||
this.CHK_E.Name = "CHK_E";
|
||
this.CHK_E.Size = new System.Drawing.Size(98, 17);
|
||
this.CHK_E.TabIndex = 287;
|
||
this.CHK_E.Text = "Event Legends";
|
||
this.CHK_E.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_L
|
||
//
|
||
this.CHK_L.AutoSize = true;
|
||
this.CHK_L.Checked = true;
|
||
this.CHK_L.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_L.Location = new System.Drawing.Point(128, 34);
|
||
this.CHK_L.Name = "CHK_L";
|
||
this.CHK_L.Size = new System.Drawing.Size(98, 17);
|
||
this.CHK_L.TabIndex = 286;
|
||
this.CHK_L.Text = "Game Legends";
|
||
this.CHK_L.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G6
|
||
//
|
||
this.CHK_G6.AutoSize = true;
|
||
this.CHK_G6.Checked = true;
|
||
this.CHK_G6.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G6.Location = new System.Drawing.Point(67, 64);
|
||
this.CHK_G6.Name = "CHK_G6";
|
||
this.CHK_G6.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G6.TabIndex = 285;
|
||
this.CHK_G6.Text = "Gen 6";
|
||
this.CHK_G6.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G5
|
||
//
|
||
this.CHK_G5.AutoSize = true;
|
||
this.CHK_G5.Checked = true;
|
||
this.CHK_G5.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G5.Location = new System.Drawing.Point(67, 49);
|
||
this.CHK_G5.Name = "CHK_G5";
|
||
this.CHK_G5.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G5.TabIndex = 284;
|
||
this.CHK_G5.Text = "Gen 5";
|
||
this.CHK_G5.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G4
|
||
//
|
||
this.CHK_G4.AutoSize = true;
|
||
this.CHK_G4.Checked = true;
|
||
this.CHK_G4.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G4.Location = new System.Drawing.Point(67, 34);
|
||
this.CHK_G4.Name = "CHK_G4";
|
||
this.CHK_G4.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G4.TabIndex = 283;
|
||
this.CHK_G4.Text = "Gen 4";
|
||
this.CHK_G4.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G3
|
||
//
|
||
this.CHK_G3.AutoSize = true;
|
||
this.CHK_G3.Checked = true;
|
||
this.CHK_G3.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G3.Location = new System.Drawing.Point(9, 64);
|
||
this.CHK_G3.Name = "CHK_G3";
|
||
this.CHK_G3.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G3.TabIndex = 282;
|
||
this.CHK_G3.Text = "Gen 3";
|
||
this.CHK_G3.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G2
|
||
//
|
||
this.CHK_G2.AutoSize = true;
|
||
this.CHK_G2.Checked = true;
|
||
this.CHK_G2.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G2.Location = new System.Drawing.Point(9, 49);
|
||
this.CHK_G2.Name = "CHK_G2";
|
||
this.CHK_G2.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G2.TabIndex = 281;
|
||
this.CHK_G2.Text = "Gen 2";
|
||
this.CHK_G2.UseVisualStyleBackColor = true;
|
||
//
|
||
// CHK_G1
|
||
//
|
||
this.CHK_G1.AutoSize = true;
|
||
this.CHK_G1.Checked = true;
|
||
this.CHK_G1.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_G1.Location = new System.Drawing.Point(9, 34);
|
||
this.CHK_G1.Name = "CHK_G1";
|
||
this.CHK_G1.Size = new System.Drawing.Size(55, 17);
|
||
this.CHK_G1.TabIndex = 280;
|
||
this.CHK_G1.Text = "Gen 1";
|
||
this.CHK_G1.UseVisualStyleBackColor = true;
|
||
//
|
||
// B_Starters
|
||
//
|
||
this.B_Starters.Location = new System.Drawing.Point(192, 359);
|
||
this.B_Starters.Name = "B_Starters";
|
||
this.B_Starters.Size = new System.Drawing.Size(122, 23);
|
||
this.B_Starters.TabIndex = 9;
|
||
this.B_Starters.Text = "Randomize Starters";
|
||
this.B_Starters.UseVisualStyleBackColor = true;
|
||
this.B_Starters.Click += new System.EventHandler(this.B_Starters_Click);
|
||
//
|
||
// B_Save
|
||
//
|
||
this.B_Save.Location = new System.Drawing.Point(435, 481);
|
||
this.B_Save.Name = "B_Save";
|
||
this.B_Save.Size = new System.Drawing.Size(75, 23);
|
||
this.B_Save.TabIndex = 1;
|
||
this.B_Save.Text = "Save";
|
||
this.B_Save.UseVisualStyleBackColor = true;
|
||
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
|
||
//
|
||
// B_Cancel
|
||
//
|
||
this.B_Cancel.Location = new System.Drawing.Point(354, 481);
|
||
this.B_Cancel.Name = "B_Cancel";
|
||
this.B_Cancel.Size = new System.Drawing.Size(75, 23);
|
||
this.B_Cancel.TabIndex = 2;
|
||
this.B_Cancel.Text = "Cancel";
|
||
this.B_Cancel.UseVisualStyleBackColor = true;
|
||
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
|
||
//
|
||
// CHK_ReplaceLegend
|
||
//
|
||
this.CHK_ReplaceLegend.AutoSize = true;
|
||
this.CHK_ReplaceLegend.Checked = true;
|
||
this.CHK_ReplaceLegend.CheckState = System.Windows.Forms.CheckState.Checked;
|
||
this.CHK_ReplaceLegend.Location = new System.Drawing.Point(9, 186);
|
||
this.CHK_ReplaceLegend.Name = "CHK_ReplaceLegend";
|
||
this.CHK_ReplaceLegend.Size = new System.Drawing.Size(242, 17);
|
||
this.CHK_ReplaceLegend.TabIndex = 303;
|
||
this.CHK_ReplaceLegend.Text = "Replace Legendaries with Another Legendary";
|
||
this.CHK_ReplaceLegend.UseVisualStyleBackColor = true;
|
||
//
|
||
// StaticEncounterEditor7
|
||
//
|
||
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||
this.ClientSize = new System.Drawing.Size(530, 535);
|
||
this.Controls.Add(this.B_Cancel);
|
||
this.Controls.Add(this.B_Save);
|
||
this.Controls.Add(this.TC_Tabs);
|
||
this.Name = "StaticEncounterEditor7";
|
||
this.Text = "StaticEncounterEditor7";
|
||
this.TC_Tabs.ResumeLayout(false);
|
||
this.Tab_Gifts.ResumeLayout(false);
|
||
this.Tab_Gifts.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_GForm)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_GLevel)).EndInit();
|
||
this.Tab_Encounters.ResumeLayout(false);
|
||
this.Tab_Encounters.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EGender)).EndInit();
|
||
this.GB_EEVs.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EV0)).EndInit();
|
||
this.GB_EIVs.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EIV0)).EndInit();
|
||
this.GB_EMoves.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_EForm)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_ELevel)).EndInit();
|
||
this.Tab_Trades.ResumeLayout(false);
|
||
this.Tab_Trades.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TGender)).EndInit();
|
||
this.groupBox1.ResumeLayout(false);
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TIV0)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TID)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TForm)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_TLevel)).EndInit();
|
||
this.Tab_Randomizer.ResumeLayout(false);
|
||
this.Tab_Randomizer.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.NUD_LevelBoost)).EndInit();
|
||
this.GB_Tweak.ResumeLayout(false);
|
||
this.GB_Tweak.PerformLayout();
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TabControl TC_Tabs;
|
||
private System.Windows.Forms.TabPage Tab_Encounters;
|
||
private System.Windows.Forms.TabPage Tab_Trades;
|
||
private System.Windows.Forms.TabPage Tab_Gifts;
|
||
private System.Windows.Forms.ListBox LB_Gift;
|
||
private System.Windows.Forms.ListBox LB_Encounter;
|
||
private System.Windows.Forms.ListBox LB_Trade;
|
||
private System.Windows.Forms.Button B_Save;
|
||
private System.Windows.Forms.NumericUpDown NUD_GLevel;
|
||
private System.Windows.Forms.Label L_GSpecies;
|
||
private System.Windows.Forms.Label L_GForm;
|
||
private System.Windows.Forms.NumericUpDown NUD_GForm;
|
||
private System.Windows.Forms.Label L_GLevel;
|
||
private System.Windows.Forms.ComboBox CB_GSpecies;
|
||
private System.Windows.Forms.ComboBox CB_GHeldItem;
|
||
private System.Windows.Forms.Label L_GHeldItem;
|
||
private System.Windows.Forms.ComboBox CB_EHeldItem;
|
||
private System.Windows.Forms.Label L_EHeldItem;
|
||
private System.Windows.Forms.ComboBox CB_ESpecies;
|
||
private System.Windows.Forms.Label L_EForm;
|
||
private System.Windows.Forms.NumericUpDown NUD_EForm;
|
||
private System.Windows.Forms.Label L_ELevel;
|
||
private System.Windows.Forms.Label L_ESpecies;
|
||
private System.Windows.Forms.NumericUpDown NUD_ELevel;
|
||
private System.Windows.Forms.ComboBox CB_THeldItem;
|
||
private System.Windows.Forms.Label L_THeldItem;
|
||
private System.Windows.Forms.ComboBox CB_TSpecies;
|
||
private System.Windows.Forms.Label L_TForm;
|
||
private System.Windows.Forms.NumericUpDown NUD_TForm;
|
||
private System.Windows.Forms.Label L_TLevel;
|
||
private System.Windows.Forms.Label L_TSpecies;
|
||
private System.Windows.Forms.NumericUpDown NUD_TLevel;
|
||
private System.Windows.Forms.Button B_Starters;
|
||
private System.Windows.Forms.GroupBox GB_EMoves;
|
||
private System.Windows.Forms.ComboBox CB_EMove3;
|
||
private System.Windows.Forms.ComboBox CB_EMove2;
|
||
private System.Windows.Forms.ComboBox CB_EMove1;
|
||
private System.Windows.Forms.ComboBox CB_EMove0;
|
||
private System.Windows.Forms.NumericUpDown NUD_TID;
|
||
private System.Windows.Forms.Label L_TID;
|
||
private System.Windows.Forms.Label L_TTID;
|
||
private System.Windows.Forms.ComboBox CB_TRequest;
|
||
private System.Windows.Forms.Label label1;
|
||
private System.Windows.Forms.TabPage Tab_Randomizer;
|
||
private System.Windows.Forms.GroupBox GB_Tweak;
|
||
private System.Windows.Forms.CheckBox CHK_G7;
|
||
private System.Windows.Forms.Label L_RandOpt;
|
||
private System.Windows.Forms.CheckBox CHK_BST;
|
||
private System.Windows.Forms.CheckBox CHK_E;
|
||
private System.Windows.Forms.CheckBox CHK_L;
|
||
private System.Windows.Forms.CheckBox CHK_G6;
|
||
private System.Windows.Forms.CheckBox CHK_G5;
|
||
private System.Windows.Forms.CheckBox CHK_G4;
|
||
private System.Windows.Forms.CheckBox CHK_G3;
|
||
private System.Windows.Forms.CheckBox CHK_G2;
|
||
private System.Windows.Forms.CheckBox CHK_G1;
|
||
private System.Windows.Forms.Button B_RandAll;
|
||
private System.Windows.Forms.Button B_Cancel;
|
||
private System.Windows.Forms.NumericUpDown NUD_LevelBoost;
|
||
private System.Windows.Forms.CheckBox CHK_Level;
|
||
private System.Windows.Forms.CheckBox CHK_ShinyLock;
|
||
private System.Windows.Forms.CheckBox CHK_G_Lock;
|
||
private System.Windows.Forms.CheckBox CHK_Item;
|
||
private System.Windows.Forms.CheckBox CHK_AllowMega;
|
||
private System.Windows.Forms.CheckBox CHK_RemoveShinyLock;
|
||
private System.Windows.Forms.Label L_Aura;
|
||
private System.Windows.Forms.ComboBox CB_Aura;
|
||
private System.Windows.Forms.Label L_DEF;
|
||
private System.Windows.Forms.Label L_ATK;
|
||
private System.Windows.Forms.Label L_HP;
|
||
private System.Windows.Forms.NumericUpDown NUD_EIV0;
|
||
private System.Windows.Forms.NumericUpDown NUD_EIV1;
|
||
private System.Windows.Forms.NumericUpDown NUD_EIV2;
|
||
private System.Windows.Forms.Label L_SPA;
|
||
private System.Windows.Forms.Label L_SPE;
|
||
private System.Windows.Forms.Label L_SPD;
|
||
private System.Windows.Forms.NumericUpDown NUD_EIV5;
|
||
private System.Windows.Forms.NumericUpDown NUD_EIV4;
|
||
private System.Windows.Forms.NumericUpDown NUD_EIV3;
|
||
private System.Windows.Forms.GroupBox GB_EEVs;
|
||
private System.Windows.Forms.NumericUpDown NUD_EV5;
|
||
private System.Windows.Forms.NumericUpDown NUD_EV4;
|
||
private System.Windows.Forms.NumericUpDown NUD_EV3;
|
||
private System.Windows.Forms.NumericUpDown NUD_EV2;
|
||
private System.Windows.Forms.NumericUpDown NUD_EV1;
|
||
private System.Windows.Forms.Label label2;
|
||
private System.Windows.Forms.Label label7;
|
||
private System.Windows.Forms.Label label6;
|
||
private System.Windows.Forms.NumericUpDown NUD_EV0;
|
||
private System.Windows.Forms.Label label3;
|
||
private System.Windows.Forms.Label label4;
|
||
private System.Windows.Forms.Label label5;
|
||
private System.Windows.Forms.GroupBox GB_EIVs;
|
||
private System.Windows.Forms.ComboBox CB_ENature;
|
||
private System.Windows.Forms.Label L_ENature;
|
||
private System.Windows.Forms.CheckBox CHK_EIV3;
|
||
private System.Windows.Forms.GroupBox groupBox1;
|
||
private System.Windows.Forms.Label label8;
|
||
private System.Windows.Forms.NumericUpDown NUD_TIV3;
|
||
private System.Windows.Forms.NumericUpDown NUD_TIV4;
|
||
private System.Windows.Forms.NumericUpDown NUD_TIV5;
|
||
private System.Windows.Forms.Label label9;
|
||
private System.Windows.Forms.Label label10;
|
||
private System.Windows.Forms.Label label11;
|
||
private System.Windows.Forms.NumericUpDown NUD_TIV2;
|
||
private System.Windows.Forms.NumericUpDown NUD_TIV1;
|
||
private System.Windows.Forms.NumericUpDown NUD_TIV0;
|
||
private System.Windows.Forms.Label label12;
|
||
private System.Windows.Forms.Label label13;
|
||
private System.Windows.Forms.ComboBox CB_TNature;
|
||
private System.Windows.Forms.Label L_TNature;
|
||
private System.Windows.Forms.ComboBox CB_SpecialMove;
|
||
private System.Windows.Forms.Label L_SpecialMove;
|
||
private System.Windows.Forms.CheckBox CHK_IsEgg;
|
||
private System.Windows.Forms.CheckBox CHK_GIV3;
|
||
private System.Windows.Forms.ComboBox CB_GNature;
|
||
private System.Windows.Forms.Label L_GNature;
|
||
private System.Windows.Forms.Button B_ModifyLevel;
|
||
private System.Windows.Forms.CheckBox CHK_RandomAura;
|
||
private System.Windows.Forms.CheckBox CHK_SpecialMove;
|
||
private System.Windows.Forms.ComboBox CB_GAbility;
|
||
private System.Windows.Forms.Label L_GAbility;
|
||
private System.Windows.Forms.ComboBox CB_EAbility;
|
||
private System.Windows.Forms.Label L_EAbility;
|
||
private System.Windows.Forms.ComboBox CB_TAbility;
|
||
private System.Windows.Forms.Label L_TAbility;
|
||
private System.Windows.Forms.CheckBox CHK_RandomAbility;
|
||
private System.Windows.Forms.Label L_EGender;
|
||
private System.Windows.Forms.NumericUpDown NUD_EGender;
|
||
private System.Windows.Forms.Label L_TGender;
|
||
private System.Windows.Forms.NumericUpDown NUD_TGender;
|
||
private System.Windows.Forms.CheckBox CHK_ReplaceLegend;
|
||
}
|
||
} |