mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-03 03:57:04 -05:00
Make PID text entry uppercase across the program Standardize RivalTrash => RivalNameTrash, same for Rival => RivalName
1995 lines
97 KiB
C#
1995 lines
97 KiB
C#
using PKHeX.WinForms.Controls;
|
|
|
|
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_Misc3
|
|
{
|
|
/// <summary>
|
|
/// Required designer variable.
|
|
/// </summary>
|
|
private System.ComponentModel.IContainer components = null;
|
|
|
|
/// <summary>
|
|
/// Clean up any resources being used.
|
|
/// </summary>
|
|
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
|
protected override void Dispose(bool disposing)
|
|
{
|
|
if (disposing && (components != null))
|
|
{
|
|
components.Dispose();
|
|
}
|
|
base.Dispose(disposing);
|
|
}
|
|
|
|
#region Windows Form Designer generated code
|
|
|
|
/// <summary>
|
|
/// Required method for Designer support - do not modify
|
|
/// the contents of this method with the code editor.
|
|
/// </summary>
|
|
private void InitializeComponent()
|
|
{
|
|
B_Save = new System.Windows.Forms.Button();
|
|
B_Cancel = new System.Windows.Forms.Button();
|
|
TC_Misc = new System.Windows.Forms.TabControl();
|
|
TAB_Main = new System.Windows.Forms.TabPage();
|
|
L_BPEarned = new System.Windows.Forms.Label();
|
|
NUD_BPEarned = new System.Windows.Forms.NumericUpDown();
|
|
GB_TCM = new System.Windows.Forms.GroupBox();
|
|
CB_TCM6 = new System.Windows.Forms.ComboBox();
|
|
CB_TCM5 = new System.Windows.Forms.ComboBox();
|
|
CB_TCM4 = new System.Windows.Forms.ComboBox();
|
|
CB_TCM3 = new System.Windows.Forms.ComboBox();
|
|
CB_TCM2 = new System.Windows.Forms.ComboBox();
|
|
CB_TCM1 = new System.Windows.Forms.ComboBox();
|
|
NUD_Coins = new System.Windows.Forms.NumericUpDown();
|
|
L_Coins = new System.Windows.Forms.Label();
|
|
TB_RivalName = new System.Windows.Forms.TextBox();
|
|
L_TrainerName = new System.Windows.Forms.Label();
|
|
NUD_BP = new System.Windows.Forms.NumericUpDown();
|
|
L_BP = new System.Windows.Forms.Label();
|
|
TAB_Joyful = new System.Windows.Forms.TabPage();
|
|
TB_BerryPowder = new System.Windows.Forms.MaskedTextBox();
|
|
L_BerryPowder = new System.Windows.Forms.Label();
|
|
TB_J4 = new System.Windows.Forms.MaskedTextBox();
|
|
L_JMaxPlayers = new System.Windows.Forms.Label();
|
|
label5 = new System.Windows.Forms.Label();
|
|
label4 = new System.Windows.Forms.Label();
|
|
TB_B3 = new System.Windows.Forms.MaskedTextBox();
|
|
TB_B2 = new System.Windows.Forms.MaskedTextBox();
|
|
TB_B1 = new System.Windows.Forms.MaskedTextBox();
|
|
L_B5Score = new System.Windows.Forms.Label();
|
|
L_BHigh = new System.Windows.Forms.Label();
|
|
L_BCaught = new System.Windows.Forms.Label();
|
|
TB_J3 = new System.Windows.Forms.MaskedTextBox();
|
|
TB_J2 = new System.Windows.Forms.MaskedTextBox();
|
|
TB_J1 = new System.Windows.Forms.MaskedTextBox();
|
|
L_J5Score = new System.Windows.Forms.Label();
|
|
L_JHigh = new System.Windows.Forms.Label();
|
|
L_JRow = new System.Windows.Forms.Label();
|
|
TAB_Ferry = new System.Windows.Forms.TabPage();
|
|
B_GetTickets = new System.Windows.Forms.Button();
|
|
GB_InitialEvent = new System.Windows.Forms.GroupBox();
|
|
CHK_InitialSouthern = new System.Windows.Forms.CheckBox();
|
|
CHK_InitialNavel = new System.Windows.Forms.CheckBox();
|
|
CHK_InitialBirth = new System.Windows.Forms.CheckBox();
|
|
CHK_InitialFaraway = new System.Windows.Forms.CheckBox();
|
|
GB_Reachable = new System.Windows.Forms.GroupBox();
|
|
CHK_ReachBF = new System.Windows.Forms.CheckBox();
|
|
CHK_ReachFaraway = new System.Windows.Forms.CheckBox();
|
|
CHK_ReachBirth = new System.Windows.Forms.CheckBox();
|
|
CHK_ReachNavel = new System.Windows.Forms.CheckBox();
|
|
CHK_ReachSouthern = new System.Windows.Forms.CheckBox();
|
|
CHK_Catchable = new System.Windows.Forms.CheckBox();
|
|
TAB_BF = new System.Windows.Forms.TabPage();
|
|
GB_Stats = new System.Windows.Forms.GroupBox();
|
|
L_Continue = new System.Windows.Forms.Label();
|
|
CB_Stats1 = new System.Windows.Forms.ComboBox();
|
|
L_Mode = new System.Windows.Forms.Label();
|
|
L_Facility = new System.Windows.Forms.Label();
|
|
NUD_Stat3 = new System.Windows.Forms.NumericUpDown();
|
|
NUD_Stat2 = new System.Windows.Forms.NumericUpDown();
|
|
NUD_Stat1 = new System.Windows.Forms.NumericUpDown();
|
|
NUD_Stat0 = new System.Windows.Forms.NumericUpDown();
|
|
L_Stat3 = new System.Windows.Forms.Label();
|
|
L_Stat2 = new System.Windows.Forms.Label();
|
|
L_Stat1 = new System.Windows.Forms.Label();
|
|
L_Stat0 = new System.Windows.Forms.Label();
|
|
CHK_Continue = new System.Windows.Forms.CheckBox();
|
|
RB_Stats3_02 = new System.Windows.Forms.RadioButton();
|
|
RB_Stats3_01 = new System.Windows.Forms.RadioButton();
|
|
CB_Stats2 = new System.Windows.Forms.ComboBox();
|
|
GB_FrontierPass = new System.Windows.Forms.GroupBox();
|
|
GB_Icons = new System.Windows.Forms.GroupBox();
|
|
BTN_SymbolB = new System.Windows.Forms.Button();
|
|
BTN_SymbolL = new System.Windows.Forms.Button();
|
|
BTN_SymbolK = new System.Windows.Forms.Button();
|
|
BTN_SymbolG = new System.Windows.Forms.Button();
|
|
BTN_SymbolS = new System.Windows.Forms.Button();
|
|
BTN_SymbolT = new System.Windows.Forms.Button();
|
|
BTN_SymbolA = new System.Windows.Forms.Button();
|
|
CHK_ActivatePass = new System.Windows.Forms.CheckBox();
|
|
Tab_Records = new System.Windows.Forms.TabPage();
|
|
NUD_FameH = new System.Windows.Forms.NumericUpDown();
|
|
NUD_FameM = new System.Windows.Forms.NumericUpDown();
|
|
NUD_FameS = new System.Windows.Forms.NumericUpDown();
|
|
NUD_RecordValue = new System.Windows.Forms.NumericUpDown();
|
|
CB_Record = new System.Windows.Forms.ComboBox();
|
|
Tab_Pokeblocks = new System.Windows.Forms.TabPage();
|
|
pokeblock3CaseEditor1 = new Pokeblock3CaseEditor();
|
|
Tab_Decorations = new System.Windows.Forms.TabPage();
|
|
TC_Decorations = new System.Windows.Forms.TabControl();
|
|
TB_Desk = new System.Windows.Forms.TabPage();
|
|
DGV_Desk = new DoubleBufferedDataGridView();
|
|
Item_Desk = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Chair = new System.Windows.Forms.TabPage();
|
|
DGV_Chair = new DoubleBufferedDataGridView();
|
|
Item_Chair = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Plant = new System.Windows.Forms.TabPage();
|
|
DGV_Plant = new DoubleBufferedDataGridView();
|
|
Item_Plant = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Ornament = new System.Windows.Forms.TabPage();
|
|
DGV_Ornament = new DoubleBufferedDataGridView();
|
|
Item_Ornament = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Mat = new System.Windows.Forms.TabPage();
|
|
DGV_Mat = new DoubleBufferedDataGridView();
|
|
Item_Mat = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Poster = new System.Windows.Forms.TabPage();
|
|
DGV_Poster = new DoubleBufferedDataGridView();
|
|
Item_Poster = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Doll = new System.Windows.Forms.TabPage();
|
|
DGV_Doll = new DoubleBufferedDataGridView();
|
|
Item_Doll = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
TB_Cushion = new System.Windows.Forms.TabPage();
|
|
DGV_Cushion = new DoubleBufferedDataGridView();
|
|
Item_Cushion = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
Tab_Paintings = new System.Windows.Forms.TabPage();
|
|
GB_Painting = new System.Windows.Forms.GroupBox();
|
|
L_Species = new System.Windows.Forms.Label();
|
|
L_Caption = new System.Windows.Forms.Label();
|
|
L_PID = new System.Windows.Forms.Label();
|
|
NUD_Caption = new System.Windows.Forms.NumericUpDown();
|
|
L_TID = new System.Windows.Forms.Label();
|
|
L_SID = new System.Windows.Forms.Label();
|
|
CHK_Shiny = new System.Windows.Forms.CheckBox();
|
|
L_Nickname = new System.Windows.Forms.Label();
|
|
CB_Species = new System.Windows.Forms.ComboBox();
|
|
L_OT = new System.Windows.Forms.Label();
|
|
TB_PID = new System.Windows.Forms.TextBox();
|
|
TB_Nickname = new System.Windows.Forms.TextBox();
|
|
TB_TID = new System.Windows.Forms.MaskedTextBox();
|
|
TB_OT = new System.Windows.Forms.TextBox();
|
|
TB_SID = new System.Windows.Forms.MaskedTextBox();
|
|
NUD_Painting = new System.Windows.Forms.NumericUpDown();
|
|
CHK_EnablePaint = new System.Windows.Forms.CheckBox();
|
|
TC_Misc.SuspendLayout();
|
|
TAB_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_BPEarned).BeginInit();
|
|
GB_TCM.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Coins).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_BP).BeginInit();
|
|
TAB_Joyful.SuspendLayout();
|
|
TAB_Ferry.SuspendLayout();
|
|
GB_InitialEvent.SuspendLayout();
|
|
GB_Reachable.SuspendLayout();
|
|
TAB_BF.SuspendLayout();
|
|
GB_Stats.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat3).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat2).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat1).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat0).BeginInit();
|
|
GB_FrontierPass.SuspendLayout();
|
|
GB_Icons.SuspendLayout();
|
|
Tab_Records.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FameH).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FameM).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FameS).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordValue).BeginInit();
|
|
Tab_Pokeblocks.SuspendLayout();
|
|
Tab_Decorations.SuspendLayout();
|
|
TC_Decorations.SuspendLayout();
|
|
TB_Desk.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Desk).BeginInit();
|
|
TB_Chair.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Chair).BeginInit();
|
|
TB_Plant.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Plant).BeginInit();
|
|
TB_Ornament.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Ornament).BeginInit();
|
|
TB_Mat.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Mat).BeginInit();
|
|
TB_Poster.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Poster).BeginInit();
|
|
TB_Doll.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Doll).BeginInit();
|
|
TB_Cushion.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)DGV_Cushion).BeginInit();
|
|
Tab_Paintings.SuspendLayout();
|
|
GB_Painting.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Caption).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Painting).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// B_Save
|
|
//
|
|
B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Save.Location = new System.Drawing.Point(294, 302);
|
|
B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Save.Name = "B_Save";
|
|
B_Save.Size = new System.Drawing.Size(88, 27);
|
|
B_Save.TabIndex = 73;
|
|
B_Save.Text = "Save";
|
|
B_Save.UseVisualStyleBackColor = true;
|
|
B_Save.Click += B_Save_Click;
|
|
//
|
|
// B_Cancel
|
|
//
|
|
B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Cancel.Location = new System.Drawing.Point(200, 302);
|
|
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Cancel.Name = "B_Cancel";
|
|
B_Cancel.Size = new System.Drawing.Size(88, 27);
|
|
B_Cancel.TabIndex = 72;
|
|
B_Cancel.Text = "Cancel";
|
|
B_Cancel.UseVisualStyleBackColor = true;
|
|
B_Cancel.Click += B_Cancel_Click;
|
|
//
|
|
// TC_Misc
|
|
//
|
|
TC_Misc.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
TC_Misc.Controls.Add(TAB_Main);
|
|
TC_Misc.Controls.Add(TAB_Joyful);
|
|
TC_Misc.Controls.Add(TAB_Ferry);
|
|
TC_Misc.Controls.Add(TAB_BF);
|
|
TC_Misc.Controls.Add(Tab_Records);
|
|
TC_Misc.Controls.Add(Tab_Pokeblocks);
|
|
TC_Misc.Controls.Add(Tab_Decorations);
|
|
TC_Misc.Controls.Add(Tab_Paintings);
|
|
TC_Misc.Location = new System.Drawing.Point(14, 14);
|
|
TC_Misc.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TC_Misc.Multiline = true;
|
|
TC_Misc.Name = "TC_Misc";
|
|
TC_Misc.SelectedIndex = 0;
|
|
TC_Misc.Size = new System.Drawing.Size(365, 282);
|
|
TC_Misc.TabIndex = 74;
|
|
//
|
|
// TAB_Main
|
|
//
|
|
TAB_Main.Controls.Add(L_BPEarned);
|
|
TAB_Main.Controls.Add(NUD_BPEarned);
|
|
TAB_Main.Controls.Add(GB_TCM);
|
|
TAB_Main.Controls.Add(NUD_Coins);
|
|
TAB_Main.Controls.Add(L_Coins);
|
|
TAB_Main.Controls.Add(TB_RivalName);
|
|
TAB_Main.Controls.Add(L_TrainerName);
|
|
TAB_Main.Controls.Add(NUD_BP);
|
|
TAB_Main.Controls.Add(L_BP);
|
|
TAB_Main.Location = new System.Drawing.Point(4, 44);
|
|
TAB_Main.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Main.Name = "TAB_Main";
|
|
TAB_Main.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Main.Size = new System.Drawing.Size(357, 234);
|
|
TAB_Main.TabIndex = 0;
|
|
TAB_Main.Text = "Main";
|
|
TAB_Main.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_BPEarned
|
|
//
|
|
L_BPEarned.Location = new System.Drawing.Point(38, 31);
|
|
L_BPEarned.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BPEarned.Name = "L_BPEarned";
|
|
L_BPEarned.Size = new System.Drawing.Size(94, 23);
|
|
L_BPEarned.TabIndex = 38;
|
|
L_BPEarned.Text = "Earned BP:";
|
|
L_BPEarned.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_BPEarned
|
|
//
|
|
NUD_BPEarned.Location = new System.Drawing.Point(140, 31);
|
|
NUD_BPEarned.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_BPEarned.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_BPEarned.Name = "NUD_BPEarned";
|
|
NUD_BPEarned.Size = new System.Drawing.Size(61, 23);
|
|
NUD_BPEarned.TabIndex = 37;
|
|
NUD_BPEarned.Value = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
//
|
|
// GB_TCM
|
|
//
|
|
GB_TCM.Controls.Add(CB_TCM6);
|
|
GB_TCM.Controls.Add(CB_TCM5);
|
|
GB_TCM.Controls.Add(CB_TCM4);
|
|
GB_TCM.Controls.Add(CB_TCM3);
|
|
GB_TCM.Controls.Add(CB_TCM2);
|
|
GB_TCM.Controls.Add(CB_TCM1);
|
|
GB_TCM.Location = new System.Drawing.Point(7, 142);
|
|
GB_TCM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_TCM.Name = "GB_TCM";
|
|
GB_TCM.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_TCM.Size = new System.Drawing.Size(290, 85);
|
|
GB_TCM.TabIndex = 36;
|
|
GB_TCM.TabStop = false;
|
|
GB_TCM.Text = "Trainer Card Pokémon Icons";
|
|
//
|
|
// CB_TCM6
|
|
//
|
|
CB_TCM6.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_TCM6.FormattingEnabled = true;
|
|
CB_TCM6.Location = new System.Drawing.Point(196, 53);
|
|
CB_TCM6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_TCM6.Name = "CB_TCM6";
|
|
CB_TCM6.Size = new System.Drawing.Size(87, 23);
|
|
CB_TCM6.TabIndex = 5;
|
|
//
|
|
// CB_TCM5
|
|
//
|
|
CB_TCM5.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_TCM5.FormattingEnabled = true;
|
|
CB_TCM5.Location = new System.Drawing.Point(102, 53);
|
|
CB_TCM5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_TCM5.Name = "CB_TCM5";
|
|
CB_TCM5.Size = new System.Drawing.Size(87, 23);
|
|
CB_TCM5.TabIndex = 4;
|
|
//
|
|
// CB_TCM4
|
|
//
|
|
CB_TCM4.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_TCM4.FormattingEnabled = true;
|
|
CB_TCM4.Location = new System.Drawing.Point(7, 53);
|
|
CB_TCM4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_TCM4.Name = "CB_TCM4";
|
|
CB_TCM4.Size = new System.Drawing.Size(87, 23);
|
|
CB_TCM4.TabIndex = 3;
|
|
//
|
|
// CB_TCM3
|
|
//
|
|
CB_TCM3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_TCM3.FormattingEnabled = true;
|
|
CB_TCM3.Location = new System.Drawing.Point(196, 21);
|
|
CB_TCM3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_TCM3.Name = "CB_TCM3";
|
|
CB_TCM3.Size = new System.Drawing.Size(87, 23);
|
|
CB_TCM3.TabIndex = 2;
|
|
//
|
|
// CB_TCM2
|
|
//
|
|
CB_TCM2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_TCM2.FormattingEnabled = true;
|
|
CB_TCM2.Location = new System.Drawing.Point(102, 21);
|
|
CB_TCM2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_TCM2.Name = "CB_TCM2";
|
|
CB_TCM2.Size = new System.Drawing.Size(87, 23);
|
|
CB_TCM2.TabIndex = 1;
|
|
//
|
|
// CB_TCM1
|
|
//
|
|
CB_TCM1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_TCM1.FormattingEnabled = true;
|
|
CB_TCM1.Location = new System.Drawing.Point(7, 21);
|
|
CB_TCM1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_TCM1.Name = "CB_TCM1";
|
|
CB_TCM1.Size = new System.Drawing.Size(87, 23);
|
|
CB_TCM1.TabIndex = 0;
|
|
//
|
|
// NUD_Coins
|
|
//
|
|
NUD_Coins.Location = new System.Drawing.Point(140, 77);
|
|
NUD_Coins.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Coins.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Coins.Name = "NUD_Coins";
|
|
NUD_Coins.Size = new System.Drawing.Size(55, 23);
|
|
NUD_Coins.TabIndex = 35;
|
|
NUD_Coins.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
//
|
|
// L_Coins
|
|
//
|
|
L_Coins.Location = new System.Drawing.Point(38, 75);
|
|
L_Coins.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Coins.Name = "L_Coins";
|
|
L_Coins.Size = new System.Drawing.Size(94, 23);
|
|
L_Coins.TabIndex = 34;
|
|
L_Coins.Text = "Coins:";
|
|
L_Coins.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_RivalName
|
|
//
|
|
TB_RivalName.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_RivalName.Location = new System.Drawing.Point(140, 107);
|
|
TB_RivalName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_RivalName.MaxLength = 7;
|
|
TB_RivalName.Name = "TB_RivalName";
|
|
TB_RivalName.Size = new System.Drawing.Size(73, 20);
|
|
TB_RivalName.TabIndex = 31;
|
|
TB_RivalName.Text = "WWWWWWW";
|
|
TB_RivalName.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
|
|
//
|
|
// L_TrainerName
|
|
//
|
|
L_TrainerName.Location = new System.Drawing.Point(33, 110);
|
|
L_TrainerName.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_TrainerName.Name = "L_TrainerName";
|
|
L_TrainerName.Size = new System.Drawing.Size(102, 18);
|
|
L_TrainerName.TabIndex = 32;
|
|
L_TrainerName.Text = "Rival Name:";
|
|
L_TrainerName.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_BP
|
|
//
|
|
NUD_BP.Location = new System.Drawing.Point(140, 7);
|
|
NUD_BP.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_BP.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_BP.Name = "NUD_BP";
|
|
NUD_BP.Size = new System.Drawing.Size(55, 23);
|
|
NUD_BP.TabIndex = 33;
|
|
NUD_BP.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
//
|
|
// L_BP
|
|
//
|
|
L_BP.Location = new System.Drawing.Point(38, 5);
|
|
L_BP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BP.Name = "L_BP";
|
|
L_BP.Size = new System.Drawing.Size(94, 23);
|
|
L_BP.TabIndex = 30;
|
|
L_BP.Text = "Current BP:";
|
|
L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TAB_Joyful
|
|
//
|
|
TAB_Joyful.Controls.Add(TB_BerryPowder);
|
|
TAB_Joyful.Controls.Add(L_BerryPowder);
|
|
TAB_Joyful.Controls.Add(TB_J4);
|
|
TAB_Joyful.Controls.Add(L_JMaxPlayers);
|
|
TAB_Joyful.Controls.Add(label5);
|
|
TAB_Joyful.Controls.Add(label4);
|
|
TAB_Joyful.Controls.Add(TB_B3);
|
|
TAB_Joyful.Controls.Add(TB_B2);
|
|
TAB_Joyful.Controls.Add(TB_B1);
|
|
TAB_Joyful.Controls.Add(L_B5Score);
|
|
TAB_Joyful.Controls.Add(L_BHigh);
|
|
TAB_Joyful.Controls.Add(L_BCaught);
|
|
TAB_Joyful.Controls.Add(TB_J3);
|
|
TAB_Joyful.Controls.Add(TB_J2);
|
|
TAB_Joyful.Controls.Add(TB_J1);
|
|
TAB_Joyful.Controls.Add(L_J5Score);
|
|
TAB_Joyful.Controls.Add(L_JHigh);
|
|
TAB_Joyful.Controls.Add(L_JRow);
|
|
TAB_Joyful.Location = new System.Drawing.Point(4, 44);
|
|
TAB_Joyful.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Joyful.Name = "TAB_Joyful";
|
|
TAB_Joyful.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Joyful.Size = new System.Drawing.Size(357, 234);
|
|
TAB_Joyful.TabIndex = 1;
|
|
TAB_Joyful.Text = "Joyful";
|
|
TAB_Joyful.UseVisualStyleBackColor = true;
|
|
//
|
|
// TB_BerryPowder
|
|
//
|
|
TB_BerryPowder.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_BerryPowder.Location = new System.Drawing.Point(90, 154);
|
|
TB_BerryPowder.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_BerryPowder.Mask = "00000";
|
|
TB_BerryPowder.Name = "TB_BerryPowder";
|
|
TB_BerryPowder.Size = new System.Drawing.Size(40, 20);
|
|
TB_BerryPowder.TabIndex = 17;
|
|
//
|
|
// L_BerryPowder
|
|
//
|
|
L_BerryPowder.AutoSize = true;
|
|
L_BerryPowder.Location = new System.Drawing.Point(10, 157);
|
|
L_BerryPowder.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BerryPowder.Name = "L_BerryPowder";
|
|
L_BerryPowder.Size = new System.Drawing.Size(80, 15);
|
|
L_BerryPowder.TabIndex = 16;
|
|
L_BerryPowder.Text = "Berry Powder:";
|
|
//
|
|
// TB_J4
|
|
//
|
|
TB_J4.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_J4.Location = new System.Drawing.Point(90, 110);
|
|
TB_J4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_J4.Mask = "0000";
|
|
TB_J4.Name = "TB_J4";
|
|
TB_J4.Size = new System.Drawing.Size(40, 20);
|
|
TB_J4.TabIndex = 8;
|
|
//
|
|
// L_JMaxPlayers
|
|
//
|
|
L_JMaxPlayers.AutoSize = true;
|
|
L_JMaxPlayers.Location = new System.Drawing.Point(10, 113);
|
|
L_JMaxPlayers.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_JMaxPlayers.Name = "L_JMaxPlayers";
|
|
L_JMaxPlayers.Size = new System.Drawing.Size(73, 15);
|
|
L_JMaxPlayers.TabIndex = 7;
|
|
L_JMaxPlayers.Text = "Max Players:";
|
|
//
|
|
// label5
|
|
//
|
|
label5.Location = new System.Drawing.Point(138, 3);
|
|
label5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label5.Name = "label5";
|
|
label5.Size = new System.Drawing.Size(117, 27);
|
|
label5.TabIndex = 9;
|
|
label5.Text = "Berry Picking";
|
|
label5.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// label4
|
|
//
|
|
label4.Location = new System.Drawing.Point(14, 3);
|
|
label4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
label4.Name = "label4";
|
|
label4.Size = new System.Drawing.Size(117, 27);
|
|
label4.TabIndex = 0;
|
|
label4.Text = "Pokémon Jump";
|
|
label4.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|
//
|
|
// TB_B3
|
|
//
|
|
TB_B3.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_B3.Location = new System.Drawing.Point(215, 88);
|
|
TB_B3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_B3.Mask = "0000";
|
|
TB_B3.Name = "TB_B3";
|
|
TB_B3.Size = new System.Drawing.Size(40, 20);
|
|
TB_B3.TabIndex = 15;
|
|
//
|
|
// TB_B2
|
|
//
|
|
TB_B2.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_B2.Location = new System.Drawing.Point(215, 66);
|
|
TB_B2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_B2.Mask = "0000";
|
|
TB_B2.Name = "TB_B2";
|
|
TB_B2.Size = new System.Drawing.Size(40, 20);
|
|
TB_B2.TabIndex = 13;
|
|
//
|
|
// TB_B1
|
|
//
|
|
TB_B1.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_B1.Location = new System.Drawing.Point(215, 44);
|
|
TB_B1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_B1.Mask = "0000";
|
|
TB_B1.Name = "TB_B1";
|
|
TB_B1.Size = new System.Drawing.Size(40, 20);
|
|
TB_B1.TabIndex = 11;
|
|
//
|
|
// L_B5Score
|
|
//
|
|
L_B5Score.AutoSize = true;
|
|
L_B5Score.Location = new System.Drawing.Point(138, 91);
|
|
L_B5Score.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_B5Score.Name = "L_B5Score";
|
|
L_B5Score.Size = new System.Drawing.Size(64, 15);
|
|
L_B5Score.TabIndex = 14;
|
|
L_B5Score.Text = "5 In a Row:";
|
|
//
|
|
// L_BHigh
|
|
//
|
|
L_BHigh.AutoSize = true;
|
|
L_BHigh.Location = new System.Drawing.Point(138, 69);
|
|
L_BHigh.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BHigh.Name = "L_BHigh";
|
|
L_BHigh.Size = new System.Drawing.Size(68, 15);
|
|
L_BHigh.TabIndex = 12;
|
|
L_BHigh.Text = "High Score:";
|
|
//
|
|
// L_BCaught
|
|
//
|
|
L_BCaught.AutoSize = true;
|
|
L_BCaught.Location = new System.Drawing.Point(138, 47);
|
|
L_BCaught.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BCaught.Name = "L_BCaught";
|
|
L_BCaught.Size = new System.Drawing.Size(49, 15);
|
|
L_BCaught.TabIndex = 10;
|
|
L_BCaught.Text = "Caught:";
|
|
//
|
|
// TB_J3
|
|
//
|
|
TB_J3.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_J3.Location = new System.Drawing.Point(90, 88);
|
|
TB_J3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_J3.Mask = "0000";
|
|
TB_J3.Name = "TB_J3";
|
|
TB_J3.Size = new System.Drawing.Size(40, 20);
|
|
TB_J3.TabIndex = 6;
|
|
//
|
|
// TB_J2
|
|
//
|
|
TB_J2.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_J2.Location = new System.Drawing.Point(90, 66);
|
|
TB_J2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_J2.Mask = "0000";
|
|
TB_J2.Name = "TB_J2";
|
|
TB_J2.Size = new System.Drawing.Size(40, 20);
|
|
TB_J2.TabIndex = 4;
|
|
//
|
|
// TB_J1
|
|
//
|
|
TB_J1.Font = new System.Drawing.Font("Courier New", 8.25F);
|
|
TB_J1.Location = new System.Drawing.Point(90, 44);
|
|
TB_J1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_J1.Mask = "0000";
|
|
TB_J1.Name = "TB_J1";
|
|
TB_J1.Size = new System.Drawing.Size(40, 20);
|
|
TB_J1.TabIndex = 2;
|
|
//
|
|
// L_J5Score
|
|
//
|
|
L_J5Score.AutoSize = true;
|
|
L_J5Score.Location = new System.Drawing.Point(10, 91);
|
|
L_J5Score.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_J5Score.Name = "L_J5Score";
|
|
L_J5Score.Size = new System.Drawing.Size(64, 15);
|
|
L_J5Score.TabIndex = 5;
|
|
L_J5Score.Text = "5 In a Row:";
|
|
//
|
|
// L_JHigh
|
|
//
|
|
L_JHigh.AutoSize = true;
|
|
L_JHigh.Location = new System.Drawing.Point(10, 69);
|
|
L_JHigh.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_JHigh.Name = "L_JHigh";
|
|
L_JHigh.Size = new System.Drawing.Size(68, 15);
|
|
L_JHigh.TabIndex = 3;
|
|
L_JHigh.Text = "High Score:";
|
|
//
|
|
// L_JRow
|
|
//
|
|
L_JRow.AutoSize = true;
|
|
L_JRow.Location = new System.Drawing.Point(10, 47);
|
|
L_JRow.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_JRow.Name = "L_JRow";
|
|
L_JRow.Size = new System.Drawing.Size(55, 15);
|
|
L_JRow.TabIndex = 1;
|
|
L_JRow.Text = "In a Row:";
|
|
//
|
|
// TAB_Ferry
|
|
//
|
|
TAB_Ferry.Controls.Add(B_GetTickets);
|
|
TAB_Ferry.Controls.Add(GB_InitialEvent);
|
|
TAB_Ferry.Controls.Add(GB_Reachable);
|
|
TAB_Ferry.Controls.Add(CHK_Catchable);
|
|
TAB_Ferry.Location = new System.Drawing.Point(4, 44);
|
|
TAB_Ferry.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Ferry.Name = "TAB_Ferry";
|
|
TAB_Ferry.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Ferry.Size = new System.Drawing.Size(357, 234);
|
|
TAB_Ferry.TabIndex = 2;
|
|
TAB_Ferry.Text = "Ferry";
|
|
TAB_Ferry.UseVisualStyleBackColor = true;
|
|
//
|
|
// B_GetTickets
|
|
//
|
|
B_GetTickets.Location = new System.Drawing.Point(149, 163);
|
|
B_GetTickets.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_GetTickets.Name = "B_GetTickets";
|
|
B_GetTickets.Size = new System.Drawing.Size(112, 27);
|
|
B_GetTickets.TabIndex = 4;
|
|
B_GetTickets.Text = "Get Tickets";
|
|
B_GetTickets.UseVisualStyleBackColor = true;
|
|
B_GetTickets.Click += B_GetTickets_Click;
|
|
//
|
|
// GB_InitialEvent
|
|
//
|
|
GB_InitialEvent.Controls.Add(CHK_InitialSouthern);
|
|
GB_InitialEvent.Controls.Add(CHK_InitialNavel);
|
|
GB_InitialEvent.Controls.Add(CHK_InitialBirth);
|
|
GB_InitialEvent.Controls.Add(CHK_InitialFaraway);
|
|
GB_InitialEvent.Location = new System.Drawing.Point(144, 7);
|
|
GB_InitialEvent.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_InitialEvent.Name = "GB_InitialEvent";
|
|
GB_InitialEvent.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_InitialEvent.Size = new System.Drawing.Size(126, 122);
|
|
GB_InitialEvent.TabIndex = 3;
|
|
GB_InitialEvent.TabStop = false;
|
|
GB_InitialEvent.Text = "Initial Event";
|
|
//
|
|
// CHK_InitialSouthern
|
|
//
|
|
CHK_InitialSouthern.AutoSize = true;
|
|
CHK_InitialSouthern.Location = new System.Drawing.Point(7, 21);
|
|
CHK_InitialSouthern.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_InitialSouthern.Name = "CHK_InitialSouthern";
|
|
CHK_InitialSouthern.Size = new System.Drawing.Size(108, 19);
|
|
CHK_InitialSouthern.TabIndex = 4;
|
|
CHK_InitialSouthern.Text = "Southern Island";
|
|
CHK_InitialSouthern.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_InitialNavel
|
|
//
|
|
CHK_InitialNavel.AutoSize = true;
|
|
CHK_InitialNavel.Location = new System.Drawing.Point(7, 46);
|
|
CHK_InitialNavel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_InitialNavel.Name = "CHK_InitialNavel";
|
|
CHK_InitialNavel.Size = new System.Drawing.Size(85, 19);
|
|
CHK_InitialNavel.TabIndex = 5;
|
|
CHK_InitialNavel.Text = "Navel Rock";
|
|
CHK_InitialNavel.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_InitialBirth
|
|
//
|
|
CHK_InitialBirth.AutoSize = true;
|
|
CHK_InitialBirth.Location = new System.Drawing.Point(7, 72);
|
|
CHK_InitialBirth.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_InitialBirth.Name = "CHK_InitialBirth";
|
|
CHK_InitialBirth.Size = new System.Drawing.Size(85, 19);
|
|
CHK_InitialBirth.TabIndex = 6;
|
|
CHK_InitialBirth.Text = "Birth Island";
|
|
CHK_InitialBirth.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_InitialFaraway
|
|
//
|
|
CHK_InitialFaraway.AutoSize = true;
|
|
CHK_InitialFaraway.Location = new System.Drawing.Point(7, 97);
|
|
CHK_InitialFaraway.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_InitialFaraway.Name = "CHK_InitialFaraway";
|
|
CHK_InitialFaraway.Size = new System.Drawing.Size(103, 19);
|
|
CHK_InitialFaraway.TabIndex = 7;
|
|
CHK_InitialFaraway.Text = "Faraway Island";
|
|
CHK_InitialFaraway.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_Reachable
|
|
//
|
|
GB_Reachable.Controls.Add(CHK_ReachBF);
|
|
GB_Reachable.Controls.Add(CHK_ReachFaraway);
|
|
GB_Reachable.Controls.Add(CHK_ReachBirth);
|
|
GB_Reachable.Controls.Add(CHK_ReachNavel);
|
|
GB_Reachable.Controls.Add(CHK_ReachSouthern);
|
|
GB_Reachable.Location = new System.Drawing.Point(7, 7);
|
|
GB_Reachable.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Reachable.Name = "GB_Reachable";
|
|
GB_Reachable.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Reachable.Size = new System.Drawing.Size(130, 148);
|
|
GB_Reachable.TabIndex = 2;
|
|
GB_Reachable.TabStop = false;
|
|
GB_Reachable.Text = "Reachable";
|
|
//
|
|
// CHK_ReachBF
|
|
//
|
|
CHK_ReachBF.AutoSize = true;
|
|
CHK_ReachBF.Location = new System.Drawing.Point(7, 122);
|
|
CHK_ReachBF.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_ReachBF.Name = "CHK_ReachBF";
|
|
CHK_ReachBF.Size = new System.Drawing.Size(100, 19);
|
|
CHK_ReachBF.TabIndex = 4;
|
|
CHK_ReachBF.Text = "Battle Frontier";
|
|
CHK_ReachBF.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_ReachFaraway
|
|
//
|
|
CHK_ReachFaraway.AutoSize = true;
|
|
CHK_ReachFaraway.Location = new System.Drawing.Point(7, 97);
|
|
CHK_ReachFaraway.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_ReachFaraway.Name = "CHK_ReachFaraway";
|
|
CHK_ReachFaraway.Size = new System.Drawing.Size(103, 19);
|
|
CHK_ReachFaraway.TabIndex = 3;
|
|
CHK_ReachFaraway.Text = "Faraway Island";
|
|
CHK_ReachFaraway.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_ReachBirth
|
|
//
|
|
CHK_ReachBirth.AutoSize = true;
|
|
CHK_ReachBirth.Location = new System.Drawing.Point(7, 72);
|
|
CHK_ReachBirth.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_ReachBirth.Name = "CHK_ReachBirth";
|
|
CHK_ReachBirth.Size = new System.Drawing.Size(85, 19);
|
|
CHK_ReachBirth.TabIndex = 2;
|
|
CHK_ReachBirth.Text = "Birth Island";
|
|
CHK_ReachBirth.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_ReachNavel
|
|
//
|
|
CHK_ReachNavel.AutoSize = true;
|
|
CHK_ReachNavel.Location = new System.Drawing.Point(7, 46);
|
|
CHK_ReachNavel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_ReachNavel.Name = "CHK_ReachNavel";
|
|
CHK_ReachNavel.Size = new System.Drawing.Size(85, 19);
|
|
CHK_ReachNavel.TabIndex = 1;
|
|
CHK_ReachNavel.Text = "Navel Rock";
|
|
CHK_ReachNavel.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_ReachSouthern
|
|
//
|
|
CHK_ReachSouthern.AutoSize = true;
|
|
CHK_ReachSouthern.Location = new System.Drawing.Point(7, 21);
|
|
CHK_ReachSouthern.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_ReachSouthern.Name = "CHK_ReachSouthern";
|
|
CHK_ReachSouthern.Size = new System.Drawing.Size(108, 19);
|
|
CHK_ReachSouthern.TabIndex = 0;
|
|
CHK_ReachSouthern.Text = "Southern Island";
|
|
CHK_ReachSouthern.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_Catchable
|
|
//
|
|
CHK_Catchable.AutoSize = true;
|
|
CHK_Catchable.Location = new System.Drawing.Point(14, 165);
|
|
CHK_Catchable.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_Catchable.Name = "CHK_Catchable";
|
|
CHK_Catchable.Size = new System.Drawing.Size(90, 19);
|
|
CHK_Catchable.TabIndex = 0;
|
|
CHK_Catchable.Text = "Can get ride";
|
|
CHK_Catchable.UseVisualStyleBackColor = true;
|
|
//
|
|
// TAB_BF
|
|
//
|
|
TAB_BF.Controls.Add(GB_Stats);
|
|
TAB_BF.Controls.Add(GB_FrontierPass);
|
|
TAB_BF.Location = new System.Drawing.Point(4, 44);
|
|
TAB_BF.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_BF.Name = "TAB_BF";
|
|
TAB_BF.Size = new System.Drawing.Size(357, 234);
|
|
TAB_BF.TabIndex = 3;
|
|
TAB_BF.Text = "Battle Frontier";
|
|
TAB_BF.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_Stats
|
|
//
|
|
GB_Stats.Controls.Add(L_Continue);
|
|
GB_Stats.Controls.Add(CB_Stats1);
|
|
GB_Stats.Controls.Add(L_Mode);
|
|
GB_Stats.Controls.Add(L_Facility);
|
|
GB_Stats.Controls.Add(NUD_Stat3);
|
|
GB_Stats.Controls.Add(NUD_Stat2);
|
|
GB_Stats.Controls.Add(NUD_Stat1);
|
|
GB_Stats.Controls.Add(NUD_Stat0);
|
|
GB_Stats.Controls.Add(L_Stat3);
|
|
GB_Stats.Controls.Add(L_Stat2);
|
|
GB_Stats.Controls.Add(L_Stat1);
|
|
GB_Stats.Controls.Add(L_Stat0);
|
|
GB_Stats.Controls.Add(CHK_Continue);
|
|
GB_Stats.Controls.Add(RB_Stats3_02);
|
|
GB_Stats.Controls.Add(RB_Stats3_01);
|
|
GB_Stats.Controls.Add(CB_Stats2);
|
|
GB_Stats.Location = new System.Drawing.Point(170, 3);
|
|
GB_Stats.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Stats.Name = "GB_Stats";
|
|
GB_Stats.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Stats.Size = new System.Drawing.Size(183, 226);
|
|
GB_Stats.TabIndex = 1;
|
|
GB_Stats.TabStop = false;
|
|
GB_Stats.Text = "Stats";
|
|
//
|
|
// L_Continue
|
|
//
|
|
L_Continue.AutoSize = true;
|
|
L_Continue.Location = new System.Drawing.Point(3, 97);
|
|
L_Continue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Continue.Name = "L_Continue";
|
|
L_Continue.Size = new System.Drawing.Size(56, 15);
|
|
L_Continue.TabIndex = 16;
|
|
L_Continue.Text = "Continue";
|
|
//
|
|
// CB_Stats1
|
|
//
|
|
CB_Stats1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Stats1.FormattingEnabled = true;
|
|
CB_Stats1.Location = new System.Drawing.Point(96, 20);
|
|
CB_Stats1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Stats1.Name = "CB_Stats1";
|
|
CB_Stats1.Size = new System.Drawing.Size(79, 23);
|
|
CB_Stats1.TabIndex = 0;
|
|
CB_Stats1.SelectedIndexChanged += ChangeStat1;
|
|
//
|
|
// L_Mode
|
|
//
|
|
L_Mode.AutoSize = true;
|
|
L_Mode.Location = new System.Drawing.Point(3, 50);
|
|
L_Mode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Mode.Name = "L_Mode";
|
|
L_Mode.Size = new System.Drawing.Size(74, 15);
|
|
L_Mode.TabIndex = 15;
|
|
L_Mode.Text = "Battle Mode:";
|
|
//
|
|
// L_Facility
|
|
//
|
|
L_Facility.AutoSize = true;
|
|
L_Facility.Location = new System.Drawing.Point(3, 24);
|
|
L_Facility.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Facility.Name = "L_Facility";
|
|
L_Facility.Size = new System.Drawing.Size(80, 15);
|
|
L_Facility.TabIndex = 14;
|
|
L_Facility.Text = "Battle Facility:";
|
|
//
|
|
// NUD_Stat3
|
|
//
|
|
NUD_Stat3.Location = new System.Drawing.Point(120, 199);
|
|
NUD_Stat3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Stat3.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat3.Name = "NUD_Stat3";
|
|
NUD_Stat3.Size = new System.Drawing.Size(55, 23);
|
|
NUD_Stat3.TabIndex = 12;
|
|
NUD_Stat3.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat3.ValueChanged += ChangeStatVal;
|
|
//
|
|
// NUD_Stat2
|
|
//
|
|
NUD_Stat2.Location = new System.Drawing.Point(120, 173);
|
|
NUD_Stat2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Stat2.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat2.Name = "NUD_Stat2";
|
|
NUD_Stat2.Size = new System.Drawing.Size(55, 23);
|
|
NUD_Stat2.TabIndex = 11;
|
|
NUD_Stat2.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat2.ValueChanged += ChangeStatVal;
|
|
//
|
|
// NUD_Stat1
|
|
//
|
|
NUD_Stat1.Location = new System.Drawing.Point(120, 147);
|
|
NUD_Stat1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Stat1.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat1.Name = "NUD_Stat1";
|
|
NUD_Stat1.Size = new System.Drawing.Size(55, 23);
|
|
NUD_Stat1.TabIndex = 10;
|
|
NUD_Stat1.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat1.ValueChanged += ChangeStatVal;
|
|
//
|
|
// NUD_Stat0
|
|
//
|
|
NUD_Stat0.Location = new System.Drawing.Point(120, 121);
|
|
NUD_Stat0.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Stat0.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat0.Name = "NUD_Stat0";
|
|
NUD_Stat0.Size = new System.Drawing.Size(55, 23);
|
|
NUD_Stat0.TabIndex = 6;
|
|
NUD_Stat0.Value = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_Stat0.ValueChanged += ChangeStatVal;
|
|
//
|
|
// L_Stat3
|
|
//
|
|
L_Stat3.AutoSize = true;
|
|
L_Stat3.Location = new System.Drawing.Point(3, 201);
|
|
L_Stat3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Stat3.Name = "L_Stat3";
|
|
L_Stat3.Size = new System.Drawing.Size(35, 15);
|
|
L_Stat3.TabIndex = 13;
|
|
L_Stat3.Text = "Trade";
|
|
//
|
|
// L_Stat2
|
|
//
|
|
L_Stat2.AutoSize = true;
|
|
L_Stat2.Location = new System.Drawing.Point(3, 175);
|
|
L_Stat2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Stat2.Name = "L_Stat2";
|
|
L_Stat2.Size = new System.Drawing.Size(44, 15);
|
|
L_Stat2.TabIndex = 9;
|
|
L_Stat2.Text = "Record";
|
|
//
|
|
// L_Stat1
|
|
//
|
|
L_Stat1.AutoSize = true;
|
|
L_Stat1.Location = new System.Drawing.Point(3, 149);
|
|
L_Stat1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Stat1.Name = "L_Stat1";
|
|
L_Stat1.Size = new System.Drawing.Size(35, 15);
|
|
L_Stat1.TabIndex = 8;
|
|
L_Stat1.Text = "Trade";
|
|
//
|
|
// L_Stat0
|
|
//
|
|
L_Stat0.AutoSize = true;
|
|
L_Stat0.Location = new System.Drawing.Point(3, 123);
|
|
L_Stat0.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Stat0.Name = "L_Stat0";
|
|
L_Stat0.Size = new System.Drawing.Size(47, 15);
|
|
L_Stat0.TabIndex = 7;
|
|
L_Stat0.Text = "Current";
|
|
//
|
|
// CHK_Continue
|
|
//
|
|
CHK_Continue.AutoSize = true;
|
|
CHK_Continue.Location = new System.Drawing.Point(160, 97);
|
|
CHK_Continue.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_Continue.Name = "CHK_Continue";
|
|
CHK_Continue.Size = new System.Drawing.Size(15, 14);
|
|
CHK_Continue.TabIndex = 5;
|
|
CHK_Continue.UseVisualStyleBackColor = true;
|
|
CHK_Continue.CheckedChanged += CHK_Continue_CheckedChanged;
|
|
//
|
|
// RB_Stats3_02
|
|
//
|
|
RB_Stats3_02.AutoSize = true;
|
|
RB_Stats3_02.Location = new System.Drawing.Point(98, 75);
|
|
RB_Stats3_02.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
RB_Stats3_02.Name = "RB_Stats3_02";
|
|
RB_Stats3_02.Size = new System.Drawing.Size(54, 19);
|
|
RB_Stats3_02.TabIndex = 4;
|
|
RB_Stats3_02.TabStop = true;
|
|
RB_Stats3_02.Text = "Open";
|
|
RB_Stats3_02.UseVisualStyleBackColor = true;
|
|
RB_Stats3_02.CheckedChanged += ChangeStat;
|
|
//
|
|
// RB_Stats3_01
|
|
//
|
|
RB_Stats3_01.AutoSize = true;
|
|
RB_Stats3_01.Location = new System.Drawing.Point(31, 75);
|
|
RB_Stats3_01.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
RB_Stats3_01.Name = "RB_Stats3_01";
|
|
RB_Stats3_01.Size = new System.Drawing.Size(54, 19);
|
|
RB_Stats3_01.TabIndex = 3;
|
|
RB_Stats3_01.TabStop = true;
|
|
RB_Stats3_01.Text = "Lv. 50";
|
|
RB_Stats3_01.UseVisualStyleBackColor = true;
|
|
RB_Stats3_01.CheckedChanged += ChangeStat;
|
|
//
|
|
// CB_Stats2
|
|
//
|
|
CB_Stats2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Stats2.FormattingEnabled = true;
|
|
CB_Stats2.Location = new System.Drawing.Point(96, 47);
|
|
CB_Stats2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Stats2.Name = "CB_Stats2";
|
|
CB_Stats2.Size = new System.Drawing.Size(79, 23);
|
|
CB_Stats2.TabIndex = 1;
|
|
CB_Stats2.SelectedIndexChanged += ChangeStat;
|
|
//
|
|
// GB_FrontierPass
|
|
//
|
|
GB_FrontierPass.Controls.Add(GB_Icons);
|
|
GB_FrontierPass.Controls.Add(CHK_ActivatePass);
|
|
GB_FrontierPass.Location = new System.Drawing.Point(7, 3);
|
|
GB_FrontierPass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_FrontierPass.Name = "GB_FrontierPass";
|
|
GB_FrontierPass.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_FrontierPass.Size = new System.Drawing.Size(156, 140);
|
|
GB_FrontierPass.TabIndex = 0;
|
|
GB_FrontierPass.TabStop = false;
|
|
GB_FrontierPass.Text = "Frontier Pass";
|
|
//
|
|
// GB_Icons
|
|
//
|
|
GB_Icons.Controls.Add(BTN_SymbolB);
|
|
GB_Icons.Controls.Add(BTN_SymbolL);
|
|
GB_Icons.Controls.Add(BTN_SymbolK);
|
|
GB_Icons.Controls.Add(BTN_SymbolG);
|
|
GB_Icons.Controls.Add(BTN_SymbolS);
|
|
GB_Icons.Controls.Add(BTN_SymbolT);
|
|
GB_Icons.Controls.Add(BTN_SymbolA);
|
|
GB_Icons.Location = new System.Drawing.Point(7, 43);
|
|
GB_Icons.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Icons.Name = "GB_Icons";
|
|
GB_Icons.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
GB_Icons.Size = new System.Drawing.Size(142, 90);
|
|
GB_Icons.TabIndex = 1;
|
|
GB_Icons.TabStop = false;
|
|
GB_Icons.Text = "Symbol Icons";
|
|
//
|
|
// BTN_SymbolB
|
|
//
|
|
BTN_SymbolB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolB.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolB.Location = new System.Drawing.Point(108, 20);
|
|
BTN_SymbolB.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolB.Name = "BTN_SymbolB";
|
|
BTN_SymbolB.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolB.TabIndex = 6;
|
|
BTN_SymbolB.Text = "B";
|
|
BTN_SymbolB.UseVisualStyleBackColor = true;
|
|
BTN_SymbolB.Click += BTN_Symbol_Click;
|
|
//
|
|
// BTN_SymbolL
|
|
//
|
|
BTN_SymbolL.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolL.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolL.Location = new System.Drawing.Point(92, 54);
|
|
BTN_SymbolL.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolL.Name = "BTN_SymbolL";
|
|
BTN_SymbolL.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolL.TabIndex = 5;
|
|
BTN_SymbolL.Text = "L";
|
|
BTN_SymbolL.UseVisualStyleBackColor = true;
|
|
BTN_SymbolL.Click += BTN_Symbol_Click;
|
|
//
|
|
// BTN_SymbolK
|
|
//
|
|
BTN_SymbolK.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolK.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolK.Location = new System.Drawing.Point(75, 20);
|
|
BTN_SymbolK.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolK.Name = "BTN_SymbolK";
|
|
BTN_SymbolK.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolK.TabIndex = 4;
|
|
BTN_SymbolK.Text = "K";
|
|
BTN_SymbolK.UseVisualStyleBackColor = true;
|
|
BTN_SymbolK.Click += BTN_Symbol_Click;
|
|
//
|
|
// BTN_SymbolG
|
|
//
|
|
BTN_SymbolG.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolG.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolG.Location = new System.Drawing.Point(58, 54);
|
|
BTN_SymbolG.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolG.Name = "BTN_SymbolG";
|
|
BTN_SymbolG.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolG.TabIndex = 3;
|
|
BTN_SymbolG.Text = "G";
|
|
BTN_SymbolG.UseVisualStyleBackColor = true;
|
|
BTN_SymbolG.Click += BTN_Symbol_Click;
|
|
//
|
|
// BTN_SymbolS
|
|
//
|
|
BTN_SymbolS.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolS.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolS.Location = new System.Drawing.Point(41, 20);
|
|
BTN_SymbolS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolS.Name = "BTN_SymbolS";
|
|
BTN_SymbolS.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolS.TabIndex = 2;
|
|
BTN_SymbolS.Text = "S";
|
|
BTN_SymbolS.UseVisualStyleBackColor = true;
|
|
BTN_SymbolS.Click += BTN_Symbol_Click;
|
|
//
|
|
// BTN_SymbolT
|
|
//
|
|
BTN_SymbolT.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolT.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolT.Location = new System.Drawing.Point(24, 54);
|
|
BTN_SymbolT.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolT.Name = "BTN_SymbolT";
|
|
BTN_SymbolT.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolT.TabIndex = 1;
|
|
BTN_SymbolT.Text = "T";
|
|
BTN_SymbolT.UseVisualStyleBackColor = true;
|
|
BTN_SymbolT.Click += BTN_Symbol_Click;
|
|
//
|
|
// BTN_SymbolA
|
|
//
|
|
BTN_SymbolA.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
BTN_SymbolA.Font = new System.Drawing.Font("MS UI Gothic", 9F, System.Drawing.FontStyle.Bold);
|
|
BTN_SymbolA.Location = new System.Drawing.Point(7, 20);
|
|
BTN_SymbolA.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
BTN_SymbolA.Name = "BTN_SymbolA";
|
|
BTN_SymbolA.Size = new System.Drawing.Size(27, 29);
|
|
BTN_SymbolA.TabIndex = 0;
|
|
BTN_SymbolA.Text = "A";
|
|
BTN_SymbolA.UseVisualStyleBackColor = true;
|
|
BTN_SymbolA.Click += BTN_Symbol_Click;
|
|
//
|
|
// CHK_ActivatePass
|
|
//
|
|
CHK_ActivatePass.AutoSize = true;
|
|
CHK_ActivatePass.Location = new System.Drawing.Point(7, 20);
|
|
CHK_ActivatePass.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_ActivatePass.Name = "CHK_ActivatePass";
|
|
CHK_ActivatePass.Size = new System.Drawing.Size(76, 19);
|
|
CHK_ActivatePass.TabIndex = 0;
|
|
CHK_ActivatePass.Text = "Activated";
|
|
CHK_ActivatePass.UseVisualStyleBackColor = true;
|
|
//
|
|
// Tab_Records
|
|
//
|
|
Tab_Records.Controls.Add(NUD_FameH);
|
|
Tab_Records.Controls.Add(NUD_FameM);
|
|
Tab_Records.Controls.Add(NUD_FameS);
|
|
Tab_Records.Controls.Add(NUD_RecordValue);
|
|
Tab_Records.Controls.Add(CB_Record);
|
|
Tab_Records.Location = new System.Drawing.Point(4, 44);
|
|
Tab_Records.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
Tab_Records.Name = "Tab_Records";
|
|
Tab_Records.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
Tab_Records.Size = new System.Drawing.Size(357, 234);
|
|
Tab_Records.TabIndex = 4;
|
|
Tab_Records.Text = "Records";
|
|
Tab_Records.UseVisualStyleBackColor = true;
|
|
//
|
|
// NUD_FameH
|
|
//
|
|
NUD_FameH.Location = new System.Drawing.Point(51, 68);
|
|
NUD_FameH.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FameH.Maximum = new decimal(new int[] { 9999, 0, 0, 0 });
|
|
NUD_FameH.Name = "NUD_FameH";
|
|
NUD_FameH.Size = new System.Drawing.Size(65, 23);
|
|
NUD_FameH.TabIndex = 2;
|
|
NUD_FameH.Visible = false;
|
|
//
|
|
// NUD_FameM
|
|
//
|
|
NUD_FameM.Location = new System.Drawing.Point(124, 68);
|
|
NUD_FameM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FameM.Maximum = new decimal(new int[] { 59, 0, 0, 0 });
|
|
NUD_FameM.Name = "NUD_FameM";
|
|
NUD_FameM.Size = new System.Drawing.Size(48, 23);
|
|
NUD_FameM.TabIndex = 3;
|
|
NUD_FameM.Visible = false;
|
|
//
|
|
// NUD_FameS
|
|
//
|
|
NUD_FameS.Location = new System.Drawing.Point(178, 68);
|
|
NUD_FameS.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_FameS.Maximum = new decimal(new int[] { 59, 0, 0, 0 });
|
|
NUD_FameS.Name = "NUD_FameS";
|
|
NUD_FameS.Size = new System.Drawing.Size(48, 23);
|
|
NUD_FameS.TabIndex = 4;
|
|
NUD_FameS.Visible = false;
|
|
//
|
|
// NUD_RecordValue
|
|
//
|
|
NUD_RecordValue.Location = new System.Drawing.Point(86, 38);
|
|
NUD_RecordValue.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_RecordValue.Name = "NUD_RecordValue";
|
|
NUD_RecordValue.Size = new System.Drawing.Size(140, 23);
|
|
NUD_RecordValue.TabIndex = 1;
|
|
//
|
|
// CB_Record
|
|
//
|
|
CB_Record.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
CB_Record.FormattingEnabled = true;
|
|
CB_Record.Location = new System.Drawing.Point(7, 7);
|
|
CB_Record.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Record.Name = "CB_Record";
|
|
CB_Record.Size = new System.Drawing.Size(219, 23);
|
|
CB_Record.TabIndex = 0;
|
|
//
|
|
// Tab_Pokeblocks
|
|
//
|
|
Tab_Pokeblocks.Controls.Add(pokeblock3CaseEditor1);
|
|
Tab_Pokeblocks.Location = new System.Drawing.Point(4, 44);
|
|
Tab_Pokeblocks.Name = "Tab_Pokeblocks";
|
|
Tab_Pokeblocks.Padding = new System.Windows.Forms.Padding(3);
|
|
Tab_Pokeblocks.Size = new System.Drawing.Size(357, 234);
|
|
Tab_Pokeblocks.TabIndex = 5;
|
|
Tab_Pokeblocks.Text = "Pokéblocks";
|
|
Tab_Pokeblocks.UseVisualStyleBackColor = true;
|
|
//
|
|
// pokeblock3CaseEditor1
|
|
//
|
|
pokeblock3CaseEditor1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
pokeblock3CaseEditor1.Location = new System.Drawing.Point(3, 3);
|
|
pokeblock3CaseEditor1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
pokeblock3CaseEditor1.Name = "pokeblock3CaseEditor1";
|
|
pokeblock3CaseEditor1.Size = new System.Drawing.Size(351, 228);
|
|
pokeblock3CaseEditor1.TabIndex = 1;
|
|
//
|
|
// Tab_Decorations
|
|
//
|
|
Tab_Decorations.Controls.Add(TC_Decorations);
|
|
Tab_Decorations.Location = new System.Drawing.Point(4, 44);
|
|
Tab_Decorations.Name = "Tab_Decorations";
|
|
Tab_Decorations.Padding = new System.Windows.Forms.Padding(3);
|
|
Tab_Decorations.Size = new System.Drawing.Size(357, 234);
|
|
Tab_Decorations.TabIndex = 6;
|
|
Tab_Decorations.Text = "Decorations";
|
|
Tab_Decorations.UseVisualStyleBackColor = true;
|
|
//
|
|
// TC_Decorations
|
|
//
|
|
TC_Decorations.Controls.Add(TB_Desk);
|
|
TC_Decorations.Controls.Add(TB_Chair);
|
|
TC_Decorations.Controls.Add(TB_Plant);
|
|
TC_Decorations.Controls.Add(TB_Ornament);
|
|
TC_Decorations.Controls.Add(TB_Mat);
|
|
TC_Decorations.Controls.Add(TB_Poster);
|
|
TC_Decorations.Controls.Add(TB_Doll);
|
|
TC_Decorations.Controls.Add(TB_Cushion);
|
|
TC_Decorations.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
TC_Decorations.Location = new System.Drawing.Point(3, 3);
|
|
TC_Decorations.Name = "TC_Decorations";
|
|
TC_Decorations.SelectedIndex = 0;
|
|
TC_Decorations.Size = new System.Drawing.Size(351, 228);
|
|
TC_Decorations.TabIndex = 0;
|
|
//
|
|
// TB_Desk
|
|
//
|
|
TB_Desk.Controls.Add(DGV_Desk);
|
|
TB_Desk.Location = new System.Drawing.Point(4, 24);
|
|
TB_Desk.Name = "TB_Desk";
|
|
TB_Desk.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Desk.Size = new System.Drawing.Size(343, 200);
|
|
TB_Desk.TabIndex = 0;
|
|
TB_Desk.Text = "Desk";
|
|
TB_Desk.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Desk
|
|
//
|
|
DGV_Desk.AllowUserToAddRows = false;
|
|
DGV_Desk.AllowUserToDeleteRows = false;
|
|
DGV_Desk.AllowUserToResizeColumns = false;
|
|
DGV_Desk.AllowUserToResizeRows = false;
|
|
DGV_Desk.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Desk.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Desk.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Desk.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Desk });
|
|
DGV_Desk.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Desk.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Desk.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Desk.MultiSelect = false;
|
|
DGV_Desk.Name = "DGV_Desk";
|
|
DGV_Desk.RowHeadersVisible = false;
|
|
DGV_Desk.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Desk.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Desk.ShowEditingIcon = false;
|
|
DGV_Desk.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Desk.TabIndex = 0;
|
|
//
|
|
// Item_Desk
|
|
//
|
|
Item_Desk.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Desk.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Desk.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Desk.HeaderText = "Item";
|
|
Item_Desk.Name = "Item_Desk";
|
|
//
|
|
// TB_Chair
|
|
//
|
|
TB_Chair.Controls.Add(DGV_Chair);
|
|
TB_Chair.Location = new System.Drawing.Point(4, 24);
|
|
TB_Chair.Name = "TB_Chair";
|
|
TB_Chair.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Chair.Size = new System.Drawing.Size(343, 200);
|
|
TB_Chair.TabIndex = 1;
|
|
TB_Chair.Text = "Chair";
|
|
TB_Chair.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Chair
|
|
//
|
|
DGV_Chair.AllowUserToAddRows = false;
|
|
DGV_Chair.AllowUserToDeleteRows = false;
|
|
DGV_Chair.AllowUserToResizeColumns = false;
|
|
DGV_Chair.AllowUserToResizeRows = false;
|
|
DGV_Chair.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Chair.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Chair.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Chair.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Chair });
|
|
DGV_Chair.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Chair.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Chair.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Chair.MultiSelect = false;
|
|
DGV_Chair.Name = "DGV_Chair";
|
|
DGV_Chair.RowHeadersVisible = false;
|
|
DGV_Chair.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Chair.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Chair.ShowEditingIcon = false;
|
|
DGV_Chair.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Chair.TabIndex = 0;
|
|
//
|
|
// Item_Chair
|
|
//
|
|
Item_Chair.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Chair.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Chair.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Chair.HeaderText = "Item";
|
|
Item_Chair.Name = "Item_Chair";
|
|
//
|
|
// TB_Plant
|
|
//
|
|
TB_Plant.Controls.Add(DGV_Plant);
|
|
TB_Plant.Location = new System.Drawing.Point(4, 24);
|
|
TB_Plant.Name = "TB_Plant";
|
|
TB_Plant.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Plant.Size = new System.Drawing.Size(343, 200);
|
|
TB_Plant.TabIndex = 2;
|
|
TB_Plant.Text = "Plant";
|
|
TB_Plant.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Plant
|
|
//
|
|
DGV_Plant.AllowUserToAddRows = false;
|
|
DGV_Plant.AllowUserToDeleteRows = false;
|
|
DGV_Plant.AllowUserToResizeColumns = false;
|
|
DGV_Plant.AllowUserToResizeRows = false;
|
|
DGV_Plant.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Plant.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Plant.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Plant.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Plant });
|
|
DGV_Plant.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Plant.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Plant.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Plant.MultiSelect = false;
|
|
DGV_Plant.Name = "DGV_Plant";
|
|
DGV_Plant.RowHeadersVisible = false;
|
|
DGV_Plant.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Plant.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Plant.ShowEditingIcon = false;
|
|
DGV_Plant.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Plant.TabIndex = 0;
|
|
//
|
|
// Item_Plant
|
|
//
|
|
Item_Plant.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Plant.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Plant.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Plant.HeaderText = "Item";
|
|
Item_Plant.Name = "Item_Plant";
|
|
//
|
|
// TB_Ornament
|
|
//
|
|
TB_Ornament.Controls.Add(DGV_Ornament);
|
|
TB_Ornament.Location = new System.Drawing.Point(4, 24);
|
|
TB_Ornament.Name = "TB_Ornament";
|
|
TB_Ornament.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Ornament.Size = new System.Drawing.Size(343, 200);
|
|
TB_Ornament.TabIndex = 3;
|
|
TB_Ornament.Text = "Ornament";
|
|
TB_Ornament.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Ornament
|
|
//
|
|
DGV_Ornament.AllowUserToAddRows = false;
|
|
DGV_Ornament.AllowUserToDeleteRows = false;
|
|
DGV_Ornament.AllowUserToResizeColumns = false;
|
|
DGV_Ornament.AllowUserToResizeRows = false;
|
|
DGV_Ornament.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Ornament.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Ornament.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Ornament.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Ornament });
|
|
DGV_Ornament.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Ornament.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Ornament.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Ornament.MultiSelect = false;
|
|
DGV_Ornament.Name = "DGV_Ornament";
|
|
DGV_Ornament.RowHeadersVisible = false;
|
|
DGV_Ornament.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Ornament.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Ornament.ShowEditingIcon = false;
|
|
DGV_Ornament.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Ornament.TabIndex = 0;
|
|
//
|
|
// Item_Ornament
|
|
//
|
|
Item_Ornament.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Ornament.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Ornament.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Ornament.HeaderText = "Item";
|
|
Item_Ornament.Name = "Item_Ornament";
|
|
//
|
|
// TB_Mat
|
|
//
|
|
TB_Mat.Controls.Add(DGV_Mat);
|
|
TB_Mat.Location = new System.Drawing.Point(4, 24);
|
|
TB_Mat.Name = "TB_Mat";
|
|
TB_Mat.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Mat.Size = new System.Drawing.Size(343, 200);
|
|
TB_Mat.TabIndex = 4;
|
|
TB_Mat.Text = "Mat";
|
|
TB_Mat.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Mat
|
|
//
|
|
DGV_Mat.AllowUserToAddRows = false;
|
|
DGV_Mat.AllowUserToDeleteRows = false;
|
|
DGV_Mat.AllowUserToResizeColumns = false;
|
|
DGV_Mat.AllowUserToResizeRows = false;
|
|
DGV_Mat.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Mat.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Mat.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Mat.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Mat });
|
|
DGV_Mat.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Mat.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Mat.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Mat.MultiSelect = false;
|
|
DGV_Mat.Name = "DGV_Mat";
|
|
DGV_Mat.RowHeadersVisible = false;
|
|
DGV_Mat.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Mat.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Mat.ShowEditingIcon = false;
|
|
DGV_Mat.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Mat.TabIndex = 0;
|
|
//
|
|
// Item_Mat
|
|
//
|
|
Item_Mat.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Mat.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Mat.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Mat.HeaderText = "Item";
|
|
Item_Mat.Name = "Item_Mat";
|
|
//
|
|
// TB_Poster
|
|
//
|
|
TB_Poster.Controls.Add(DGV_Poster);
|
|
TB_Poster.Location = new System.Drawing.Point(4, 24);
|
|
TB_Poster.Name = "TB_Poster";
|
|
TB_Poster.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Poster.Size = new System.Drawing.Size(343, 200);
|
|
TB_Poster.TabIndex = 5;
|
|
TB_Poster.Text = "Poster";
|
|
TB_Poster.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Poster
|
|
//
|
|
DGV_Poster.AllowUserToAddRows = false;
|
|
DGV_Poster.AllowUserToDeleteRows = false;
|
|
DGV_Poster.AllowUserToResizeColumns = false;
|
|
DGV_Poster.AllowUserToResizeRows = false;
|
|
DGV_Poster.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Poster.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Poster.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Poster.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Poster });
|
|
DGV_Poster.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Poster.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Poster.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Poster.MultiSelect = false;
|
|
DGV_Poster.Name = "DGV_Poster";
|
|
DGV_Poster.RowHeadersVisible = false;
|
|
DGV_Poster.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Poster.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Poster.ShowEditingIcon = false;
|
|
DGV_Poster.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Poster.TabIndex = 0;
|
|
//
|
|
// Item_Poster
|
|
//
|
|
Item_Poster.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Poster.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Poster.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Poster.HeaderText = "Item";
|
|
Item_Poster.Name = "Item_Poster";
|
|
//
|
|
// TB_Doll
|
|
//
|
|
TB_Doll.Controls.Add(DGV_Doll);
|
|
TB_Doll.Location = new System.Drawing.Point(4, 24);
|
|
TB_Doll.Name = "TB_Doll";
|
|
TB_Doll.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Doll.Size = new System.Drawing.Size(343, 200);
|
|
TB_Doll.TabIndex = 6;
|
|
TB_Doll.Text = "Doll";
|
|
TB_Doll.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Doll
|
|
//
|
|
DGV_Doll.AllowUserToAddRows = false;
|
|
DGV_Doll.AllowUserToDeleteRows = false;
|
|
DGV_Doll.AllowUserToResizeColumns = false;
|
|
DGV_Doll.AllowUserToResizeRows = false;
|
|
DGV_Doll.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Doll.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Doll.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Doll.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Doll });
|
|
DGV_Doll.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Doll.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Doll.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Doll.MultiSelect = false;
|
|
DGV_Doll.Name = "DGV_Doll";
|
|
DGV_Doll.RowHeadersVisible = false;
|
|
DGV_Doll.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Doll.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Doll.ShowEditingIcon = false;
|
|
DGV_Doll.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Doll.TabIndex = 0;
|
|
//
|
|
// Item_Doll
|
|
//
|
|
Item_Doll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Doll.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Doll.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Doll.HeaderText = "Item";
|
|
Item_Doll.Name = "Item_Doll";
|
|
//
|
|
// TB_Cushion
|
|
//
|
|
TB_Cushion.Controls.Add(DGV_Cushion);
|
|
TB_Cushion.Location = new System.Drawing.Point(4, 24);
|
|
TB_Cushion.Name = "TB_Cushion";
|
|
TB_Cushion.Padding = new System.Windows.Forms.Padding(3);
|
|
TB_Cushion.Size = new System.Drawing.Size(343, 200);
|
|
TB_Cushion.TabIndex = 7;
|
|
TB_Cushion.Text = "Cushion";
|
|
TB_Cushion.UseVisualStyleBackColor = true;
|
|
//
|
|
// DGV_Cushion
|
|
//
|
|
DGV_Cushion.AllowUserToAddRows = false;
|
|
DGV_Cushion.AllowUserToDeleteRows = false;
|
|
DGV_Cushion.AllowUserToResizeColumns = false;
|
|
DGV_Cushion.AllowUserToResizeRows = false;
|
|
DGV_Cushion.CellBorderStyle = System.Windows.Forms.DataGridViewCellBorderStyle.None;
|
|
DGV_Cushion.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.Single;
|
|
DGV_Cushion.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
DGV_Cushion.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] { Item_Cushion });
|
|
DGV_Cushion.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
DGV_Cushion.EditMode = System.Windows.Forms.DataGridViewEditMode.EditOnEnter;
|
|
DGV_Cushion.Location = new System.Drawing.Point(3, 3);
|
|
DGV_Cushion.MultiSelect = false;
|
|
DGV_Cushion.Name = "DGV_Cushion";
|
|
DGV_Cushion.RowHeadersVisible = false;
|
|
DGV_Cushion.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing;
|
|
DGV_Cushion.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.CellSelect;
|
|
DGV_Cushion.ShowEditingIcon = false;
|
|
DGV_Cushion.Size = new System.Drawing.Size(337, 194);
|
|
DGV_Cushion.TabIndex = 0;
|
|
//
|
|
// Item_Cushion
|
|
//
|
|
Item_Cushion.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
Item_Cushion.DisplayStyle = System.Windows.Forms.DataGridViewComboBoxDisplayStyle.Nothing;
|
|
Item_Cushion.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
|
|
Item_Cushion.HeaderText = "Item";
|
|
Item_Cushion.Name = "Item_Cushion";
|
|
//
|
|
// Tab_Paintings
|
|
//
|
|
Tab_Paintings.Controls.Add(GB_Painting);
|
|
Tab_Paintings.Controls.Add(NUD_Painting);
|
|
Tab_Paintings.Controls.Add(CHK_EnablePaint);
|
|
Tab_Paintings.Location = new System.Drawing.Point(4, 44);
|
|
Tab_Paintings.Name = "Tab_Paintings";
|
|
Tab_Paintings.Size = new System.Drawing.Size(357, 234);
|
|
Tab_Paintings.TabIndex = 7;
|
|
Tab_Paintings.Text = "Paintings";
|
|
Tab_Paintings.UseVisualStyleBackColor = true;
|
|
//
|
|
// GB_Painting
|
|
//
|
|
GB_Painting.Controls.Add(L_Species);
|
|
GB_Painting.Controls.Add(L_Caption);
|
|
GB_Painting.Controls.Add(L_PID);
|
|
GB_Painting.Controls.Add(NUD_Caption);
|
|
GB_Painting.Controls.Add(L_TID);
|
|
GB_Painting.Controls.Add(L_SID);
|
|
GB_Painting.Controls.Add(CHK_Shiny);
|
|
GB_Painting.Controls.Add(L_Nickname);
|
|
GB_Painting.Controls.Add(CB_Species);
|
|
GB_Painting.Controls.Add(L_OT);
|
|
GB_Painting.Controls.Add(TB_PID);
|
|
GB_Painting.Controls.Add(TB_Nickname);
|
|
GB_Painting.Controls.Add(TB_TID);
|
|
GB_Painting.Controls.Add(TB_OT);
|
|
GB_Painting.Controls.Add(TB_SID);
|
|
GB_Painting.Location = new System.Drawing.Point(3, 29);
|
|
GB_Painting.Name = "GB_Painting";
|
|
GB_Painting.Size = new System.Drawing.Size(230, 202);
|
|
GB_Painting.TabIndex = 78;
|
|
GB_Painting.TabStop = false;
|
|
GB_Painting.Text = "Details";
|
|
//
|
|
// L_Species
|
|
//
|
|
L_Species.Location = new System.Drawing.Point(6, 19);
|
|
L_Species.Name = "L_Species";
|
|
L_Species.Size = new System.Drawing.Size(80, 20);
|
|
L_Species.TabIndex = 3;
|
|
L_Species.Text = "Species:";
|
|
L_Species.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Caption
|
|
//
|
|
L_Caption.Location = new System.Drawing.Point(6, 174);
|
|
L_Caption.Name = "L_Caption";
|
|
L_Caption.Size = new System.Drawing.Size(80, 20);
|
|
L_Caption.TabIndex = 77;
|
|
L_Caption.Text = "Caption:";
|
|
L_Caption.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PID
|
|
//
|
|
L_PID.Location = new System.Drawing.Point(6, 54);
|
|
L_PID.Name = "L_PID";
|
|
L_PID.Size = new System.Drawing.Size(80, 20);
|
|
L_PID.TabIndex = 0;
|
|
L_PID.Text = "PID:";
|
|
L_PID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Caption
|
|
//
|
|
NUD_Caption.Location = new System.Drawing.Point(90, 174);
|
|
NUD_Caption.Maximum = new decimal(new int[] { 2, 0, 0, 0 });
|
|
NUD_Caption.Name = "NUD_Caption";
|
|
NUD_Caption.Size = new System.Drawing.Size(32, 23);
|
|
NUD_Caption.TabIndex = 76;
|
|
//
|
|
// L_TID
|
|
//
|
|
L_TID.Location = new System.Drawing.Point(6, 78);
|
|
L_TID.Name = "L_TID";
|
|
L_TID.Size = new System.Drawing.Size(80, 20);
|
|
L_TID.TabIndex = 1;
|
|
L_TID.Text = "TID:";
|
|
L_TID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_SID
|
|
//
|
|
L_SID.Location = new System.Drawing.Point(6, 102);
|
|
L_SID.Name = "L_SID";
|
|
L_SID.Size = new System.Drawing.Size(80, 20);
|
|
L_SID.TabIndex = 2;
|
|
L_SID.Text = "SID:";
|
|
L_SID.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CHK_Shiny
|
|
//
|
|
CHK_Shiny.AutoSize = true;
|
|
CHK_Shiny.Location = new System.Drawing.Point(160, 54);
|
|
CHK_Shiny.Name = "CHK_Shiny";
|
|
CHK_Shiny.Size = new System.Drawing.Size(55, 19);
|
|
CHK_Shiny.TabIndex = 74;
|
|
CHK_Shiny.Text = "Shiny";
|
|
CHK_Shiny.UseVisualStyleBackColor = true;
|
|
//
|
|
// L_Nickname
|
|
//
|
|
L_Nickname.Location = new System.Drawing.Point(6, 149);
|
|
L_Nickname.Name = "L_Nickname";
|
|
L_Nickname.Size = new System.Drawing.Size(80, 20);
|
|
L_Nickname.TabIndex = 4;
|
|
L_Nickname.Text = "Nickname:";
|
|
L_Nickname.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Species
|
|
//
|
|
CB_Species.FormattingEnabled = true;
|
|
CB_Species.Location = new System.Drawing.Point(90, 19);
|
|
CB_Species.Name = "CB_Species";
|
|
CB_Species.Size = new System.Drawing.Size(125, 23);
|
|
CB_Species.TabIndex = 15;
|
|
//
|
|
// L_OT
|
|
//
|
|
L_OT.Location = new System.Drawing.Point(6, 126);
|
|
L_OT.Name = "L_OT";
|
|
L_OT.Size = new System.Drawing.Size(80, 20);
|
|
L_OT.TabIndex = 5;
|
|
L_OT.Text = "OT:";
|
|
L_OT.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_PID
|
|
//
|
|
TB_PID.CharacterCasing = System.Windows.Forms.CharacterCasing.Upper;
|
|
TB_PID.Font = new System.Drawing.Font("Courier New", 8F);
|
|
TB_PID.Location = new System.Drawing.Point(90, 53);
|
|
TB_PID.Name = "TB_PID";
|
|
TB_PID.Size = new System.Drawing.Size(64, 20);
|
|
TB_PID.TabIndex = 7;
|
|
TB_PID.Text = "00000000";
|
|
TB_PID.TextChanged += TB_PaintingIDChanged;
|
|
//
|
|
// TB_Nickname
|
|
//
|
|
TB_Nickname.Location = new System.Drawing.Point(90, 149);
|
|
TB_Nickname.Name = "TB_Nickname";
|
|
TB_Nickname.Size = new System.Drawing.Size(125, 23);
|
|
TB_Nickname.TabIndex = 12;
|
|
TB_Nickname.Text = "WWWWWWWWWW";
|
|
//
|
|
// TB_TID
|
|
//
|
|
TB_TID.Location = new System.Drawing.Point(90, 77);
|
|
TB_TID.Mask = "00000";
|
|
TB_TID.Name = "TB_TID";
|
|
TB_TID.Size = new System.Drawing.Size(40, 23);
|
|
TB_TID.TabIndex = 8;
|
|
TB_TID.TextChanged += TB_PaintingIDChanged;
|
|
//
|
|
// TB_OT
|
|
//
|
|
TB_OT.Location = new System.Drawing.Point(90, 125);
|
|
TB_OT.Name = "TB_OT";
|
|
TB_OT.Size = new System.Drawing.Size(85, 23);
|
|
TB_OT.TabIndex = 11;
|
|
TB_OT.Text = "WWWWWWW";
|
|
//
|
|
// TB_SID
|
|
//
|
|
TB_SID.Location = new System.Drawing.Point(90, 101);
|
|
TB_SID.Mask = "00000";
|
|
TB_SID.Name = "TB_SID";
|
|
TB_SID.Size = new System.Drawing.Size(40, 23);
|
|
TB_SID.TabIndex = 9;
|
|
TB_SID.TextChanged += TB_PaintingIDChanged;
|
|
//
|
|
// NUD_Painting
|
|
//
|
|
NUD_Painting.Location = new System.Drawing.Point(87, 6);
|
|
NUD_Painting.Maximum = new decimal(new int[] { 4, 0, 0, 0 });
|
|
NUD_Painting.Name = "NUD_Painting";
|
|
NUD_Painting.Size = new System.Drawing.Size(32, 23);
|
|
NUD_Painting.TabIndex = 75;
|
|
NUD_Painting.ValueChanged += ChangePainting;
|
|
//
|
|
// CHK_EnablePaint
|
|
//
|
|
CHK_EnablePaint.AutoSize = true;
|
|
CHK_EnablePaint.Location = new System.Drawing.Point(125, 6);
|
|
CHK_EnablePaint.Name = "CHK_EnablePaint";
|
|
CHK_EnablePaint.Size = new System.Drawing.Size(68, 19);
|
|
CHK_EnablePaint.TabIndex = 14;
|
|
CHK_EnablePaint.Text = "Enabled";
|
|
CHK_EnablePaint.UseVisualStyleBackColor = true;
|
|
CHK_EnablePaint.CheckedChanged += CHK_EnablePaint_CheckedChanged;
|
|
//
|
|
// SAV_Misc3
|
|
//
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
ClientSize = new System.Drawing.Size(390, 343);
|
|
Controls.Add(TC_Misc);
|
|
Controls.Add(B_Save);
|
|
Controls.Add(B_Cancel);
|
|
Icon = Properties.Resources.Icon;
|
|
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MaximizeBox = false;
|
|
MinimumSize = new System.Drawing.Size(231, 167);
|
|
Name = "SAV_Misc3";
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
Text = "Misc Editor";
|
|
TC_Misc.ResumeLayout(false);
|
|
TAB_Main.ResumeLayout(false);
|
|
TAB_Main.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_BPEarned).EndInit();
|
|
GB_TCM.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_Coins).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_BP).EndInit();
|
|
TAB_Joyful.ResumeLayout(false);
|
|
TAB_Joyful.PerformLayout();
|
|
TAB_Ferry.ResumeLayout(false);
|
|
TAB_Ferry.PerformLayout();
|
|
GB_InitialEvent.ResumeLayout(false);
|
|
GB_InitialEvent.PerformLayout();
|
|
GB_Reachable.ResumeLayout(false);
|
|
GB_Reachable.PerformLayout();
|
|
TAB_BF.ResumeLayout(false);
|
|
GB_Stats.ResumeLayout(false);
|
|
GB_Stats.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat3).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat2).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat1).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Stat0).EndInit();
|
|
GB_FrontierPass.ResumeLayout(false);
|
|
GB_FrontierPass.PerformLayout();
|
|
GB_Icons.ResumeLayout(false);
|
|
Tab_Records.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_FameH).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FameM).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_FameS).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_RecordValue).EndInit();
|
|
Tab_Pokeblocks.ResumeLayout(false);
|
|
Tab_Decorations.ResumeLayout(false);
|
|
TC_Decorations.ResumeLayout(false);
|
|
TB_Desk.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Desk).EndInit();
|
|
TB_Chair.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Chair).EndInit();
|
|
TB_Plant.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Plant).EndInit();
|
|
TB_Ornament.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Ornament).EndInit();
|
|
TB_Mat.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Mat).EndInit();
|
|
TB_Poster.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Poster).EndInit();
|
|
TB_Doll.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Doll).EndInit();
|
|
TB_Cushion.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)DGV_Cushion).EndInit();
|
|
Tab_Paintings.ResumeLayout(false);
|
|
Tab_Paintings.PerformLayout();
|
|
GB_Painting.ResumeLayout(false);
|
|
GB_Painting.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Caption).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Painting).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
#endregion
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.TabControl TC_Misc;
|
|
private System.Windows.Forms.TabPage TAB_Main;
|
|
private System.Windows.Forms.TabPage TAB_Joyful;
|
|
private System.Windows.Forms.MaskedTextBox TB_B3;
|
|
private System.Windows.Forms.MaskedTextBox TB_B2;
|
|
private System.Windows.Forms.MaskedTextBox TB_B1;
|
|
private System.Windows.Forms.Label L_BHigh;
|
|
private System.Windows.Forms.Label L_BCaught;
|
|
private System.Windows.Forms.MaskedTextBox TB_J3;
|
|
private System.Windows.Forms.MaskedTextBox TB_J2;
|
|
private System.Windows.Forms.MaskedTextBox TB_J1;
|
|
private System.Windows.Forms.Label L_J5Score;
|
|
private System.Windows.Forms.Label L_JHigh;
|
|
private System.Windows.Forms.Label L_JRow;
|
|
private System.Windows.Forms.Label L_B5Score;
|
|
private System.Windows.Forms.Label label5;
|
|
private System.Windows.Forms.Label label4;
|
|
private System.Windows.Forms.TextBox TB_RivalName;
|
|
private System.Windows.Forms.Label L_TrainerName;
|
|
private System.Windows.Forms.NumericUpDown NUD_BP;
|
|
private System.Windows.Forms.Label L_BP;
|
|
private System.Windows.Forms.NumericUpDown NUD_Coins;
|
|
private System.Windows.Forms.Label L_Coins;
|
|
private System.Windows.Forms.TabPage TAB_Ferry;
|
|
private System.Windows.Forms.GroupBox GB_InitialEvent;
|
|
private System.Windows.Forms.CheckBox CHK_InitialSouthern;
|
|
private System.Windows.Forms.CheckBox CHK_InitialNavel;
|
|
private System.Windows.Forms.CheckBox CHK_InitialBirth;
|
|
private System.Windows.Forms.CheckBox CHK_InitialFaraway;
|
|
private System.Windows.Forms.GroupBox GB_Reachable;
|
|
private System.Windows.Forms.CheckBox CHK_ReachBF;
|
|
private System.Windows.Forms.CheckBox CHK_ReachFaraway;
|
|
private System.Windows.Forms.CheckBox CHK_ReachBirth;
|
|
private System.Windows.Forms.CheckBox CHK_ReachNavel;
|
|
private System.Windows.Forms.CheckBox CHK_ReachSouthern;
|
|
private System.Windows.Forms.CheckBox CHK_Catchable;
|
|
private System.Windows.Forms.Button B_GetTickets;
|
|
private System.Windows.Forms.TabPage TAB_BF;
|
|
private System.Windows.Forms.GroupBox GB_FrontierPass;
|
|
private System.Windows.Forms.GroupBox GB_Icons;
|
|
private System.Windows.Forms.CheckBox CHK_ActivatePass;
|
|
private System.Windows.Forms.Button BTN_SymbolS;
|
|
private System.Windows.Forms.Button BTN_SymbolT;
|
|
private System.Windows.Forms.Button BTN_SymbolA;
|
|
private System.Windows.Forms.Button BTN_SymbolB;
|
|
private System.Windows.Forms.Button BTN_SymbolL;
|
|
private System.Windows.Forms.Button BTN_SymbolK;
|
|
private System.Windows.Forms.Button BTN_SymbolG;
|
|
private System.Windows.Forms.GroupBox GB_Stats;
|
|
private System.Windows.Forms.ComboBox CB_Stats2;
|
|
private System.Windows.Forms.ComboBox CB_Stats1;
|
|
private System.Windows.Forms.RadioButton RB_Stats3_02;
|
|
private System.Windows.Forms.RadioButton RB_Stats3_01;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat3;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat2;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat1;
|
|
private System.Windows.Forms.NumericUpDown NUD_Stat0;
|
|
private System.Windows.Forms.Label L_Stat3;
|
|
private System.Windows.Forms.Label L_Stat2;
|
|
private System.Windows.Forms.Label L_Stat1;
|
|
private System.Windows.Forms.Label L_Stat0;
|
|
private System.Windows.Forms.CheckBox CHK_Continue;
|
|
private System.Windows.Forms.GroupBox GB_TCM;
|
|
private System.Windows.Forms.ComboBox CB_TCM6;
|
|
private System.Windows.Forms.ComboBox CB_TCM5;
|
|
private System.Windows.Forms.ComboBox CB_TCM4;
|
|
private System.Windows.Forms.ComboBox CB_TCM3;
|
|
private System.Windows.Forms.ComboBox CB_TCM2;
|
|
private System.Windows.Forms.ComboBox CB_TCM1;
|
|
private System.Windows.Forms.TabPage Tab_Records;
|
|
private System.Windows.Forms.NumericUpDown NUD_RecordValue;
|
|
private System.Windows.Forms.ComboBox CB_Record;
|
|
private System.Windows.Forms.Label L_BPEarned;
|
|
private System.Windows.Forms.NumericUpDown NUD_BPEarned;
|
|
private System.Windows.Forms.NumericUpDown NUD_FameH;
|
|
private System.Windows.Forms.NumericUpDown NUD_FameM;
|
|
private System.Windows.Forms.NumericUpDown NUD_FameS;
|
|
private System.Windows.Forms.MaskedTextBox TB_J4;
|
|
private System.Windows.Forms.Label L_JMaxPlayers;
|
|
private System.Windows.Forms.MaskedTextBox TB_BerryPowder;
|
|
private System.Windows.Forms.Label L_BerryPowder;
|
|
private System.Windows.Forms.TabPage Tab_Pokeblocks;
|
|
private System.Windows.Forms.TabPage Tab_Decorations;
|
|
private System.Windows.Forms.TabControl TC_Decorations;
|
|
private System.Windows.Forms.TabPage TB_Desk;
|
|
private System.Windows.Forms.TabPage TB_Chair;
|
|
private System.Windows.Forms.TabPage TB_Plant;
|
|
private System.Windows.Forms.TabPage TB_Ornament;
|
|
private System.Windows.Forms.TabPage TB_Mat;
|
|
private System.Windows.Forms.TabPage TB_Poster;
|
|
private System.Windows.Forms.TabPage TB_Doll;
|
|
private System.Windows.Forms.TabPage TB_Cushion;
|
|
private DoubleBufferedDataGridView DGV_Desk;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Desk;
|
|
private DoubleBufferedDataGridView DGV_Chair;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Chair;
|
|
private DoubleBufferedDataGridView DGV_Plant;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Plant;
|
|
private DoubleBufferedDataGridView DGV_Ornament;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Ornament;
|
|
private DoubleBufferedDataGridView DGV_Mat;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Mat;
|
|
private DoubleBufferedDataGridView DGV_Poster;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Poster;
|
|
private DoubleBufferedDataGridView DGV_Doll;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Doll;
|
|
private DoubleBufferedDataGridView DGV_Cushion;
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn Item_Cushion;
|
|
private System.Windows.Forms.TabPage Tab_Paintings;
|
|
private System.Windows.Forms.Label L_PID;
|
|
private System.Windows.Forms.Label L_OT;
|
|
private System.Windows.Forms.Label L_Nickname;
|
|
private System.Windows.Forms.Label L_Species;
|
|
private System.Windows.Forms.Label L_SID;
|
|
private System.Windows.Forms.Label L_TID;
|
|
private System.Windows.Forms.TextBox TB_PID;
|
|
private System.Windows.Forms.TextBox TB_Nickname;
|
|
private System.Windows.Forms.TextBox TB_OT;
|
|
private System.Windows.Forms.MaskedTextBox TB_SID;
|
|
private System.Windows.Forms.MaskedTextBox TB_TID;
|
|
private System.Windows.Forms.CheckBox CHK_EnablePaint;
|
|
private System.Windows.Forms.ComboBox CB_Species;
|
|
private System.Windows.Forms.CheckBox CHK_Shiny;
|
|
private System.Windows.Forms.NumericUpDown NUD_Caption;
|
|
private System.Windows.Forms.NumericUpDown NUD_Painting;
|
|
private System.Windows.Forms.Label L_Caption;
|
|
private System.Windows.Forms.GroupBox GB_Painting;
|
|
private Pokeblock3CaseEditor pokeblock3CaseEditor1;
|
|
private System.Windows.Forms.Label L_Mode;
|
|
private System.Windows.Forms.Label L_Facility;
|
|
private System.Windows.Forms.Label L_Continue;
|
|
}
|
|
}
|