mirror of
https://github.com/suloku/PMStadium_Viewer.git
synced 2026-03-21 17:54:26 -05:00
1960 lines
48 KiB
C#
1960 lines
48 KiB
C#
/*
|
|
* Created by SharpDevelop.
|
|
* User: sergi
|
|
* Date: 07/02/2017
|
|
* Time: 19:12
|
|
*
|
|
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
|
*/
|
|
namespace Stadium_Viewer
|
|
{
|
|
partial class MainForm
|
|
{
|
|
/// <summary>
|
|
/// Designer variable used to keep track of non-visual components.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
private System.Windows.Forms.Button Load_but;
|
|
private System.Windows.Forms.TextBox filelocation;
|
|
private System.Windows.Forms.NumericUpDown PartySlot;
|
|
private System.Windows.Forms.ComboBox Species;
|
|
private System.Windows.Forms.ComboBox move1;
|
|
private System.Windows.Forms.ComboBox move2;
|
|
private System.Windows.Forms.ComboBox move3;
|
|
private System.Windows.Forms.ComboBox move4;
|
|
private System.Windows.Forms.NumericUpDown ID;
|
|
private System.Windows.Forms.ComboBox ppup1;
|
|
private System.Windows.Forms.ComboBox ppup2;
|
|
private System.Windows.Forms.ComboBox ppup3;
|
|
private System.Windows.Forms.ComboBox ppup4;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.NumericUpDown atk;
|
|
private System.Windows.Forms.NumericUpDown def;
|
|
private System.Windows.Forms.NumericUpDown spc;
|
|
private System.Windows.Forms.NumericUpDown spe;
|
|
private System.Windows.Forms.NumericUpDown hp;
|
|
private System.Windows.Forms.NumericUpDown hpEv;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown atkEv;
|
|
private System.Windows.Forms.NumericUpDown defEv;
|
|
private System.Windows.Forms.NumericUpDown spcEv;
|
|
private System.Windows.Forms.NumericUpDown speEv;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label10;
|
|
private System.Windows.Forms.Label label11;
|
|
private System.Windows.Forms.TextBox hpStat;
|
|
private System.Windows.Forms.TextBox atkStat;
|
|
private System.Windows.Forms.TextBox defStat;
|
|
private System.Windows.Forms.TextBox spcStat;
|
|
private System.Windows.Forms.TextBox speStat;
|
|
private System.Windows.Forms.Label label12;
|
|
private System.Windows.Forms.NumericUpDown level;
|
|
private System.Windows.Forms.Label label13;
|
|
private System.Windows.Forms.Label label14;
|
|
private System.Windows.Forms.ComboBox type1;
|
|
private System.Windows.Forms.Label label15;
|
|
private System.Windows.Forms.Label label16;
|
|
private System.Windows.Forms.ComboBox type2;
|
|
private System.Windows.Forms.Label label17;
|
|
private System.Windows.Forms.NumericUpDown catchrate;
|
|
private System.Windows.Forms.TextBox status;
|
|
private System.Windows.Forms.Label label18;
|
|
private System.Windows.Forms.Label label19;
|
|
private System.Windows.Forms.NumericUpDown exp;
|
|
private System.Windows.Forms.Label label20;
|
|
private System.Windows.Forms.Label label21;
|
|
private System.Windows.Forms.NumericUpDown offset_val;
|
|
private System.Windows.Forms.Label label22;
|
|
private System.Windows.Forms.Label cur_offset;
|
|
private System.Windows.Forms.TextBox otraw;
|
|
private System.Windows.Forms.TextBox nickraw;
|
|
private System.Windows.Forms.Label label23;
|
|
private System.Windows.Forms.Label label24;
|
|
private System.Windows.Forms.Button jpk1;
|
|
private System.Windows.Forms.ComboBox cups;
|
|
private System.Windows.Forms.ComboBox trainers;
|
|
private System.Windows.Forms.Label label25;
|
|
|
|
/// <summary>
|
|
/// Disposes resources used by the form.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing) {
|
|
if (components != null) {
|
|
components.Dispose();
|
|
}
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
/// <summary>
|
|
/// This method is required for Windows Forms designer support.
|
|
/// Do not change the method contents inside the source code editor. The Forms designer might
|
|
/// not be able to load this method if it was changed manually.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
this.Load_but = new System.Windows.Forms.Button();
|
|
this.filelocation = new System.Windows.Forms.TextBox();
|
|
this.PartySlot = new System.Windows.Forms.NumericUpDown();
|
|
this.Species = new System.Windows.Forms.ComboBox();
|
|
this.ID = new System.Windows.Forms.NumericUpDown();
|
|
this.move1 = new System.Windows.Forms.ComboBox();
|
|
this.move2 = new System.Windows.Forms.ComboBox();
|
|
this.move3 = new System.Windows.Forms.ComboBox();
|
|
this.move4 = new System.Windows.Forms.ComboBox();
|
|
this.ppup1 = new System.Windows.Forms.ComboBox();
|
|
this.ppup2 = new System.Windows.Forms.ComboBox();
|
|
this.ppup3 = new System.Windows.Forms.ComboBox();
|
|
this.ppup4 = new System.Windows.Forms.ComboBox();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.atk = new System.Windows.Forms.NumericUpDown();
|
|
this.def = new System.Windows.Forms.NumericUpDown();
|
|
this.spc = new System.Windows.Forms.NumericUpDown();
|
|
this.spe = new System.Windows.Forms.NumericUpDown();
|
|
this.hp = new System.Windows.Forms.NumericUpDown();
|
|
this.hpEv = new System.Windows.Forms.NumericUpDown();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.atkEv = new System.Windows.Forms.NumericUpDown();
|
|
this.defEv = new System.Windows.Forms.NumericUpDown();
|
|
this.spcEv = new System.Windows.Forms.NumericUpDown();
|
|
this.speEv = new System.Windows.Forms.NumericUpDown();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
this.label11 = new System.Windows.Forms.Label();
|
|
this.hpStat = new System.Windows.Forms.TextBox();
|
|
this.atkStat = new System.Windows.Forms.TextBox();
|
|
this.defStat = new System.Windows.Forms.TextBox();
|
|
this.spcStat = new System.Windows.Forms.TextBox();
|
|
this.speStat = new System.Windows.Forms.TextBox();
|
|
this.label12 = new System.Windows.Forms.Label();
|
|
this.level = new System.Windows.Forms.NumericUpDown();
|
|
this.label13 = new System.Windows.Forms.Label();
|
|
this.label14 = new System.Windows.Forms.Label();
|
|
this.type1 = new System.Windows.Forms.ComboBox();
|
|
this.label15 = new System.Windows.Forms.Label();
|
|
this.label16 = new System.Windows.Forms.Label();
|
|
this.type2 = new System.Windows.Forms.ComboBox();
|
|
this.label17 = new System.Windows.Forms.Label();
|
|
this.catchrate = new System.Windows.Forms.NumericUpDown();
|
|
this.status = new System.Windows.Forms.TextBox();
|
|
this.label18 = new System.Windows.Forms.Label();
|
|
this.label19 = new System.Windows.Forms.Label();
|
|
this.exp = new System.Windows.Forms.NumericUpDown();
|
|
this.label21 = new System.Windows.Forms.Label();
|
|
this.offset_val = new System.Windows.Forms.NumericUpDown();
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
this.cur_offset = new System.Windows.Forms.Label();
|
|
this.otraw = new System.Windows.Forms.TextBox();
|
|
this.nickraw = new System.Windows.Forms.TextBox();
|
|
this.label23 = new System.Windows.Forms.Label();
|
|
this.label24 = new System.Windows.Forms.Label();
|
|
this.jpk1 = new System.Windows.Forms.Button();
|
|
this.cups = new System.Windows.Forms.ComboBox();
|
|
this.trainers = new System.Windows.Forms.ComboBox();
|
|
this.label20 = new System.Windows.Forms.Label();
|
|
this.label25 = new System.Windows.Forms.Label();
|
|
((System.ComponentModel.ISupportInitialize)(this.PartySlot)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.atk)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.def)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spc)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spe)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hpEv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.atkEv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.defEv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spcEv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.speEv)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.level)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.catchrate)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.exp)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.offset_val)).BeginInit();
|
|
this.SuspendLayout();
|
|
//
|
|
// Load_but
|
|
//
|
|
this.Load_but.Location = new System.Drawing.Point(12, 12);
|
|
this.Load_but.Name = "Load_but";
|
|
this.Load_but.Size = new System.Drawing.Size(75, 23);
|
|
this.Load_but.TabIndex = 0;
|
|
this.Load_but.Text = "Load";
|
|
this.Load_but.UseVisualStyleBackColor = true;
|
|
this.Load_but.Click += new System.EventHandler(this.Load_butClick);
|
|
//
|
|
// filelocation
|
|
//
|
|
this.filelocation.Location = new System.Drawing.Point(12, 41);
|
|
this.filelocation.Name = "filelocation";
|
|
this.filelocation.Size = new System.Drawing.Size(700, 20);
|
|
this.filelocation.TabIndex = 1;
|
|
//
|
|
// PartySlot
|
|
//
|
|
this.PartySlot.Location = new System.Drawing.Point(419, 130);
|
|
this.PartySlot.Maximum = new decimal(new int[] {
|
|
5,
|
|
0,
|
|
0,
|
|
0});
|
|
this.PartySlot.Name = "PartySlot";
|
|
this.PartySlot.Size = new System.Drawing.Size(132, 20);
|
|
this.PartySlot.TabIndex = 3;
|
|
this.PartySlot.ValueChanged += new System.EventHandler(this.PartySlotValueChanged);
|
|
//
|
|
// Species
|
|
//
|
|
this.Species.FormattingEnabled = true;
|
|
this.Species.Items.AddRange(new object[] {
|
|
"NONE",
|
|
"Bulbasaur",
|
|
"Ivysaur",
|
|
"Venusaur",
|
|
"Charmander",
|
|
"Charmeleon",
|
|
"Charizard",
|
|
"Squirtle",
|
|
"Wartortle",
|
|
"Blastoise",
|
|
"Caterpie",
|
|
"Metapod",
|
|
"Butterfree",
|
|
"Weedle",
|
|
"Kakuna",
|
|
"Beedrill",
|
|
"Pidgey",
|
|
"Pidgeotto",
|
|
"Pidgeot",
|
|
"Rattata",
|
|
"Raticate",
|
|
"Spearow",
|
|
"Fearow",
|
|
"Ekans",
|
|
"Arbok",
|
|
"Pikachu",
|
|
"Raichu",
|
|
"Sandshrew",
|
|
"Sandslash",
|
|
"Nidoran♀",
|
|
"Nidorina",
|
|
"Nidoqueen",
|
|
"Nidoran♂",
|
|
"Nidorino",
|
|
"Nidoking",
|
|
"Clefairy",
|
|
"Clefable",
|
|
"Vulpix",
|
|
"Ninetales",
|
|
"Jigglypuff",
|
|
"Wigglytuff",
|
|
"Zubat",
|
|
"Golbat",
|
|
"Oddish",
|
|
"Gloom",
|
|
"Vileplume",
|
|
"Paras",
|
|
"Parasect",
|
|
"Venonat",
|
|
"Venomoth",
|
|
"Diglett",
|
|
"Dugtrio",
|
|
"Meowth",
|
|
"Persian",
|
|
"Psyduck",
|
|
"Golduck",
|
|
"Mankey",
|
|
"Primeape",
|
|
"Growlithe",
|
|
"Arcanine",
|
|
"Poliwag",
|
|
"Poliwhirl",
|
|
"Poliwrath",
|
|
"Abra",
|
|
"Kadabra",
|
|
"Alakazam",
|
|
"Machop",
|
|
"Machoke",
|
|
"Machamp",
|
|
"Bellsprout",
|
|
"Weepinbell",
|
|
"Victreebel",
|
|
"Tentacool",
|
|
"Tentacruel",
|
|
"Geodude",
|
|
"Graveler",
|
|
"Golem",
|
|
"Ponyta",
|
|
"Rapidash",
|
|
"Slowpoke",
|
|
"Slowbro",
|
|
"Magnemite",
|
|
"Magneton",
|
|
"Farfetch\'d",
|
|
"Doduo",
|
|
"Dodrio",
|
|
"Seel",
|
|
"Dewgong",
|
|
"Grimer",
|
|
"Muk",
|
|
"Shellder",
|
|
"Cloyster",
|
|
"Gastly",
|
|
"Haunter",
|
|
"Gengar",
|
|
"Onix",
|
|
"Drowzee",
|
|
"Hypno",
|
|
"Krabby",
|
|
"Kingler",
|
|
"Voltorb",
|
|
"Electrode",
|
|
"Exeggcute",
|
|
"Exeggutor",
|
|
"Cubone",
|
|
"Marowak",
|
|
"Hitmonlee",
|
|
"Hitmonchan",
|
|
"Lickitung",
|
|
"Koffing",
|
|
"Weezing",
|
|
"Rhyhorn",
|
|
"Rhydon",
|
|
"Chansey",
|
|
"Tangela",
|
|
"Kangaskhan",
|
|
"Horsea",
|
|
"Seadra",
|
|
"Goldeen",
|
|
"Seaking",
|
|
"Staryu",
|
|
"Starmie",
|
|
"Mr. Mime",
|
|
"Scyther",
|
|
"Jynx",
|
|
"Electabuzz",
|
|
"Magmar",
|
|
"Pinsir",
|
|
"Tauros",
|
|
"Magikarp",
|
|
"Gyarados",
|
|
"Lapras",
|
|
"Ditto",
|
|
"Eevee",
|
|
"Vaporeon",
|
|
"Jolteon",
|
|
"Flareon",
|
|
"Porygon",
|
|
"Omanyte",
|
|
"Omastar",
|
|
"Kabuto",
|
|
"Kabutops",
|
|
"Aerodactyl",
|
|
"Snorlax",
|
|
"Articuno",
|
|
"Zapdos",
|
|
"Moltres",
|
|
"Dratini",
|
|
"Dragonair",
|
|
"Dragonite",
|
|
"Mewtwo",
|
|
"Mew",
|
|
"152",
|
|
"153",
|
|
"154",
|
|
"155",
|
|
"156",
|
|
"157",
|
|
"158",
|
|
"159",
|
|
"160",
|
|
"161",
|
|
"162",
|
|
"163",
|
|
"164",
|
|
"165",
|
|
"166",
|
|
"167",
|
|
"168",
|
|
"169",
|
|
"170",
|
|
"171",
|
|
"172",
|
|
"173",
|
|
"174",
|
|
"175",
|
|
"176",
|
|
"177",
|
|
"178",
|
|
"179",
|
|
"180",
|
|
"181",
|
|
"182",
|
|
"183",
|
|
"184",
|
|
"185",
|
|
"186",
|
|
"187",
|
|
"188",
|
|
"189",
|
|
"190",
|
|
"191",
|
|
"192",
|
|
"193",
|
|
"194",
|
|
"195",
|
|
"196",
|
|
"197",
|
|
"198",
|
|
"199",
|
|
"200",
|
|
"201",
|
|
"202",
|
|
"203",
|
|
"204",
|
|
"205",
|
|
"206",
|
|
"207",
|
|
"208",
|
|
"209",
|
|
"210",
|
|
"211",
|
|
"212",
|
|
"213",
|
|
"214",
|
|
"215",
|
|
"216",
|
|
"217",
|
|
"218",
|
|
"219",
|
|
"220",
|
|
"221",
|
|
"222",
|
|
"223",
|
|
"224",
|
|
"225",
|
|
"226",
|
|
"227",
|
|
"228",
|
|
"229",
|
|
"230",
|
|
"231",
|
|
"232",
|
|
"233",
|
|
"234",
|
|
"235",
|
|
"236",
|
|
"237",
|
|
"238",
|
|
"239",
|
|
"240",
|
|
"241",
|
|
"242",
|
|
"243",
|
|
"244",
|
|
"245",
|
|
"246",
|
|
"247",
|
|
"248",
|
|
"249",
|
|
"250",
|
|
"251",
|
|
"252",
|
|
"253",
|
|
"254",
|
|
"255"});
|
|
this.Species.Location = new System.Drawing.Point(101, 210);
|
|
this.Species.Name = "Species";
|
|
this.Species.Size = new System.Drawing.Size(132, 21);
|
|
this.Species.TabIndex = 4;
|
|
//
|
|
// ID
|
|
//
|
|
this.ID.Location = new System.Drawing.Point(344, 368);
|
|
this.ID.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.ID.Name = "ID";
|
|
this.ID.Size = new System.Drawing.Size(132, 20);
|
|
this.ID.TabIndex = 6;
|
|
//
|
|
// move1
|
|
//
|
|
this.move1.FormattingEnabled = true;
|
|
this.move1.Items.AddRange(new object[] {
|
|
"NONE",
|
|
"Pound",
|
|
"Karate Chop",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle"});
|
|
this.move1.Location = new System.Drawing.Point(271, 210);
|
|
this.move1.Name = "move1";
|
|
this.move1.Size = new System.Drawing.Size(121, 21);
|
|
this.move1.TabIndex = 7;
|
|
//
|
|
// move2
|
|
//
|
|
this.move2.FormattingEnabled = true;
|
|
this.move2.Items.AddRange(new object[] {
|
|
"NONE",
|
|
"Pound",
|
|
"Karate Chop",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle"});
|
|
this.move2.Location = new System.Drawing.Point(271, 237);
|
|
this.move2.Name = "move2";
|
|
this.move2.Size = new System.Drawing.Size(121, 21);
|
|
this.move2.TabIndex = 8;
|
|
//
|
|
// move3
|
|
//
|
|
this.move3.FormattingEnabled = true;
|
|
this.move3.Items.AddRange(new object[] {
|
|
"NONE",
|
|
"Pound",
|
|
"Karate Chop",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle"});
|
|
this.move3.Location = new System.Drawing.Point(271, 264);
|
|
this.move3.Name = "move3";
|
|
this.move3.Size = new System.Drawing.Size(121, 21);
|
|
this.move3.TabIndex = 9;
|
|
//
|
|
// move4
|
|
//
|
|
this.move4.FormattingEnabled = true;
|
|
this.move4.Items.AddRange(new object[] {
|
|
"NONE",
|
|
"Pound",
|
|
"Karate Chop",
|
|
"Double Slap",
|
|
"Comet Punch",
|
|
"Mega Punch",
|
|
"Pay Day",
|
|
"Fire Punch",
|
|
"Ice Punch",
|
|
"Thunder Punch",
|
|
"Scratch",
|
|
"Vice Grip",
|
|
"Guillotine",
|
|
"Razor Wind",
|
|
"Swords Dance",
|
|
"Cut",
|
|
"Gust",
|
|
"Wing Attack",
|
|
"Whirlwind",
|
|
"Fly",
|
|
"Bind",
|
|
"Slam",
|
|
"Vine Whip",
|
|
"Stomp",
|
|
"Double Kick",
|
|
"Mega Kick",
|
|
"Jump Kick",
|
|
"Rolling Kick",
|
|
"Sand Attack",
|
|
"Headbutt",
|
|
"Horn Attack",
|
|
"Fury Attack",
|
|
"Horn Drill",
|
|
"Tackle",
|
|
"Body Slam",
|
|
"Wrap",
|
|
"Take Down",
|
|
"Thrash",
|
|
"Double-Edge",
|
|
"Tail Whip",
|
|
"Poison Sting",
|
|
"Twineedle",
|
|
"Pin Missile",
|
|
"Leer",
|
|
"Bite",
|
|
"Growl",
|
|
"Roar",
|
|
"Sing",
|
|
"Supersonic",
|
|
"Sonic Boom",
|
|
"Disable",
|
|
"Acid",
|
|
"Ember",
|
|
"Flamethrower",
|
|
"Mist",
|
|
"Water Gun",
|
|
"Hydro Pump",
|
|
"Surf",
|
|
"Ice Beam",
|
|
"Blizzard",
|
|
"Psybeam",
|
|
"Bubble Beam",
|
|
"Aurora Beam",
|
|
"Hyper Beam",
|
|
"Peck",
|
|
"Drill Peck",
|
|
"Submission",
|
|
"Low Kick",
|
|
"Counter",
|
|
"Seismic Toss",
|
|
"Strength",
|
|
"Absorb",
|
|
"Mega Drain",
|
|
"Leech Seed",
|
|
"Growth",
|
|
"Razor Leaf",
|
|
"Solar Beam",
|
|
"Poison Powder",
|
|
"Stun Spore",
|
|
"Sleep Powder",
|
|
"Petal Dance",
|
|
"String Shot",
|
|
"Dragon Rage",
|
|
"Fire Spin",
|
|
"Thunder Shock",
|
|
"Thunderbolt",
|
|
"Thunder Wave",
|
|
"Thunder",
|
|
"Rock Throw",
|
|
"Earthquake",
|
|
"Fissure",
|
|
"Dig",
|
|
"Toxic",
|
|
"Confusion",
|
|
"Psychic",
|
|
"Hypnosis",
|
|
"Meditate",
|
|
"Agility",
|
|
"Quick Attack",
|
|
"Rage",
|
|
"Teleport",
|
|
"Night Shade",
|
|
"Mimic",
|
|
"Screech",
|
|
"Double Team",
|
|
"Recover",
|
|
"Harden",
|
|
"Minimize",
|
|
"Smokescreen",
|
|
"Confuse Ray",
|
|
"Withdraw",
|
|
"Defense Curl",
|
|
"Barrier",
|
|
"Light Screen",
|
|
"Haze",
|
|
"Reflect",
|
|
"Focus Energy",
|
|
"Bide",
|
|
"Metronome",
|
|
"Mirror Move",
|
|
"Self-Destruct",
|
|
"Egg Bomb",
|
|
"Lick",
|
|
"Smog",
|
|
"Sludge",
|
|
"Bone Club",
|
|
"Fire Blast",
|
|
"Waterfall",
|
|
"Clamp",
|
|
"Swift",
|
|
"Skull Bash",
|
|
"Spike Cannon",
|
|
"Constrict",
|
|
"Amnesia",
|
|
"Kinesis",
|
|
"Soft-Boiled",
|
|
"High Jump Kick",
|
|
"Glare",
|
|
"Dream Eater",
|
|
"Poison Gas",
|
|
"Barrage",
|
|
"Leech Life",
|
|
"Lovely Kiss",
|
|
"Sky Attack",
|
|
"Transform",
|
|
"Bubble",
|
|
"Dizzy Punch",
|
|
"Spore",
|
|
"Flash",
|
|
"Psywave",
|
|
"Splash",
|
|
"Acid Armor",
|
|
"Crabhammer",
|
|
"Explosion",
|
|
"Fury Swipes",
|
|
"Bonemerang",
|
|
"Rest",
|
|
"Rock Slide",
|
|
"Hyper Fang",
|
|
"Sharpen",
|
|
"Conversion",
|
|
"Tri Attack",
|
|
"Super Fang",
|
|
"Slash",
|
|
"Substitute",
|
|
"Struggle"});
|
|
this.move4.Location = new System.Drawing.Point(271, 291);
|
|
this.move4.Name = "move4";
|
|
this.move4.Size = new System.Drawing.Size(121, 21);
|
|
this.move4.TabIndex = 10;
|
|
//
|
|
// ppup1
|
|
//
|
|
this.ppup1.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ppup1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ppup1.Enabled = false;
|
|
this.ppup1.FormattingEnabled = true;
|
|
this.ppup1.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.ppup1.Location = new System.Drawing.Point(398, 210);
|
|
this.ppup1.Name = "ppup1";
|
|
this.ppup1.Size = new System.Drawing.Size(49, 21);
|
|
this.ppup1.TabIndex = 11;
|
|
//
|
|
// ppup2
|
|
//
|
|
this.ppup2.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ppup2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ppup2.Enabled = false;
|
|
this.ppup2.FormattingEnabled = true;
|
|
this.ppup2.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.ppup2.Location = new System.Drawing.Point(398, 237);
|
|
this.ppup2.Name = "ppup2";
|
|
this.ppup2.Size = new System.Drawing.Size(49, 21);
|
|
this.ppup2.TabIndex = 12;
|
|
//
|
|
// ppup3
|
|
//
|
|
this.ppup3.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ppup3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ppup3.Enabled = false;
|
|
this.ppup3.FormattingEnabled = true;
|
|
this.ppup3.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.ppup3.Location = new System.Drawing.Point(398, 264);
|
|
this.ppup3.Name = "ppup3";
|
|
this.ppup3.Size = new System.Drawing.Size(49, 21);
|
|
this.ppup3.TabIndex = 13;
|
|
//
|
|
// ppup4
|
|
//
|
|
this.ppup4.BackColor = System.Drawing.SystemColors.Window;
|
|
this.ppup4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.ppup4.Enabled = false;
|
|
this.ppup4.FormattingEnabled = true;
|
|
this.ppup4.Items.AddRange(new object[] {
|
|
"0",
|
|
"1",
|
|
"2",
|
|
"3"});
|
|
this.ppup4.Location = new System.Drawing.Point(398, 291);
|
|
this.ppup4.Name = "ppup4";
|
|
this.ppup4.Size = new System.Drawing.Size(49, 21);
|
|
this.ppup4.TabIndex = 14;
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(398, 190);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(49, 17);
|
|
this.label1.TabIndex = 15;
|
|
this.label1.Text = "PP Up";
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(271, 190);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(121, 17);
|
|
this.label2.TabIndex = 16;
|
|
this.label2.Text = "Moves";
|
|
this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(26, 210);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(69, 21);
|
|
this.label3.TabIndex = 17;
|
|
this.label3.Text = "Species";
|
|
this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(269, 366);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(69, 21);
|
|
this.label4.TabIndex = 18;
|
|
this.label4.Text = "OT ID";
|
|
this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(509, 162);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(49, 17);
|
|
this.label5.TabIndex = 19;
|
|
this.label5.Text = "DV";
|
|
this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// atk
|
|
//
|
|
this.atk.Location = new System.Drawing.Point(509, 210);
|
|
this.atk.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.atk.Name = "atk";
|
|
this.atk.Size = new System.Drawing.Size(49, 20);
|
|
this.atk.TabIndex = 20;
|
|
//
|
|
// def
|
|
//
|
|
this.def.Location = new System.Drawing.Point(509, 238);
|
|
this.def.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.def.Name = "def";
|
|
this.def.Size = new System.Drawing.Size(49, 20);
|
|
this.def.TabIndex = 21;
|
|
//
|
|
// spc
|
|
//
|
|
this.spc.Location = new System.Drawing.Point(509, 265);
|
|
this.spc.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spc.Name = "spc";
|
|
this.spc.Size = new System.Drawing.Size(49, 20);
|
|
this.spc.TabIndex = 22;
|
|
//
|
|
// spe
|
|
//
|
|
this.spe.Location = new System.Drawing.Point(509, 291);
|
|
this.spe.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spe.Name = "spe";
|
|
this.spe.Size = new System.Drawing.Size(49, 20);
|
|
this.spe.TabIndex = 23;
|
|
//
|
|
// hp
|
|
//
|
|
this.hp.Location = new System.Drawing.Point(509, 182);
|
|
this.hp.Maximum = new decimal(new int[] {
|
|
15,
|
|
0,
|
|
0,
|
|
0});
|
|
this.hp.Name = "hp";
|
|
this.hp.ReadOnly = true;
|
|
this.hp.Size = new System.Drawing.Size(49, 20);
|
|
this.hp.TabIndex = 24;
|
|
//
|
|
// hpEv
|
|
//
|
|
this.hpEv.Location = new System.Drawing.Point(564, 181);
|
|
this.hpEv.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.hpEv.Name = "hpEv";
|
|
this.hpEv.Size = new System.Drawing.Size(67, 20);
|
|
this.hpEv.TabIndex = 30;
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(564, 161);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(49, 17);
|
|
this.label6.TabIndex = 25;
|
|
this.label6.Text = "Stat Exp";
|
|
this.label6.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// atkEv
|
|
//
|
|
this.atkEv.Location = new System.Drawing.Point(564, 209);
|
|
this.atkEv.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.atkEv.Name = "atkEv";
|
|
this.atkEv.Size = new System.Drawing.Size(67, 20);
|
|
this.atkEv.TabIndex = 31;
|
|
//
|
|
// defEv
|
|
//
|
|
this.defEv.Location = new System.Drawing.Point(564, 237);
|
|
this.defEv.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.defEv.Name = "defEv";
|
|
this.defEv.Size = new System.Drawing.Size(67, 20);
|
|
this.defEv.TabIndex = 32;
|
|
//
|
|
// spcEv
|
|
//
|
|
this.spcEv.Location = new System.Drawing.Point(564, 264);
|
|
this.spcEv.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.spcEv.Name = "spcEv";
|
|
this.spcEv.Size = new System.Drawing.Size(67, 20);
|
|
this.spcEv.TabIndex = 33;
|
|
//
|
|
// speEv
|
|
//
|
|
this.speEv.Location = new System.Drawing.Point(564, 291);
|
|
this.speEv.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.speEv.Name = "speEv";
|
|
this.speEv.Size = new System.Drawing.Size(67, 20);
|
|
this.speEv.TabIndex = 34;
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(453, 181);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(50, 21);
|
|
this.label7.TabIndex = 35;
|
|
this.label7.Text = "HP";
|
|
this.label7.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Location = new System.Drawing.Point(453, 208);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(50, 21);
|
|
this.label8.TabIndex = 36;
|
|
this.label8.Text = "ATK";
|
|
this.label8.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Location = new System.Drawing.Point(453, 236);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(50, 21);
|
|
this.label9.TabIndex = 37;
|
|
this.label9.Text = "DEF";
|
|
this.label9.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label10
|
|
//
|
|
this.label10.Location = new System.Drawing.Point(453, 263);
|
|
this.label10.Name = "label10";
|
|
this.label10.Size = new System.Drawing.Size(50, 21);
|
|
this.label10.TabIndex = 38;
|
|
this.label10.Text = "SPC";
|
|
this.label10.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label11
|
|
//
|
|
this.label11.Location = new System.Drawing.Point(453, 290);
|
|
this.label11.Name = "label11";
|
|
this.label11.Size = new System.Drawing.Size(50, 21);
|
|
this.label11.TabIndex = 39;
|
|
this.label11.Text = "SPE";
|
|
this.label11.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// hpStat
|
|
//
|
|
this.hpStat.Location = new System.Drawing.Point(637, 181);
|
|
this.hpStat.Name = "hpStat";
|
|
this.hpStat.ReadOnly = true;
|
|
this.hpStat.Size = new System.Drawing.Size(75, 20);
|
|
this.hpStat.TabIndex = 40;
|
|
this.hpStat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// atkStat
|
|
//
|
|
this.atkStat.Location = new System.Drawing.Point(637, 211);
|
|
this.atkStat.Name = "atkStat";
|
|
this.atkStat.ReadOnly = true;
|
|
this.atkStat.Size = new System.Drawing.Size(75, 20);
|
|
this.atkStat.TabIndex = 41;
|
|
this.atkStat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// defStat
|
|
//
|
|
this.defStat.Location = new System.Drawing.Point(637, 238);
|
|
this.defStat.Name = "defStat";
|
|
this.defStat.ReadOnly = true;
|
|
this.defStat.Size = new System.Drawing.Size(75, 20);
|
|
this.defStat.TabIndex = 42;
|
|
this.defStat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// spcStat
|
|
//
|
|
this.spcStat.Location = new System.Drawing.Point(637, 265);
|
|
this.spcStat.Name = "spcStat";
|
|
this.spcStat.ReadOnly = true;
|
|
this.spcStat.Size = new System.Drawing.Size(75, 20);
|
|
this.spcStat.TabIndex = 43;
|
|
this.spcStat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// speStat
|
|
//
|
|
this.speStat.Location = new System.Drawing.Point(637, 292);
|
|
this.speStat.Name = "speStat";
|
|
this.speStat.ReadOnly = true;
|
|
this.speStat.Size = new System.Drawing.Size(75, 20);
|
|
this.speStat.TabIndex = 44;
|
|
this.speStat.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// label12
|
|
//
|
|
this.label12.Location = new System.Drawing.Point(26, 237);
|
|
this.label12.Name = "label12";
|
|
this.label12.Size = new System.Drawing.Size(69, 21);
|
|
this.label12.TabIndex = 46;
|
|
this.label12.Text = "Level";
|
|
this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// level
|
|
//
|
|
this.level.Location = new System.Drawing.Point(101, 239);
|
|
this.level.Minimum = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
this.level.Name = "level";
|
|
this.level.Size = new System.Drawing.Size(132, 20);
|
|
this.level.TabIndex = 45;
|
|
this.level.Value = new decimal(new int[] {
|
|
1,
|
|
0,
|
|
0,
|
|
0});
|
|
//
|
|
// label13
|
|
//
|
|
this.label13.Location = new System.Drawing.Point(637, 162);
|
|
this.label13.Name = "label13";
|
|
this.label13.Size = new System.Drawing.Size(75, 16);
|
|
this.label13.TabIndex = 47;
|
|
this.label13.Text = "Stats";
|
|
this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label14
|
|
//
|
|
this.label14.Location = new System.Drawing.Point(0, 64);
|
|
this.label14.Name = "label14";
|
|
this.label14.Size = new System.Drawing.Size(100, 23);
|
|
this.label14.TabIndex = 48;
|
|
this.label14.Text = "Start offset:";
|
|
this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// type1
|
|
//
|
|
this.type1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.type1.Enabled = false;
|
|
this.type1.FormattingEnabled = true;
|
|
this.type1.Items.AddRange(new object[] {
|
|
"0x00 Normal",
|
|
"0x01 Fighting",
|
|
"0x02 Flying",
|
|
"0x03 Poison",
|
|
"0x04 Ground",
|
|
"0x05 Rock",
|
|
"0x06 UNUSED",
|
|
"0x07 Bug",
|
|
"0x08 Ghost",
|
|
"0x09 UNUSED",
|
|
"0x0A UNUSED",
|
|
"0x0B UNUSED",
|
|
"0x0C UNUSED",
|
|
"0c0D UNUSED",
|
|
"0c0E UNUSED",
|
|
"0c0F UNUSED",
|
|
"0x10 UNUSED",
|
|
"0x11 UNUSED",
|
|
"0x12 UNUSED",
|
|
"0x13 UNUSED",
|
|
"0x14 Fire",
|
|
"0x15 Water",
|
|
"0x16 Grass",
|
|
"0x17 Electric",
|
|
"0x18 Psychic",
|
|
"0x19 Ice",
|
|
"0x1A Dragon"});
|
|
this.type1.Location = new System.Drawing.Point(101, 327);
|
|
this.type1.Name = "type1";
|
|
this.type1.Size = new System.Drawing.Size(132, 21);
|
|
this.type1.TabIndex = 49;
|
|
//
|
|
// label15
|
|
//
|
|
this.label15.Location = new System.Drawing.Point(26, 326);
|
|
this.label15.Name = "label15";
|
|
this.label15.Size = new System.Drawing.Size(69, 21);
|
|
this.label15.TabIndex = 50;
|
|
this.label15.Text = "Type 1";
|
|
this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label16
|
|
//
|
|
this.label16.Location = new System.Drawing.Point(26, 353);
|
|
this.label16.Name = "label16";
|
|
this.label16.Size = new System.Drawing.Size(69, 21);
|
|
this.label16.TabIndex = 52;
|
|
this.label16.Text = "Type 2";
|
|
this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// type2
|
|
//
|
|
this.type2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
this.type2.Enabled = false;
|
|
this.type2.FormattingEnabled = true;
|
|
this.type2.Items.AddRange(new object[] {
|
|
"0x00 Normal",
|
|
"0x01 Fighting",
|
|
"0x02 Flying",
|
|
"0x03 Poison",
|
|
"0x04 Ground",
|
|
"0x05 Rock",
|
|
"0x06 UNUSED",
|
|
"0x07 Bug",
|
|
"0x08 Ghost",
|
|
"0x09 UNUSED",
|
|
"0x0A UNUSED",
|
|
"0x0B UNUSED",
|
|
"0x0C UNUSED",
|
|
"0c0D UNUSED",
|
|
"0c0E UNUSED",
|
|
"0c0F UNUSED",
|
|
"0x10 UNUSED",
|
|
"0x11 UNUSED",
|
|
"0x12 UNUSED",
|
|
"0x13 UNUSED",
|
|
"0x14 Fire",
|
|
"0x15 Water",
|
|
"0x16 Grass",
|
|
"0x17 Electric",
|
|
"0x18 Psychic",
|
|
"0x19 Ice",
|
|
"0x1A Dragon"});
|
|
this.type2.Location = new System.Drawing.Point(101, 354);
|
|
this.type2.Name = "type2";
|
|
this.type2.Size = new System.Drawing.Size(132, 21);
|
|
this.type2.TabIndex = 51;
|
|
//
|
|
// label17
|
|
//
|
|
this.label17.Location = new System.Drawing.Point(26, 379);
|
|
this.label17.Name = "label17";
|
|
this.label17.Size = new System.Drawing.Size(69, 21);
|
|
this.label17.TabIndex = 53;
|
|
this.label17.Text = "Catch rate";
|
|
this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// catchrate
|
|
//
|
|
this.catchrate.Location = new System.Drawing.Point(101, 381);
|
|
this.catchrate.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.catchrate.Name = "catchrate";
|
|
this.catchrate.ReadOnly = true;
|
|
this.catchrate.Size = new System.Drawing.Size(132, 20);
|
|
this.catchrate.TabIndex = 54;
|
|
//
|
|
// status
|
|
//
|
|
this.status.Location = new System.Drawing.Point(101, 407);
|
|
this.status.Name = "status";
|
|
this.status.ReadOnly = true;
|
|
this.status.Size = new System.Drawing.Size(132, 20);
|
|
this.status.TabIndex = 55;
|
|
//
|
|
// label18
|
|
//
|
|
this.label18.Location = new System.Drawing.Point(12, 407);
|
|
this.label18.Name = "label18";
|
|
this.label18.Size = new System.Drawing.Size(83, 21);
|
|
this.label18.TabIndex = 56;
|
|
this.label18.Text = "Status condition";
|
|
this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label19
|
|
//
|
|
this.label19.Location = new System.Drawing.Point(26, 264);
|
|
this.label19.Name = "label19";
|
|
this.label19.Size = new System.Drawing.Size(69, 21);
|
|
this.label19.TabIndex = 58;
|
|
this.label19.Text = "EXP";
|
|
this.label19.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// exp
|
|
//
|
|
this.exp.Location = new System.Drawing.Point(101, 266);
|
|
this.exp.Maximum = new decimal(new int[] {
|
|
16777215,
|
|
0,
|
|
0,
|
|
0});
|
|
this.exp.Name = "exp";
|
|
this.exp.Size = new System.Drawing.Size(132, 20);
|
|
this.exp.TabIndex = 57;
|
|
//
|
|
// label21
|
|
//
|
|
this.label21.Location = new System.Drawing.Point(344, 130);
|
|
this.label21.Name = "label21";
|
|
this.label21.Size = new System.Drawing.Size(69, 21);
|
|
this.label21.TabIndex = 60;
|
|
this.label21.Text = "Party slot:";
|
|
this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// offset_val
|
|
//
|
|
this.offset_val.Hexadecimal = true;
|
|
this.offset_val.Location = new System.Drawing.Point(101, 68);
|
|
this.offset_val.Maximum = new decimal(new int[] {
|
|
0,
|
|
0,
|
|
0,
|
|
0});
|
|
this.offset_val.Name = "offset_val";
|
|
this.offset_val.Size = new System.Drawing.Size(132, 20);
|
|
this.offset_val.TabIndex = 61;
|
|
this.offset_val.ValueChanged += new System.EventHandler(this.Offset_valValueChanged);
|
|
//
|
|
// label22
|
|
//
|
|
this.label22.Location = new System.Drawing.Point(0, 91);
|
|
this.label22.Name = "label22";
|
|
this.label22.Size = new System.Drawing.Size(100, 23);
|
|
this.label22.TabIndex = 62;
|
|
this.label22.Text = "Current offset:";
|
|
this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// cur_offset
|
|
//
|
|
this.cur_offset.Location = new System.Drawing.Point(101, 91);
|
|
this.cur_offset.Name = "cur_offset";
|
|
this.cur_offset.Size = new System.Drawing.Size(100, 23);
|
|
this.cur_offset.TabIndex = 63;
|
|
this.cur_offset.Text = "0xffffffff";
|
|
this.cur_offset.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
//
|
|
// otraw
|
|
//
|
|
this.otraw.Location = new System.Drawing.Point(344, 420);
|
|
this.otraw.Name = "otraw";
|
|
this.otraw.Size = new System.Drawing.Size(344, 20);
|
|
this.otraw.TabIndex = 65;
|
|
//
|
|
// nickraw
|
|
//
|
|
this.nickraw.Location = new System.Drawing.Point(344, 394);
|
|
this.nickraw.Name = "nickraw";
|
|
this.nickraw.Size = new System.Drawing.Size(344, 20);
|
|
this.nickraw.TabIndex = 66;
|
|
//
|
|
// label23
|
|
//
|
|
this.label23.Location = new System.Drawing.Point(269, 419);
|
|
this.label23.Name = "label23";
|
|
this.label23.Size = new System.Drawing.Size(69, 21);
|
|
this.label23.TabIndex = 67;
|
|
this.label23.Text = "OT (raw)";
|
|
this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label24
|
|
//
|
|
this.label24.Location = new System.Drawing.Point(253, 393);
|
|
this.label24.Name = "label24";
|
|
this.label24.Size = new System.Drawing.Size(87, 21);
|
|
this.label24.TabIndex = 68;
|
|
this.label24.Text = "Nickname (raw)";
|
|
this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// jpk1
|
|
//
|
|
this.jpk1.Location = new System.Drawing.Point(82, 459);
|
|
this.jpk1.Name = "jpk1";
|
|
this.jpk1.Size = new System.Drawing.Size(117, 23);
|
|
this.jpk1.TabIndex = 69;
|
|
this.jpk1.Text = "Save as jpk1";
|
|
this.jpk1.UseVisualStyleBackColor = true;
|
|
this.jpk1.Click += new System.EventHandler(this.Jpk1Click);
|
|
//
|
|
// cups
|
|
//
|
|
this.cups.FormattingEnabled = true;
|
|
this.cups.Items.AddRange(new object[] {
|
|
"Level 50-55 Tournament",
|
|
"Level 30 Pokéball Cup",
|
|
"Level 30 Great Ball Cup",
|
|
"Level 30 Ultra Ball Cup",
|
|
"Level 30 Master Ball Cup"});
|
|
this.cups.Location = new System.Drawing.Point(419, 76);
|
|
this.cups.Name = "cups";
|
|
this.cups.Size = new System.Drawing.Size(293, 21);
|
|
this.cups.TabIndex = 70;
|
|
this.cups.SelectedIndexChanged += new System.EventHandler(this.CupsSelectedIndexChanged);
|
|
//
|
|
// trainers
|
|
//
|
|
this.trainers.FormattingEnabled = true;
|
|
this.trainers.Items.AddRange(new object[] {
|
|
"0: Katou Kazuhito",
|
|
"1: Yukiyo Jiro",
|
|
"2: Takahashi Jun",
|
|
"3: Toru",
|
|
"4: Suzuki Yusuke",
|
|
"5: Fujita Mika",
|
|
"6: Hiro Hayashiyasu",
|
|
"7: Yamadataka Hisa",
|
|
"8: Kitagawa Yasunori",
|
|
"9: Nishimura Shun",
|
|
"10: Imai Daisuke",
|
|
"11: Yuwamasa Kenji",
|
|
"12: Hiroki Yoshii",
|
|
"13: Tomitaisei Yoshi",
|
|
"14: Hiro Fuchiwakiaki"});
|
|
this.trainers.Location = new System.Drawing.Point(419, 103);
|
|
this.trainers.Name = "trainers";
|
|
this.trainers.Size = new System.Drawing.Size(293, 21);
|
|
this.trainers.TabIndex = 71;
|
|
this.trainers.SelectedIndexChanged += new System.EventHandler(this.TrainersSelectedIndexChanged);
|
|
//
|
|
// label20
|
|
//
|
|
this.label20.Location = new System.Drawing.Point(313, 74);
|
|
this.label20.Name = "label20";
|
|
this.label20.Size = new System.Drawing.Size(100, 23);
|
|
this.label20.TabIndex = 72;
|
|
this.label20.Text = "Cup:";
|
|
this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// label25
|
|
//
|
|
this.label25.Location = new System.Drawing.Point(313, 101);
|
|
this.label25.Name = "label25";
|
|
this.label25.Size = new System.Drawing.Size(100, 23);
|
|
this.label25.TabIndex = 73;
|
|
this.label25.Text = "Trainer:";
|
|
this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// MainForm
|
|
//
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(912, 497);
|
|
this.Controls.Add(this.label25);
|
|
this.Controls.Add(this.label20);
|
|
this.Controls.Add(this.trainers);
|
|
this.Controls.Add(this.cups);
|
|
this.Controls.Add(this.jpk1);
|
|
this.Controls.Add(this.label24);
|
|
this.Controls.Add(this.label23);
|
|
this.Controls.Add(this.nickraw);
|
|
this.Controls.Add(this.otraw);
|
|
this.Controls.Add(this.cur_offset);
|
|
this.Controls.Add(this.label22);
|
|
this.Controls.Add(this.offset_val);
|
|
this.Controls.Add(this.label21);
|
|
this.Controls.Add(this.label19);
|
|
this.Controls.Add(this.exp);
|
|
this.Controls.Add(this.label18);
|
|
this.Controls.Add(this.status);
|
|
this.Controls.Add(this.catchrate);
|
|
this.Controls.Add(this.label17);
|
|
this.Controls.Add(this.label16);
|
|
this.Controls.Add(this.type2);
|
|
this.Controls.Add(this.label15);
|
|
this.Controls.Add(this.type1);
|
|
this.Controls.Add(this.label14);
|
|
this.Controls.Add(this.label13);
|
|
this.Controls.Add(this.label12);
|
|
this.Controls.Add(this.level);
|
|
this.Controls.Add(this.speStat);
|
|
this.Controls.Add(this.spcStat);
|
|
this.Controls.Add(this.defStat);
|
|
this.Controls.Add(this.atkStat);
|
|
this.Controls.Add(this.hpStat);
|
|
this.Controls.Add(this.label11);
|
|
this.Controls.Add(this.label10);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.speEv);
|
|
this.Controls.Add(this.spcEv);
|
|
this.Controls.Add(this.defEv);
|
|
this.Controls.Add(this.atkEv);
|
|
this.Controls.Add(this.hpEv);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.hp);
|
|
this.Controls.Add(this.spe);
|
|
this.Controls.Add(this.spc);
|
|
this.Controls.Add(this.def);
|
|
this.Controls.Add(this.atk);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.ppup4);
|
|
this.Controls.Add(this.ppup3);
|
|
this.Controls.Add(this.ppup2);
|
|
this.Controls.Add(this.ppup1);
|
|
this.Controls.Add(this.move4);
|
|
this.Controls.Add(this.move3);
|
|
this.Controls.Add(this.move2);
|
|
this.Controls.Add(this.move1);
|
|
this.Controls.Add(this.ID);
|
|
this.Controls.Add(this.Species);
|
|
this.Controls.Add(this.PartySlot);
|
|
this.Controls.Add(this.filelocation);
|
|
this.Controls.Add(this.Load_but);
|
|
this.Name = "MainForm";
|
|
this.Text = "Stadium_Viewer";
|
|
this.Load += new System.EventHandler(this.MainFormLoad);
|
|
((System.ComponentModel.ISupportInitialize)(this.PartySlot)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.atk)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.def)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spc)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spe)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.hpEv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.atkEv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.defEv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.spcEv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.speEv)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.level)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.catchrate)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.exp)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.offset_val)).EndInit();
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
}
|
|
}
|