mirror of
https://github.com/kwsch/PKHeX.git
synced 2026-05-03 12:07:07 -05:00
631 lines
29 KiB
C#
631 lines
29 KiB
C#
namespace PKHeX.WinForms
|
|
{
|
|
partial class SAV_Link6
|
|
{
|
|
private System.Windows.Forms.TextBox TB_PKM1;
|
|
private System.Windows.Forms.TextBox TB_PKM2;
|
|
private System.Windows.Forms.TextBox TB_PKM3;
|
|
private System.Windows.Forms.Label L_PKM1;
|
|
private System.Windows.Forms.Label L_PKM2;
|
|
private System.Windows.Forms.Label L_PKM3;
|
|
private System.Windows.Forms.Label L_PKM6;
|
|
private System.Windows.Forms.Label L_PKM5;
|
|
private System.Windows.Forms.Label L_PKM4;
|
|
private System.Windows.Forms.TextBox TB_PKM6;
|
|
private System.Windows.Forms.TextBox TB_PKM5;
|
|
private System.Windows.Forms.TextBox TB_PKM4;
|
|
private System.Windows.Forms.Button B_Export;
|
|
|
|
private void InitializeComponent()
|
|
{
|
|
TB_PKM1 = new System.Windows.Forms.TextBox();
|
|
TB_PKM2 = new System.Windows.Forms.TextBox();
|
|
TB_PKM3 = new System.Windows.Forms.TextBox();
|
|
L_PKM1 = new System.Windows.Forms.Label();
|
|
L_PKM2 = new System.Windows.Forms.Label();
|
|
L_PKM3 = new System.Windows.Forms.Label();
|
|
L_PKM6 = new System.Windows.Forms.Label();
|
|
L_PKM5 = new System.Windows.Forms.Label();
|
|
L_PKM4 = new System.Windows.Forms.Label();
|
|
TB_PKM6 = new System.Windows.Forms.TextBox();
|
|
TB_PKM5 = new System.Windows.Forms.TextBox();
|
|
TB_PKM4 = new System.Windows.Forms.TextBox();
|
|
B_Export = new System.Windows.Forms.Button();
|
|
B_Import = new System.Windows.Forms.Button();
|
|
tabControl1 = new System.Windows.Forms.TabControl();
|
|
TAB_Main = new System.Windows.Forms.TabPage();
|
|
CHK_LinkAvailable = new System.Windows.Forms.CheckBox();
|
|
RTB_LinkSource = new System.Windows.Forms.TextBox();
|
|
L_BP = new System.Windows.Forms.Label();
|
|
L_Pokemiles = new System.Windows.Forms.Label();
|
|
NUD_Pokemiles = new System.Windows.Forms.NumericUpDown();
|
|
NUD_BP = new System.Windows.Forms.NumericUpDown();
|
|
TAB_PKM = new System.Windows.Forms.TabPage();
|
|
TAB_Items = new System.Windows.Forms.TabPage();
|
|
CB_Item6 = new System.Windows.Forms.ComboBox();
|
|
NUD_Item6 = new System.Windows.Forms.NumericUpDown();
|
|
L_Item6 = new System.Windows.Forms.Label();
|
|
CB_Item5 = new System.Windows.Forms.ComboBox();
|
|
NUD_Item5 = new System.Windows.Forms.NumericUpDown();
|
|
L_Item5 = new System.Windows.Forms.Label();
|
|
CB_Item4 = new System.Windows.Forms.ComboBox();
|
|
NUD_Item4 = new System.Windows.Forms.NumericUpDown();
|
|
L_Item4 = new System.Windows.Forms.Label();
|
|
CB_Item3 = new System.Windows.Forms.ComboBox();
|
|
NUD_Item3 = new System.Windows.Forms.NumericUpDown();
|
|
L_Item3 = new System.Windows.Forms.Label();
|
|
CB_Item2 = new System.Windows.Forms.ComboBox();
|
|
NUD_Item2 = new System.Windows.Forms.NumericUpDown();
|
|
L_Item2 = new System.Windows.Forms.Label();
|
|
CB_Item1 = new System.Windows.Forms.ComboBox();
|
|
NUD_Item1 = new System.Windows.Forms.NumericUpDown();
|
|
L_Item1 = new System.Windows.Forms.Label();
|
|
B_Save = new System.Windows.Forms.Button();
|
|
B_Cancel = new System.Windows.Forms.Button();
|
|
tabControl1.SuspendLayout();
|
|
TAB_Main.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Pokemiles).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_BP).BeginInit();
|
|
TAB_PKM.SuspendLayout();
|
|
TAB_Items.SuspendLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item6).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item5).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item4).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item3).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item2).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item1).BeginInit();
|
|
SuspendLayout();
|
|
//
|
|
// TB_PKM1
|
|
//
|
|
TB_PKM1.Location = new System.Drawing.Point(57, 6);
|
|
TB_PKM1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_PKM1.Name = "TB_PKM1";
|
|
TB_PKM1.ReadOnly = true;
|
|
TB_PKM1.Size = new System.Drawing.Size(186, 23);
|
|
TB_PKM1.TabIndex = 117;
|
|
//
|
|
// TB_PKM2
|
|
//
|
|
TB_PKM2.Location = new System.Drawing.Point(57, 31);
|
|
TB_PKM2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_PKM2.Name = "TB_PKM2";
|
|
TB_PKM2.ReadOnly = true;
|
|
TB_PKM2.Size = new System.Drawing.Size(186, 23);
|
|
TB_PKM2.TabIndex = 118;
|
|
//
|
|
// TB_PKM3
|
|
//
|
|
TB_PKM3.Location = new System.Drawing.Point(57, 57);
|
|
TB_PKM3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_PKM3.Name = "TB_PKM3";
|
|
TB_PKM3.ReadOnly = true;
|
|
TB_PKM3.Size = new System.Drawing.Size(186, 23);
|
|
TB_PKM3.TabIndex = 119;
|
|
//
|
|
// L_PKM1
|
|
//
|
|
L_PKM1.Location = new System.Drawing.Point(7, 3);
|
|
L_PKM1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PKM1.Name = "L_PKM1";
|
|
L_PKM1.Size = new System.Drawing.Size(43, 27);
|
|
L_PKM1.TabIndex = 123;
|
|
L_PKM1.Text = "#1:";
|
|
L_PKM1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PKM2
|
|
//
|
|
L_PKM2.Location = new System.Drawing.Point(7, 29);
|
|
L_PKM2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PKM2.Name = "L_PKM2";
|
|
L_PKM2.Size = new System.Drawing.Size(43, 27);
|
|
L_PKM2.TabIndex = 124;
|
|
L_PKM2.Text = "#2:";
|
|
L_PKM2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PKM3
|
|
//
|
|
L_PKM3.Location = new System.Drawing.Point(7, 55);
|
|
L_PKM3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PKM3.Name = "L_PKM3";
|
|
L_PKM3.Size = new System.Drawing.Size(43, 27);
|
|
L_PKM3.TabIndex = 126;
|
|
L_PKM3.Text = "#3:";
|
|
L_PKM3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PKM6
|
|
//
|
|
L_PKM6.Location = new System.Drawing.Point(7, 132);
|
|
L_PKM6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PKM6.Name = "L_PKM6";
|
|
L_PKM6.Size = new System.Drawing.Size(43, 27);
|
|
L_PKM6.TabIndex = 138;
|
|
L_PKM6.Text = "#6:";
|
|
L_PKM6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PKM5
|
|
//
|
|
L_PKM5.Location = new System.Drawing.Point(7, 105);
|
|
L_PKM5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PKM5.Name = "L_PKM5";
|
|
L_PKM5.Size = new System.Drawing.Size(43, 27);
|
|
L_PKM5.TabIndex = 137;
|
|
L_PKM5.Text = "#5:";
|
|
L_PKM5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_PKM4
|
|
//
|
|
L_PKM4.Location = new System.Drawing.Point(7, 80);
|
|
L_PKM4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_PKM4.Name = "L_PKM4";
|
|
L_PKM4.Size = new System.Drawing.Size(43, 27);
|
|
L_PKM4.TabIndex = 136;
|
|
L_PKM4.Text = "#4:";
|
|
L_PKM4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// TB_PKM6
|
|
//
|
|
TB_PKM6.Location = new System.Drawing.Point(57, 133);
|
|
TB_PKM6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_PKM6.Name = "TB_PKM6";
|
|
TB_PKM6.ReadOnly = true;
|
|
TB_PKM6.Size = new System.Drawing.Size(186, 23);
|
|
TB_PKM6.TabIndex = 135;
|
|
//
|
|
// TB_PKM5
|
|
//
|
|
TB_PKM5.Location = new System.Drawing.Point(57, 107);
|
|
TB_PKM5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_PKM5.Name = "TB_PKM5";
|
|
TB_PKM5.ReadOnly = true;
|
|
TB_PKM5.Size = new System.Drawing.Size(186, 23);
|
|
TB_PKM5.TabIndex = 134;
|
|
//
|
|
// TB_PKM4
|
|
//
|
|
TB_PKM4.Location = new System.Drawing.Point(57, 82);
|
|
TB_PKM4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TB_PKM4.Name = "TB_PKM4";
|
|
TB_PKM4.ReadOnly = true;
|
|
TB_PKM4.Size = new System.Drawing.Size(186, 23);
|
|
TB_PKM4.TabIndex = 133;
|
|
//
|
|
// B_Export
|
|
//
|
|
B_Export.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
|
|
B_Export.Location = new System.Drawing.Point(190, 100);
|
|
B_Export.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Export.Name = "B_Export";
|
|
B_Export.Size = new System.Drawing.Size(93, 27);
|
|
B_Export.TabIndex = 4;
|
|
B_Export.Text = "Export";
|
|
B_Export.UseVisualStyleBackColor = true;
|
|
B_Export.Enabled = false;
|
|
B_Export.Click += B_Export_Click;
|
|
//
|
|
// B_Import
|
|
//
|
|
B_Import.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left;
|
|
B_Import.Location = new System.Drawing.Point(190, 74);
|
|
B_Import.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Import.Name = "B_Import";
|
|
B_Import.Size = new System.Drawing.Size(93, 27);
|
|
B_Import.TabIndex = 0;
|
|
B_Import.Text = "Import";
|
|
B_Import.UseVisualStyleBackColor = true;
|
|
B_Import.Click += B_Import_Click;
|
|
//
|
|
// tabControl1
|
|
//
|
|
tabControl1.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right;
|
|
tabControl1.Controls.Add(TAB_Main);
|
|
tabControl1.Controls.Add(TAB_PKM);
|
|
tabControl1.Controls.Add(TAB_Items);
|
|
tabControl1.Location = new System.Drawing.Point(14, 14);
|
|
tabControl1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
tabControl1.Name = "tabControl1";
|
|
tabControl1.SelectedIndex = 0;
|
|
tabControl1.Size = new System.Drawing.Size(358, 211);
|
|
tabControl1.TabIndex = 143;
|
|
//
|
|
// TAB_Main
|
|
//
|
|
TAB_Main.Controls.Add(CHK_LinkAvailable);
|
|
TAB_Main.Controls.Add(RTB_LinkSource);
|
|
TAB_Main.Controls.Add(L_BP);
|
|
TAB_Main.Controls.Add(L_Pokemiles);
|
|
TAB_Main.Controls.Add(NUD_Pokemiles);
|
|
TAB_Main.Controls.Add(B_Export);
|
|
TAB_Main.Controls.Add(B_Import);
|
|
TAB_Main.Controls.Add(NUD_BP);
|
|
TAB_Main.Location = new System.Drawing.Point(4, 24);
|
|
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(350, 183);
|
|
TAB_Main.TabIndex = 0;
|
|
TAB_Main.Text = "Main";
|
|
TAB_Main.UseVisualStyleBackColor = true;
|
|
//
|
|
// CHK_LinkAvailable
|
|
//
|
|
CHK_LinkAvailable.Enabled = false;
|
|
CHK_LinkAvailable.Location = new System.Drawing.Point(10, 134);
|
|
CHK_LinkAvailable.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CHK_LinkAvailable.Name = "CHK_LinkAvailable";
|
|
CHK_LinkAvailable.Size = new System.Drawing.Size(170, 24);
|
|
CHK_LinkAvailable.TabIndex = 149;
|
|
CHK_LinkAvailable.Text = "Pokémon Link Enabled";
|
|
CHK_LinkAvailable.UseVisualStyleBackColor = true;
|
|
//
|
|
// RTB_LinkSource
|
|
//
|
|
RTB_LinkSource.Enabled = false;
|
|
RTB_LinkSource.Location = new System.Drawing.Point(7, 7);
|
|
RTB_LinkSource.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
RTB_LinkSource.MaxLength = 54;
|
|
RTB_LinkSource.Multiline = true;
|
|
RTB_LinkSource.Name = "RTB_LinkSource";
|
|
RTB_LinkSource.Size = new System.Drawing.Size(276, 59);
|
|
RTB_LinkSource.TabIndex = 148;
|
|
//
|
|
// L_BP
|
|
//
|
|
L_BP.Location = new System.Drawing.Point(7, 70);
|
|
L_BP.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_BP.Name = "L_BP";
|
|
L_BP.Size = new System.Drawing.Size(85, 27);
|
|
L_BP.TabIndex = 146;
|
|
L_BP.Text = "Battle Points:";
|
|
L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// L_Pokemiles
|
|
//
|
|
L_Pokemiles.Location = new System.Drawing.Point(19, 100);
|
|
L_Pokemiles.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Pokemiles.Name = "L_Pokemiles";
|
|
L_Pokemiles.Size = new System.Drawing.Size(74, 27);
|
|
L_Pokemiles.TabIndex = 147;
|
|
L_Pokemiles.Text = "PokéMiles:";
|
|
L_Pokemiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// NUD_Pokemiles
|
|
//
|
|
NUD_Pokemiles.Enabled = false;
|
|
NUD_Pokemiles.Location = new System.Drawing.Point(99, 104);
|
|
NUD_Pokemiles.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Pokemiles.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Pokemiles.Name = "NUD_Pokemiles";
|
|
NUD_Pokemiles.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Pokemiles.TabIndex = 145;
|
|
//
|
|
// NUD_BP
|
|
//
|
|
NUD_BP.Enabled = false;
|
|
NUD_BP.Location = new System.Drawing.Point(99, 74);
|
|
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(68, 23);
|
|
NUD_BP.TabIndex = 144;
|
|
//
|
|
// TAB_PKM
|
|
//
|
|
TAB_PKM.Controls.Add(TB_PKM1);
|
|
TAB_PKM.Controls.Add(TB_PKM2);
|
|
TAB_PKM.Controls.Add(L_PKM6);
|
|
TAB_PKM.Controls.Add(TB_PKM3);
|
|
TAB_PKM.Controls.Add(L_PKM5);
|
|
TAB_PKM.Controls.Add(L_PKM1);
|
|
TAB_PKM.Controls.Add(L_PKM4);
|
|
TAB_PKM.Controls.Add(L_PKM2);
|
|
TAB_PKM.Controls.Add(TB_PKM6);
|
|
TAB_PKM.Controls.Add(L_PKM3);
|
|
TAB_PKM.Controls.Add(TB_PKM5);
|
|
TAB_PKM.Controls.Add(TB_PKM4);
|
|
TAB_PKM.Location = new System.Drawing.Point(4, 24);
|
|
TAB_PKM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_PKM.Name = "TAB_PKM";
|
|
TAB_PKM.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_PKM.Size = new System.Drawing.Size(350, 183);
|
|
TAB_PKM.TabIndex = 1;
|
|
TAB_PKM.Text = "Pokémon";
|
|
TAB_PKM.UseVisualStyleBackColor = true;
|
|
//
|
|
// TAB_Items
|
|
//
|
|
TAB_Items.Controls.Add(CB_Item6);
|
|
TAB_Items.Controls.Add(NUD_Item6);
|
|
TAB_Items.Controls.Add(L_Item6);
|
|
TAB_Items.Controls.Add(CB_Item5);
|
|
TAB_Items.Controls.Add(NUD_Item5);
|
|
TAB_Items.Controls.Add(L_Item5);
|
|
TAB_Items.Controls.Add(CB_Item4);
|
|
TAB_Items.Controls.Add(NUD_Item4);
|
|
TAB_Items.Controls.Add(L_Item4);
|
|
TAB_Items.Controls.Add(CB_Item3);
|
|
TAB_Items.Controls.Add(NUD_Item3);
|
|
TAB_Items.Controls.Add(L_Item3);
|
|
TAB_Items.Controls.Add(CB_Item2);
|
|
TAB_Items.Controls.Add(NUD_Item2);
|
|
TAB_Items.Controls.Add(L_Item2);
|
|
TAB_Items.Controls.Add(CB_Item1);
|
|
TAB_Items.Controls.Add(NUD_Item1);
|
|
TAB_Items.Controls.Add(L_Item1);
|
|
TAB_Items.Location = new System.Drawing.Point(4, 24);
|
|
TAB_Items.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
TAB_Items.Name = "TAB_Items";
|
|
TAB_Items.Size = new System.Drawing.Size(350, 183);
|
|
TAB_Items.TabIndex = 2;
|
|
TAB_Items.Text = "Items";
|
|
TAB_Items.UseVisualStyleBackColor = true;
|
|
//
|
|
// CB_Item6
|
|
//
|
|
CB_Item6.Enabled = false;
|
|
CB_Item6.FormattingEnabled = true;
|
|
CB_Item6.Location = new System.Drawing.Point(80, 135);
|
|
CB_Item6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Item6.Name = "CB_Item6";
|
|
CB_Item6.Size = new System.Drawing.Size(162, 23);
|
|
CB_Item6.TabIndex = 133;
|
|
//
|
|
// NUD_Item6
|
|
//
|
|
NUD_Item6.Enabled = false;
|
|
NUD_Item6.Location = new System.Drawing.Point(250, 135);
|
|
NUD_Item6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Item6.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Item6.Name = "NUD_Item6";
|
|
NUD_Item6.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Item6.TabIndex = 131;
|
|
//
|
|
// L_Item6
|
|
//
|
|
L_Item6.Location = new System.Drawing.Point(4, 133);
|
|
L_Item6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Item6.Name = "L_Item6";
|
|
L_Item6.Size = new System.Drawing.Size(70, 27);
|
|
L_Item6.TabIndex = 132;
|
|
L_Item6.Text = "Item 6:";
|
|
L_Item6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Item5
|
|
//
|
|
CB_Item5.Enabled = false;
|
|
CB_Item5.FormattingEnabled = true;
|
|
CB_Item5.Location = new System.Drawing.Point(80, 108);
|
|
CB_Item5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Item5.Name = "CB_Item5";
|
|
CB_Item5.Size = new System.Drawing.Size(162, 23);
|
|
CB_Item5.TabIndex = 130;
|
|
//
|
|
// NUD_Item5
|
|
//
|
|
NUD_Item5.Enabled = false;
|
|
NUD_Item5.Location = new System.Drawing.Point(250, 108);
|
|
NUD_Item5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Item5.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Item5.Name = "NUD_Item5";
|
|
NUD_Item5.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Item5.TabIndex = 128;
|
|
//
|
|
// L_Item5
|
|
//
|
|
L_Item5.Location = new System.Drawing.Point(4, 106);
|
|
L_Item5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Item5.Name = "L_Item5";
|
|
L_Item5.Size = new System.Drawing.Size(70, 27);
|
|
L_Item5.TabIndex = 129;
|
|
L_Item5.Text = "Item 5:";
|
|
L_Item5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Item4
|
|
//
|
|
CB_Item4.Enabled = false;
|
|
CB_Item4.FormattingEnabled = true;
|
|
CB_Item4.Location = new System.Drawing.Point(80, 82);
|
|
CB_Item4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Item4.Name = "CB_Item4";
|
|
CB_Item4.Size = new System.Drawing.Size(162, 23);
|
|
CB_Item4.TabIndex = 127;
|
|
//
|
|
// NUD_Item4
|
|
//
|
|
NUD_Item4.Enabled = false;
|
|
NUD_Item4.Location = new System.Drawing.Point(250, 82);
|
|
NUD_Item4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Item4.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Item4.Name = "NUD_Item4";
|
|
NUD_Item4.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Item4.TabIndex = 125;
|
|
//
|
|
// L_Item4
|
|
//
|
|
L_Item4.Location = new System.Drawing.Point(4, 80);
|
|
L_Item4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Item4.Name = "L_Item4";
|
|
L_Item4.Size = new System.Drawing.Size(70, 27);
|
|
L_Item4.TabIndex = 126;
|
|
L_Item4.Text = "Item 4:";
|
|
L_Item4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Item3
|
|
//
|
|
CB_Item3.Enabled = false;
|
|
CB_Item3.FormattingEnabled = true;
|
|
CB_Item3.Location = new System.Drawing.Point(80, 55);
|
|
CB_Item3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Item3.Name = "CB_Item3";
|
|
CB_Item3.Size = new System.Drawing.Size(162, 23);
|
|
CB_Item3.TabIndex = 124;
|
|
//
|
|
// NUD_Item3
|
|
//
|
|
NUD_Item3.Enabled = false;
|
|
NUD_Item3.Location = new System.Drawing.Point(250, 55);
|
|
NUD_Item3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Item3.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Item3.Name = "NUD_Item3";
|
|
NUD_Item3.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Item3.TabIndex = 122;
|
|
//
|
|
// L_Item3
|
|
//
|
|
L_Item3.Location = new System.Drawing.Point(4, 53);
|
|
L_Item3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Item3.Name = "L_Item3";
|
|
L_Item3.Size = new System.Drawing.Size(70, 27);
|
|
L_Item3.TabIndex = 123;
|
|
L_Item3.Text = "Item 3:";
|
|
L_Item3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Item2
|
|
//
|
|
CB_Item2.Enabled = false;
|
|
CB_Item2.FormattingEnabled = true;
|
|
CB_Item2.Location = new System.Drawing.Point(80, 29);
|
|
CB_Item2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Item2.Name = "CB_Item2";
|
|
CB_Item2.Size = new System.Drawing.Size(162, 23);
|
|
CB_Item2.TabIndex = 121;
|
|
//
|
|
// NUD_Item2
|
|
//
|
|
NUD_Item2.Enabled = false;
|
|
NUD_Item2.Location = new System.Drawing.Point(250, 29);
|
|
NUD_Item2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Item2.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Item2.Name = "NUD_Item2";
|
|
NUD_Item2.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Item2.TabIndex = 119;
|
|
//
|
|
// L_Item2
|
|
//
|
|
L_Item2.Location = new System.Drawing.Point(4, 27);
|
|
L_Item2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Item2.Name = "L_Item2";
|
|
L_Item2.Size = new System.Drawing.Size(70, 27);
|
|
L_Item2.TabIndex = 120;
|
|
L_Item2.Text = "Item 2:";
|
|
L_Item2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// CB_Item1
|
|
//
|
|
CB_Item1.Enabled = false;
|
|
CB_Item1.FormattingEnabled = true;
|
|
CB_Item1.Location = new System.Drawing.Point(80, 2);
|
|
CB_Item1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
CB_Item1.Name = "CB_Item1";
|
|
CB_Item1.Size = new System.Drawing.Size(162, 23);
|
|
CB_Item1.TabIndex = 118;
|
|
//
|
|
// NUD_Item1
|
|
//
|
|
NUD_Item1.Enabled = false;
|
|
NUD_Item1.Location = new System.Drawing.Point(250, 2);
|
|
NUD_Item1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
NUD_Item1.Maximum = new decimal(new int[] { 65535, 0, 0, 0 });
|
|
NUD_Item1.Name = "NUD_Item1";
|
|
NUD_Item1.Size = new System.Drawing.Size(68, 23);
|
|
NUD_Item1.TabIndex = 116;
|
|
//
|
|
// L_Item1
|
|
//
|
|
L_Item1.Location = new System.Drawing.Point(4, 0);
|
|
L_Item1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
L_Item1.Name = "L_Item1";
|
|
L_Item1.Size = new System.Drawing.Size(70, 27);
|
|
L_Item1.TabIndex = 117;
|
|
L_Item1.Text = "Item 1:";
|
|
L_Item1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
//
|
|
// B_Save
|
|
//
|
|
B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right;
|
|
B_Save.Location = new System.Drawing.Point(279, 232);
|
|
B_Save.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Save.Name = "B_Save";
|
|
B_Save.Size = new System.Drawing.Size(93, 27);
|
|
B_Save.TabIndex = 144;
|
|
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(178, 232);
|
|
B_Cancel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
B_Cancel.Name = "B_Cancel";
|
|
B_Cancel.Size = new System.Drawing.Size(93, 27);
|
|
B_Cancel.TabIndex = 145;
|
|
B_Cancel.Text = "Cancel";
|
|
B_Cancel.UseVisualStyleBackColor = true;
|
|
B_Cancel.Click += B_Cancel_Click;
|
|
//
|
|
// SAV_Link6
|
|
//
|
|
AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit;
|
|
ClientSize = new System.Drawing.Size(390, 272);
|
|
Controls.Add(B_Cancel);
|
|
Controls.Add(B_Save);
|
|
Controls.Add(tabControl1);
|
|
Icon = Properties.Resources.Icon;
|
|
Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
MaximizeBox = false;
|
|
MinimumSize = new System.Drawing.Size(406, 311);
|
|
Name = "SAV_Link6";
|
|
StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
|
|
Text = "Pokemon Link Tool";
|
|
tabControl1.ResumeLayout(false);
|
|
TAB_Main.ResumeLayout(false);
|
|
TAB_Main.PerformLayout();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Pokemiles).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_BP).EndInit();
|
|
TAB_PKM.ResumeLayout(false);
|
|
TAB_PKM.PerformLayout();
|
|
TAB_Items.ResumeLayout(false);
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item6).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item5).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item4).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item3).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item2).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)NUD_Item1).EndInit();
|
|
ResumeLayout(false);
|
|
}
|
|
|
|
private System.Windows.Forms.Button B_Import;
|
|
private System.Windows.Forms.TabControl tabControl1;
|
|
private System.Windows.Forms.TabPage TAB_Main;
|
|
private System.Windows.Forms.TabPage TAB_PKM;
|
|
private System.Windows.Forms.TabPage TAB_Items;
|
|
private System.Windows.Forms.Label L_Item1;
|
|
private System.Windows.Forms.NumericUpDown NUD_Item1;
|
|
private System.Windows.Forms.ComboBox CB_Item1;
|
|
private System.Windows.Forms.Label L_Item2;
|
|
private System.Windows.Forms.NumericUpDown NUD_Item2;
|
|
private System.Windows.Forms.ComboBox CB_Item2;
|
|
private System.Windows.Forms.Label L_Item3;
|
|
private System.Windows.Forms.NumericUpDown NUD_Item3;
|
|
private System.Windows.Forms.ComboBox CB_Item3;
|
|
private System.Windows.Forms.Label L_Item4;
|
|
private System.Windows.Forms.NumericUpDown NUD_Item4;
|
|
private System.Windows.Forms.ComboBox CB_Item4;
|
|
private System.Windows.Forms.Label L_Item5;
|
|
private System.Windows.Forms.NumericUpDown NUD_Item5;
|
|
private System.Windows.Forms.ComboBox CB_Item5;
|
|
private System.Windows.Forms.Label L_Item6;
|
|
private System.Windows.Forms.NumericUpDown NUD_Item6;
|
|
private System.Windows.Forms.ComboBox CB_Item6;
|
|
private System.Windows.Forms.Button B_Save;
|
|
private System.Windows.Forms.Button B_Cancel;
|
|
private System.Windows.Forms.NumericUpDown NUD_BP;
|
|
private System.Windows.Forms.NumericUpDown NUD_Pokemiles;
|
|
private System.Windows.Forms.Label L_Pokemiles;
|
|
private System.Windows.Forms.Label L_BP;
|
|
private System.Windows.Forms.TextBox RTB_LinkSource;
|
|
private System.Windows.Forms.CheckBox CHK_LinkAvailable;
|
|
}
|
|
}
|