namespace PKHeX.WinForms { partial class SAV_MailBox { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Windows Form Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { B_Cancel = new System.Windows.Forms.Button(); B_Save = new System.Windows.Forms.Button(); LB_PartyHeld = new System.Windows.Forms.ListBox(); LB_PCBOX = new System.Windows.Forms.ListBox(); B_Delete = new System.Windows.Forms.Button(); L_BoxSize = new System.Windows.Forms.Label(); TB_MessageBody21 = new System.Windows.Forms.TextBox(); TB_MessageBody22 = new System.Windows.Forms.TextBox(); TB_AuthorName = new System.Windows.Forms.TextBox(); NUD_AuthorTID = new System.Windows.Forms.NumericUpDown(); CB_AppearPKM1 = new System.Windows.Forms.ComboBox(); CB_MailType = new System.Windows.Forms.ComboBox(); NUD_AuthorSID = new System.Windows.Forms.NumericUpDown(); NUD_BoxSize = new System.Windows.Forms.NumericUpDown(); GB_MessageTB = new System.Windows.Forms.GroupBox(); GB_MessageNUD = new System.Windows.Forms.GroupBox(); NUD_MessageEnding = new System.Windows.Forms.NumericUpDown(); NUD_Message23 = new System.Windows.Forms.NumericUpDown(); NUD_Message13 = new System.Windows.Forms.NumericUpDown(); NUD_Message03 = new System.Windows.Forms.NumericUpDown(); NUD_Message22 = new System.Windows.Forms.NumericUpDown(); NUD_Message21 = new System.Windows.Forms.NumericUpDown(); NUD_Message20 = new System.Windows.Forms.NumericUpDown(); NUD_Message12 = new System.Windows.Forms.NumericUpDown(); NUD_Message11 = new System.Windows.Forms.NumericUpDown(); NUD_Message10 = new System.Windows.Forms.NumericUpDown(); NUD_Message02 = new System.Windows.Forms.NumericUpDown(); NUD_Message01 = new System.Windows.Forms.NumericUpDown(); NUD_Message00 = new System.Windows.Forms.NumericUpDown(); GB_Author = new System.Windows.Forms.GroupBox(); CHK_UserEntered = new System.Windows.Forms.CheckBox(); CB_AuthorVersion = new System.Windows.Forms.ComboBox(); CB_AuthorLang = new System.Windows.Forms.ComboBox(); L_MailType = new System.Windows.Forms.Label(); L_AppearPKM = new System.Windows.Forms.Label(); GB_PKM = new System.Windows.Forms.GroupBox(); L_HeldItem6 = new System.Windows.Forms.Label(); NUD_MailID6 = new System.Windows.Forms.NumericUpDown(); L_PKM6 = new System.Windows.Forms.Label(); L_HeldItem5 = new System.Windows.Forms.Label(); NUD_MailID5 = new System.Windows.Forms.NumericUpDown(); L_PKM5 = new System.Windows.Forms.Label(); L_HeldItem4 = new System.Windows.Forms.Label(); NUD_MailID4 = new System.Windows.Forms.NumericUpDown(); L_PKM4 = new System.Windows.Forms.Label(); L_HeldItem3 = new System.Windows.Forms.Label(); NUD_MailID3 = new System.Windows.Forms.NumericUpDown(); L_PKM3 = new System.Windows.Forms.Label(); L_HeldItem2 = new System.Windows.Forms.Label(); NUD_MailID2 = new System.Windows.Forms.NumericUpDown(); L_PKM2 = new System.Windows.Forms.Label(); L_HeldItem1 = new System.Windows.Forms.Label(); NUD_MailID1 = new System.Windows.Forms.NumericUpDown(); L_PKM1 = new System.Windows.Forms.Label(); L_PartyHeld = new System.Windows.Forms.Label(); L_PCBOX = new System.Windows.Forms.Label(); CB_AppearPKM2 = new System.Windows.Forms.ComboBox(); CB_AppearPKM3 = new System.Windows.Forms.ComboBox(); L_MiscValue = new System.Windows.Forms.Label(); NUD_Misc1 = new System.Windows.Forms.NumericUpDown(); NUD_Misc2 = new System.Windows.Forms.NumericUpDown(); NUD_Misc3 = new System.Windows.Forms.NumericUpDown(); B_PartyUp = new System.Windows.Forms.Button(); B_PartyDown = new System.Windows.Forms.Button(); B_BoxDown = new System.Windows.Forms.Button(); B_BoxUp = new System.Windows.Forms.Button(); GT_AuthorGender = new PKHeX.WinForms.Controls.GenderToggle(); ((System.ComponentModel.ISupportInitialize)NUD_AuthorTID).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_AuthorSID).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_BoxSize).BeginInit(); GB_MessageTB.SuspendLayout(); GB_MessageNUD.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)NUD_MessageEnding).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message23).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message13).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message03).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message22).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message21).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message20).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message12).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message11).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message10).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message02).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message01).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message00).BeginInit(); GB_Author.SuspendLayout(); GB_PKM.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)NUD_MailID6).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID5).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID4).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID3).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID2).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID1).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Misc1).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Misc2).BeginInit(); ((System.ComponentModel.ISupportInitialize)NUD_Misc3).BeginInit(); SuspendLayout(); // // B_Cancel // B_Cancel.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; B_Cancel.Location = new System.Drawing.Point(556, 464); 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, 29); B_Cancel.TabIndex = 0; B_Cancel.Text = "Cancel"; B_Cancel.UseVisualStyleBackColor = true; B_Cancel.Click += B_Cancel_Click; // // B_Save // B_Save.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Right; B_Save.Location = new System.Drawing.Point(654, 464); 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, 29); B_Save.TabIndex = 1; B_Save.Text = "Save"; B_Save.UseVisualStyleBackColor = true; B_Save.Click += B_Save_Click; // // LB_PartyHeld // LB_PartyHeld.FormattingEnabled = true; LB_PartyHeld.IntegralHeight = false; LB_PartyHeld.Location = new System.Drawing.Point(18, 45); LB_PartyHeld.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); LB_PartyHeld.Name = "LB_PartyHeld"; LB_PartyHeld.Size = new System.Drawing.Size(139, 101); LB_PartyHeld.TabIndex = 2; LB_PartyHeld.SelectedIndexChanged += EntryControl; // // LB_PCBOX // LB_PCBOX.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; LB_PCBOX.FormattingEnabled = true; LB_PCBOX.IntegralHeight = false; LB_PCBOX.Location = new System.Drawing.Point(18, 193); LB_PCBOX.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); LB_PCBOX.Name = "LB_PCBOX"; LB_PCBOX.Size = new System.Drawing.Size(139, 237); LB_PCBOX.TabIndex = 3; LB_PCBOX.SelectedIndexChanged += EntryControl; // // B_Delete // B_Delete.Location = new System.Drawing.Point(447, 18); B_Delete.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_Delete.Name = "B_Delete"; B_Delete.Size = new System.Drawing.Size(88, 29); B_Delete.TabIndex = 4; B_Delete.Text = "Delete"; B_Delete.UseVisualStyleBackColor = true; B_Delete.Click += B_Delete_Click; // // L_BoxSize // L_BoxSize.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; L_BoxSize.Location = new System.Drawing.Point(14, 437); L_BoxSize.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_BoxSize.Name = "L_BoxSize"; L_BoxSize.Size = new System.Drawing.Size(150, 23); L_BoxSize.TabIndex = 5; L_BoxSize.Text = "MailBox (PC) Served:"; L_BoxSize.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // TB_MessageBody21 // TB_MessageBody21.Location = new System.Drawing.Point(10, 27); TB_MessageBody21.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); TB_MessageBody21.MaxLength = 32; TB_MessageBody21.Name = "TB_MessageBody21"; TB_MessageBody21.Size = new System.Drawing.Size(216, 25); TB_MessageBody21.TabIndex = 7; TB_MessageBody21.Text = "0123456789ABCDEF"; // // TB_MessageBody22 // TB_MessageBody22.Location = new System.Drawing.Point(10, 61); TB_MessageBody22.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); TB_MessageBody22.MaxLength = 32; TB_MessageBody22.Name = "TB_MessageBody22"; TB_MessageBody22.Size = new System.Drawing.Size(216, 25); TB_MessageBody22.TabIndex = 8; TB_MessageBody22.Text = "0123456789ABCDEF"; // // TB_AuthorName // TB_AuthorName.Location = new System.Drawing.Point(10, 27); TB_AuthorName.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); TB_AuthorName.MaxLength = 7; TB_AuthorName.Name = "TB_AuthorName"; TB_AuthorName.Size = new System.Drawing.Size(96, 25); TB_AuthorName.TabIndex = 9; TB_AuthorName.Text = "MMMMMMM"; // // NUD_AuthorTID // NUD_AuthorTID.Location = new System.Drawing.Point(10, 61); NUD_AuthorTID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_AuthorTID.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_AuthorTID.Name = "NUD_AuthorTID"; NUD_AuthorTID.Size = new System.Drawing.Size(63, 25); NUD_AuthorTID.TabIndex = 10; NUD_AuthorTID.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // CB_AppearPKM1 // CB_AppearPKM1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_AppearPKM1.FormattingEnabled = true; CB_AppearPKM1.Location = new System.Drawing.Point(274, 380); CB_AppearPKM1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_AppearPKM1.Name = "CB_AppearPKM1"; CB_AppearPKM1.Size = new System.Drawing.Size(124, 25); CB_AppearPKM1.TabIndex = 11; // // CB_MailType // CB_MailType.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_MailType.FormattingEnabled = true; CB_MailType.Location = new System.Drawing.Point(274, 344); CB_MailType.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_MailType.Name = "CB_MailType"; CB_MailType.Size = new System.Drawing.Size(124, 25); CB_MailType.TabIndex = 12; // // NUD_AuthorSID // NUD_AuthorSID.Location = new System.Drawing.Point(84, 61); NUD_AuthorSID.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_AuthorSID.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_AuthorSID.Name = "NUD_AuthorSID"; NUD_AuthorSID.Size = new System.Drawing.Size(63, 25); NUD_AuthorSID.TabIndex = 13; NUD_AuthorSID.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_BoxSize // NUD_BoxSize.Anchor = System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left; NUD_BoxSize.Location = new System.Drawing.Point(105, 464); NUD_BoxSize.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_BoxSize.Maximum = new decimal(new int[] { 50, 0, 0, 0 }); NUD_BoxSize.Name = "NUD_BoxSize"; NUD_BoxSize.Size = new System.Drawing.Size(43, 25); NUD_BoxSize.TabIndex = 14; NUD_BoxSize.Value = new decimal(new int[] { 50, 0, 0, 0 }); NUD_BoxSize.ValueChanged += NUD_BoxSize_ValueChanged; // // GB_MessageTB // GB_MessageTB.Controls.Add(TB_MessageBody21); GB_MessageTB.Controls.Add(TB_MessageBody22); GB_MessageTB.Location = new System.Drawing.Point(189, 59); GB_MessageTB.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_MessageTB.Name = "GB_MessageTB"; GB_MessageTB.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_MessageTB.Size = new System.Drawing.Size(238, 96); GB_MessageTB.TabIndex = 15; GB_MessageTB.TabStop = false; GB_MessageTB.Text = "Message"; // // GB_MessageNUD // GB_MessageNUD.Controls.Add(NUD_MessageEnding); GB_MessageNUD.Controls.Add(NUD_Message23); GB_MessageNUD.Controls.Add(NUD_Message13); GB_MessageNUD.Controls.Add(NUD_Message03); GB_MessageNUD.Controls.Add(NUD_Message22); GB_MessageNUD.Controls.Add(NUD_Message21); GB_MessageNUD.Controls.Add(NUD_Message20); GB_MessageNUD.Controls.Add(NUD_Message12); GB_MessageNUD.Controls.Add(NUD_Message11); GB_MessageNUD.Controls.Add(NUD_Message10); GB_MessageNUD.Controls.Add(NUD_Message02); GB_MessageNUD.Controls.Add(NUD_Message01); GB_MessageNUD.Controls.Add(NUD_Message00); GB_MessageNUD.Location = new System.Drawing.Point(189, 59); GB_MessageNUD.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_MessageNUD.Name = "GB_MessageNUD"; GB_MessageNUD.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_MessageNUD.Size = new System.Drawing.Size(304, 166); GB_MessageNUD.TabIndex = 16; GB_MessageNUD.TabStop = false; GB_MessageNUD.Text = "Message"; // // NUD_MessageEnding // NUD_MessageEnding.Location = new System.Drawing.Point(10, 132); NUD_MessageEnding.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MessageEnding.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_MessageEnding.Name = "NUD_MessageEnding"; NUD_MessageEnding.Size = new System.Drawing.Size(63, 25); NUD_MessageEnding.TabIndex = 12; NUD_MessageEnding.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message23 // NUD_Message23.Location = new System.Drawing.Point(231, 96); NUD_Message23.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message23.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message23.Name = "NUD_Message23"; NUD_Message23.Size = new System.Drawing.Size(63, 25); NUD_Message23.TabIndex = 11; NUD_Message23.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message13 // NUD_Message13.Location = new System.Drawing.Point(231, 61); NUD_Message13.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message13.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message13.Name = "NUD_Message13"; NUD_Message13.Size = new System.Drawing.Size(63, 25); NUD_Message13.TabIndex = 7; NUD_Message13.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message03 // NUD_Message03.Location = new System.Drawing.Point(231, 27); NUD_Message03.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message03.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message03.Name = "NUD_Message03"; NUD_Message03.Size = new System.Drawing.Size(63, 25); NUD_Message03.TabIndex = 3; NUD_Message03.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message22 // NUD_Message22.Location = new System.Drawing.Point(158, 96); NUD_Message22.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message22.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message22.Name = "NUD_Message22"; NUD_Message22.Size = new System.Drawing.Size(63, 25); NUD_Message22.TabIndex = 10; NUD_Message22.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message21 // NUD_Message21.Location = new System.Drawing.Point(84, 96); NUD_Message21.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message21.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message21.Name = "NUD_Message21"; NUD_Message21.Size = new System.Drawing.Size(63, 25); NUD_Message21.TabIndex = 9; NUD_Message21.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message20 // NUD_Message20.Location = new System.Drawing.Point(10, 96); NUD_Message20.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message20.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message20.Name = "NUD_Message20"; NUD_Message20.Size = new System.Drawing.Size(63, 25); NUD_Message20.TabIndex = 8; NUD_Message20.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message12 // NUD_Message12.Location = new System.Drawing.Point(158, 61); NUD_Message12.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message12.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message12.Name = "NUD_Message12"; NUD_Message12.Size = new System.Drawing.Size(63, 25); NUD_Message12.TabIndex = 6; NUD_Message12.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message11 // NUD_Message11.Location = new System.Drawing.Point(84, 61); NUD_Message11.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message11.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message11.Name = "NUD_Message11"; NUD_Message11.Size = new System.Drawing.Size(63, 25); NUD_Message11.TabIndex = 5; NUD_Message11.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message10 // NUD_Message10.Location = new System.Drawing.Point(10, 61); NUD_Message10.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message10.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message10.Name = "NUD_Message10"; NUD_Message10.Size = new System.Drawing.Size(63, 25); NUD_Message10.TabIndex = 4; NUD_Message10.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message02 // NUD_Message02.Location = new System.Drawing.Point(158, 27); NUD_Message02.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message02.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message02.Name = "NUD_Message02"; NUD_Message02.Size = new System.Drawing.Size(63, 25); NUD_Message02.TabIndex = 2; NUD_Message02.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message01 // NUD_Message01.Location = new System.Drawing.Point(84, 27); NUD_Message01.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message01.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message01.Name = "NUD_Message01"; NUD_Message01.Size = new System.Drawing.Size(63, 25); NUD_Message01.TabIndex = 1; NUD_Message01.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Message00 // NUD_Message00.Location = new System.Drawing.Point(10, 27); NUD_Message00.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Message00.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Message00.Name = "NUD_Message00"; NUD_Message00.Size = new System.Drawing.Size(63, 25); NUD_Message00.TabIndex = 0; NUD_Message00.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // GB_Author // GB_Author.Controls.Add(GT_AuthorGender); GB_Author.Controls.Add(CHK_UserEntered); GB_Author.Controls.Add(CB_AuthorVersion); GB_Author.Controls.Add(CB_AuthorLang); GB_Author.Controls.Add(TB_AuthorName); GB_Author.Controls.Add(NUD_AuthorTID); GB_Author.Controls.Add(NUD_AuthorSID); GB_Author.Location = new System.Drawing.Point(189, 237); GB_Author.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Author.Name = "GB_Author"; GB_Author.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_Author.Size = new System.Drawing.Size(304, 96); GB_Author.TabIndex = 17; GB_Author.TabStop = false; GB_Author.Text = "Author"; // // CHK_UserEntered // CHK_UserEntered.AutoSize = true; CHK_UserEntered.Location = new System.Drawing.Point(159, 62); CHK_UserEntered.Name = "CHK_UserEntered"; CHK_UserEntered.Size = new System.Drawing.Size(104, 21); CHK_UserEntered.TabIndex = 61; CHK_UserEntered.Text = "User-Entered"; CHK_UserEntered.UseVisualStyleBackColor = true; // // CB_AuthorVersion // CB_AuthorVersion.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_AuthorVersion.FormattingEnabled = true; CB_AuthorVersion.Location = new System.Drawing.Point(158, 60); CB_AuthorVersion.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_AuthorVersion.Name = "CB_AuthorVersion"; CB_AuthorVersion.Size = new System.Drawing.Size(136, 25); CB_AuthorVersion.TabIndex = 60; // // CB_AuthorLang // CB_AuthorLang.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_AuthorLang.FormattingEnabled = true; CB_AuthorLang.Location = new System.Drawing.Point(158, 24); CB_AuthorLang.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_AuthorLang.Name = "CB_AuthorLang"; CB_AuthorLang.Size = new System.Drawing.Size(136, 25); CB_AuthorLang.TabIndex = 59; // // L_MailType // L_MailType.Location = new System.Drawing.Point(183, 344); L_MailType.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_MailType.Name = "L_MailType"; L_MailType.Size = new System.Drawing.Size(84, 23); L_MailType.TabIndex = 18; L_MailType.Text = "Mail Type:"; L_MailType.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_AppearPKM // L_AppearPKM.Location = new System.Drawing.Point(168, 380); L_AppearPKM.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_AppearPKM.Name = "L_AppearPKM"; L_AppearPKM.Size = new System.Drawing.Size(99, 23); L_AppearPKM.TabIndex = 19; L_AppearPKM.Text = "Appear PKM:"; L_AppearPKM.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // GB_PKM // GB_PKM.Anchor = System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right; GB_PKM.Controls.Add(L_HeldItem6); GB_PKM.Controls.Add(NUD_MailID6); GB_PKM.Controls.Add(L_PKM6); GB_PKM.Controls.Add(L_HeldItem5); GB_PKM.Controls.Add(NUD_MailID5); GB_PKM.Controls.Add(L_PKM5); GB_PKM.Controls.Add(L_HeldItem4); GB_PKM.Controls.Add(NUD_MailID4); GB_PKM.Controls.Add(L_PKM4); GB_PKM.Controls.Add(L_HeldItem3); GB_PKM.Controls.Add(NUD_MailID3); GB_PKM.Controls.Add(L_PKM3); GB_PKM.Controls.Add(L_HeldItem2); GB_PKM.Controls.Add(NUD_MailID2); GB_PKM.Controls.Add(L_PKM2); GB_PKM.Controls.Add(L_HeldItem1); GB_PKM.Controls.Add(NUD_MailID1); GB_PKM.Controls.Add(L_PKM1); GB_PKM.Location = new System.Drawing.Point(544, 18); GB_PKM.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_PKM.Name = "GB_PKM"; GB_PKM.Padding = new System.Windows.Forms.Padding(4, 3, 4, 3); GB_PKM.Size = new System.Drawing.Size(198, 302); GB_PKM.TabIndex = 20; GB_PKM.TabStop = false; GB_PKM.Text = "Held MailID"; // // L_HeldItem6 // L_HeldItem6.Location = new System.Drawing.Point(10, 272); L_HeldItem6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_HeldItem6.Name = "L_HeldItem6"; L_HeldItem6.Size = new System.Drawing.Size(117, 23); L_HeldItem6.TabIndex = 17; L_HeldItem6.Text = "(Mail)"; L_HeldItem6.TextAlign = System.Drawing.ContentAlignment.TopRight; // // NUD_MailID6 // NUD_MailID6.Location = new System.Drawing.Point(138, 252); NUD_MailID6.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MailID6.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID6.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue }); NUD_MailID6.Name = "NUD_MailID6"; NUD_MailID6.Size = new System.Drawing.Size(50, 25); NUD_MailID6.TabIndex = 16; NUD_MailID6.Value = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID6.ValueChanged += NUD_MailIDn_ValueChanged; // // L_PKM6 // L_PKM6.Location = new System.Drawing.Point(10, 250); L_PKM6.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PKM6.Name = "L_PKM6"; L_PKM6.Size = new System.Drawing.Size(117, 23); L_PKM6.TabIndex = 15; L_PKM6.Text = "Bulbasaur:"; L_PKM6.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_HeldItem5 // L_HeldItem5.Location = new System.Drawing.Point(10, 227); L_HeldItem5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_HeldItem5.Name = "L_HeldItem5"; L_HeldItem5.Size = new System.Drawing.Size(117, 23); L_HeldItem5.TabIndex = 14; L_HeldItem5.Text = "(Mail)"; L_HeldItem5.TextAlign = System.Drawing.ContentAlignment.TopRight; // // NUD_MailID5 // NUD_MailID5.Location = new System.Drawing.Point(138, 207); NUD_MailID5.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MailID5.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID5.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue }); NUD_MailID5.Name = "NUD_MailID5"; NUD_MailID5.Size = new System.Drawing.Size(50, 25); NUD_MailID5.TabIndex = 13; NUD_MailID5.Value = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID5.ValueChanged += NUD_MailIDn_ValueChanged; // // L_PKM5 // L_PKM5.Location = new System.Drawing.Point(10, 205); L_PKM5.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PKM5.Name = "L_PKM5"; L_PKM5.Size = new System.Drawing.Size(117, 23); L_PKM5.TabIndex = 12; L_PKM5.Text = "Bulbasaur:"; L_PKM5.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_HeldItem4 // L_HeldItem4.Location = new System.Drawing.Point(10, 182); L_HeldItem4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_HeldItem4.Name = "L_HeldItem4"; L_HeldItem4.Size = new System.Drawing.Size(117, 23); L_HeldItem4.TabIndex = 11; L_HeldItem4.Text = "(Mail)"; L_HeldItem4.TextAlign = System.Drawing.ContentAlignment.TopRight; // // NUD_MailID4 // NUD_MailID4.Location = new System.Drawing.Point(138, 162); NUD_MailID4.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MailID4.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID4.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue }); NUD_MailID4.Name = "NUD_MailID4"; NUD_MailID4.Size = new System.Drawing.Size(50, 25); NUD_MailID4.TabIndex = 10; NUD_MailID4.Value = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID4.ValueChanged += NUD_MailIDn_ValueChanged; // // L_PKM4 // L_PKM4.Location = new System.Drawing.Point(10, 160); L_PKM4.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PKM4.Name = "L_PKM4"; L_PKM4.Size = new System.Drawing.Size(117, 23); L_PKM4.TabIndex = 9; L_PKM4.Text = "Bulbasaur:"; L_PKM4.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_HeldItem3 // L_HeldItem3.Location = new System.Drawing.Point(10, 137); L_HeldItem3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_HeldItem3.Name = "L_HeldItem3"; L_HeldItem3.Size = new System.Drawing.Size(117, 23); L_HeldItem3.TabIndex = 8; L_HeldItem3.Text = "(Mail)"; L_HeldItem3.TextAlign = System.Drawing.ContentAlignment.TopRight; // // NUD_MailID3 // NUD_MailID3.Location = new System.Drawing.Point(138, 117); NUD_MailID3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MailID3.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID3.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue }); NUD_MailID3.Name = "NUD_MailID3"; NUD_MailID3.Size = new System.Drawing.Size(50, 25); NUD_MailID3.TabIndex = 7; NUD_MailID3.Value = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID3.ValueChanged += NUD_MailIDn_ValueChanged; // // L_PKM3 // L_PKM3.Location = new System.Drawing.Point(10, 115); L_PKM3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PKM3.Name = "L_PKM3"; L_PKM3.Size = new System.Drawing.Size(117, 23); L_PKM3.TabIndex = 6; L_PKM3.Text = "Bulbasaur:"; L_PKM3.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_HeldItem2 // L_HeldItem2.Location = new System.Drawing.Point(10, 92); L_HeldItem2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_HeldItem2.Name = "L_HeldItem2"; L_HeldItem2.Size = new System.Drawing.Size(117, 23); L_HeldItem2.TabIndex = 5; L_HeldItem2.Text = "(Mail)"; L_HeldItem2.TextAlign = System.Drawing.ContentAlignment.TopRight; // // NUD_MailID2 // NUD_MailID2.Location = new System.Drawing.Point(138, 72); NUD_MailID2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MailID2.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID2.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue }); NUD_MailID2.Name = "NUD_MailID2"; NUD_MailID2.Size = new System.Drawing.Size(50, 25); NUD_MailID2.TabIndex = 4; NUD_MailID2.Value = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID2.ValueChanged += NUD_MailIDn_ValueChanged; // // L_PKM2 // L_PKM2.Location = new System.Drawing.Point(10, 70); L_PKM2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PKM2.Name = "L_PKM2"; L_PKM2.Size = new System.Drawing.Size(117, 23); L_PKM2.TabIndex = 3; L_PKM2.Text = "Bulbasaur:"; L_PKM2.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_HeldItem1 // L_HeldItem1.Location = new System.Drawing.Point(10, 47); L_HeldItem1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_HeldItem1.Name = "L_HeldItem1"; L_HeldItem1.Size = new System.Drawing.Size(117, 23); L_HeldItem1.TabIndex = 2; L_HeldItem1.Text = "(Mail)"; L_HeldItem1.TextAlign = System.Drawing.ContentAlignment.TopRight; // // NUD_MailID1 // NUD_MailID1.Location = new System.Drawing.Point(138, 27); NUD_MailID1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_MailID1.Maximum = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID1.Minimum = new decimal(new int[] { 1, 0, 0, int.MinValue }); NUD_MailID1.Name = "NUD_MailID1"; NUD_MailID1.Size = new System.Drawing.Size(50, 25); NUD_MailID1.TabIndex = 1; NUD_MailID1.Value = new decimal(new int[] { 5, 0, 0, 0 }); NUD_MailID1.ValueChanged += NUD_MailIDn_ValueChanged; // // L_PKM1 // L_PKM1.Location = new System.Drawing.Point(10, 25); L_PKM1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PKM1.Name = "L_PKM1"; L_PKM1.Size = new System.Drawing.Size(117, 23); L_PKM1.TabIndex = 0; L_PKM1.Text = "Bulbasaur:"; L_PKM1.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // L_PartyHeld // L_PartyHeld.Location = new System.Drawing.Point(18, 15); L_PartyHeld.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PartyHeld.Name = "L_PartyHeld"; L_PartyHeld.Size = new System.Drawing.Size(117, 23); L_PartyHeld.TabIndex = 21; L_PartyHeld.Text = "MailBox (Party)"; L_PartyHeld.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // L_PCBOX // L_PCBOX.Location = new System.Drawing.Point(18, 163); L_PCBOX.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_PCBOX.Name = "L_PCBOX"; L_PCBOX.Size = new System.Drawing.Size(103, 23); L_PCBOX.TabIndex = 22; L_PCBOX.Text = "MailBox (PC)"; L_PCBOX.TextAlign = System.Drawing.ContentAlignment.MiddleLeft; // // CB_AppearPKM2 // CB_AppearPKM2.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_AppearPKM2.FormattingEnabled = true; CB_AppearPKM2.Location = new System.Drawing.Point(410, 380); CB_AppearPKM2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_AppearPKM2.Name = "CB_AppearPKM2"; CB_AppearPKM2.Size = new System.Drawing.Size(124, 25); CB_AppearPKM2.TabIndex = 23; // // CB_AppearPKM3 // CB_AppearPKM3.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList; CB_AppearPKM3.FormattingEnabled = true; CB_AppearPKM3.Location = new System.Drawing.Point(541, 380); CB_AppearPKM3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); CB_AppearPKM3.Name = "CB_AppearPKM3"; CB_AppearPKM3.Size = new System.Drawing.Size(124, 25); CB_AppearPKM3.TabIndex = 24; // // L_MiscValue // L_MiscValue.Location = new System.Drawing.Point(214, 380); L_MiscValue.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0); L_MiscValue.Name = "L_MiscValue"; L_MiscValue.Size = new System.Drawing.Size(54, 23); L_MiscValue.TabIndex = 25; L_MiscValue.Text = "Misc:"; L_MiscValue.TextAlign = System.Drawing.ContentAlignment.MiddleRight; // // NUD_Misc1 // NUD_Misc1.Location = new System.Drawing.Point(274, 381); NUD_Misc1.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Misc1.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Misc1.Name = "NUD_Misc1"; NUD_Misc1.Size = new System.Drawing.Size(63, 25); NUD_Misc1.TabIndex = 26; NUD_Misc1.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Misc2 // NUD_Misc2.Location = new System.Drawing.Point(348, 381); NUD_Misc2.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Misc2.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Misc2.Name = "NUD_Misc2"; NUD_Misc2.Size = new System.Drawing.Size(63, 25); NUD_Misc2.TabIndex = 27; NUD_Misc2.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // NUD_Misc3 // NUD_Misc3.Location = new System.Drawing.Point(421, 381); NUD_Misc3.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); NUD_Misc3.Maximum = new decimal(new int[] { 65535, 0, 0, 0 }); NUD_Misc3.Name = "NUD_Misc3"; NUD_Misc3.Size = new System.Drawing.Size(63, 25); NUD_Misc3.TabIndex = 28; NUD_Misc3.Value = new decimal(new int[] { 65535, 0, 0, 0 }); // // B_PartyUp // B_PartyUp.Location = new System.Drawing.Point(160, 45); B_PartyUp.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_PartyUp.Name = "B_PartyUp"; B_PartyUp.Size = new System.Drawing.Size(22, 28); B_PartyUp.TabIndex = 29; B_PartyUp.Text = "^"; B_PartyUp.UseVisualStyleBackColor = true; B_PartyUp.Visible = false; B_PartyUp.Click += B_PartyUp_Click; // // B_PartyDown // B_PartyDown.Location = new System.Drawing.Point(160, 80); B_PartyDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_PartyDown.Name = "B_PartyDown"; B_PartyDown.Size = new System.Drawing.Size(22, 28); B_PartyDown.TabIndex = 30; B_PartyDown.Text = "v"; B_PartyDown.UseVisualStyleBackColor = true; B_PartyDown.Visible = false; B_PartyDown.Click += B_PartyDown_Click; // // B_BoxDown // B_BoxDown.Location = new System.Drawing.Point(160, 227); B_BoxDown.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_BoxDown.Name = "B_BoxDown"; B_BoxDown.Size = new System.Drawing.Size(22, 28); B_BoxDown.TabIndex = 32; B_BoxDown.Text = "v"; B_BoxDown.UseVisualStyleBackColor = true; B_BoxDown.Visible = false; B_BoxDown.Click += B_BoxDown_Click; // // B_BoxUp // B_BoxUp.Location = new System.Drawing.Point(160, 193); B_BoxUp.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); B_BoxUp.Name = "B_BoxUp"; B_BoxUp.Size = new System.Drawing.Size(22, 28); B_BoxUp.TabIndex = 31; B_BoxUp.Text = "^"; B_BoxUp.UseVisualStyleBackColor = true; B_BoxUp.Visible = false; B_BoxUp.Click += B_BoxUp_Click; // // GT_AuthorGender // GT_AuthorGender.AllowClick = true; GT_AuthorGender.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center; GT_AuthorGender.Gender = 255; GT_AuthorGender.Location = new System.Drawing.Point(113, 24); GT_AuthorGender.Name = "GT_AuthorGender"; GT_AuthorGender.Size = new System.Drawing.Size(29, 28); GT_AuthorGender.TabIndex = 62; // // SAV_MailBox // AutoScaleMode = System.Windows.Forms.AutoScaleMode.Inherit; ClientSize = new System.Drawing.Size(760, 511); Controls.Add(B_BoxDown); Controls.Add(B_BoxUp); Controls.Add(B_PartyDown); Controls.Add(B_PartyUp); Controls.Add(NUD_Misc3); Controls.Add(NUD_Misc2); Controls.Add(NUD_Misc1); Controls.Add(L_MiscValue); Controls.Add(CB_AppearPKM3); Controls.Add(CB_AppearPKM2); Controls.Add(L_PCBOX); Controls.Add(L_PartyHeld); Controls.Add(GB_PKM); Controls.Add(L_AppearPKM); Controls.Add(L_MailType); Controls.Add(GB_Author); Controls.Add(GB_MessageTB); Controls.Add(GB_MessageNUD); Controls.Add(NUD_BoxSize); Controls.Add(CB_MailType); Controls.Add(CB_AppearPKM1); Controls.Add(L_BoxSize); Controls.Add(B_Delete); Controls.Add(LB_PCBOX); Controls.Add(LB_PartyHeld); Controls.Add(B_Save); Controls.Add(B_Cancel); Icon = Properties.Resources.Icon; Margin = new System.Windows.Forms.Padding(4, 3, 4, 3); Name = "SAV_MailBox"; StartPosition = System.Windows.Forms.FormStartPosition.CenterParent; Text = "MailBox Editor"; ((System.ComponentModel.ISupportInitialize)NUD_AuthorTID).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_AuthorSID).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_BoxSize).EndInit(); GB_MessageTB.ResumeLayout(false); GB_MessageTB.PerformLayout(); GB_MessageNUD.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)NUD_MessageEnding).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message23).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message13).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message03).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message22).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message21).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message20).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message12).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message11).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message10).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message02).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message01).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Message00).EndInit(); GB_Author.ResumeLayout(false); GB_Author.PerformLayout(); GB_PKM.ResumeLayout(false); ((System.ComponentModel.ISupportInitialize)NUD_MailID6).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID5).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID4).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID3).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID2).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_MailID1).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Misc1).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Misc2).EndInit(); ((System.ComponentModel.ISupportInitialize)NUD_Misc3).EndInit(); ResumeLayout(false); } #endregion private System.Windows.Forms.Button B_Cancel; private System.Windows.Forms.Button B_Save; private System.Windows.Forms.ListBox LB_PartyHeld; private System.Windows.Forms.ListBox LB_PCBOX; private System.Windows.Forms.Button B_Delete; private System.Windows.Forms.Label L_BoxSize; private System.Windows.Forms.TextBox TB_MessageBody21; private System.Windows.Forms.TextBox TB_MessageBody22; private System.Windows.Forms.TextBox TB_AuthorName; private System.Windows.Forms.NumericUpDown NUD_AuthorTID; private System.Windows.Forms.ComboBox CB_AppearPKM1; private System.Windows.Forms.ComboBox CB_MailType; private System.Windows.Forms.NumericUpDown NUD_AuthorSID; private System.Windows.Forms.NumericUpDown NUD_BoxSize; private System.Windows.Forms.GroupBox GB_MessageTB; private System.Windows.Forms.GroupBox GB_MessageNUD; private System.Windows.Forms.NumericUpDown NUD_Message22; private System.Windows.Forms.NumericUpDown NUD_Message21; private System.Windows.Forms.NumericUpDown NUD_Message20; private System.Windows.Forms.NumericUpDown NUD_Message12; private System.Windows.Forms.NumericUpDown NUD_Message11; private System.Windows.Forms.NumericUpDown NUD_Message10; private System.Windows.Forms.NumericUpDown NUD_Message02; private System.Windows.Forms.NumericUpDown NUD_Message01; private System.Windows.Forms.NumericUpDown NUD_Message00; private System.Windows.Forms.GroupBox GB_Author; private System.Windows.Forms.Label L_MailType; private System.Windows.Forms.Label L_AppearPKM; private System.Windows.Forms.GroupBox GB_PKM; private System.Windows.Forms.NumericUpDown NUD_MailID1; private System.Windows.Forms.Label L_PKM1; private System.Windows.Forms.Label L_PartyHeld; private System.Windows.Forms.Label L_PCBOX; private System.Windows.Forms.Label L_HeldItem6; private System.Windows.Forms.NumericUpDown NUD_MailID6; private System.Windows.Forms.Label L_PKM6; private System.Windows.Forms.Label L_HeldItem5; private System.Windows.Forms.NumericUpDown NUD_MailID5; private System.Windows.Forms.Label L_PKM5; private System.Windows.Forms.Label L_HeldItem4; private System.Windows.Forms.NumericUpDown NUD_MailID4; private System.Windows.Forms.Label L_PKM4; private System.Windows.Forms.Label L_HeldItem3; private System.Windows.Forms.NumericUpDown NUD_MailID3; private System.Windows.Forms.Label L_PKM3; private System.Windows.Forms.Label L_HeldItem2; private System.Windows.Forms.NumericUpDown NUD_MailID2; private System.Windows.Forms.Label L_PKM2; private System.Windows.Forms.Label L_HeldItem1; private System.Windows.Forms.ComboBox CB_AppearPKM2; private System.Windows.Forms.ComboBox CB_AppearPKM3; private System.Windows.Forms.NumericUpDown NUD_Message03; private System.Windows.Forms.NumericUpDown NUD_Message13; private System.Windows.Forms.NumericUpDown NUD_Message23; private System.Windows.Forms.ComboBox CB_AuthorVersion; private System.Windows.Forms.ComboBox CB_AuthorLang; private System.Windows.Forms.NumericUpDown NUD_MessageEnding; private System.Windows.Forms.Label L_MiscValue; private System.Windows.Forms.NumericUpDown NUD_Misc1; private System.Windows.Forms.NumericUpDown NUD_Misc2; private System.Windows.Forms.NumericUpDown NUD_Misc3; private System.Windows.Forms.Button B_PartyUp; private System.Windows.Forms.Button B_PartyDown; private System.Windows.Forms.Button B_BoxDown; private System.Windows.Forms.Button B_BoxUp; private System.Windows.Forms.CheckBox CHK_UserEntered; private Controls.GenderToggle GT_AuthorGender; } }