mirror of
https://github.com/projectpokemon/Gen3-WCTool.git
synced 2026-03-22 01:44:09 -05:00
2129 lines
49 KiB
C#
2129 lines
49 KiB
C#
/*
|
|
* Created by SharpDevelop.
|
|
* User: suloku
|
|
* Date: 03/05/2016
|
|
* Time: 20:54
|
|
*
|
|
* To change this template use Tools | Options | Coding | Edit Standard Headers.
|
|
*/
|
|
namespace WC3Tool
|
|
{
|
|
partial class ECT_editor
|
|
{
|
|
/// <summary>
|
|
/// Designer variable used to keep track of non-visual components.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
private System.Windows.Forms.TextBox ect_path;
|
|
private System.Windows.Forms.Button save_ect_but;
|
|
private System.Windows.Forms.Button load_ect_but;
|
|
private System.Windows.Forms.Label label1;
|
|
private System.Windows.Forms.ComboBox tower_appearance;
|
|
private System.Windows.Forms.Label label2;
|
|
private System.Windows.Forms.ComboBox trainer_class;
|
|
private System.Windows.Forms.Button helpclass_but;
|
|
private System.Windows.Forms.Label label3;
|
|
private System.Windows.Forms.NumericUpDown tower_floor;
|
|
private System.Windows.Forms.ComboBox textA1;
|
|
private System.Windows.Forms.ComboBox textA2;
|
|
private System.Windows.Forms.ComboBox textA3;
|
|
private System.Windows.Forms.ComboBox textA4;
|
|
private System.Windows.Forms.ComboBox textA5;
|
|
private System.Windows.Forms.ComboBox textA6;
|
|
private System.Windows.Forms.GroupBox groupBox1;
|
|
private System.Windows.Forms.GroupBox groupBox2;
|
|
private System.Windows.Forms.ComboBox textB6;
|
|
private System.Windows.Forms.ComboBox textB5;
|
|
private System.Windows.Forms.ComboBox textB4;
|
|
private System.Windows.Forms.ComboBox textB3;
|
|
private System.Windows.Forms.ComboBox textB2;
|
|
private System.Windows.Forms.ComboBox textB1;
|
|
private System.Windows.Forms.GroupBox groupBox3;
|
|
private System.Windows.Forms.ComboBox textC6;
|
|
private System.Windows.Forms.ComboBox textC5;
|
|
private System.Windows.Forms.ComboBox textC4;
|
|
private System.Windows.Forms.ComboBox textC3;
|
|
private System.Windows.Forms.ComboBox textC2;
|
|
private System.Windows.Forms.ComboBox textC1;
|
|
private System.Windows.Forms.ComboBox pkm3;
|
|
private System.Windows.Forms.ComboBox pkm2;
|
|
private System.Windows.Forms.ComboBox pkm1;
|
|
private System.Windows.Forms.Label label9;
|
|
private System.Windows.Forms.Label label8;
|
|
private System.Windows.Forms.Label label7;
|
|
private System.Windows.Forms.Button pkm3_edit_but;
|
|
private System.Windows.Forms.Button pkm2_edit_but;
|
|
private System.Windows.Forms.Button pkm1_edit_but;
|
|
private System.Windows.Forms.Label label6;
|
|
private System.Windows.Forms.NumericUpDown SID;
|
|
private System.Windows.Forms.NumericUpDown TID;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox name;
|
|
private System.Windows.Forms.CheckBox jap_check;
|
|
private System.Windows.Forms.RadioButton radio_rs;
|
|
private System.Windows.Forms.RadioButton radio_e;
|
|
private System.Windows.Forms.RadioButton radio_FRLG;
|
|
private System.Windows.Forms.GroupBox groupBox4;
|
|
private System.Windows.Forms.NumericUpDown tower_appearance_num;
|
|
private System.Windows.Forms.NumericUpDown trainer_class_value;
|
|
private System.Windows.Forms.GroupBox groupBox5;
|
|
private System.Windows.Forms.RadioButton jap;
|
|
private System.Windows.Forms.RadioButton esp;
|
|
private System.Windows.Forms.RadioButton ita;
|
|
private System.Windows.Forms.RadioButton ger;
|
|
private System.Windows.Forms.RadioButton fre;
|
|
private System.Windows.Forms.RadioButton eng;
|
|
|
|
/// <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.ect_path = new System.Windows.Forms.TextBox();
|
|
this.save_ect_but = new System.Windows.Forms.Button();
|
|
this.load_ect_but = new System.Windows.Forms.Button();
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
this.tower_appearance = new System.Windows.Forms.ComboBox();
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
this.trainer_class = new System.Windows.Forms.ComboBox();
|
|
this.helpclass_but = new System.Windows.Forms.Button();
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
this.tower_floor = new System.Windows.Forms.NumericUpDown();
|
|
this.textA1 = new System.Windows.Forms.ComboBox();
|
|
this.textA2 = new System.Windows.Forms.ComboBox();
|
|
this.textA3 = new System.Windows.Forms.ComboBox();
|
|
this.textA4 = new System.Windows.Forms.ComboBox();
|
|
this.textA5 = new System.Windows.Forms.ComboBox();
|
|
this.textA6 = new System.Windows.Forms.ComboBox();
|
|
this.groupBox1 = new System.Windows.Forms.GroupBox();
|
|
this.groupBox2 = new System.Windows.Forms.GroupBox();
|
|
this.textB6 = new System.Windows.Forms.ComboBox();
|
|
this.textB5 = new System.Windows.Forms.ComboBox();
|
|
this.textB4 = new System.Windows.Forms.ComboBox();
|
|
this.textB3 = new System.Windows.Forms.ComboBox();
|
|
this.textB2 = new System.Windows.Forms.ComboBox();
|
|
this.textB1 = new System.Windows.Forms.ComboBox();
|
|
this.groupBox3 = new System.Windows.Forms.GroupBox();
|
|
this.textC6 = new System.Windows.Forms.ComboBox();
|
|
this.textC5 = new System.Windows.Forms.ComboBox();
|
|
this.textC4 = new System.Windows.Forms.ComboBox();
|
|
this.textC3 = new System.Windows.Forms.ComboBox();
|
|
this.textC2 = new System.Windows.Forms.ComboBox();
|
|
this.textC1 = new System.Windows.Forms.ComboBox();
|
|
this.pkm3 = new System.Windows.Forms.ComboBox();
|
|
this.pkm2 = new System.Windows.Forms.ComboBox();
|
|
this.pkm1 = new System.Windows.Forms.ComboBox();
|
|
this.label9 = new System.Windows.Forms.Label();
|
|
this.label8 = new System.Windows.Forms.Label();
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
this.pkm3_edit_but = new System.Windows.Forms.Button();
|
|
this.pkm2_edit_but = new System.Windows.Forms.Button();
|
|
this.pkm1_edit_but = new System.Windows.Forms.Button();
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
this.SID = new System.Windows.Forms.NumericUpDown();
|
|
this.TID = new System.Windows.Forms.NumericUpDown();
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
this.name = new System.Windows.Forms.TextBox();
|
|
this.jap_check = new System.Windows.Forms.CheckBox();
|
|
this.radio_rs = new System.Windows.Forms.RadioButton();
|
|
this.radio_e = new System.Windows.Forms.RadioButton();
|
|
this.radio_FRLG = new System.Windows.Forms.RadioButton();
|
|
this.groupBox4 = new System.Windows.Forms.GroupBox();
|
|
this.tower_appearance_num = new System.Windows.Forms.NumericUpDown();
|
|
this.trainer_class_value = new System.Windows.Forms.NumericUpDown();
|
|
this.groupBox5 = new System.Windows.Forms.GroupBox();
|
|
this.jap = new System.Windows.Forms.RadioButton();
|
|
this.esp = new System.Windows.Forms.RadioButton();
|
|
this.ita = new System.Windows.Forms.RadioButton();
|
|
this.ger = new System.Windows.Forms.RadioButton();
|
|
this.fre = new System.Windows.Forms.RadioButton();
|
|
this.eng = new System.Windows.Forms.RadioButton();
|
|
((System.ComponentModel.ISupportInitialize)(this.tower_floor)).BeginInit();
|
|
this.groupBox1.SuspendLayout();
|
|
this.groupBox2.SuspendLayout();
|
|
this.groupBox3.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.SID)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TID)).BeginInit();
|
|
this.groupBox4.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)(this.tower_appearance_num)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trainer_class_value)).BeginInit();
|
|
this.groupBox5.SuspendLayout();
|
|
this.SuspendLayout();
|
|
//
|
|
// ect_path
|
|
//
|
|
this.ect_path.Location = new System.Drawing.Point(180, 14);
|
|
this.ect_path.Name = "ect_path";
|
|
this.ect_path.ReadOnly = true;
|
|
this.ect_path.Size = new System.Drawing.Size(641, 20);
|
|
this.ect_path.TabIndex = 5;
|
|
//
|
|
// save_ect_but
|
|
//
|
|
this.save_ect_but.Enabled = false;
|
|
this.save_ect_but.Location = new System.Drawing.Point(89, 12);
|
|
this.save_ect_but.Name = "save_ect_but";
|
|
this.save_ect_but.Size = new System.Drawing.Size(75, 23);
|
|
this.save_ect_but.TabIndex = 4;
|
|
this.save_ect_but.Text = "Save ECT";
|
|
this.save_ect_but.UseVisualStyleBackColor = true;
|
|
this.save_ect_but.Click += new System.EventHandler(this.Save_ect_butClick);
|
|
//
|
|
// load_ect_but
|
|
//
|
|
this.load_ect_but.Location = new System.Drawing.Point(8, 12);
|
|
this.load_ect_but.Name = "load_ect_but";
|
|
this.load_ect_but.Size = new System.Drawing.Size(75, 23);
|
|
this.load_ect_but.TabIndex = 3;
|
|
this.load_ect_but.Text = "Load ECT";
|
|
this.load_ect_but.UseVisualStyleBackColor = true;
|
|
this.load_ect_but.Click += new System.EventHandler(this.Load_ect_butClick);
|
|
//
|
|
// label1
|
|
//
|
|
this.label1.Location = new System.Drawing.Point(14, 232);
|
|
this.label1.Name = "label1";
|
|
this.label1.Size = new System.Drawing.Size(131, 18);
|
|
this.label1.TabIndex = 6;
|
|
this.label1.Text = "Battle Tower Appareance:";
|
|
//
|
|
// tower_appearance
|
|
//
|
|
this.tower_appearance.FormattingEnabled = true;
|
|
this.tower_appearance.Items.AddRange(new object[] {
|
|
"Mossdeep city house",
|
|
"Battle Tower Lv50 Challenge",
|
|
"Battle Tower Lv100 Challenge"});
|
|
this.tower_appearance.Location = new System.Drawing.Point(145, 229);
|
|
this.tower_appearance.Name = "tower_appearance";
|
|
this.tower_appearance.Size = new System.Drawing.Size(191, 21);
|
|
this.tower_appearance.TabIndex = 7;
|
|
this.tower_appearance.Visible = false;
|
|
//
|
|
// label2
|
|
//
|
|
this.label2.Location = new System.Drawing.Point(14, 259);
|
|
this.label2.Name = "label2";
|
|
this.label2.Size = new System.Drawing.Size(100, 23);
|
|
this.label2.TabIndex = 8;
|
|
this.label2.Text = "Trainer class:";
|
|
//
|
|
// trainer_class
|
|
//
|
|
this.trainer_class.FormattingEnabled = true;
|
|
this.trainer_class.Location = new System.Drawing.Point(145, 256);
|
|
this.trainer_class.Name = "trainer_class";
|
|
this.trainer_class.Size = new System.Drawing.Size(191, 21);
|
|
this.trainer_class.TabIndex = 9;
|
|
this.trainer_class.SelectedIndexChanged += new System.EventHandler(this.Trainer_classSelectedIndexChanged);
|
|
//
|
|
// helpclass_but
|
|
//
|
|
this.helpclass_but.Location = new System.Drawing.Point(342, 256);
|
|
this.helpclass_but.Name = "helpclass_but";
|
|
this.helpclass_but.Size = new System.Drawing.Size(22, 23);
|
|
this.helpclass_but.TabIndex = 10;
|
|
this.helpclass_but.Text = "?";
|
|
this.helpclass_but.UseVisualStyleBackColor = true;
|
|
this.helpclass_but.Click += new System.EventHandler(this.Helpclass_butClick);
|
|
//
|
|
// label3
|
|
//
|
|
this.label3.Location = new System.Drawing.Point(14, 285);
|
|
this.label3.Name = "label3";
|
|
this.label3.Size = new System.Drawing.Size(107, 18);
|
|
this.label3.TabIndex = 11;
|
|
this.label3.Text = "Battle Tower Floor:";
|
|
//
|
|
// tower_floor
|
|
//
|
|
this.tower_floor.Location = new System.Drawing.Point(145, 283);
|
|
this.tower_floor.Name = "tower_floor";
|
|
this.tower_floor.Size = new System.Drawing.Size(73, 20);
|
|
this.tower_floor.TabIndex = 12;
|
|
//
|
|
// textA1
|
|
//
|
|
this.textA1.FormattingEnabled = true;
|
|
this.textA1.Location = new System.Drawing.Point(27, 23);
|
|
this.textA1.Name = "textA1";
|
|
this.textA1.Size = new System.Drawing.Size(121, 21);
|
|
this.textA1.TabIndex = 19;
|
|
//
|
|
// textA2
|
|
//
|
|
this.textA2.FormattingEnabled = true;
|
|
this.textA2.Location = new System.Drawing.Point(154, 23);
|
|
this.textA2.Name = "textA2";
|
|
this.textA2.Size = new System.Drawing.Size(121, 21);
|
|
this.textA2.TabIndex = 20;
|
|
//
|
|
// textA3
|
|
//
|
|
this.textA3.FormattingEnabled = true;
|
|
this.textA3.Location = new System.Drawing.Point(281, 23);
|
|
this.textA3.Name = "textA3";
|
|
this.textA3.Size = new System.Drawing.Size(121, 21);
|
|
this.textA3.TabIndex = 21;
|
|
//
|
|
// textA4
|
|
//
|
|
this.textA4.FormattingEnabled = true;
|
|
this.textA4.Location = new System.Drawing.Point(27, 50);
|
|
this.textA4.Name = "textA4";
|
|
this.textA4.Size = new System.Drawing.Size(121, 21);
|
|
this.textA4.TabIndex = 22;
|
|
//
|
|
// textA5
|
|
//
|
|
this.textA5.FormattingEnabled = true;
|
|
this.textA5.Location = new System.Drawing.Point(154, 50);
|
|
this.textA5.Name = "textA5";
|
|
this.textA5.Size = new System.Drawing.Size(121, 21);
|
|
this.textA5.TabIndex = 23;
|
|
//
|
|
// textA6
|
|
//
|
|
this.textA6.FormattingEnabled = true;
|
|
this.textA6.Location = new System.Drawing.Point(281, 50);
|
|
this.textA6.Name = "textA6";
|
|
this.textA6.Size = new System.Drawing.Size(121, 21);
|
|
this.textA6.TabIndex = 24;
|
|
//
|
|
// groupBox1
|
|
//
|
|
this.groupBox1.Controls.Add(this.textA6);
|
|
this.groupBox1.Controls.Add(this.textA5);
|
|
this.groupBox1.Controls.Add(this.textA4);
|
|
this.groupBox1.Controls.Add(this.textA3);
|
|
this.groupBox1.Controls.Add(this.textA2);
|
|
this.groupBox1.Controls.Add(this.textA1);
|
|
this.groupBox1.Location = new System.Drawing.Point(370, 42);
|
|
this.groupBox1.Name = "groupBox1";
|
|
this.groupBox1.Size = new System.Drawing.Size(415, 83);
|
|
this.groupBox1.TabIndex = 25;
|
|
this.groupBox1.TabStop = false;
|
|
this.groupBox1.Text = " Pre-battle text:";
|
|
//
|
|
// groupBox2
|
|
//
|
|
this.groupBox2.Controls.Add(this.textB6);
|
|
this.groupBox2.Controls.Add(this.textB5);
|
|
this.groupBox2.Controls.Add(this.textB4);
|
|
this.groupBox2.Controls.Add(this.textB3);
|
|
this.groupBox2.Controls.Add(this.textB2);
|
|
this.groupBox2.Controls.Add(this.textB1);
|
|
this.groupBox2.Location = new System.Drawing.Point(370, 131);
|
|
this.groupBox2.Name = "groupBox2";
|
|
this.groupBox2.Size = new System.Drawing.Size(415, 83);
|
|
this.groupBox2.TabIndex = 26;
|
|
this.groupBox2.TabStop = false;
|
|
this.groupBox2.Text = "Victory text:";
|
|
//
|
|
// textB6
|
|
//
|
|
this.textB6.FormattingEnabled = true;
|
|
this.textB6.Location = new System.Drawing.Point(281, 50);
|
|
this.textB6.Name = "textB6";
|
|
this.textB6.Size = new System.Drawing.Size(121, 21);
|
|
this.textB6.TabIndex = 24;
|
|
//
|
|
// textB5
|
|
//
|
|
this.textB5.FormattingEnabled = true;
|
|
this.textB5.Location = new System.Drawing.Point(154, 50);
|
|
this.textB5.Name = "textB5";
|
|
this.textB5.Size = new System.Drawing.Size(121, 21);
|
|
this.textB5.TabIndex = 23;
|
|
//
|
|
// textB4
|
|
//
|
|
this.textB4.FormattingEnabled = true;
|
|
this.textB4.Location = new System.Drawing.Point(27, 50);
|
|
this.textB4.Name = "textB4";
|
|
this.textB4.Size = new System.Drawing.Size(121, 21);
|
|
this.textB4.TabIndex = 22;
|
|
//
|
|
// textB3
|
|
//
|
|
this.textB3.FormattingEnabled = true;
|
|
this.textB3.Location = new System.Drawing.Point(281, 23);
|
|
this.textB3.Name = "textB3";
|
|
this.textB3.Size = new System.Drawing.Size(121, 21);
|
|
this.textB3.TabIndex = 21;
|
|
//
|
|
// textB2
|
|
//
|
|
this.textB2.FormattingEnabled = true;
|
|
this.textB2.Location = new System.Drawing.Point(154, 23);
|
|
this.textB2.Name = "textB2";
|
|
this.textB2.Size = new System.Drawing.Size(121, 21);
|
|
this.textB2.TabIndex = 20;
|
|
//
|
|
// textB1
|
|
//
|
|
this.textB1.FormattingEnabled = true;
|
|
this.textB1.Location = new System.Drawing.Point(27, 23);
|
|
this.textB1.Name = "textB1";
|
|
this.textB1.Size = new System.Drawing.Size(121, 21);
|
|
this.textB1.TabIndex = 19;
|
|
//
|
|
// groupBox3
|
|
//
|
|
this.groupBox3.Controls.Add(this.textC6);
|
|
this.groupBox3.Controls.Add(this.textC5);
|
|
this.groupBox3.Controls.Add(this.textC4);
|
|
this.groupBox3.Controls.Add(this.textC3);
|
|
this.groupBox3.Controls.Add(this.textC2);
|
|
this.groupBox3.Controls.Add(this.textC1);
|
|
this.groupBox3.Location = new System.Drawing.Point(370, 220);
|
|
this.groupBox3.Name = "groupBox3";
|
|
this.groupBox3.Size = new System.Drawing.Size(415, 83);
|
|
this.groupBox3.TabIndex = 27;
|
|
this.groupBox3.TabStop = false;
|
|
this.groupBox3.Text = "Defeat text:";
|
|
//
|
|
// textC6
|
|
//
|
|
this.textC6.FormattingEnabled = true;
|
|
this.textC6.Location = new System.Drawing.Point(281, 50);
|
|
this.textC6.Name = "textC6";
|
|
this.textC6.Size = new System.Drawing.Size(121, 21);
|
|
this.textC6.TabIndex = 24;
|
|
//
|
|
// textC5
|
|
//
|
|
this.textC5.FormattingEnabled = true;
|
|
this.textC5.Location = new System.Drawing.Point(154, 50);
|
|
this.textC5.Name = "textC5";
|
|
this.textC5.Size = new System.Drawing.Size(121, 21);
|
|
this.textC5.TabIndex = 23;
|
|
//
|
|
// textC4
|
|
//
|
|
this.textC4.FormattingEnabled = true;
|
|
this.textC4.Location = new System.Drawing.Point(27, 50);
|
|
this.textC4.Name = "textC4";
|
|
this.textC4.Size = new System.Drawing.Size(121, 21);
|
|
this.textC4.TabIndex = 22;
|
|
//
|
|
// textC3
|
|
//
|
|
this.textC3.FormattingEnabled = true;
|
|
this.textC3.Location = new System.Drawing.Point(281, 23);
|
|
this.textC3.Name = "textC3";
|
|
this.textC3.Size = new System.Drawing.Size(121, 21);
|
|
this.textC3.TabIndex = 21;
|
|
//
|
|
// textC2
|
|
//
|
|
this.textC2.FormattingEnabled = true;
|
|
this.textC2.Location = new System.Drawing.Point(154, 23);
|
|
this.textC2.Name = "textC2";
|
|
this.textC2.Size = new System.Drawing.Size(121, 21);
|
|
this.textC2.TabIndex = 20;
|
|
//
|
|
// textC1
|
|
//
|
|
this.textC1.FormattingEnabled = true;
|
|
this.textC1.Location = new System.Drawing.Point(27, 23);
|
|
this.textC1.Name = "textC1";
|
|
this.textC1.Size = new System.Drawing.Size(121, 21);
|
|
this.textC1.TabIndex = 19;
|
|
//
|
|
// pkm3
|
|
//
|
|
this.pkm3.FormattingEnabled = true;
|
|
this.pkm3.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",
|
|
"Chikorita",
|
|
"Bayleef",
|
|
"Meganium",
|
|
"Cyndaquil",
|
|
"Quilava",
|
|
"Typhlosion",
|
|
"Totodile",
|
|
"Croconaw",
|
|
"Feraligatr",
|
|
"Sentret",
|
|
"Furret",
|
|
"Hoothoot",
|
|
"Noctowl",
|
|
"Ledyba",
|
|
"Ledian",
|
|
"Spinarak",
|
|
"Ariados",
|
|
"Crobat",
|
|
"Chinchou",
|
|
"Lanturn",
|
|
"Pichu",
|
|
"Cleffa",
|
|
"Igglybuff",
|
|
"Togepi",
|
|
"Togetic",
|
|
"Natu",
|
|
"Xatu",
|
|
"Mareep",
|
|
"Flaaffy",
|
|
"Ampharos",
|
|
"Bellossom",
|
|
"Marill",
|
|
"Azumarill",
|
|
"Sudowoodo",
|
|
"Politoed",
|
|
"Hoppip",
|
|
"Skiploom",
|
|
"Jumpluff",
|
|
"Aipom",
|
|
"Sunkern",
|
|
"Sunflora",
|
|
"Yanma",
|
|
"Wooper",
|
|
"Quagsire",
|
|
"Espeon",
|
|
"Umbreon",
|
|
"Murkrow",
|
|
"Slowking",
|
|
"Misdreavus",
|
|
"Unown A",
|
|
"Wobbuffet",
|
|
"Girafarig",
|
|
"Pineco",
|
|
"Forretress",
|
|
"Dunsparce",
|
|
"Gligar",
|
|
"Steelix",
|
|
"Snubbull",
|
|
"Granbull",
|
|
"Qwilfish",
|
|
"Scizor",
|
|
"Shuckle",
|
|
"Heracross",
|
|
"Sneasel",
|
|
"Teddiursa",
|
|
"Ursaring",
|
|
"Slugma",
|
|
"Magcargo",
|
|
"Swinub",
|
|
"Piloswine",
|
|
"Corsola",
|
|
"Remoraid",
|
|
"Octillery",
|
|
"Delibird",
|
|
"Mantine",
|
|
"Skarmory",
|
|
"Houndour",
|
|
"Houndoom",
|
|
"Kingdra",
|
|
"Phanpy",
|
|
"Donphan",
|
|
"Porygon2",
|
|
"Stantler",
|
|
"Smeargle",
|
|
"Tyrogue",
|
|
"Hitmontop",
|
|
"Smoochum",
|
|
"Elekid",
|
|
"Magby",
|
|
"Miltank",
|
|
"Blissey",
|
|
"Raikou",
|
|
"Entei",
|
|
"Suicune",
|
|
"Larvitar",
|
|
"Pupitar",
|
|
"Tyranitar",
|
|
"Lugia",
|
|
"Ho-oh",
|
|
"Celebi",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"Treecko",
|
|
"Grovyle",
|
|
"Sceptile",
|
|
"Torchic",
|
|
"Combusken",
|
|
"Blaziken",
|
|
"Mudkip",
|
|
"Marshtomp",
|
|
"Swampert",
|
|
"Poochyena",
|
|
"Mightyena",
|
|
"Zigzagoon",
|
|
"Linoone",
|
|
"Wurmple",
|
|
"Silcoon",
|
|
"Beautifly",
|
|
"Cascoon",
|
|
"Dustox",
|
|
"Lotad",
|
|
"Lombre",
|
|
"Ludicolo",
|
|
"Seedot",
|
|
"Nuzleaf",
|
|
"Shiftry",
|
|
"Nincada",
|
|
"Ninjask",
|
|
"Shedinja",
|
|
"Taillow",
|
|
"Swellow",
|
|
"Shroomish",
|
|
"Breloom",
|
|
"Spinda",
|
|
"Wingull",
|
|
"Pelipper",
|
|
"Surskit",
|
|
"Masquerain",
|
|
"Wailmer",
|
|
"Wailord",
|
|
"Skitty",
|
|
"Delcatty",
|
|
"Kecleon",
|
|
"Baltoy",
|
|
"Claydol",
|
|
"Nosepass",
|
|
"Torkoal",
|
|
"Sableye",
|
|
"Barboach",
|
|
"Whiscash",
|
|
"Luvdisc",
|
|
"Corphish",
|
|
"Crawdaunt",
|
|
"Feebas",
|
|
"Milotic",
|
|
"Carvanha",
|
|
"Sharpedo",
|
|
"Trapinch",
|
|
"Vibrava",
|
|
"Flygon",
|
|
"Makuhita",
|
|
"Hariyama",
|
|
"Electrike",
|
|
"Manectric",
|
|
"Numel",
|
|
"Camerupt",
|
|
"Spheal",
|
|
"Sealeo",
|
|
"Walrein",
|
|
"Cacnea",
|
|
"Cacturne",
|
|
"Snorunt",
|
|
"Glalie",
|
|
"Lunatone",
|
|
"Solrock",
|
|
"Azurill",
|
|
"Spoink",
|
|
"Grumpig",
|
|
"Plusle",
|
|
"Minun",
|
|
"Mawile",
|
|
"Meditite",
|
|
"Medicham",
|
|
"Swablu",
|
|
"Altaria",
|
|
"Wynaut",
|
|
"Duskull",
|
|
"Dusclops",
|
|
"Roselia",
|
|
"Slakoth",
|
|
"Vigoroth",
|
|
"Slaking",
|
|
"Gulpin",
|
|
"Swalot",
|
|
"Tropius",
|
|
"Whismur",
|
|
"Loudred",
|
|
"Exploud",
|
|
"Clamperl",
|
|
"Huntail",
|
|
"Gorebyss",
|
|
"Absol",
|
|
"Shuppet",
|
|
"Banette",
|
|
"Seviper",
|
|
"Zangoose",
|
|
"Relicanth",
|
|
"Aron",
|
|
"Lairon",
|
|
"Aggron",
|
|
"Castform",
|
|
"Volbeat",
|
|
"Illumise",
|
|
"Lileep",
|
|
"Cradily",
|
|
"Anorith",
|
|
"Armaldo",
|
|
"Ralts",
|
|
"Kirlia",
|
|
"Gardevoir",
|
|
"Bagon",
|
|
"Shelgon",
|
|
"Salamence",
|
|
"Beldum",
|
|
"Metang",
|
|
"Metagross",
|
|
"Regirock",
|
|
"Regice",
|
|
"Registeel",
|
|
"Kyogre",
|
|
"Groudon",
|
|
"Rayquaza",
|
|
"Latias",
|
|
"Latios",
|
|
"Jirachi",
|
|
"Deoxys",
|
|
"Chimecho",
|
|
"Pokémon Egg",
|
|
"Unown B",
|
|
"Unown C",
|
|
"Unown D",
|
|
"Unown E",
|
|
"Unown F",
|
|
"Unown G",
|
|
"Unown H",
|
|
"Unown I",
|
|
"Unown J",
|
|
"Unown K",
|
|
"Unown L",
|
|
"Unown M",
|
|
"Unown N",
|
|
"Unown O",
|
|
"Unown P",
|
|
"Unown Q",
|
|
"Unown R",
|
|
"Unown S",
|
|
"Unown T",
|
|
"Unown U",
|
|
"Unown V",
|
|
"Unown W",
|
|
"Unown X",
|
|
"Unown Y",
|
|
"Unown Z",
|
|
"Unown !",
|
|
"Unown ?"});
|
|
this.pkm3.Location = new System.Drawing.Point(89, 181);
|
|
this.pkm3.Name = "pkm3";
|
|
this.pkm3.Size = new System.Drawing.Size(161, 21);
|
|
this.pkm3.TabIndex = 51;
|
|
//
|
|
// pkm2
|
|
//
|
|
this.pkm2.FormattingEnabled = true;
|
|
this.pkm2.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",
|
|
"Chikorita",
|
|
"Bayleef",
|
|
"Meganium",
|
|
"Cyndaquil",
|
|
"Quilava",
|
|
"Typhlosion",
|
|
"Totodile",
|
|
"Croconaw",
|
|
"Feraligatr",
|
|
"Sentret",
|
|
"Furret",
|
|
"Hoothoot",
|
|
"Noctowl",
|
|
"Ledyba",
|
|
"Ledian",
|
|
"Spinarak",
|
|
"Ariados",
|
|
"Crobat",
|
|
"Chinchou",
|
|
"Lanturn",
|
|
"Pichu",
|
|
"Cleffa",
|
|
"Igglybuff",
|
|
"Togepi",
|
|
"Togetic",
|
|
"Natu",
|
|
"Xatu",
|
|
"Mareep",
|
|
"Flaaffy",
|
|
"Ampharos",
|
|
"Bellossom",
|
|
"Marill",
|
|
"Azumarill",
|
|
"Sudowoodo",
|
|
"Politoed",
|
|
"Hoppip",
|
|
"Skiploom",
|
|
"Jumpluff",
|
|
"Aipom",
|
|
"Sunkern",
|
|
"Sunflora",
|
|
"Yanma",
|
|
"Wooper",
|
|
"Quagsire",
|
|
"Espeon",
|
|
"Umbreon",
|
|
"Murkrow",
|
|
"Slowking",
|
|
"Misdreavus",
|
|
"Unown A",
|
|
"Wobbuffet",
|
|
"Girafarig",
|
|
"Pineco",
|
|
"Forretress",
|
|
"Dunsparce",
|
|
"Gligar",
|
|
"Steelix",
|
|
"Snubbull",
|
|
"Granbull",
|
|
"Qwilfish",
|
|
"Scizor",
|
|
"Shuckle",
|
|
"Heracross",
|
|
"Sneasel",
|
|
"Teddiursa",
|
|
"Ursaring",
|
|
"Slugma",
|
|
"Magcargo",
|
|
"Swinub",
|
|
"Piloswine",
|
|
"Corsola",
|
|
"Remoraid",
|
|
"Octillery",
|
|
"Delibird",
|
|
"Mantine",
|
|
"Skarmory",
|
|
"Houndour",
|
|
"Houndoom",
|
|
"Kingdra",
|
|
"Phanpy",
|
|
"Donphan",
|
|
"Porygon2",
|
|
"Stantler",
|
|
"Smeargle",
|
|
"Tyrogue",
|
|
"Hitmontop",
|
|
"Smoochum",
|
|
"Elekid",
|
|
"Magby",
|
|
"Miltank",
|
|
"Blissey",
|
|
"Raikou",
|
|
"Entei",
|
|
"Suicune",
|
|
"Larvitar",
|
|
"Pupitar",
|
|
"Tyranitar",
|
|
"Lugia",
|
|
"Ho-oh",
|
|
"Celebi",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"Treecko",
|
|
"Grovyle",
|
|
"Sceptile",
|
|
"Torchic",
|
|
"Combusken",
|
|
"Blaziken",
|
|
"Mudkip",
|
|
"Marshtomp",
|
|
"Swampert",
|
|
"Poochyena",
|
|
"Mightyena",
|
|
"Zigzagoon",
|
|
"Linoone",
|
|
"Wurmple",
|
|
"Silcoon",
|
|
"Beautifly",
|
|
"Cascoon",
|
|
"Dustox",
|
|
"Lotad",
|
|
"Lombre",
|
|
"Ludicolo",
|
|
"Seedot",
|
|
"Nuzleaf",
|
|
"Shiftry",
|
|
"Nincada",
|
|
"Ninjask",
|
|
"Shedinja",
|
|
"Taillow",
|
|
"Swellow",
|
|
"Shroomish",
|
|
"Breloom",
|
|
"Spinda",
|
|
"Wingull",
|
|
"Pelipper",
|
|
"Surskit",
|
|
"Masquerain",
|
|
"Wailmer",
|
|
"Wailord",
|
|
"Skitty",
|
|
"Delcatty",
|
|
"Kecleon",
|
|
"Baltoy",
|
|
"Claydol",
|
|
"Nosepass",
|
|
"Torkoal",
|
|
"Sableye",
|
|
"Barboach",
|
|
"Whiscash",
|
|
"Luvdisc",
|
|
"Corphish",
|
|
"Crawdaunt",
|
|
"Feebas",
|
|
"Milotic",
|
|
"Carvanha",
|
|
"Sharpedo",
|
|
"Trapinch",
|
|
"Vibrava",
|
|
"Flygon",
|
|
"Makuhita",
|
|
"Hariyama",
|
|
"Electrike",
|
|
"Manectric",
|
|
"Numel",
|
|
"Camerupt",
|
|
"Spheal",
|
|
"Sealeo",
|
|
"Walrein",
|
|
"Cacnea",
|
|
"Cacturne",
|
|
"Snorunt",
|
|
"Glalie",
|
|
"Lunatone",
|
|
"Solrock",
|
|
"Azurill",
|
|
"Spoink",
|
|
"Grumpig",
|
|
"Plusle",
|
|
"Minun",
|
|
"Mawile",
|
|
"Meditite",
|
|
"Medicham",
|
|
"Swablu",
|
|
"Altaria",
|
|
"Wynaut",
|
|
"Duskull",
|
|
"Dusclops",
|
|
"Roselia",
|
|
"Slakoth",
|
|
"Vigoroth",
|
|
"Slaking",
|
|
"Gulpin",
|
|
"Swalot",
|
|
"Tropius",
|
|
"Whismur",
|
|
"Loudred",
|
|
"Exploud",
|
|
"Clamperl",
|
|
"Huntail",
|
|
"Gorebyss",
|
|
"Absol",
|
|
"Shuppet",
|
|
"Banette",
|
|
"Seviper",
|
|
"Zangoose",
|
|
"Relicanth",
|
|
"Aron",
|
|
"Lairon",
|
|
"Aggron",
|
|
"Castform",
|
|
"Volbeat",
|
|
"Illumise",
|
|
"Lileep",
|
|
"Cradily",
|
|
"Anorith",
|
|
"Armaldo",
|
|
"Ralts",
|
|
"Kirlia",
|
|
"Gardevoir",
|
|
"Bagon",
|
|
"Shelgon",
|
|
"Salamence",
|
|
"Beldum",
|
|
"Metang",
|
|
"Metagross",
|
|
"Regirock",
|
|
"Regice",
|
|
"Registeel",
|
|
"Kyogre",
|
|
"Groudon",
|
|
"Rayquaza",
|
|
"Latias",
|
|
"Latios",
|
|
"Jirachi",
|
|
"Deoxys",
|
|
"Chimecho",
|
|
"Pokémon Egg",
|
|
"Unown B",
|
|
"Unown C",
|
|
"Unown D",
|
|
"Unown E",
|
|
"Unown F",
|
|
"Unown G",
|
|
"Unown H",
|
|
"Unown I",
|
|
"Unown J",
|
|
"Unown K",
|
|
"Unown L",
|
|
"Unown M",
|
|
"Unown N",
|
|
"Unown O",
|
|
"Unown P",
|
|
"Unown Q",
|
|
"Unown R",
|
|
"Unown S",
|
|
"Unown T",
|
|
"Unown U",
|
|
"Unown V",
|
|
"Unown W",
|
|
"Unown X",
|
|
"Unown Y",
|
|
"Unown Z",
|
|
"Unown !",
|
|
"Unown ?"});
|
|
this.pkm2.Location = new System.Drawing.Point(89, 157);
|
|
this.pkm2.Name = "pkm2";
|
|
this.pkm2.Size = new System.Drawing.Size(161, 21);
|
|
this.pkm2.TabIndex = 50;
|
|
//
|
|
// pkm1
|
|
//
|
|
this.pkm1.FormattingEnabled = true;
|
|
this.pkm1.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",
|
|
"Chikorita",
|
|
"Bayleef",
|
|
"Meganium",
|
|
"Cyndaquil",
|
|
"Quilava",
|
|
"Typhlosion",
|
|
"Totodile",
|
|
"Croconaw",
|
|
"Feraligatr",
|
|
"Sentret",
|
|
"Furret",
|
|
"Hoothoot",
|
|
"Noctowl",
|
|
"Ledyba",
|
|
"Ledian",
|
|
"Spinarak",
|
|
"Ariados",
|
|
"Crobat",
|
|
"Chinchou",
|
|
"Lanturn",
|
|
"Pichu",
|
|
"Cleffa",
|
|
"Igglybuff",
|
|
"Togepi",
|
|
"Togetic",
|
|
"Natu",
|
|
"Xatu",
|
|
"Mareep",
|
|
"Flaaffy",
|
|
"Ampharos",
|
|
"Bellossom",
|
|
"Marill",
|
|
"Azumarill",
|
|
"Sudowoodo",
|
|
"Politoed",
|
|
"Hoppip",
|
|
"Skiploom",
|
|
"Jumpluff",
|
|
"Aipom",
|
|
"Sunkern",
|
|
"Sunflora",
|
|
"Yanma",
|
|
"Wooper",
|
|
"Quagsire",
|
|
"Espeon",
|
|
"Umbreon",
|
|
"Murkrow",
|
|
"Slowking",
|
|
"Misdreavus",
|
|
"Unown A",
|
|
"Wobbuffet",
|
|
"Girafarig",
|
|
"Pineco",
|
|
"Forretress",
|
|
"Dunsparce",
|
|
"Gligar",
|
|
"Steelix",
|
|
"Snubbull",
|
|
"Granbull",
|
|
"Qwilfish",
|
|
"Scizor",
|
|
"Shuckle",
|
|
"Heracross",
|
|
"Sneasel",
|
|
"Teddiursa",
|
|
"Ursaring",
|
|
"Slugma",
|
|
"Magcargo",
|
|
"Swinub",
|
|
"Piloswine",
|
|
"Corsola",
|
|
"Remoraid",
|
|
"Octillery",
|
|
"Delibird",
|
|
"Mantine",
|
|
"Skarmory",
|
|
"Houndour",
|
|
"Houndoom",
|
|
"Kingdra",
|
|
"Phanpy",
|
|
"Donphan",
|
|
"Porygon2",
|
|
"Stantler",
|
|
"Smeargle",
|
|
"Tyrogue",
|
|
"Hitmontop",
|
|
"Smoochum",
|
|
"Elekid",
|
|
"Magby",
|
|
"Miltank",
|
|
"Blissey",
|
|
"Raikou",
|
|
"Entei",
|
|
"Suicune",
|
|
"Larvitar",
|
|
"Pupitar",
|
|
"Tyranitar",
|
|
"Lugia",
|
|
"Ho-oh",
|
|
"Celebi",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"? (glitch Pokémon)",
|
|
"Treecko",
|
|
"Grovyle",
|
|
"Sceptile",
|
|
"Torchic",
|
|
"Combusken",
|
|
"Blaziken",
|
|
"Mudkip",
|
|
"Marshtomp",
|
|
"Swampert",
|
|
"Poochyena",
|
|
"Mightyena",
|
|
"Zigzagoon",
|
|
"Linoone",
|
|
"Wurmple",
|
|
"Silcoon",
|
|
"Beautifly",
|
|
"Cascoon",
|
|
"Dustox",
|
|
"Lotad",
|
|
"Lombre",
|
|
"Ludicolo",
|
|
"Seedot",
|
|
"Nuzleaf",
|
|
"Shiftry",
|
|
"Nincada",
|
|
"Ninjask",
|
|
"Shedinja",
|
|
"Taillow",
|
|
"Swellow",
|
|
"Shroomish",
|
|
"Breloom",
|
|
"Spinda",
|
|
"Wingull",
|
|
"Pelipper",
|
|
"Surskit",
|
|
"Masquerain",
|
|
"Wailmer",
|
|
"Wailord",
|
|
"Skitty",
|
|
"Delcatty",
|
|
"Kecleon",
|
|
"Baltoy",
|
|
"Claydol",
|
|
"Nosepass",
|
|
"Torkoal",
|
|
"Sableye",
|
|
"Barboach",
|
|
"Whiscash",
|
|
"Luvdisc",
|
|
"Corphish",
|
|
"Crawdaunt",
|
|
"Feebas",
|
|
"Milotic",
|
|
"Carvanha",
|
|
"Sharpedo",
|
|
"Trapinch",
|
|
"Vibrava",
|
|
"Flygon",
|
|
"Makuhita",
|
|
"Hariyama",
|
|
"Electrike",
|
|
"Manectric",
|
|
"Numel",
|
|
"Camerupt",
|
|
"Spheal",
|
|
"Sealeo",
|
|
"Walrein",
|
|
"Cacnea",
|
|
"Cacturne",
|
|
"Snorunt",
|
|
"Glalie",
|
|
"Lunatone",
|
|
"Solrock",
|
|
"Azurill",
|
|
"Spoink",
|
|
"Grumpig",
|
|
"Plusle",
|
|
"Minun",
|
|
"Mawile",
|
|
"Meditite",
|
|
"Medicham",
|
|
"Swablu",
|
|
"Altaria",
|
|
"Wynaut",
|
|
"Duskull",
|
|
"Dusclops",
|
|
"Roselia",
|
|
"Slakoth",
|
|
"Vigoroth",
|
|
"Slaking",
|
|
"Gulpin",
|
|
"Swalot",
|
|
"Tropius",
|
|
"Whismur",
|
|
"Loudred",
|
|
"Exploud",
|
|
"Clamperl",
|
|
"Huntail",
|
|
"Gorebyss",
|
|
"Absol",
|
|
"Shuppet",
|
|
"Banette",
|
|
"Seviper",
|
|
"Zangoose",
|
|
"Relicanth",
|
|
"Aron",
|
|
"Lairon",
|
|
"Aggron",
|
|
"Castform",
|
|
"Volbeat",
|
|
"Illumise",
|
|
"Lileep",
|
|
"Cradily",
|
|
"Anorith",
|
|
"Armaldo",
|
|
"Ralts",
|
|
"Kirlia",
|
|
"Gardevoir",
|
|
"Bagon",
|
|
"Shelgon",
|
|
"Salamence",
|
|
"Beldum",
|
|
"Metang",
|
|
"Metagross",
|
|
"Regirock",
|
|
"Regice",
|
|
"Registeel",
|
|
"Kyogre",
|
|
"Groudon",
|
|
"Rayquaza",
|
|
"Latias",
|
|
"Latios",
|
|
"Jirachi",
|
|
"Deoxys",
|
|
"Chimecho",
|
|
"Pokémon Egg",
|
|
"Unown B",
|
|
"Unown C",
|
|
"Unown D",
|
|
"Unown E",
|
|
"Unown F",
|
|
"Unown G",
|
|
"Unown H",
|
|
"Unown I",
|
|
"Unown J",
|
|
"Unown K",
|
|
"Unown L",
|
|
"Unown M",
|
|
"Unown N",
|
|
"Unown O",
|
|
"Unown P",
|
|
"Unown Q",
|
|
"Unown R",
|
|
"Unown S",
|
|
"Unown T",
|
|
"Unown U",
|
|
"Unown V",
|
|
"Unown W",
|
|
"Unown X",
|
|
"Unown Y",
|
|
"Unown Z",
|
|
"Unown !",
|
|
"Unown ?"});
|
|
this.pkm1.Location = new System.Drawing.Point(89, 130);
|
|
this.pkm1.Name = "pkm1";
|
|
this.pkm1.Size = new System.Drawing.Size(161, 21);
|
|
this.pkm1.TabIndex = 49;
|
|
//
|
|
// label9
|
|
//
|
|
this.label9.Location = new System.Drawing.Point(14, 184);
|
|
this.label9.Name = "label9";
|
|
this.label9.Size = new System.Drawing.Size(100, 18);
|
|
this.label9.TabIndex = 48;
|
|
this.label9.Text = "Pokémon 3:";
|
|
//
|
|
// label8
|
|
//
|
|
this.label8.Location = new System.Drawing.Point(14, 160);
|
|
this.label8.Name = "label8";
|
|
this.label8.Size = new System.Drawing.Size(100, 18);
|
|
this.label8.TabIndex = 47;
|
|
this.label8.Text = "Pokémon 2:";
|
|
//
|
|
// label7
|
|
//
|
|
this.label7.Location = new System.Drawing.Point(14, 133);
|
|
this.label7.Name = "label7";
|
|
this.label7.Size = new System.Drawing.Size(75, 18);
|
|
this.label7.TabIndex = 46;
|
|
this.label7.Text = "Pokémon 1:";
|
|
//
|
|
// pkm3_edit_but
|
|
//
|
|
this.pkm3_edit_but.Enabled = false;
|
|
this.pkm3_edit_but.Location = new System.Drawing.Point(261, 179);
|
|
this.pkm3_edit_but.Name = "pkm3_edit_but";
|
|
this.pkm3_edit_but.Size = new System.Drawing.Size(75, 23);
|
|
this.pkm3_edit_but.TabIndex = 45;
|
|
this.pkm3_edit_but.Text = "EDIT";
|
|
this.pkm3_edit_but.UseVisualStyleBackColor = true;
|
|
this.pkm3_edit_but.Click += new System.EventHandler(this.Pkm3_edit_butClick);
|
|
//
|
|
// pkm2_edit_but
|
|
//
|
|
this.pkm2_edit_but.Enabled = false;
|
|
this.pkm2_edit_but.Location = new System.Drawing.Point(261, 155);
|
|
this.pkm2_edit_but.Name = "pkm2_edit_but";
|
|
this.pkm2_edit_but.Size = new System.Drawing.Size(75, 23);
|
|
this.pkm2_edit_but.TabIndex = 44;
|
|
this.pkm2_edit_but.Text = "EDIT";
|
|
this.pkm2_edit_but.UseVisualStyleBackColor = true;
|
|
this.pkm2_edit_but.Click += new System.EventHandler(this.Pkm2_edit_butClick);
|
|
//
|
|
// pkm1_edit_but
|
|
//
|
|
this.pkm1_edit_but.Enabled = false;
|
|
this.pkm1_edit_but.Location = new System.Drawing.Point(261, 128);
|
|
this.pkm1_edit_but.Name = "pkm1_edit_but";
|
|
this.pkm1_edit_but.Size = new System.Drawing.Size(75, 23);
|
|
this.pkm1_edit_but.TabIndex = 43;
|
|
this.pkm1_edit_but.Text = "EDIT";
|
|
this.pkm1_edit_but.UseVisualStyleBackColor = true;
|
|
this.pkm1_edit_but.Click += new System.EventHandler(this.Pkm1_edit_butClick);
|
|
//
|
|
// label6
|
|
//
|
|
this.label6.Location = new System.Drawing.Point(42, 105);
|
|
this.label6.Name = "label6";
|
|
this.label6.Size = new System.Drawing.Size(41, 23);
|
|
this.label6.TabIndex = 42;
|
|
this.label6.Text = "SID:";
|
|
//
|
|
// SID
|
|
//
|
|
this.SID.Location = new System.Drawing.Point(89, 103);
|
|
this.SID.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.SID.Name = "SID";
|
|
this.SID.Size = new System.Drawing.Size(161, 20);
|
|
this.SID.TabIndex = 41;
|
|
//
|
|
// TID
|
|
//
|
|
this.TID.Location = new System.Drawing.Point(89, 77);
|
|
this.TID.Maximum = new decimal(new int[] {
|
|
65535,
|
|
0,
|
|
0,
|
|
0});
|
|
this.TID.Name = "TID";
|
|
this.TID.Size = new System.Drawing.Size(161, 20);
|
|
this.TID.TabIndex = 40;
|
|
//
|
|
// label5
|
|
//
|
|
this.label5.Location = new System.Drawing.Point(42, 79);
|
|
this.label5.Name = "label5";
|
|
this.label5.Size = new System.Drawing.Size(25, 23);
|
|
this.label5.TabIndex = 39;
|
|
this.label5.Text = "TID:";
|
|
//
|
|
// label4
|
|
//
|
|
this.label4.Location = new System.Drawing.Point(42, 54);
|
|
this.label4.Name = "label4";
|
|
this.label4.Size = new System.Drawing.Size(41, 23);
|
|
this.label4.TabIndex = 38;
|
|
this.label4.Text = "Name:";
|
|
//
|
|
// name
|
|
//
|
|
this.name.Location = new System.Drawing.Point(89, 51);
|
|
this.name.MaxLength = 7;
|
|
this.name.Name = "name";
|
|
this.name.Size = new System.Drawing.Size(161, 20);
|
|
this.name.TabIndex = 37;
|
|
//
|
|
// jap_check
|
|
//
|
|
this.jap_check.Enabled = false;
|
|
this.jap_check.Location = new System.Drawing.Point(256, 49);
|
|
this.jap_check.Name = "jap_check";
|
|
this.jap_check.Size = new System.Drawing.Size(104, 24);
|
|
this.jap_check.TabIndex = 52;
|
|
this.jap_check.Text = "JAP encoding";
|
|
this.jap_check.UseVisualStyleBackColor = true;
|
|
this.jap_check.CheckedChanged += new System.EventHandler(this.Jap_checkCheckedChanged);
|
|
//
|
|
// radio_rs
|
|
//
|
|
this.radio_rs.Location = new System.Drawing.Point(6, 19);
|
|
this.radio_rs.Name = "radio_rs";
|
|
this.radio_rs.Size = new System.Drawing.Size(104, 17);
|
|
this.radio_rs.TabIndex = 53;
|
|
this.radio_rs.TabStop = true;
|
|
this.radio_rs.Text = "Ruby/Sapphire";
|
|
this.radio_rs.UseVisualStyleBackColor = true;
|
|
this.radio_rs.CheckedChanged += new System.EventHandler(this.Radio_rsCheckedChanged);
|
|
//
|
|
// radio_e
|
|
//
|
|
this.radio_e.Location = new System.Drawing.Point(6, 36);
|
|
this.radio_e.Name = "radio_e";
|
|
this.radio_e.Size = new System.Drawing.Size(88, 20);
|
|
this.radio_e.TabIndex = 54;
|
|
this.radio_e.TabStop = true;
|
|
this.radio_e.Text = "Emerald";
|
|
this.radio_e.UseVisualStyleBackColor = true;
|
|
this.radio_e.CheckedChanged += new System.EventHandler(this.Radio_eCheckedChanged);
|
|
//
|
|
// radio_FRLG
|
|
//
|
|
this.radio_FRLG.Location = new System.Drawing.Point(6, 53);
|
|
this.radio_FRLG.Name = "radio_FRLG";
|
|
this.radio_FRLG.Size = new System.Drawing.Size(124, 22);
|
|
this.radio_FRLG.TabIndex = 55;
|
|
this.radio_FRLG.TabStop = true;
|
|
this.radio_FRLG.Text = "Fire Red/Leaf Green";
|
|
this.radio_FRLG.UseVisualStyleBackColor = true;
|
|
this.radio_FRLG.CheckedChanged += new System.EventHandler(this.Radio_FRLGCheckedChanged);
|
|
//
|
|
// groupBox4
|
|
//
|
|
this.groupBox4.Controls.Add(this.radio_rs);
|
|
this.groupBox4.Controls.Add(this.radio_e);
|
|
this.groupBox4.Controls.Add(this.radio_FRLG);
|
|
this.groupBox4.Location = new System.Drawing.Point(224, 283);
|
|
this.groupBox4.Name = "groupBox4";
|
|
this.groupBox4.Size = new System.Drawing.Size(136, 81);
|
|
this.groupBox4.TabIndex = 56;
|
|
this.groupBox4.TabStop = false;
|
|
this.groupBox4.Text = "Trainer Class List";
|
|
//
|
|
// tower_appearance_num
|
|
//
|
|
this.tower_appearance_num.Location = new System.Drawing.Point(145, 229);
|
|
this.tower_appearance_num.Name = "tower_appearance_num";
|
|
this.tower_appearance_num.Size = new System.Drawing.Size(189, 20);
|
|
this.tower_appearance_num.TabIndex = 57;
|
|
//
|
|
// trainer_class_value
|
|
//
|
|
this.trainer_class_value.Hexadecimal = true;
|
|
this.trainer_class_value.Location = new System.Drawing.Point(89, 257);
|
|
this.trainer_class_value.Maximum = new decimal(new int[] {
|
|
255,
|
|
0,
|
|
0,
|
|
0});
|
|
this.trainer_class_value.Name = "trainer_class_value";
|
|
this.trainer_class_value.Size = new System.Drawing.Size(50, 20);
|
|
this.trainer_class_value.TabIndex = 58;
|
|
this.trainer_class_value.ValueChanged += new System.EventHandler(this.Trainer_class_valueValueChanged);
|
|
//
|
|
// groupBox5
|
|
//
|
|
this.groupBox5.Controls.Add(this.jap);
|
|
this.groupBox5.Controls.Add(this.esp);
|
|
this.groupBox5.Controls.Add(this.ita);
|
|
this.groupBox5.Controls.Add(this.ger);
|
|
this.groupBox5.Controls.Add(this.fre);
|
|
this.groupBox5.Controls.Add(this.eng);
|
|
this.groupBox5.Location = new System.Drawing.Point(370, 312);
|
|
this.groupBox5.Name = "groupBox5";
|
|
this.groupBox5.Size = new System.Drawing.Size(414, 65);
|
|
this.groupBox5.TabIndex = 59;
|
|
this.groupBox5.TabStop = false;
|
|
this.groupBox5.Text = "Easy Chat System Language";
|
|
//
|
|
// jap
|
|
//
|
|
this.jap.Location = new System.Drawing.Point(281, 37);
|
|
this.jap.Name = "jap";
|
|
this.jap.Size = new System.Drawing.Size(104, 24);
|
|
this.jap.TabIndex = 3;
|
|
this.jap.TabStop = true;
|
|
this.jap.Text = "Japanese";
|
|
this.jap.UseVisualStyleBackColor = true;
|
|
this.jap.CheckedChanged += new System.EventHandler(this.JapCheckedChanged);
|
|
//
|
|
// esp
|
|
//
|
|
this.esp.Location = new System.Drawing.Point(154, 37);
|
|
this.esp.Name = "esp";
|
|
this.esp.Size = new System.Drawing.Size(104, 24);
|
|
this.esp.TabIndex = 61;
|
|
this.esp.TabStop = true;
|
|
this.esp.Text = "Spanish";
|
|
this.esp.UseVisualStyleBackColor = true;
|
|
this.esp.CheckedChanged += new System.EventHandler(this.EspCheckedChanged);
|
|
//
|
|
// ita
|
|
//
|
|
this.ita.Location = new System.Drawing.Point(27, 37);
|
|
this.ita.Name = "ita";
|
|
this.ita.Size = new System.Drawing.Size(104, 24);
|
|
this.ita.TabIndex = 60;
|
|
this.ita.TabStop = true;
|
|
this.ita.Text = "Italian";
|
|
this.ita.UseVisualStyleBackColor = true;
|
|
this.ita.CheckedChanged += new System.EventHandler(this.ItaCheckedChanged);
|
|
//
|
|
// ger
|
|
//
|
|
this.ger.Location = new System.Drawing.Point(281, 19);
|
|
this.ger.Name = "ger";
|
|
this.ger.Size = new System.Drawing.Size(104, 24);
|
|
this.ger.TabIndex = 2;
|
|
this.ger.TabStop = true;
|
|
this.ger.Text = "German";
|
|
this.ger.UseVisualStyleBackColor = true;
|
|
this.ger.CheckedChanged += new System.EventHandler(this.GerCheckedChanged);
|
|
//
|
|
// fre
|
|
//
|
|
this.fre.Location = new System.Drawing.Point(154, 19);
|
|
this.fre.Name = "fre";
|
|
this.fre.Size = new System.Drawing.Size(104, 24);
|
|
this.fre.TabIndex = 1;
|
|
this.fre.TabStop = true;
|
|
this.fre.Text = "French";
|
|
this.fre.UseVisualStyleBackColor = true;
|
|
this.fre.CheckedChanged += new System.EventHandler(this.FreCheckedChanged);
|
|
//
|
|
// eng
|
|
//
|
|
this.eng.Location = new System.Drawing.Point(27, 19);
|
|
this.eng.Name = "eng";
|
|
this.eng.Size = new System.Drawing.Size(104, 24);
|
|
this.eng.TabIndex = 0;
|
|
this.eng.TabStop = true;
|
|
this.eng.Text = "English";
|
|
this.eng.UseVisualStyleBackColor = true;
|
|
this.eng.CheckedChanged += new System.EventHandler(this.EngCheckedChanged);
|
|
//
|
|
// ECT_editor
|
|
//
|
|
this.AllowDrop = true;
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
this.ClientSize = new System.Drawing.Size(833, 391);
|
|
this.Controls.Add(this.groupBox5);
|
|
this.Controls.Add(this.trainer_class_value);
|
|
this.Controls.Add(this.tower_appearance_num);
|
|
this.Controls.Add(this.groupBox4);
|
|
this.Controls.Add(this.jap_check);
|
|
this.Controls.Add(this.pkm3);
|
|
this.Controls.Add(this.pkm2);
|
|
this.Controls.Add(this.pkm1);
|
|
this.Controls.Add(this.label9);
|
|
this.Controls.Add(this.label8);
|
|
this.Controls.Add(this.label7);
|
|
this.Controls.Add(this.pkm3_edit_but);
|
|
this.Controls.Add(this.pkm2_edit_but);
|
|
this.Controls.Add(this.pkm1_edit_but);
|
|
this.Controls.Add(this.label6);
|
|
this.Controls.Add(this.SID);
|
|
this.Controls.Add(this.TID);
|
|
this.Controls.Add(this.label5);
|
|
this.Controls.Add(this.label4);
|
|
this.Controls.Add(this.name);
|
|
this.Controls.Add(this.groupBox3);
|
|
this.Controls.Add(this.groupBox2);
|
|
this.Controls.Add(this.groupBox1);
|
|
this.Controls.Add(this.tower_floor);
|
|
this.Controls.Add(this.label3);
|
|
this.Controls.Add(this.helpclass_but);
|
|
this.Controls.Add(this.trainer_class);
|
|
this.Controls.Add(this.label2);
|
|
this.Controls.Add(this.tower_appearance);
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.ect_path);
|
|
this.Controls.Add(this.save_ect_but);
|
|
this.Controls.Add(this.load_ect_but);
|
|
this.Name = "ECT_editor";
|
|
this.Text = "ECT Editor";
|
|
this.DragDrop += new System.Windows.Forms.DragEventHandler(this.ECT_editorDragDrop);
|
|
this.DragEnter += new System.Windows.Forms.DragEventHandler(this.ECT_editorDragEnter);
|
|
((System.ComponentModel.ISupportInitialize)(this.tower_floor)).EndInit();
|
|
this.groupBox1.ResumeLayout(false);
|
|
this.groupBox2.ResumeLayout(false);
|
|
this.groupBox3.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.SID)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.TID)).EndInit();
|
|
this.groupBox4.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)(this.tower_appearance_num)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.trainer_class_value)).EndInit();
|
|
this.groupBox5.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
this.PerformLayout();
|
|
|
|
}
|
|
}
|
|
}
|