mirror of
https://github.com/kwsch/PKHeX
synced 2024-11-17 17:48:08 +00:00
3c85b0ead3
There are too many phrases, I have no plan to complete all list of phrases. But I think user can edit phrases of each facility by using their phrase settings.
1185 lines
61 KiB
C#
1185 lines
61 KiB
C#
namespace PKHeX.WinForms.Controls
|
||
{
|
||
partial class SAVEditor
|
||
{
|
||
/// <summary>
|
||
/// Required designer variable.
|
||
/// </summary>
|
||
private System.ComponentModel.IContainer components = null;
|
||
|
||
/// <summary>
|
||
/// Clean up any resources being used.
|
||
/// </summary>
|
||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||
protected override void Dispose(bool disposing)
|
||
{
|
||
if (disposing && (components != null))
|
||
{
|
||
components.Dispose();
|
||
}
|
||
base.Dispose(disposing);
|
||
}
|
||
|
||
#region Component Designer generated code
|
||
|
||
/// <summary>
|
||
/// Required method for Designer support - do not modify
|
||
/// the contents of this method with the code editor.
|
||
/// </summary>
|
||
private void InitializeComponent()
|
||
{
|
||
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAVEditor));
|
||
this.tabBoxMulti = new System.Windows.Forms.TabControl();
|
||
this.Tab_Box = new System.Windows.Forms.TabPage();
|
||
this.Box = new PKHeX.WinForms.Controls.BoxEditor();
|
||
this.Tab_PartyBattle = new System.Windows.Forms.TabPage();
|
||
this.PAN_BattleBox = new System.Windows.Forms.Panel();
|
||
this.PB_Locked = new System.Windows.Forms.PictureBox();
|
||
this.bbpkx1 = new System.Windows.Forms.PictureBox();
|
||
this.bbpkx2 = new System.Windows.Forms.PictureBox();
|
||
this.bbpkx3 = new System.Windows.Forms.PictureBox();
|
||
this.bbpkx4 = new System.Windows.Forms.PictureBox();
|
||
this.bbpkx5 = new System.Windows.Forms.PictureBox();
|
||
this.bbpkx6 = new System.Windows.Forms.PictureBox();
|
||
this.L_ReadOnlyPBB = new System.Windows.Forms.Label();
|
||
this.L_BattleBox = new System.Windows.Forms.Label();
|
||
this.L_Party = new System.Windows.Forms.Label();
|
||
this.PAN_Party = new System.Windows.Forms.Panel();
|
||
this.ppkx1 = new System.Windows.Forms.PictureBox();
|
||
this.ppkx2 = new System.Windows.Forms.PictureBox();
|
||
this.ppkx3 = new System.Windows.Forms.PictureBox();
|
||
this.ppkx4 = new System.Windows.Forms.PictureBox();
|
||
this.ppkx5 = new System.Windows.Forms.PictureBox();
|
||
this.ppkx6 = new System.Windows.Forms.PictureBox();
|
||
this.Tab_Other = new System.Windows.Forms.TabPage();
|
||
this.GB_Daycare = new System.Windows.Forms.GroupBox();
|
||
this.L_XP2 = new System.Windows.Forms.Label();
|
||
this.L_XP1 = new System.Windows.Forms.Label();
|
||
this.TB_Daycare2XP = new System.Windows.Forms.TextBox();
|
||
this.TB_Daycare1XP = new System.Windows.Forms.TextBox();
|
||
this.L_DC2 = new System.Windows.Forms.Label();
|
||
this.L_DC1 = new System.Windows.Forms.Label();
|
||
this.L_DaycareSeed = new System.Windows.Forms.Label();
|
||
this.TB_RNGSeed = new System.Windows.Forms.TextBox();
|
||
this.dcpkx2 = new System.Windows.Forms.PictureBox();
|
||
this.dcpkx1 = new System.Windows.Forms.PictureBox();
|
||
this.DayCare_HasEgg = new System.Windows.Forms.CheckBox();
|
||
this.GB_GTS = new System.Windows.Forms.GroupBox();
|
||
this.gtspkx = new System.Windows.Forms.PictureBox();
|
||
this.GB_Fused = new System.Windows.Forms.GroupBox();
|
||
this.fusedpkx = new System.Windows.Forms.PictureBox();
|
||
this.L_ReadOnlyOther = new System.Windows.Forms.Label();
|
||
this.GB_SUBE = new System.Windows.Forms.GroupBox();
|
||
this.subepkx1 = new System.Windows.Forms.PictureBox();
|
||
this.subepkx2 = new System.Windows.Forms.PictureBox();
|
||
this.subepkx3 = new System.Windows.Forms.PictureBox();
|
||
this.Tab_SAV = new System.Windows.Forms.TabPage();
|
||
this.CB_SaveSlot = new System.Windows.Forms.ComboBox();
|
||
this.L_SaveSlot = new System.Windows.Forms.Label();
|
||
this.L_Secure2 = new System.Windows.Forms.Label();
|
||
this.TB_Secure2 = new System.Windows.Forms.TextBox();
|
||
this.L_Secure1 = new System.Windows.Forms.Label();
|
||
this.TB_Secure1 = new System.Windows.Forms.TextBox();
|
||
this.B_JPEG = new System.Windows.Forms.Button();
|
||
this.L_GameSync = new System.Windows.Forms.Label();
|
||
this.TB_GameSync = new System.Windows.Forms.TextBox();
|
||
this.B_SaveBoxBin = new System.Windows.Forms.Button();
|
||
this.B_VerifyCHK = new System.Windows.Forms.Button();
|
||
this.GB_SAVtools = new System.Windows.Forms.GroupBox();
|
||
this.FLP_SAVtools = new System.Windows.Forms.FlowLayoutPanel();
|
||
this.B_OpenTrainerInfo = new System.Windows.Forms.Button();
|
||
this.B_OpenItemPouch = new System.Windows.Forms.Button();
|
||
this.B_OpenBoxLayout = new System.Windows.Forms.Button();
|
||
this.B_OpenWondercards = new System.Windows.Forms.Button();
|
||
this.B_OpenOPowers = new System.Windows.Forms.Button();
|
||
this.B_OpenEventFlags = new System.Windows.Forms.Button();
|
||
this.B_OpenPokedex = new System.Windows.Forms.Button();
|
||
this.B_OpenLinkInfo = new System.Windows.Forms.Button();
|
||
this.B_OpenBerryField = new System.Windows.Forms.Button();
|
||
this.B_OpenPokeblocks = new System.Windows.Forms.Button();
|
||
this.B_OpenSecretBase = new System.Windows.Forms.Button();
|
||
this.B_OpenPokepuffs = new System.Windows.Forms.Button();
|
||
this.B_OpenSuperTraining = new System.Windows.Forms.Button();
|
||
this.B_OpenHallofFame = new System.Windows.Forms.Button();
|
||
this.B_OUTPasserby = new System.Windows.Forms.Button();
|
||
this.B_CGearSkin = new System.Windows.Forms.Button();
|
||
this.B_OpenPokeBeans = new System.Windows.Forms.Button();
|
||
this.B_CellsStickers = new System.Windows.Forms.Button();
|
||
this.B_OpenMiscEditor = new System.Windows.Forms.Button();
|
||
this.B_OpenHoneyTreeEditor = new System.Windows.Forms.Button();
|
||
this.B_OpenFriendSafari = new System.Windows.Forms.Button();
|
||
this.B_OpenRTCEditor = new System.Windows.Forms.Button();
|
||
this.B_OpenUGSEditor = new System.Windows.Forms.Button();
|
||
this.B_Roamer = new System.Windows.Forms.Button();
|
||
this.B_FestivalPlaza = new System.Windows.Forms.Button();
|
||
this.tabBoxMulti.SuspendLayout();
|
||
this.Tab_Box.SuspendLayout();
|
||
this.Tab_PartyBattle.SuspendLayout();
|
||
this.PAN_BattleBox.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Locked)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx6)).BeginInit();
|
||
this.PAN_Party.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx3)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx4)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx5)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx6)).BeginInit();
|
||
this.Tab_Other.SuspendLayout();
|
||
this.GB_Daycare.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx1)).BeginInit();
|
||
this.GB_GTS.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gtspkx)).BeginInit();
|
||
this.GB_Fused.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.fusedpkx)).BeginInit();
|
||
this.GB_SUBE.SuspendLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx1)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx2)).BeginInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx3)).BeginInit();
|
||
this.Tab_SAV.SuspendLayout();
|
||
this.GB_SAVtools.SuspendLayout();
|
||
this.FLP_SAVtools.SuspendLayout();
|
||
this.SuspendLayout();
|
||
//
|
||
// tabBoxMulti
|
||
//
|
||
this.tabBoxMulti.AllowDrop = true;
|
||
this.tabBoxMulti.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.tabBoxMulti.Controls.Add(this.Tab_Box);
|
||
this.tabBoxMulti.Controls.Add(this.Tab_PartyBattle);
|
||
this.tabBoxMulti.Controls.Add(this.Tab_Other);
|
||
this.tabBoxMulti.Controls.Add(this.Tab_SAV);
|
||
this.tabBoxMulti.Location = new System.Drawing.Point(0, 0);
|
||
this.tabBoxMulti.Name = "tabBoxMulti";
|
||
this.tabBoxMulti.SelectedIndex = 0;
|
||
this.tabBoxMulti.Size = new System.Drawing.Size(310, 225);
|
||
this.tabBoxMulti.TabIndex = 101;
|
||
this.tabBoxMulti.Click += new System.EventHandler(this.ClickBoxSort);
|
||
this.tabBoxMulti.DragOver += new System.Windows.Forms.DragEventHandler(this.MultiDragOver);
|
||
this.tabBoxMulti.MouseDoubleClick += new System.Windows.Forms.MouseEventHandler(this.ClickBoxDouble);
|
||
//
|
||
// Tab_Box
|
||
//
|
||
this.Tab_Box.Controls.Add(this.Box);
|
||
this.Tab_Box.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Box.Name = "Tab_Box";
|
||
this.Tab_Box.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Tab_Box.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_Box.TabIndex = 0;
|
||
this.Tab_Box.Text = "Box";
|
||
this.Tab_Box.UseVisualStyleBackColor = true;
|
||
//
|
||
// Box
|
||
//
|
||
this.Box.AllowDrop = true;
|
||
this.Box.CurrentBox = -1;
|
||
this.Box.FlagIllegal = false;
|
||
this.Box.Location = new System.Drawing.Point(26, 7);
|
||
this.Box.M = null;
|
||
this.Box.Name = "Box";
|
||
this.Box.Size = new System.Drawing.Size(251, 185);
|
||
this.Box.TabIndex = 1;
|
||
//
|
||
// Tab_PartyBattle
|
||
//
|
||
this.Tab_PartyBattle.Controls.Add(this.PAN_BattleBox);
|
||
this.Tab_PartyBattle.Controls.Add(this.L_ReadOnlyPBB);
|
||
this.Tab_PartyBattle.Controls.Add(this.L_BattleBox);
|
||
this.Tab_PartyBattle.Controls.Add(this.L_Party);
|
||
this.Tab_PartyBattle.Controls.Add(this.PAN_Party);
|
||
this.Tab_PartyBattle.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_PartyBattle.Name = "Tab_PartyBattle";
|
||
this.Tab_PartyBattle.Padding = new System.Windows.Forms.Padding(3);
|
||
this.Tab_PartyBattle.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_PartyBattle.TabIndex = 1;
|
||
this.Tab_PartyBattle.Text = "Party-Battle Box";
|
||
this.Tab_PartyBattle.UseVisualStyleBackColor = true;
|
||
//
|
||
// PAN_BattleBox
|
||
//
|
||
this.PAN_BattleBox.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PAN_BattleBox.BackgroundImage")));
|
||
this.PAN_BattleBox.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.PAN_BattleBox.Controls.Add(this.PB_Locked);
|
||
this.PAN_BattleBox.Controls.Add(this.bbpkx1);
|
||
this.PAN_BattleBox.Controls.Add(this.bbpkx2);
|
||
this.PAN_BattleBox.Controls.Add(this.bbpkx3);
|
||
this.PAN_BattleBox.Controls.Add(this.bbpkx4);
|
||
this.PAN_BattleBox.Controls.Add(this.bbpkx5);
|
||
this.PAN_BattleBox.Controls.Add(this.bbpkx6);
|
||
this.PAN_BattleBox.Location = new System.Drawing.Point(168, 28);
|
||
this.PAN_BattleBox.Name = "PAN_BattleBox";
|
||
this.PAN_BattleBox.Size = new System.Drawing.Size(111, 160);
|
||
this.PAN_BattleBox.TabIndex = 17;
|
||
//
|
||
// PB_Locked
|
||
//
|
||
this.PB_Locked.Image = ((System.Drawing.Image)(resources.GetObject("PB_Locked.Image")));
|
||
this.PB_Locked.Location = new System.Drawing.Point(76, 2);
|
||
this.PB_Locked.Name = "PB_Locked";
|
||
this.PB_Locked.Size = new System.Drawing.Size(32, 32);
|
||
this.PB_Locked.TabIndex = 14;
|
||
this.PB_Locked.TabStop = false;
|
||
this.PB_Locked.Visible = false;
|
||
//
|
||
// bbpkx1
|
||
//
|
||
this.bbpkx1.Location = new System.Drawing.Point(11, 14);
|
||
this.bbpkx1.Name = "bbpkx1";
|
||
this.bbpkx1.Size = new System.Drawing.Size(40, 30);
|
||
this.bbpkx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.bbpkx1.TabIndex = 8;
|
||
this.bbpkx1.TabStop = false;
|
||
//
|
||
// bbpkx2
|
||
//
|
||
this.bbpkx2.Location = new System.Drawing.Point(60, 35);
|
||
this.bbpkx2.Name = "bbpkx2";
|
||
this.bbpkx2.Size = new System.Drawing.Size(40, 30);
|
||
this.bbpkx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.bbpkx2.TabIndex = 9;
|
||
this.bbpkx2.TabStop = false;
|
||
//
|
||
// bbpkx3
|
||
//
|
||
this.bbpkx3.Location = new System.Drawing.Point(11, 54);
|
||
this.bbpkx3.Name = "bbpkx3";
|
||
this.bbpkx3.Size = new System.Drawing.Size(40, 30);
|
||
this.bbpkx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.bbpkx3.TabIndex = 10;
|
||
this.bbpkx3.TabStop = false;
|
||
//
|
||
// bbpkx4
|
||
//
|
||
this.bbpkx4.Location = new System.Drawing.Point(60, 75);
|
||
this.bbpkx4.Name = "bbpkx4";
|
||
this.bbpkx4.Size = new System.Drawing.Size(40, 30);
|
||
this.bbpkx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.bbpkx4.TabIndex = 11;
|
||
this.bbpkx4.TabStop = false;
|
||
//
|
||
// bbpkx5
|
||
//
|
||
this.bbpkx5.Location = new System.Drawing.Point(11, 94);
|
||
this.bbpkx5.Name = "bbpkx5";
|
||
this.bbpkx5.Size = new System.Drawing.Size(40, 30);
|
||
this.bbpkx5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.bbpkx5.TabIndex = 12;
|
||
this.bbpkx5.TabStop = false;
|
||
//
|
||
// bbpkx6
|
||
//
|
||
this.bbpkx6.Location = new System.Drawing.Point(60, 115);
|
||
this.bbpkx6.Name = "bbpkx6";
|
||
this.bbpkx6.Size = new System.Drawing.Size(40, 30);
|
||
this.bbpkx6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.bbpkx6.TabIndex = 13;
|
||
this.bbpkx6.TabStop = false;
|
||
//
|
||
// L_ReadOnlyPBB
|
||
//
|
||
this.L_ReadOnlyPBB.ForeColor = System.Drawing.Color.Red;
|
||
this.L_ReadOnlyPBB.Location = new System.Drawing.Point(175, 186);
|
||
this.L_ReadOnlyPBB.Name = "L_ReadOnlyPBB";
|
||
this.L_ReadOnlyPBB.Size = new System.Drawing.Size(100, 13);
|
||
this.L_ReadOnlyPBB.TabIndex = 15;
|
||
this.L_ReadOnlyPBB.Text = "This is read only.";
|
||
this.L_ReadOnlyPBB.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// L_BattleBox
|
||
//
|
||
this.L_BattleBox.AutoSize = true;
|
||
this.L_BattleBox.Location = new System.Drawing.Point(179, 13);
|
||
this.L_BattleBox.Name = "L_BattleBox";
|
||
this.L_BattleBox.Size = new System.Drawing.Size(58, 13);
|
||
this.L_BattleBox.TabIndex = 1;
|
||
this.L_BattleBox.Text = "Battle Box:";
|
||
this.L_BattleBox.Click += new System.EventHandler(this.ClickShowdownExportBattleBox);
|
||
//
|
||
// L_Party
|
||
//
|
||
this.L_Party.AutoSize = true;
|
||
this.L_Party.Location = new System.Drawing.Point(29, 13);
|
||
this.L_Party.Name = "L_Party";
|
||
this.L_Party.Size = new System.Drawing.Size(34, 13);
|
||
this.L_Party.TabIndex = 0;
|
||
this.L_Party.Text = "Party:";
|
||
this.L_Party.Click += new System.EventHandler(this.ClickShowdownExportParty);
|
||
//
|
||
// PAN_Party
|
||
//
|
||
this.PAN_Party.BackgroundImage = ((System.Drawing.Image)(resources.GetObject("PAN_Party.BackgroundImage")));
|
||
this.PAN_Party.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch;
|
||
this.PAN_Party.Controls.Add(this.ppkx1);
|
||
this.PAN_Party.Controls.Add(this.ppkx2);
|
||
this.PAN_Party.Controls.Add(this.ppkx3);
|
||
this.PAN_Party.Controls.Add(this.ppkx4);
|
||
this.PAN_Party.Controls.Add(this.ppkx5);
|
||
this.PAN_Party.Controls.Add(this.ppkx6);
|
||
this.PAN_Party.Location = new System.Drawing.Point(24, 28);
|
||
this.PAN_Party.Name = "PAN_Party";
|
||
this.PAN_Party.Size = new System.Drawing.Size(111, 160);
|
||
this.PAN_Party.TabIndex = 16;
|
||
//
|
||
// ppkx1
|
||
//
|
||
this.ppkx1.Location = new System.Drawing.Point(11, 14);
|
||
this.ppkx1.Name = "ppkx1";
|
||
this.ppkx1.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx1.TabIndex = 2;
|
||
this.ppkx1.TabStop = false;
|
||
//
|
||
// ppkx2
|
||
//
|
||
this.ppkx2.Location = new System.Drawing.Point(60, 35);
|
||
this.ppkx2.Name = "ppkx2";
|
||
this.ppkx2.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx2.TabIndex = 3;
|
||
this.ppkx2.TabStop = false;
|
||
//
|
||
// ppkx3
|
||
//
|
||
this.ppkx3.Location = new System.Drawing.Point(11, 54);
|
||
this.ppkx3.Name = "ppkx3";
|
||
this.ppkx3.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx3.TabIndex = 4;
|
||
this.ppkx3.TabStop = false;
|
||
//
|
||
// ppkx4
|
||
//
|
||
this.ppkx4.Location = new System.Drawing.Point(60, 75);
|
||
this.ppkx4.Name = "ppkx4";
|
||
this.ppkx4.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx4.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx4.TabIndex = 5;
|
||
this.ppkx4.TabStop = false;
|
||
//
|
||
// ppkx5
|
||
//
|
||
this.ppkx5.Location = new System.Drawing.Point(11, 94);
|
||
this.ppkx5.Name = "ppkx5";
|
||
this.ppkx5.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx5.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx5.TabIndex = 6;
|
||
this.ppkx5.TabStop = false;
|
||
//
|
||
// ppkx6
|
||
//
|
||
this.ppkx6.Location = new System.Drawing.Point(60, 115);
|
||
this.ppkx6.Name = "ppkx6";
|
||
this.ppkx6.Size = new System.Drawing.Size(40, 30);
|
||
this.ppkx6.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.ppkx6.TabIndex = 7;
|
||
this.ppkx6.TabStop = false;
|
||
//
|
||
// Tab_Other
|
||
//
|
||
this.Tab_Other.Controls.Add(this.GB_Daycare);
|
||
this.Tab_Other.Controls.Add(this.GB_GTS);
|
||
this.Tab_Other.Controls.Add(this.GB_Fused);
|
||
this.Tab_Other.Controls.Add(this.L_ReadOnlyOther);
|
||
this.Tab_Other.Controls.Add(this.GB_SUBE);
|
||
this.Tab_Other.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_Other.Name = "Tab_Other";
|
||
this.Tab_Other.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_Other.TabIndex = 2;
|
||
this.Tab_Other.Text = "Other";
|
||
this.Tab_Other.UseVisualStyleBackColor = true;
|
||
//
|
||
// GB_Daycare
|
||
//
|
||
this.GB_Daycare.Controls.Add(this.L_XP2);
|
||
this.GB_Daycare.Controls.Add(this.L_XP1);
|
||
this.GB_Daycare.Controls.Add(this.TB_Daycare2XP);
|
||
this.GB_Daycare.Controls.Add(this.TB_Daycare1XP);
|
||
this.GB_Daycare.Controls.Add(this.L_DC2);
|
||
this.GB_Daycare.Controls.Add(this.L_DC1);
|
||
this.GB_Daycare.Controls.Add(this.L_DaycareSeed);
|
||
this.GB_Daycare.Controls.Add(this.TB_RNGSeed);
|
||
this.GB_Daycare.Controls.Add(this.dcpkx2);
|
||
this.GB_Daycare.Controls.Add(this.dcpkx1);
|
||
this.GB_Daycare.Controls.Add(this.DayCare_HasEgg);
|
||
this.GB_Daycare.Location = new System.Drawing.Point(16, 4);
|
||
this.GB_Daycare.Name = "GB_Daycare";
|
||
this.GB_Daycare.Size = new System.Drawing.Size(205, 170);
|
||
this.GB_Daycare.TabIndex = 28;
|
||
this.GB_Daycare.TabStop = false;
|
||
this.GB_Daycare.Text = "Daycare";
|
||
//
|
||
// L_XP2
|
||
//
|
||
this.L_XP2.AutoSize = true;
|
||
this.L_XP2.Location = new System.Drawing.Point(74, 88);
|
||
this.L_XP2.Name = "L_XP2";
|
||
this.L_XP2.Size = new System.Drawing.Size(30, 13);
|
||
this.L_XP2.TabIndex = 17;
|
||
this.L_XP2.Text = "+XP:";
|
||
//
|
||
// L_XP1
|
||
//
|
||
this.L_XP1.AutoSize = true;
|
||
this.L_XP1.Location = new System.Drawing.Point(74, 35);
|
||
this.L_XP1.Name = "L_XP1";
|
||
this.L_XP1.Size = new System.Drawing.Size(30, 13);
|
||
this.L_XP1.TabIndex = 16;
|
||
this.L_XP1.Text = "+XP:";
|
||
//
|
||
// TB_Daycare2XP
|
||
//
|
||
this.TB_Daycare2XP.Location = new System.Drawing.Point(108, 85);
|
||
this.TB_Daycare2XP.Name = "TB_Daycare2XP";
|
||
this.TB_Daycare2XP.ReadOnly = true;
|
||
this.TB_Daycare2XP.Size = new System.Drawing.Size(73, 20);
|
||
this.TB_Daycare2XP.TabIndex = 15;
|
||
//
|
||
// TB_Daycare1XP
|
||
//
|
||
this.TB_Daycare1XP.Location = new System.Drawing.Point(108, 32);
|
||
this.TB_Daycare1XP.Name = "TB_Daycare1XP";
|
||
this.TB_Daycare1XP.ReadOnly = true;
|
||
this.TB_Daycare1XP.Size = new System.Drawing.Size(73, 20);
|
||
this.TB_Daycare1XP.TabIndex = 14;
|
||
//
|
||
// L_DC2
|
||
//
|
||
this.L_DC2.AutoSize = true;
|
||
this.L_DC2.Location = new System.Drawing.Point(74, 71);
|
||
this.L_DC2.Name = "L_DC2";
|
||
this.L_DC2.Size = new System.Drawing.Size(19, 13);
|
||
this.L_DC2.TabIndex = 13;
|
||
this.L_DC2.Text = "2: ";
|
||
//
|
||
// L_DC1
|
||
//
|
||
this.L_DC1.AutoSize = true;
|
||
this.L_DC1.Location = new System.Drawing.Point(74, 18);
|
||
this.L_DC1.Name = "L_DC1";
|
||
this.L_DC1.Size = new System.Drawing.Size(19, 13);
|
||
this.L_DC1.TabIndex = 12;
|
||
this.L_DC1.Text = "1: ";
|
||
//
|
||
// L_DaycareSeed
|
||
//
|
||
this.L_DaycareSeed.AutoSize = true;
|
||
this.L_DaycareSeed.Location = new System.Drawing.Point(23, 143);
|
||
this.L_DaycareSeed.Name = "L_DaycareSeed";
|
||
this.L_DaycareSeed.Size = new System.Drawing.Size(35, 13);
|
||
this.L_DaycareSeed.TabIndex = 9;
|
||
this.L_DaycareSeed.Text = "Seed:";
|
||
//
|
||
// TB_RNGSeed
|
||
//
|
||
this.TB_RNGSeed.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.TB_RNGSeed.Location = new System.Drawing.Point(61, 140);
|
||
this.TB_RNGSeed.MaxLength = 16;
|
||
this.TB_RNGSeed.Name = "TB_RNGSeed";
|
||
this.TB_RNGSeed.Size = new System.Drawing.Size(120, 20);
|
||
this.TB_RNGSeed.TabIndex = 8;
|
||
this.TB_RNGSeed.Text = "0123456789ABCDEF";
|
||
this.TB_RNGSeed.Validated += new System.EventHandler(this.UpdateStringSeed);
|
||
//
|
||
// dcpkx2
|
||
//
|
||
this.dcpkx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.dcpkx2.Location = new System.Drawing.Point(26, 71);
|
||
this.dcpkx2.Name = "dcpkx2";
|
||
this.dcpkx2.Size = new System.Drawing.Size(42, 32);
|
||
this.dcpkx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.dcpkx2.TabIndex = 11;
|
||
this.dcpkx2.TabStop = false;
|
||
//
|
||
// dcpkx1
|
||
//
|
||
this.dcpkx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.dcpkx1.Location = new System.Drawing.Point(26, 18);
|
||
this.dcpkx1.Name = "dcpkx1";
|
||
this.dcpkx1.Size = new System.Drawing.Size(42, 32);
|
||
this.dcpkx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.dcpkx1.TabIndex = 10;
|
||
this.dcpkx1.TabStop = false;
|
||
//
|
||
// DayCare_HasEgg
|
||
//
|
||
this.DayCare_HasEgg.AutoSize = true;
|
||
this.DayCare_HasEgg.Enabled = false;
|
||
this.DayCare_HasEgg.Location = new System.Drawing.Point(61, 123);
|
||
this.DayCare_HasEgg.Name = "DayCare_HasEgg";
|
||
this.DayCare_HasEgg.Size = new System.Drawing.Size(91, 17);
|
||
this.DayCare_HasEgg.TabIndex = 7;
|
||
this.DayCare_HasEgg.Text = "Egg Available";
|
||
this.DayCare_HasEgg.UseVisualStyleBackColor = true;
|
||
//
|
||
// GB_GTS
|
||
//
|
||
this.GB_GTS.Controls.Add(this.gtspkx);
|
||
this.GB_GTS.Location = new System.Drawing.Point(227, 4);
|
||
this.GB_GTS.Name = "GB_GTS";
|
||
this.GB_GTS.Size = new System.Drawing.Size(60, 60);
|
||
this.GB_GTS.TabIndex = 26;
|
||
this.GB_GTS.TabStop = false;
|
||
this.GB_GTS.Text = "GTS";
|
||
//
|
||
// gtspkx
|
||
//
|
||
this.gtspkx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.gtspkx.Location = new System.Drawing.Point(9, 18);
|
||
this.gtspkx.Name = "gtspkx";
|
||
this.gtspkx.Size = new System.Drawing.Size(42, 32);
|
||
this.gtspkx.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.gtspkx.TabIndex = 23;
|
||
this.gtspkx.TabStop = false;
|
||
//
|
||
// GB_Fused
|
||
//
|
||
this.GB_Fused.Controls.Add(this.fusedpkx);
|
||
this.GB_Fused.Location = new System.Drawing.Point(227, 70);
|
||
this.GB_Fused.Name = "GB_Fused";
|
||
this.GB_Fused.Size = new System.Drawing.Size(60, 60);
|
||
this.GB_Fused.TabIndex = 25;
|
||
this.GB_Fused.TabStop = false;
|
||
this.GB_Fused.Text = "Fused";
|
||
//
|
||
// fusedpkx
|
||
//
|
||
this.fusedpkx.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.fusedpkx.Location = new System.Drawing.Point(9, 18);
|
||
this.fusedpkx.Name = "fusedpkx";
|
||
this.fusedpkx.Size = new System.Drawing.Size(42, 32);
|
||
this.fusedpkx.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.fusedpkx.TabIndex = 24;
|
||
this.fusedpkx.TabStop = false;
|
||
//
|
||
// L_ReadOnlyOther
|
||
//
|
||
this.L_ReadOnlyOther.ForeColor = System.Drawing.Color.Red;
|
||
this.L_ReadOnlyOther.Location = new System.Drawing.Point(32, 179);
|
||
this.L_ReadOnlyOther.Name = "L_ReadOnlyOther";
|
||
this.L_ReadOnlyOther.Size = new System.Drawing.Size(170, 13);
|
||
this.L_ReadOnlyOther.TabIndex = 29;
|
||
this.L_ReadOnlyOther.Text = "This tab is read only.";
|
||
this.L_ReadOnlyOther.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
||
//
|
||
// GB_SUBE
|
||
//
|
||
this.GB_SUBE.Controls.Add(this.subepkx1);
|
||
this.GB_SUBE.Controls.Add(this.subepkx2);
|
||
this.GB_SUBE.Controls.Add(this.subepkx3);
|
||
this.GB_SUBE.Location = new System.Drawing.Point(227, 136);
|
||
this.GB_SUBE.Name = "GB_SUBE";
|
||
this.GB_SUBE.Size = new System.Drawing.Size(60, 60);
|
||
this.GB_SUBE.TabIndex = 27;
|
||
this.GB_SUBE.TabStop = false;
|
||
this.GB_SUBE.Text = "OldMan";
|
||
//
|
||
// subepkx1
|
||
//
|
||
this.subepkx1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.subepkx1.Location = new System.Drawing.Point(9, 18);
|
||
this.subepkx1.Name = "subepkx1";
|
||
this.subepkx1.Size = new System.Drawing.Size(42, 32);
|
||
this.subepkx1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.subepkx1.TabIndex = 18;
|
||
this.subepkx1.TabStop = false;
|
||
//
|
||
// subepkx2
|
||
//
|
||
this.subepkx2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.subepkx2.Location = new System.Drawing.Point(62, 19);
|
||
this.subepkx2.Name = "subepkx2";
|
||
this.subepkx2.Size = new System.Drawing.Size(42, 34);
|
||
this.subepkx2.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.subepkx2.TabIndex = 19;
|
||
this.subepkx2.TabStop = false;
|
||
//
|
||
// subepkx3
|
||
//
|
||
this.subepkx3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
||
this.subepkx3.Location = new System.Drawing.Point(109, 19);
|
||
this.subepkx3.Name = "subepkx3";
|
||
this.subepkx3.Size = new System.Drawing.Size(42, 34);
|
||
this.subepkx3.SizeMode = System.Windows.Forms.PictureBoxSizeMode.AutoSize;
|
||
this.subepkx3.TabIndex = 20;
|
||
this.subepkx3.TabStop = false;
|
||
//
|
||
// Tab_SAV
|
||
//
|
||
this.Tab_SAV.Controls.Add(this.CB_SaveSlot);
|
||
this.Tab_SAV.Controls.Add(this.L_SaveSlot);
|
||
this.Tab_SAV.Controls.Add(this.L_Secure2);
|
||
this.Tab_SAV.Controls.Add(this.TB_Secure2);
|
||
this.Tab_SAV.Controls.Add(this.L_Secure1);
|
||
this.Tab_SAV.Controls.Add(this.TB_Secure1);
|
||
this.Tab_SAV.Controls.Add(this.B_JPEG);
|
||
this.Tab_SAV.Controls.Add(this.L_GameSync);
|
||
this.Tab_SAV.Controls.Add(this.TB_GameSync);
|
||
this.Tab_SAV.Controls.Add(this.B_SaveBoxBin);
|
||
this.Tab_SAV.Controls.Add(this.B_VerifyCHK);
|
||
this.Tab_SAV.Location = new System.Drawing.Point(4, 22);
|
||
this.Tab_SAV.Name = "Tab_SAV";
|
||
this.Tab_SAV.Size = new System.Drawing.Size(302, 199);
|
||
this.Tab_SAV.TabIndex = 3;
|
||
this.Tab_SAV.Text = "SAV";
|
||
this.Tab_SAV.UseVisualStyleBackColor = true;
|
||
//
|
||
// CB_SaveSlot
|
||
//
|
||
this.CB_SaveSlot.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
||
this.CB_SaveSlot.FormattingEnabled = true;
|
||
this.CB_SaveSlot.Location = new System.Drawing.Point(150, 148);
|
||
this.CB_SaveSlot.Name = "CB_SaveSlot";
|
||
this.CB_SaveSlot.Size = new System.Drawing.Size(121, 21);
|
||
this.CB_SaveSlot.TabIndex = 20;
|
||
this.CB_SaveSlot.Validated += new System.EventHandler(this.UpdateSaveSlot);
|
||
//
|
||
// L_SaveSlot
|
||
//
|
||
this.L_SaveSlot.AutoSize = true;
|
||
this.L_SaveSlot.Location = new System.Drawing.Point(92, 151);
|
||
this.L_SaveSlot.Name = "L_SaveSlot";
|
||
this.L_SaveSlot.Size = new System.Drawing.Size(56, 13);
|
||
this.L_SaveSlot.TabIndex = 19;
|
||
this.L_SaveSlot.Text = "Save Slot:";
|
||
//
|
||
// L_Secure2
|
||
//
|
||
this.L_Secure2.Location = new System.Drawing.Point(33, 113);
|
||
this.L_Secure2.Name = "L_Secure2";
|
||
this.L_Secure2.Size = new System.Drawing.Size(115, 20);
|
||
this.L_Secure2.TabIndex = 18;
|
||
this.L_Secure2.Text = "Secure Value 2:";
|
||
this.L_Secure2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// TB_Secure2
|
||
//
|
||
this.TB_Secure2.Enabled = false;
|
||
this.TB_Secure2.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.TB_Secure2.Location = new System.Drawing.Point(151, 113);
|
||
this.TB_Secure2.MaxLength = 16;
|
||
this.TB_Secure2.Name = "TB_Secure2";
|
||
this.TB_Secure2.Size = new System.Drawing.Size(120, 20);
|
||
this.TB_Secure2.TabIndex = 17;
|
||
this.TB_Secure2.Text = "0000000000000000";
|
||
this.TB_Secure2.Validated += new System.EventHandler(this.UpdateStringSeed);
|
||
//
|
||
// L_Secure1
|
||
//
|
||
this.L_Secure1.Location = new System.Drawing.Point(33, 91);
|
||
this.L_Secure1.Name = "L_Secure1";
|
||
this.L_Secure1.Size = new System.Drawing.Size(115, 20);
|
||
this.L_Secure1.TabIndex = 16;
|
||
this.L_Secure1.Text = "Secure Value 1:";
|
||
this.L_Secure1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// TB_Secure1
|
||
//
|
||
this.TB_Secure1.Enabled = false;
|
||
this.TB_Secure1.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.TB_Secure1.Location = new System.Drawing.Point(151, 91);
|
||
this.TB_Secure1.MaxLength = 16;
|
||
this.TB_Secure1.Name = "TB_Secure1";
|
||
this.TB_Secure1.Size = new System.Drawing.Size(120, 20);
|
||
this.TB_Secure1.TabIndex = 15;
|
||
this.TB_Secure1.Text = "0000000000000000";
|
||
this.TB_Secure1.Validated += new System.EventHandler(this.UpdateStringSeed);
|
||
//
|
||
// B_JPEG
|
||
//
|
||
this.B_JPEG.Location = new System.Drawing.Point(198, 20);
|
||
this.B_JPEG.Name = "B_JPEG";
|
||
this.B_JPEG.Size = new System.Drawing.Size(75, 45);
|
||
this.B_JPEG.TabIndex = 12;
|
||
this.B_JPEG.Text = "Save PGL .JPEG";
|
||
this.B_JPEG.UseVisualStyleBackColor = true;
|
||
this.B_JPEG.Click += new System.EventHandler(this.B_JPEG_Click);
|
||
//
|
||
// L_GameSync
|
||
//
|
||
this.L_GameSync.Location = new System.Drawing.Point(33, 69);
|
||
this.L_GameSync.Name = "L_GameSync";
|
||
this.L_GameSync.Size = new System.Drawing.Size(115, 20);
|
||
this.L_GameSync.TabIndex = 11;
|
||
this.L_GameSync.Text = "Game Sync ID:";
|
||
this.L_GameSync.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
||
//
|
||
// TB_GameSync
|
||
//
|
||
this.TB_GameSync.Enabled = false;
|
||
this.TB_GameSync.Font = new System.Drawing.Font("Courier New", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.TB_GameSync.Location = new System.Drawing.Point(151, 69);
|
||
this.TB_GameSync.MaxLength = 16;
|
||
this.TB_GameSync.Name = "TB_GameSync";
|
||
this.TB_GameSync.Size = new System.Drawing.Size(120, 20);
|
||
this.TB_GameSync.TabIndex = 10;
|
||
this.TB_GameSync.Text = "0000000000000000";
|
||
this.TB_GameSync.Validated += new System.EventHandler(this.UpdateStringSeed);
|
||
//
|
||
// B_SaveBoxBin
|
||
//
|
||
this.B_SaveBoxBin.Location = new System.Drawing.Point(116, 20);
|
||
this.B_SaveBoxBin.Name = "B_SaveBoxBin";
|
||
this.B_SaveBoxBin.Size = new System.Drawing.Size(75, 45);
|
||
this.B_SaveBoxBin.TabIndex = 8;
|
||
this.B_SaveBoxBin.Text = "Save Box Data++";
|
||
this.B_SaveBoxBin.UseVisualStyleBackColor = true;
|
||
this.B_SaveBoxBin.Click += new System.EventHandler(this.B_SaveBoxBin_Click);
|
||
//
|
||
// B_VerifyCHK
|
||
//
|
||
this.B_VerifyCHK.Enabled = false;
|
||
this.B_VerifyCHK.Location = new System.Drawing.Point(32, 20);
|
||
this.B_VerifyCHK.Name = "B_VerifyCHK";
|
||
this.B_VerifyCHK.Size = new System.Drawing.Size(75, 45);
|
||
this.B_VerifyCHK.TabIndex = 2;
|
||
this.B_VerifyCHK.Text = "Verify Checksums";
|
||
this.B_VerifyCHK.UseVisualStyleBackColor = true;
|
||
this.B_VerifyCHK.Click += new System.EventHandler(this.ClickVerifyCHK);
|
||
//
|
||
// GB_SAVtools
|
||
//
|
||
this.GB_SAVtools.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.GB_SAVtools.Controls.Add(this.FLP_SAVtools);
|
||
this.GB_SAVtools.Location = new System.Drawing.Point(0, 225);
|
||
this.GB_SAVtools.Name = "GB_SAVtools";
|
||
this.GB_SAVtools.Size = new System.Drawing.Size(308, 101);
|
||
this.GB_SAVtools.TabIndex = 102;
|
||
this.GB_SAVtools.TabStop = false;
|
||
//
|
||
// FLP_SAVtools
|
||
//
|
||
this.FLP_SAVtools.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
|
||
| System.Windows.Forms.AnchorStyles.Left)
|
||
| System.Windows.Forms.AnchorStyles.Right)));
|
||
this.FLP_SAVtools.AutoScroll = true;
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenTrainerInfo);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenItemPouch);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenBoxLayout);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenWondercards);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenOPowers);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenEventFlags);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenPokedex);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenLinkInfo);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenBerryField);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenPokeblocks);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenSecretBase);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenPokepuffs);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenSuperTraining);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenHallofFame);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OUTPasserby);
|
||
this.FLP_SAVtools.Controls.Add(this.B_CGearSkin);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenPokeBeans);
|
||
this.FLP_SAVtools.Controls.Add(this.B_CellsStickers);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenMiscEditor);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenHoneyTreeEditor);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenFriendSafari);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenRTCEditor);
|
||
this.FLP_SAVtools.Controls.Add(this.B_OpenUGSEditor);
|
||
this.FLP_SAVtools.Controls.Add(this.B_Roamer);
|
||
this.FLP_SAVtools.Controls.Add(this.B_FestivalPlaza);
|
||
this.FLP_SAVtools.Location = new System.Drawing.Point(6, 10);
|
||
this.FLP_SAVtools.Name = "FLP_SAVtools";
|
||
this.FLP_SAVtools.Size = new System.Drawing.Size(297, 88);
|
||
this.FLP_SAVtools.TabIndex = 101;
|
||
//
|
||
// B_OpenTrainerInfo
|
||
//
|
||
this.B_OpenTrainerInfo.Location = new System.Drawing.Point(3, 3);
|
||
this.B_OpenTrainerInfo.Name = "B_OpenTrainerInfo";
|
||
this.B_OpenTrainerInfo.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenTrainerInfo.TabIndex = 3;
|
||
this.B_OpenTrainerInfo.Text = "Trainer Info";
|
||
this.B_OpenTrainerInfo.UseVisualStyleBackColor = true;
|
||
this.B_OpenTrainerInfo.Click += new System.EventHandler(this.B_OpenTrainerInfo_Click);
|
||
//
|
||
// B_OpenItemPouch
|
||
//
|
||
this.B_OpenItemPouch.Location = new System.Drawing.Point(96, 3);
|
||
this.B_OpenItemPouch.Name = "B_OpenItemPouch";
|
||
this.B_OpenItemPouch.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenItemPouch.TabIndex = 2;
|
||
this.B_OpenItemPouch.Text = "Items";
|
||
this.B_OpenItemPouch.UseVisualStyleBackColor = true;
|
||
this.B_OpenItemPouch.Click += new System.EventHandler(this.B_OpenItemPouch_Click);
|
||
//
|
||
// B_OpenBoxLayout
|
||
//
|
||
this.B_OpenBoxLayout.Location = new System.Drawing.Point(189, 3);
|
||
this.B_OpenBoxLayout.Name = "B_OpenBoxLayout";
|
||
this.B_OpenBoxLayout.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenBoxLayout.TabIndex = 5;
|
||
this.B_OpenBoxLayout.Text = "Box Layout";
|
||
this.B_OpenBoxLayout.UseVisualStyleBackColor = true;
|
||
this.B_OpenBoxLayout.Click += new System.EventHandler(this.B_OpenBoxLayout_Click);
|
||
//
|
||
// B_OpenWondercards
|
||
//
|
||
this.B_OpenWondercards.Location = new System.Drawing.Point(3, 32);
|
||
this.B_OpenWondercards.Name = "B_OpenWondercards";
|
||
this.B_OpenWondercards.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenWondercards.TabIndex = 6;
|
||
this.B_OpenWondercards.Text = "Wondercard";
|
||
this.B_OpenWondercards.UseVisualStyleBackColor = true;
|
||
this.B_OpenWondercards.Click += new System.EventHandler(this.B_OpenWondercards_Click);
|
||
//
|
||
// B_OpenOPowers
|
||
//
|
||
this.B_OpenOPowers.Location = new System.Drawing.Point(96, 32);
|
||
this.B_OpenOPowers.Name = "B_OpenOPowers";
|
||
this.B_OpenOPowers.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenOPowers.TabIndex = 9;
|
||
this.B_OpenOPowers.Text = "O-Powers";
|
||
this.B_OpenOPowers.UseVisualStyleBackColor = true;
|
||
this.B_OpenOPowers.Click += new System.EventHandler(this.B_OpenOPowers_Click);
|
||
//
|
||
// B_OpenEventFlags
|
||
//
|
||
this.B_OpenEventFlags.Location = new System.Drawing.Point(189, 32);
|
||
this.B_OpenEventFlags.Name = "B_OpenEventFlags";
|
||
this.B_OpenEventFlags.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenEventFlags.TabIndex = 10;
|
||
this.B_OpenEventFlags.Text = "Event Flags";
|
||
this.B_OpenEventFlags.UseVisualStyleBackColor = true;
|
||
this.B_OpenEventFlags.Click += new System.EventHandler(this.B_OpenEventFlags_Click);
|
||
//
|
||
// B_OpenPokedex
|
||
//
|
||
this.B_OpenPokedex.Location = new System.Drawing.Point(3, 61);
|
||
this.B_OpenPokedex.Name = "B_OpenPokedex";
|
||
this.B_OpenPokedex.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenPokedex.TabIndex = 11;
|
||
this.B_OpenPokedex.Text = "Pokédex";
|
||
this.B_OpenPokedex.UseVisualStyleBackColor = true;
|
||
this.B_OpenPokedex.Click += new System.EventHandler(this.B_OpenPokedex_Click);
|
||
//
|
||
// B_OpenLinkInfo
|
||
//
|
||
this.B_OpenLinkInfo.Location = new System.Drawing.Point(96, 61);
|
||
this.B_OpenLinkInfo.Name = "B_OpenLinkInfo";
|
||
this.B_OpenLinkInfo.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenLinkInfo.TabIndex = 23;
|
||
this.B_OpenLinkInfo.Text = "Link Data";
|
||
this.B_OpenLinkInfo.UseVisualStyleBackColor = true;
|
||
this.B_OpenLinkInfo.Click += new System.EventHandler(this.B_LinkInfo_Click);
|
||
//
|
||
// B_OpenBerryField
|
||
//
|
||
this.B_OpenBerryField.Location = new System.Drawing.Point(189, 61);
|
||
this.B_OpenBerryField.Name = "B_OpenBerryField";
|
||
this.B_OpenBerryField.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenBerryField.TabIndex = 12;
|
||
this.B_OpenBerryField.Text = "Berry Field";
|
||
this.B_OpenBerryField.UseVisualStyleBackColor = true;
|
||
this.B_OpenBerryField.Click += new System.EventHandler(this.B_OpenBerryField_Click);
|
||
//
|
||
// B_OpenPokeblocks
|
||
//
|
||
this.B_OpenPokeblocks.Location = new System.Drawing.Point(3, 90);
|
||
this.B_OpenPokeblocks.Name = "B_OpenPokeblocks";
|
||
this.B_OpenPokeblocks.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenPokeblocks.TabIndex = 22;
|
||
this.B_OpenPokeblocks.Text = "Pokéblocks";
|
||
this.B_OpenPokeblocks.UseVisualStyleBackColor = true;
|
||
this.B_OpenPokeblocks.Visible = false;
|
||
this.B_OpenPokeblocks.Click += new System.EventHandler(this.B_OpenPokeblocks_Click);
|
||
//
|
||
// B_OpenSecretBase
|
||
//
|
||
this.B_OpenSecretBase.Location = new System.Drawing.Point(96, 90);
|
||
this.B_OpenSecretBase.Name = "B_OpenSecretBase";
|
||
this.B_OpenSecretBase.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenSecretBase.TabIndex = 21;
|
||
this.B_OpenSecretBase.Text = "Secret Base";
|
||
this.B_OpenSecretBase.UseVisualStyleBackColor = true;
|
||
this.B_OpenSecretBase.Visible = false;
|
||
this.B_OpenSecretBase.Click += new System.EventHandler(this.B_OpenSecretBase_Click);
|
||
//
|
||
// B_OpenPokepuffs
|
||
//
|
||
this.B_OpenPokepuffs.Location = new System.Drawing.Point(189, 90);
|
||
this.B_OpenPokepuffs.Name = "B_OpenPokepuffs";
|
||
this.B_OpenPokepuffs.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenPokepuffs.TabIndex = 1;
|
||
this.B_OpenPokepuffs.Text = "Poké Puffs";
|
||
this.B_OpenPokepuffs.UseVisualStyleBackColor = true;
|
||
this.B_OpenPokepuffs.Click += new System.EventHandler(this.B_OpenPokepuffs_Click);
|
||
//
|
||
// B_OpenSuperTraining
|
||
//
|
||
this.B_OpenSuperTraining.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
|
||
this.B_OpenSuperTraining.Location = new System.Drawing.Point(3, 119);
|
||
this.B_OpenSuperTraining.Name = "B_OpenSuperTraining";
|
||
this.B_OpenSuperTraining.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenSuperTraining.TabIndex = 7;
|
||
this.B_OpenSuperTraining.Text = "Super Train";
|
||
this.B_OpenSuperTraining.UseVisualStyleBackColor = true;
|
||
this.B_OpenSuperTraining.Click += new System.EventHandler(this.B_OpenSuperTraining_Click);
|
||
//
|
||
// B_OpenHallofFame
|
||
//
|
||
this.B_OpenHallofFame.Location = new System.Drawing.Point(96, 119);
|
||
this.B_OpenHallofFame.Name = "B_OpenHallofFame";
|
||
this.B_OpenHallofFame.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenHallofFame.TabIndex = 8;
|
||
this.B_OpenHallofFame.Text = "Hall of Fame";
|
||
this.B_OpenHallofFame.UseVisualStyleBackColor = true;
|
||
this.B_OpenHallofFame.Click += new System.EventHandler(this.B_OUTHallofFame_Click);
|
||
//
|
||
// B_OUTPasserby
|
||
//
|
||
this.B_OUTPasserby.Location = new System.Drawing.Point(189, 119);
|
||
this.B_OUTPasserby.Name = "B_OUTPasserby";
|
||
this.B_OUTPasserby.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OUTPasserby.TabIndex = 4;
|
||
this.B_OUTPasserby.Text = "Passerby";
|
||
this.B_OUTPasserby.UseVisualStyleBackColor = true;
|
||
this.B_OUTPasserby.Click += new System.EventHandler(this.B_OUTPasserby_Click);
|
||
//
|
||
// B_CGearSkin
|
||
//
|
||
this.B_CGearSkin.Location = new System.Drawing.Point(3, 148);
|
||
this.B_CGearSkin.Name = "B_CGearSkin";
|
||
this.B_CGearSkin.Size = new System.Drawing.Size(87, 23);
|
||
this.B_CGearSkin.TabIndex = 24;
|
||
this.B_CGearSkin.Text = "C-Gear Skin";
|
||
this.B_CGearSkin.UseVisualStyleBackColor = true;
|
||
this.B_CGearSkin.Click += new System.EventHandler(this.B_CGearSkin_Click);
|
||
//
|
||
// B_OpenPokeBeans
|
||
//
|
||
this.B_OpenPokeBeans.Location = new System.Drawing.Point(96, 148);
|
||
this.B_OpenPokeBeans.Name = "B_OpenPokeBeans";
|
||
this.B_OpenPokeBeans.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenPokeBeans.TabIndex = 25;
|
||
this.B_OpenPokeBeans.Text = "Poké Beans";
|
||
this.B_OpenPokeBeans.UseVisualStyleBackColor = true;
|
||
this.B_OpenPokeBeans.Click += new System.EventHandler(this.B_OpenPokeBeans_Click);
|
||
//
|
||
// B_CellsStickers
|
||
//
|
||
this.B_CellsStickers.Location = new System.Drawing.Point(189, 148);
|
||
this.B_CellsStickers.Name = "B_CellsStickers";
|
||
this.B_CellsStickers.Size = new System.Drawing.Size(87, 23);
|
||
this.B_CellsStickers.TabIndex = 26;
|
||
this.B_CellsStickers.Text = "Cells/Stickers";
|
||
this.B_CellsStickers.UseVisualStyleBackColor = true;
|
||
this.B_CellsStickers.Click += new System.EventHandler(this.B_CellsStickers_Click);
|
||
//
|
||
// B_OpenMiscEditor
|
||
//
|
||
this.B_OpenMiscEditor.Location = new System.Drawing.Point(3, 177);
|
||
this.B_OpenMiscEditor.Name = "B_OpenMiscEditor";
|
||
this.B_OpenMiscEditor.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenMiscEditor.TabIndex = 27;
|
||
this.B_OpenMiscEditor.Text = "Misc Edits";
|
||
this.B_OpenMiscEditor.UseVisualStyleBackColor = true;
|
||
this.B_OpenMiscEditor.Click += new System.EventHandler(this.B_OpenMiscEditor_Click);
|
||
//
|
||
// B_OpenHoneyTreeEditor
|
||
//
|
||
this.B_OpenHoneyTreeEditor.Location = new System.Drawing.Point(96, 177);
|
||
this.B_OpenHoneyTreeEditor.Name = "B_OpenHoneyTreeEditor";
|
||
this.B_OpenHoneyTreeEditor.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenHoneyTreeEditor.TabIndex = 28;
|
||
this.B_OpenHoneyTreeEditor.Text = "Honey Tree";
|
||
this.B_OpenHoneyTreeEditor.UseVisualStyleBackColor = true;
|
||
this.B_OpenHoneyTreeEditor.Click += new System.EventHandler(this.B_OpenHoneyTreeEditor_Click);
|
||
//
|
||
// B_OpenFriendSafari
|
||
//
|
||
this.B_OpenFriendSafari.Location = new System.Drawing.Point(189, 177);
|
||
this.B_OpenFriendSafari.Name = "B_OpenFriendSafari";
|
||
this.B_OpenFriendSafari.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenFriendSafari.TabIndex = 28;
|
||
this.B_OpenFriendSafari.Text = "Friend Safari";
|
||
this.B_OpenFriendSafari.UseVisualStyleBackColor = true;
|
||
this.B_OpenFriendSafari.Click += new System.EventHandler(this.B_OpenFriendSafari_Click);
|
||
//
|
||
// B_OpenRTCEditor
|
||
//
|
||
this.B_OpenRTCEditor.Location = new System.Drawing.Point(3, 206);
|
||
this.B_OpenRTCEditor.Name = "B_OpenRTCEditor";
|
||
this.B_OpenRTCEditor.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenRTCEditor.TabIndex = 29;
|
||
this.B_OpenRTCEditor.Text = "Clock (RTC)";
|
||
this.B_OpenRTCEditor.UseVisualStyleBackColor = true;
|
||
this.B_OpenRTCEditor.Click += new System.EventHandler(this.B_OpenRTCEditor_Click);
|
||
//
|
||
// B_OpenUGSEditor
|
||
//
|
||
this.B_OpenUGSEditor.Location = new System.Drawing.Point(96, 206);
|
||
this.B_OpenUGSEditor.Name = "B_OpenUGSEditor";
|
||
this.B_OpenUGSEditor.Size = new System.Drawing.Size(87, 23);
|
||
this.B_OpenUGSEditor.TabIndex = 2;
|
||
this.B_OpenUGSEditor.Text = "Underground";
|
||
this.B_OpenUGSEditor.UseVisualStyleBackColor = true;
|
||
this.B_OpenUGSEditor.Click += new System.EventHandler(this.B_OpenUGSEditor_Click);
|
||
//
|
||
// B_Roamer
|
||
//
|
||
this.B_Roamer.Location = new System.Drawing.Point(189, 206);
|
||
this.B_Roamer.Name = "B_Roamer";
|
||
this.B_Roamer.Size = new System.Drawing.Size(87, 23);
|
||
this.B_Roamer.TabIndex = 30;
|
||
this.B_Roamer.Text = "Roamer";
|
||
this.B_Roamer.UseVisualStyleBackColor = true;
|
||
this.B_Roamer.Click += new System.EventHandler(this.B_Roamer_Click);
|
||
//
|
||
// B_FestivalPlaza
|
||
//
|
||
this.B_FestivalPlaza.Location = new System.Drawing.Point(3, 235);
|
||
this.B_FestivalPlaza.Name = "B_FestivalPlaza";
|
||
this.B_FestivalPlaza.Size = new System.Drawing.Size(87, 23);
|
||
this.B_FestivalPlaza.TabIndex = 31;
|
||
this.B_FestivalPlaza.Text = "Festival Plaza";
|
||
this.B_FestivalPlaza.UseVisualStyleBackColor = true;
|
||
this.B_FestivalPlaza.Click += new System.EventHandler(this.B_FestivalPlaza_Click);
|
||
//
|
||
// SAVEditor
|
||
//
|
||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
||
this.Controls.Add(this.tabBoxMulti);
|
||
this.Controls.Add(this.GB_SAVtools);
|
||
this.Name = "SAVEditor";
|
||
this.Size = new System.Drawing.Size(310, 326);
|
||
this.tabBoxMulti.ResumeLayout(false);
|
||
this.Tab_Box.ResumeLayout(false);
|
||
this.Tab_PartyBattle.ResumeLayout(false);
|
||
this.Tab_PartyBattle.PerformLayout();
|
||
this.PAN_BattleBox.ResumeLayout(false);
|
||
this.PAN_BattleBox.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.PB_Locked)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.bbpkx6)).EndInit();
|
||
this.PAN_Party.ResumeLayout(false);
|
||
this.PAN_Party.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx3)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx4)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx5)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.ppkx6)).EndInit();
|
||
this.Tab_Other.ResumeLayout(false);
|
||
this.GB_Daycare.ResumeLayout(false);
|
||
this.GB_Daycare.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.dcpkx1)).EndInit();
|
||
this.GB_GTS.ResumeLayout(false);
|
||
this.GB_GTS.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.gtspkx)).EndInit();
|
||
this.GB_Fused.ResumeLayout(false);
|
||
this.GB_Fused.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.fusedpkx)).EndInit();
|
||
this.GB_SUBE.ResumeLayout(false);
|
||
this.GB_SUBE.PerformLayout();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx1)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx2)).EndInit();
|
||
((System.ComponentModel.ISupportInitialize)(this.subepkx3)).EndInit();
|
||
this.Tab_SAV.ResumeLayout(false);
|
||
this.Tab_SAV.PerformLayout();
|
||
this.GB_SAVtools.ResumeLayout(false);
|
||
this.FLP_SAVtools.ResumeLayout(false);
|
||
this.ResumeLayout(false);
|
||
|
||
}
|
||
|
||
#endregion
|
||
|
||
private System.Windows.Forms.TabControl tabBoxMulti;
|
||
private System.Windows.Forms.TabPage Tab_Box;
|
||
private System.Windows.Forms.TabPage Tab_PartyBattle;
|
||
private System.Windows.Forms.Panel PAN_BattleBox;
|
||
private System.Windows.Forms.PictureBox PB_Locked;
|
||
private System.Windows.Forms.PictureBox bbpkx1;
|
||
private System.Windows.Forms.PictureBox bbpkx2;
|
||
private System.Windows.Forms.PictureBox bbpkx3;
|
||
private System.Windows.Forms.PictureBox bbpkx4;
|
||
private System.Windows.Forms.PictureBox bbpkx5;
|
||
private System.Windows.Forms.PictureBox bbpkx6;
|
||
private System.Windows.Forms.Label L_ReadOnlyPBB;
|
||
private System.Windows.Forms.Label L_BattleBox;
|
||
private System.Windows.Forms.Label L_Party;
|
||
private System.Windows.Forms.Panel PAN_Party;
|
||
private System.Windows.Forms.PictureBox ppkx1;
|
||
private System.Windows.Forms.PictureBox ppkx2;
|
||
private System.Windows.Forms.PictureBox ppkx3;
|
||
private System.Windows.Forms.PictureBox ppkx4;
|
||
private System.Windows.Forms.PictureBox ppkx5;
|
||
private System.Windows.Forms.PictureBox ppkx6;
|
||
private System.Windows.Forms.TabPage Tab_Other;
|
||
private System.Windows.Forms.GroupBox GB_Daycare;
|
||
private System.Windows.Forms.Label L_XP2;
|
||
private System.Windows.Forms.Label L_XP1;
|
||
private System.Windows.Forms.TextBox TB_Daycare2XP;
|
||
private System.Windows.Forms.TextBox TB_Daycare1XP;
|
||
private System.Windows.Forms.Label L_DC2;
|
||
private System.Windows.Forms.Label L_DC1;
|
||
private System.Windows.Forms.Label L_DaycareSeed;
|
||
private System.Windows.Forms.TextBox TB_RNGSeed;
|
||
private System.Windows.Forms.PictureBox dcpkx2;
|
||
private System.Windows.Forms.PictureBox dcpkx1;
|
||
private System.Windows.Forms.CheckBox DayCare_HasEgg;
|
||
private System.Windows.Forms.GroupBox GB_GTS;
|
||
private System.Windows.Forms.PictureBox gtspkx;
|
||
private System.Windows.Forms.GroupBox GB_Fused;
|
||
private System.Windows.Forms.PictureBox fusedpkx;
|
||
private System.Windows.Forms.Label L_ReadOnlyOther;
|
||
private System.Windows.Forms.GroupBox GB_SUBE;
|
||
private System.Windows.Forms.PictureBox subepkx1;
|
||
private System.Windows.Forms.PictureBox subepkx2;
|
||
private System.Windows.Forms.PictureBox subepkx3;
|
||
private System.Windows.Forms.TabPage Tab_SAV;
|
||
private System.Windows.Forms.ComboBox CB_SaveSlot;
|
||
private System.Windows.Forms.Label L_SaveSlot;
|
||
private System.Windows.Forms.Label L_Secure2;
|
||
private System.Windows.Forms.TextBox TB_Secure2;
|
||
private System.Windows.Forms.Label L_Secure1;
|
||
private System.Windows.Forms.TextBox TB_Secure1;
|
||
private System.Windows.Forms.Button B_JPEG;
|
||
private System.Windows.Forms.Label L_GameSync;
|
||
private System.Windows.Forms.TextBox TB_GameSync;
|
||
private System.Windows.Forms.Button B_SaveBoxBin;
|
||
private System.Windows.Forms.Button B_VerifyCHK;
|
||
private System.Windows.Forms.GroupBox GB_SAVtools;
|
||
private System.Windows.Forms.FlowLayoutPanel FLP_SAVtools;
|
||
private System.Windows.Forms.Button B_OpenTrainerInfo;
|
||
private System.Windows.Forms.Button B_OpenItemPouch;
|
||
private System.Windows.Forms.Button B_OpenBoxLayout;
|
||
private System.Windows.Forms.Button B_OpenWondercards;
|
||
private System.Windows.Forms.Button B_OpenOPowers;
|
||
private System.Windows.Forms.Button B_OpenEventFlags;
|
||
private System.Windows.Forms.Button B_OpenPokedex;
|
||
private System.Windows.Forms.Button B_OpenLinkInfo;
|
||
private System.Windows.Forms.Button B_OpenBerryField;
|
||
private System.Windows.Forms.Button B_OpenPokeblocks;
|
||
private System.Windows.Forms.Button B_OpenSecretBase;
|
||
private System.Windows.Forms.Button B_OpenPokepuffs;
|
||
private System.Windows.Forms.Button B_OpenSuperTraining;
|
||
private System.Windows.Forms.Button B_OpenHallofFame;
|
||
private System.Windows.Forms.Button B_OUTPasserby;
|
||
private System.Windows.Forms.Button B_CGearSkin;
|
||
private System.Windows.Forms.Button B_OpenPokeBeans;
|
||
private System.Windows.Forms.Button B_CellsStickers;
|
||
private System.Windows.Forms.Button B_OpenMiscEditor;
|
||
private System.Windows.Forms.Button B_OpenHoneyTreeEditor;
|
||
private System.Windows.Forms.Button B_OpenFriendSafari;
|
||
private System.Windows.Forms.Button B_OpenRTCEditor;
|
||
public BoxEditor Box;
|
||
private System.Windows.Forms.Button B_OpenUGSEditor;
|
||
private System.Windows.Forms.Button B_Roamer;
|
||
private System.Windows.Forms.Button B_FestivalPlaza;
|
||
}
|
||
}
|