PKHeX/Subforms/Save Editors/Gen6/SAV_Link6.Designer.cs
Kaphotics 282030b1e7 Add Pokémon Link I/O
Thanks @suloku !

Resolves #137

Added recalculation for data's internal checksum.
2016-07-26 20:18:48 -07:00

621 lines
No EOL
28 KiB
C#

namespace PKHeX
{
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()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(SAV_Link6));
this.TB_PKM1 = new System.Windows.Forms.TextBox();
this.TB_PKM2 = new System.Windows.Forms.TextBox();
this.TB_PKM3 = new System.Windows.Forms.TextBox();
this.L_PKM1 = new System.Windows.Forms.Label();
this.L_PKM2 = new System.Windows.Forms.Label();
this.L_PKM3 = new System.Windows.Forms.Label();
this.L_PKM6 = new System.Windows.Forms.Label();
this.L_PKM5 = new System.Windows.Forms.Label();
this.L_PKM4 = new System.Windows.Forms.Label();
this.TB_PKM6 = new System.Windows.Forms.TextBox();
this.TB_PKM5 = new System.Windows.Forms.TextBox();
this.TB_PKM4 = new System.Windows.Forms.TextBox();
this.B_Export = new System.Windows.Forms.Button();
this.B_Import = new System.Windows.Forms.Button();
this.tabControl1 = new System.Windows.Forms.TabControl();
this.TAB_Main = new System.Windows.Forms.TabPage();
this.CHK_LinkAvailable = new System.Windows.Forms.CheckBox();
this.RTB_LinkSource = new System.Windows.Forms.TextBox();
this.L_BP = new System.Windows.Forms.Label();
this.L_Pokemiles = new System.Windows.Forms.Label();
this.NUD_Pokemiles = new System.Windows.Forms.NumericUpDown();
this.NUD_BP = new System.Windows.Forms.NumericUpDown();
this.TAB_PKM = new System.Windows.Forms.TabPage();
this.TAB_Items = new System.Windows.Forms.TabPage();
this.CB_Item6 = new System.Windows.Forms.ComboBox();
this.NUD_Item6 = new System.Windows.Forms.NumericUpDown();
this.L_Item6 = new System.Windows.Forms.Label();
this.CB_Item5 = new System.Windows.Forms.ComboBox();
this.NUD_Item5 = new System.Windows.Forms.NumericUpDown();
this.L_Item5 = new System.Windows.Forms.Label();
this.CB_Item4 = new System.Windows.Forms.ComboBox();
this.NUD_Item4 = new System.Windows.Forms.NumericUpDown();
this.L_Item4 = new System.Windows.Forms.Label();
this.CB_Item3 = new System.Windows.Forms.ComboBox();
this.NUD_Item3 = new System.Windows.Forms.NumericUpDown();
this.L_Item3 = new System.Windows.Forms.Label();
this.CB_Item2 = new System.Windows.Forms.ComboBox();
this.NUD_Item2 = new System.Windows.Forms.NumericUpDown();
this.L_Item2 = new System.Windows.Forms.Label();
this.CB_Item1 = new System.Windows.Forms.ComboBox();
this.NUD_Item1 = new System.Windows.Forms.NumericUpDown();
this.L_Item1 = new System.Windows.Forms.Label();
this.B_Save = new System.Windows.Forms.Button();
this.B_Cancel = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.TAB_Main.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Pokemiles)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_BP)).BeginInit();
this.TAB_PKM.SuspendLayout();
this.TAB_Items.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item6)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item5)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item4)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item3)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item2)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item1)).BeginInit();
this.SuspendLayout();
//
// TB_PKM1
//
this.TB_PKM1.Location = new System.Drawing.Point(49, 5);
this.TB_PKM1.Name = "TB_PKM1";
this.TB_PKM1.ReadOnly = true;
this.TB_PKM1.Size = new System.Drawing.Size(160, 20);
this.TB_PKM1.TabIndex = 117;
//
// TB_PKM2
//
this.TB_PKM2.Location = new System.Drawing.Point(49, 27);
this.TB_PKM2.Name = "TB_PKM2";
this.TB_PKM2.ReadOnly = true;
this.TB_PKM2.Size = new System.Drawing.Size(160, 20);
this.TB_PKM2.TabIndex = 118;
//
// TB_PKM3
//
this.TB_PKM3.Location = new System.Drawing.Point(49, 49);
this.TB_PKM3.Name = "TB_PKM3";
this.TB_PKM3.ReadOnly = true;
this.TB_PKM3.Size = new System.Drawing.Size(160, 20);
this.TB_PKM3.TabIndex = 119;
//
// L_PKM1
//
this.L_PKM1.Location = new System.Drawing.Point(6, 3);
this.L_PKM1.Name = "L_PKM1";
this.L_PKM1.Size = new System.Drawing.Size(37, 23);
this.L_PKM1.TabIndex = 123;
this.L_PKM1.Text = "#1:";
this.L_PKM1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_PKM2
//
this.L_PKM2.Location = new System.Drawing.Point(6, 25);
this.L_PKM2.Name = "L_PKM2";
this.L_PKM2.Size = new System.Drawing.Size(37, 23);
this.L_PKM2.TabIndex = 124;
this.L_PKM2.Text = "#2:";
this.L_PKM2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_PKM3
//
this.L_PKM3.Location = new System.Drawing.Point(6, 48);
this.L_PKM3.Name = "L_PKM3";
this.L_PKM3.Size = new System.Drawing.Size(37, 23);
this.L_PKM3.TabIndex = 126;
this.L_PKM3.Text = "#3:";
this.L_PKM3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_PKM6
//
this.L_PKM6.Location = new System.Drawing.Point(6, 114);
this.L_PKM6.Name = "L_PKM6";
this.L_PKM6.Size = new System.Drawing.Size(37, 23);
this.L_PKM6.TabIndex = 138;
this.L_PKM6.Text = "#6:";
this.L_PKM6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_PKM5
//
this.L_PKM5.Location = new System.Drawing.Point(6, 91);
this.L_PKM5.Name = "L_PKM5";
this.L_PKM5.Size = new System.Drawing.Size(37, 23);
this.L_PKM5.TabIndex = 137;
this.L_PKM5.Text = "#5:";
this.L_PKM5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_PKM4
//
this.L_PKM4.Location = new System.Drawing.Point(6, 69);
this.L_PKM4.Name = "L_PKM4";
this.L_PKM4.Size = new System.Drawing.Size(37, 23);
this.L_PKM4.TabIndex = 136;
this.L_PKM4.Text = "#4:";
this.L_PKM4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// TB_PKM6
//
this.TB_PKM6.Location = new System.Drawing.Point(49, 115);
this.TB_PKM6.Name = "TB_PKM6";
this.TB_PKM6.ReadOnly = true;
this.TB_PKM6.Size = new System.Drawing.Size(160, 20);
this.TB_PKM6.TabIndex = 135;
//
// TB_PKM5
//
this.TB_PKM5.Location = new System.Drawing.Point(49, 93);
this.TB_PKM5.Name = "TB_PKM5";
this.TB_PKM5.ReadOnly = true;
this.TB_PKM5.Size = new System.Drawing.Size(160, 20);
this.TB_PKM5.TabIndex = 134;
//
// TB_PKM4
//
this.TB_PKM4.Location = new System.Drawing.Point(49, 71);
this.TB_PKM4.Name = "TB_PKM4";
this.TB_PKM4.ReadOnly = true;
this.TB_PKM4.Size = new System.Drawing.Size(160, 20);
this.TB_PKM4.TabIndex = 133;
//
// B_Export
//
this.B_Export.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.B_Export.Location = new System.Drawing.Point(163, 87);
this.B_Export.Name = "B_Export";
this.B_Export.Size = new System.Drawing.Size(80, 23);
this.B_Export.TabIndex = 4;
this.B_Export.Text = "Export";
this.B_Export.UseVisualStyleBackColor = true;
this.B_Export.Click += new System.EventHandler(this.B_Export_Click);
//
// B_Import
//
this.B_Import.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
this.B_Import.Location = new System.Drawing.Point(163, 64);
this.B_Import.Name = "B_Import";
this.B_Import.Size = new System.Drawing.Size(80, 23);
this.B_Import.TabIndex = 0;
this.B_Import.Text = "Import";
this.B_Import.UseVisualStyleBackColor = true;
this.B_Import.Click += new System.EventHandler(this.B_Import_Click);
//
// tabControl1
//
this.tabControl1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.tabControl1.Controls.Add(this.TAB_Main);
this.tabControl1.Controls.Add(this.TAB_PKM);
this.tabControl1.Controls.Add(this.TAB_Items);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(307, 183);
this.tabControl1.TabIndex = 143;
//
// TAB_Main
//
this.TAB_Main.Controls.Add(this.CHK_LinkAvailable);
this.TAB_Main.Controls.Add(this.RTB_LinkSource);
this.TAB_Main.Controls.Add(this.L_BP);
this.TAB_Main.Controls.Add(this.L_Pokemiles);
this.TAB_Main.Controls.Add(this.NUD_Pokemiles);
this.TAB_Main.Controls.Add(this.B_Export);
this.TAB_Main.Controls.Add(this.B_Import);
this.TAB_Main.Controls.Add(this.NUD_BP);
this.TAB_Main.Location = new System.Drawing.Point(4, 22);
this.TAB_Main.Name = "TAB_Main";
this.TAB_Main.Padding = new System.Windows.Forms.Padding(3);
this.TAB_Main.Size = new System.Drawing.Size(299, 157);
this.TAB_Main.TabIndex = 0;
this.TAB_Main.Text = "Main";
this.TAB_Main.UseVisualStyleBackColor = true;
//
// CHK_LinkAvailable
//
this.CHK_LinkAvailable.Enabled = false;
this.CHK_LinkAvailable.Location = new System.Drawing.Point(9, 116);
this.CHK_LinkAvailable.Name = "CHK_LinkAvailable";
this.CHK_LinkAvailable.Size = new System.Drawing.Size(146, 21);
this.CHK_LinkAvailable.TabIndex = 149;
this.CHK_LinkAvailable.Text = "Pokémon Link Enabled";
this.CHK_LinkAvailable.UseVisualStyleBackColor = true;
//
// RTB_LinkSource
//
this.RTB_LinkSource.Enabled = false;
this.RTB_LinkSource.Location = new System.Drawing.Point(6, 6);
this.RTB_LinkSource.MaxLength = 54;
this.RTB_LinkSource.Multiline = true;
this.RTB_LinkSource.Name = "RTB_LinkSource";
this.RTB_LinkSource.Size = new System.Drawing.Size(237, 52);
this.RTB_LinkSource.TabIndex = 148;
//
// L_BP
//
this.L_BP.Location = new System.Drawing.Point(6, 61);
this.L_BP.Name = "L_BP";
this.L_BP.Size = new System.Drawing.Size(73, 23);
this.L_BP.TabIndex = 146;
this.L_BP.Text = "Battle Points:";
this.L_BP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// L_Pokemiles
//
this.L_Pokemiles.Location = new System.Drawing.Point(16, 87);
this.L_Pokemiles.Name = "L_Pokemiles";
this.L_Pokemiles.Size = new System.Drawing.Size(63, 23);
this.L_Pokemiles.TabIndex = 147;
this.L_Pokemiles.Text = "PokéMiles:";
this.L_Pokemiles.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// NUD_Pokemiles
//
this.NUD_Pokemiles.Enabled = false;
this.NUD_Pokemiles.Location = new System.Drawing.Point(85, 90);
this.NUD_Pokemiles.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Pokemiles.Name = "NUD_Pokemiles";
this.NUD_Pokemiles.Size = new System.Drawing.Size(58, 20);
this.NUD_Pokemiles.TabIndex = 145;
//
// NUD_BP
//
this.NUD_BP.Enabled = false;
this.NUD_BP.Location = new System.Drawing.Point(85, 64);
this.NUD_BP.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_BP.Name = "NUD_BP";
this.NUD_BP.Size = new System.Drawing.Size(58, 20);
this.NUD_BP.TabIndex = 144;
//
// TAB_PKM
//
this.TAB_PKM.Controls.Add(this.TB_PKM1);
this.TAB_PKM.Controls.Add(this.TB_PKM2);
this.TAB_PKM.Controls.Add(this.L_PKM6);
this.TAB_PKM.Controls.Add(this.TB_PKM3);
this.TAB_PKM.Controls.Add(this.L_PKM5);
this.TAB_PKM.Controls.Add(this.L_PKM1);
this.TAB_PKM.Controls.Add(this.L_PKM4);
this.TAB_PKM.Controls.Add(this.L_PKM2);
this.TAB_PKM.Controls.Add(this.TB_PKM6);
this.TAB_PKM.Controls.Add(this.L_PKM3);
this.TAB_PKM.Controls.Add(this.TB_PKM5);
this.TAB_PKM.Controls.Add(this.TB_PKM4);
this.TAB_PKM.Location = new System.Drawing.Point(4, 22);
this.TAB_PKM.Name = "TAB_PKM";
this.TAB_PKM.Padding = new System.Windows.Forms.Padding(3);
this.TAB_PKM.Size = new System.Drawing.Size(299, 157);
this.TAB_PKM.TabIndex = 1;
this.TAB_PKM.Text = "Pokémon";
this.TAB_PKM.UseVisualStyleBackColor = true;
//
// TAB_Items
//
this.TAB_Items.Controls.Add(this.CB_Item6);
this.TAB_Items.Controls.Add(this.NUD_Item6);
this.TAB_Items.Controls.Add(this.L_Item6);
this.TAB_Items.Controls.Add(this.CB_Item5);
this.TAB_Items.Controls.Add(this.NUD_Item5);
this.TAB_Items.Controls.Add(this.L_Item5);
this.TAB_Items.Controls.Add(this.CB_Item4);
this.TAB_Items.Controls.Add(this.NUD_Item4);
this.TAB_Items.Controls.Add(this.L_Item4);
this.TAB_Items.Controls.Add(this.CB_Item3);
this.TAB_Items.Controls.Add(this.NUD_Item3);
this.TAB_Items.Controls.Add(this.L_Item3);
this.TAB_Items.Controls.Add(this.CB_Item2);
this.TAB_Items.Controls.Add(this.NUD_Item2);
this.TAB_Items.Controls.Add(this.L_Item2);
this.TAB_Items.Controls.Add(this.CB_Item1);
this.TAB_Items.Controls.Add(this.NUD_Item1);
this.TAB_Items.Controls.Add(this.L_Item1);
this.TAB_Items.Location = new System.Drawing.Point(4, 22);
this.TAB_Items.Name = "TAB_Items";
this.TAB_Items.Size = new System.Drawing.Size(299, 157);
this.TAB_Items.TabIndex = 2;
this.TAB_Items.Text = "Items";
this.TAB_Items.UseVisualStyleBackColor = true;
//
// CB_Item6
//
this.CB_Item6.Enabled = false;
this.CB_Item6.FormattingEnabled = true;
this.CB_Item6.Location = new System.Drawing.Point(69, 117);
this.CB_Item6.Name = "CB_Item6";
this.CB_Item6.Size = new System.Drawing.Size(139, 21);
this.CB_Item6.TabIndex = 133;
//
// NUD_Item6
//
this.NUD_Item6.Enabled = false;
this.NUD_Item6.Location = new System.Drawing.Point(214, 117);
this.NUD_Item6.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Item6.Name = "NUD_Item6";
this.NUD_Item6.Size = new System.Drawing.Size(58, 20);
this.NUD_Item6.TabIndex = 131;
//
// L_Item6
//
this.L_Item6.Location = new System.Drawing.Point(3, 115);
this.L_Item6.Name = "L_Item6";
this.L_Item6.Size = new System.Drawing.Size(60, 23);
this.L_Item6.TabIndex = 132;
this.L_Item6.Text = "Item 6:";
this.L_Item6.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Item5
//
this.CB_Item5.Enabled = false;
this.CB_Item5.FormattingEnabled = true;
this.CB_Item5.Location = new System.Drawing.Point(69, 94);
this.CB_Item5.Name = "CB_Item5";
this.CB_Item5.Size = new System.Drawing.Size(139, 21);
this.CB_Item5.TabIndex = 130;
//
// NUD_Item5
//
this.NUD_Item5.Enabled = false;
this.NUD_Item5.Location = new System.Drawing.Point(214, 94);
this.NUD_Item5.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Item5.Name = "NUD_Item5";
this.NUD_Item5.Size = new System.Drawing.Size(58, 20);
this.NUD_Item5.TabIndex = 128;
//
// L_Item5
//
this.L_Item5.Location = new System.Drawing.Point(3, 92);
this.L_Item5.Name = "L_Item5";
this.L_Item5.Size = new System.Drawing.Size(60, 23);
this.L_Item5.TabIndex = 129;
this.L_Item5.Text = "Item 5:";
this.L_Item5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Item4
//
this.CB_Item4.Enabled = false;
this.CB_Item4.FormattingEnabled = true;
this.CB_Item4.Location = new System.Drawing.Point(69, 71);
this.CB_Item4.Name = "CB_Item4";
this.CB_Item4.Size = new System.Drawing.Size(139, 21);
this.CB_Item4.TabIndex = 127;
//
// NUD_Item4
//
this.NUD_Item4.Enabled = false;
this.NUD_Item4.Location = new System.Drawing.Point(214, 71);
this.NUD_Item4.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Item4.Name = "NUD_Item4";
this.NUD_Item4.Size = new System.Drawing.Size(58, 20);
this.NUD_Item4.TabIndex = 125;
//
// L_Item4
//
this.L_Item4.Location = new System.Drawing.Point(3, 69);
this.L_Item4.Name = "L_Item4";
this.L_Item4.Size = new System.Drawing.Size(60, 23);
this.L_Item4.TabIndex = 126;
this.L_Item4.Text = "Item 4:";
this.L_Item4.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Item3
//
this.CB_Item3.Enabled = false;
this.CB_Item3.FormattingEnabled = true;
this.CB_Item3.Location = new System.Drawing.Point(69, 48);
this.CB_Item3.Name = "CB_Item3";
this.CB_Item3.Size = new System.Drawing.Size(139, 21);
this.CB_Item3.TabIndex = 124;
//
// NUD_Item3
//
this.NUD_Item3.Enabled = false;
this.NUD_Item3.Location = new System.Drawing.Point(214, 48);
this.NUD_Item3.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Item3.Name = "NUD_Item3";
this.NUD_Item3.Size = new System.Drawing.Size(58, 20);
this.NUD_Item3.TabIndex = 122;
//
// L_Item3
//
this.L_Item3.Location = new System.Drawing.Point(3, 46);
this.L_Item3.Name = "L_Item3";
this.L_Item3.Size = new System.Drawing.Size(60, 23);
this.L_Item3.TabIndex = 123;
this.L_Item3.Text = "Item 3:";
this.L_Item3.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Item2
//
this.CB_Item2.Enabled = false;
this.CB_Item2.FormattingEnabled = true;
this.CB_Item2.Location = new System.Drawing.Point(69, 25);
this.CB_Item2.Name = "CB_Item2";
this.CB_Item2.Size = new System.Drawing.Size(139, 21);
this.CB_Item2.TabIndex = 121;
//
// NUD_Item2
//
this.NUD_Item2.Enabled = false;
this.NUD_Item2.Location = new System.Drawing.Point(214, 25);
this.NUD_Item2.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Item2.Name = "NUD_Item2";
this.NUD_Item2.Size = new System.Drawing.Size(58, 20);
this.NUD_Item2.TabIndex = 119;
//
// L_Item2
//
this.L_Item2.Location = new System.Drawing.Point(3, 23);
this.L_Item2.Name = "L_Item2";
this.L_Item2.Size = new System.Drawing.Size(60, 23);
this.L_Item2.TabIndex = 120;
this.L_Item2.Text = "Item 2:";
this.L_Item2.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// CB_Item1
//
this.CB_Item1.Enabled = false;
this.CB_Item1.FormattingEnabled = true;
this.CB_Item1.Location = new System.Drawing.Point(69, 2);
this.CB_Item1.Name = "CB_Item1";
this.CB_Item1.Size = new System.Drawing.Size(139, 21);
this.CB_Item1.TabIndex = 118;
//
// NUD_Item1
//
this.NUD_Item1.Enabled = false;
this.NUD_Item1.Location = new System.Drawing.Point(214, 2);
this.NUD_Item1.Maximum = new decimal(new int[] {
65535,
0,
0,
0});
this.NUD_Item1.Name = "NUD_Item1";
this.NUD_Item1.Size = new System.Drawing.Size(58, 20);
this.NUD_Item1.TabIndex = 116;
//
// L_Item1
//
this.L_Item1.Location = new System.Drawing.Point(3, 0);
this.L_Item1.Name = "L_Item1";
this.L_Item1.Size = new System.Drawing.Size(60, 23);
this.L_Item1.TabIndex = 117;
this.L_Item1.Text = "Item 1:";
this.L_Item1.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
//
// B_Save
//
this.B_Save.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Save.Location = new System.Drawing.Point(239, 201);
this.B_Save.Name = "B_Save";
this.B_Save.Size = new System.Drawing.Size(80, 23);
this.B_Save.TabIndex = 144;
this.B_Save.Text = "Save";
this.B_Save.UseVisualStyleBackColor = true;
this.B_Save.Click += new System.EventHandler(this.B_Save_Click);
//
// B_Cancel
//
this.B_Cancel.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right)));
this.B_Cancel.Location = new System.Drawing.Point(153, 201);
this.B_Cancel.Name = "B_Cancel";
this.B_Cancel.Size = new System.Drawing.Size(80, 23);
this.B_Cancel.TabIndex = 145;
this.B_Cancel.Text = "Cancel";
this.B_Cancel.UseVisualStyleBackColor = true;
this.B_Cancel.Click += new System.EventHandler(this.B_Cancel_Click);
//
// SAV_Link6
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(334, 236);
this.Controls.Add(this.B_Cancel);
this.Controls.Add(this.B_Save);
this.Controls.Add(this.tabControl1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.MinimumSize = new System.Drawing.Size(350, 275);
this.Name = "SAV_Link6";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "Pokemon Link Tool";
this.tabControl1.ResumeLayout(false);
this.TAB_Main.ResumeLayout(false);
this.TAB_Main.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.NUD_Pokemiles)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_BP)).EndInit();
this.TAB_PKM.ResumeLayout(false);
this.TAB_PKM.PerformLayout();
this.TAB_Items.ResumeLayout(false);
((System.ComponentModel.ISupportInitialize)(this.NUD_Item6)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item5)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item4)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item3)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item2)).EndInit();
((System.ComponentModel.ISupportInitialize)(this.NUD_Item1)).EndInit();
this.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;
}
}