2017-12-02 22:20:56 +00:00
namespace PKHeX.WinForms
{
partial class SAV_MailBox
{
/// <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 ( )
{
this . B_Cancel = new System . Windows . Forms . Button ( ) ;
this . B_Save = new System . Windows . Forms . Button ( ) ;
this . LB_PartyHeld = new System . Windows . Forms . ListBox ( ) ;
this . LB_PCBOX = new System . Windows . Forms . ListBox ( ) ;
this . B_Delete = new System . Windows . Forms . Button ( ) ;
this . L_BoxSize = new System . Windows . Forms . Label ( ) ;
this . TB_MessageBody21 = new System . Windows . Forms . TextBox ( ) ;
this . TB_MessageBody22 = new System . Windows . Forms . TextBox ( ) ;
this . TB_AuthorName = new System . Windows . Forms . TextBox ( ) ;
this . NUD_AuthorTID = new System . Windows . Forms . NumericUpDown ( ) ;
this . CB_AppearPKM1 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_MailType = new System . Windows . Forms . ComboBox ( ) ;
this . NUD_AuthorSID = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_BoxSize = new System . Windows . Forms . NumericUpDown ( ) ;
this . GB_MessageTB = new System . Windows . Forms . GroupBox ( ) ;
this . GB_MessageNUD = new System . Windows . Forms . GroupBox ( ) ;
2017-12-03 14:48:04 +00:00
this . NUD_MessageEnding = new System . Windows . Forms . NumericUpDown ( ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message23 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message13 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message03 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message22 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message21 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message20 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message12 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message11 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message10 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message02 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message01 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Message00 = new System . Windows . Forms . NumericUpDown ( ) ;
this . GB_Author = new System . Windows . Forms . GroupBox ( ) ;
this . CB_AuthorVersion = new System . Windows . Forms . ComboBox ( ) ;
this . CB_AuthorLang = new System . Windows . Forms . ComboBox ( ) ;
this . Label_OTGender = new System . Windows . Forms . Label ( ) ;
this . L_MailType = new System . Windows . Forms . Label ( ) ;
this . L_AppearPKM = new System . Windows . Forms . Label ( ) ;
this . GB_PKM = new System . Windows . Forms . GroupBox ( ) ;
this . L_HeldItem6 = new System . Windows . Forms . Label ( ) ;
this . NUD_MailID6 = new System . Windows . Forms . NumericUpDown ( ) ;
this . L_PKM6 = new System . Windows . Forms . Label ( ) ;
this . L_HeldItem5 = new System . Windows . Forms . Label ( ) ;
this . NUD_MailID5 = new System . Windows . Forms . NumericUpDown ( ) ;
this . L_PKM5 = new System . Windows . Forms . Label ( ) ;
this . L_HeldItem4 = new System . Windows . Forms . Label ( ) ;
this . NUD_MailID4 = new System . Windows . Forms . NumericUpDown ( ) ;
this . L_PKM4 = new System . Windows . Forms . Label ( ) ;
this . L_HeldItem3 = new System . Windows . Forms . Label ( ) ;
this . NUD_MailID3 = new System . Windows . Forms . NumericUpDown ( ) ;
this . L_PKM3 = new System . Windows . Forms . Label ( ) ;
this . L_HeldItem2 = new System . Windows . Forms . Label ( ) ;
this . NUD_MailID2 = new System . Windows . Forms . NumericUpDown ( ) ;
this . L_PKM2 = new System . Windows . Forms . Label ( ) ;
this . L_HeldItem1 = new System . Windows . Forms . Label ( ) ;
this . NUD_MailID1 = new System . Windows . Forms . NumericUpDown ( ) ;
this . L_PKM1 = new System . Windows . Forms . Label ( ) ;
this . L_PartyHeld = new System . Windows . Forms . Label ( ) ;
this . L_PCBOX = new System . Windows . Forms . Label ( ) ;
this . CB_AppearPKM2 = new System . Windows . Forms . ComboBox ( ) ;
this . CB_AppearPKM3 = new System . Windows . Forms . ComboBox ( ) ;
2017-12-03 14:48:04 +00:00
this . L_MiscValue = new System . Windows . Forms . Label ( ) ;
this . NUD_Misc1 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Misc2 = new System . Windows . Forms . NumericUpDown ( ) ;
this . NUD_Misc3 = new System . Windows . Forms . NumericUpDown ( ) ;
2022-04-03 06:36:39 +00:00
this . B_PartyUp = new System . Windows . Forms . Button ( ) ;
this . B_PartyDown = new System . Windows . Forms . Button ( ) ;
this . B_BoxDown = new System . Windows . Forms . Button ( ) ;
this . B_BoxUp = new System . Windows . Forms . Button ( ) ;
2017-12-02 22:20:56 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_AuthorTID ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_AuthorSID ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_BoxSize ) ) . BeginInit ( ) ;
this . GB_MessageTB . SuspendLayout ( ) ;
this . GB_MessageNUD . SuspendLayout ( ) ;
2017-12-03 14:48:04 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MessageEnding ) ) . BeginInit ( ) ;
2017-12-02 22:20:56 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message23 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message13 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message03 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message22 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message21 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message20 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message12 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message11 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message10 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message02 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message01 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message00 ) ) . BeginInit ( ) ;
this . GB_Author . SuspendLayout ( ) ;
this . GB_PKM . SuspendLayout ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID6 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID5 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID4 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID3 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID1 ) ) . BeginInit ( ) ;
2017-12-03 14:48:04 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Misc1 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Misc2 ) ) . BeginInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Misc3 ) ) . BeginInit ( ) ;
2017-12-02 22:20:56 +00:00
this . SuspendLayout ( ) ;
//
// B_Cancel
//
this . B_Cancel . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-04-03 06:36:39 +00:00
this . B_Cancel . Location = new System . Drawing . Point ( 477 , 402 ) ;
2017-12-02 22:20:56 +00:00
this . B_Cancel . Name = "B_Cancel" ;
2022-04-03 06:36:39 +00:00
this . B_Cancel . Size = new System . Drawing . Size ( 75 , 25 ) ;
2017-12-02 22:20:56 +00:00
this . B_Cancel . TabIndex = 0 ;
this . B_Cancel . Text = "Cancel" ;
this . B_Cancel . UseVisualStyleBackColor = true ;
this . B_Cancel . Click + = new System . EventHandler ( this . B_Cancel_Click ) ;
//
// B_Save
//
this . B_Save . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
2022-04-03 06:36:39 +00:00
this . B_Save . Location = new System . Drawing . Point ( 561 , 402 ) ;
2017-12-02 22:20:56 +00:00
this . B_Save . Name = "B_Save" ;
2022-04-03 06:36:39 +00:00
this . B_Save . Size = new System . Drawing . Size ( 75 , 25 ) ;
2017-12-02 22:20:56 +00:00
this . B_Save . TabIndex = 1 ;
this . B_Save . Text = "Save" ;
this . B_Save . UseVisualStyleBackColor = true ;
this . B_Save . Click + = new System . EventHandler ( this . B_Save_Click ) ;
//
// LB_PartyHeld
//
this . LB_PartyHeld . FormattingEnabled = true ;
this . LB_PartyHeld . IntegralHeight = false ;
2022-04-03 06:36:39 +00:00
this . LB_PartyHeld . Location = new System . Drawing . Point ( 15 , 39 ) ;
2017-12-02 22:20:56 +00:00
this . LB_PartyHeld . Name = "LB_PartyHeld" ;
2022-04-03 06:36:39 +00:00
this . LB_PartyHeld . Size = new System . Drawing . Size ( 120 , 88 ) ;
2017-12-02 22:20:56 +00:00
this . LB_PartyHeld . TabIndex = 2 ;
this . LB_PartyHeld . SelectedIndexChanged + = new System . EventHandler ( this . EntryControl ) ;
//
// LB_PCBOX
//
this . LB_PCBOX . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Bottom )
| System . Windows . Forms . AnchorStyles . Left ) ) ) ;
this . LB_PCBOX . FormattingEnabled = true ;
this . LB_PCBOX . IntegralHeight = false ;
2022-04-03 06:36:39 +00:00
this . LB_PCBOX . Location = new System . Drawing . Point ( 15 , 167 ) ;
2017-12-02 22:20:56 +00:00
this . LB_PCBOX . Name = "LB_PCBOX" ;
2022-04-03 06:36:39 +00:00
this . LB_PCBOX . Size = new System . Drawing . Size ( 120 , 206 ) ;
2017-12-02 22:20:56 +00:00
this . LB_PCBOX . TabIndex = 3 ;
this . LB_PCBOX . SelectedIndexChanged + = new System . EventHandler ( this . EntryControl ) ;
//
// B_Delete
//
2022-04-03 06:36:39 +00:00
this . B_Delete . Location = new System . Drawing . Point ( 383 , 16 ) ;
2017-12-02 22:20:56 +00:00
this . B_Delete . Name = "B_Delete" ;
2022-04-03 06:36:39 +00:00
this . B_Delete . Size = new System . Drawing . Size ( 75 , 25 ) ;
2017-12-02 22:20:56 +00:00
this . B_Delete . TabIndex = 4 ;
this . B_Delete . Text = "Delete" ;
this . B_Delete . UseVisualStyleBackColor = true ;
this . B_Delete . Click + = new System . EventHandler ( this . B_Delete_Click ) ;
//
// L_BoxSize
//
this . L_BoxSize . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2022-04-03 06:36:39 +00:00
this . L_BoxSize . Location = new System . Drawing . Point ( 12 , 379 ) ;
2017-12-02 22:20:56 +00:00
this . L_BoxSize . Name = "L_BoxSize" ;
2022-04-03 06:36:39 +00:00
this . L_BoxSize . Size = new System . Drawing . Size ( 129 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_BoxSize . TabIndex = 5 ;
this . L_BoxSize . Text = "MailBox (PC) Served:" ;
this . L_BoxSize . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// TB_MessageBody21
//
2022-04-03 06:36:39 +00:00
this . TB_MessageBody21 . Location = new System . Drawing . Point ( 9 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . TB_MessageBody21 . MaxLength = 16 ;
this . TB_MessageBody21 . Name = "TB_MessageBody21" ;
2022-04-03 06:36:39 +00:00
this . TB_MessageBody21 . Size = new System . Drawing . Size ( 160 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . TB_MessageBody21 . TabIndex = 7 ;
this . TB_MessageBody21 . Text = "MMMMMMMMMMMMMMMM" ;
//
// TB_MessageBody22
//
2022-04-03 06:36:39 +00:00
this . TB_MessageBody22 . Location = new System . Drawing . Point ( 9 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . TB_MessageBody22 . MaxLength = 16 ;
this . TB_MessageBody22 . Name = "TB_MessageBody22" ;
2022-04-03 06:36:39 +00:00
this . TB_MessageBody22 . Size = new System . Drawing . Size ( 160 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . TB_MessageBody22 . TabIndex = 8 ;
this . TB_MessageBody22 . Text = "MMMMMMMMMMMMMMMM" ;
//
// TB_AuthorName
//
2022-04-03 06:36:39 +00:00
this . TB_AuthorName . Location = new System . Drawing . Point ( 9 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . TB_AuthorName . MaxLength = 7 ;
this . TB_AuthorName . Name = "TB_AuthorName" ;
2022-04-03 06:36:39 +00:00
this . TB_AuthorName . Size = new System . Drawing . Size ( 83 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . TB_AuthorName . TabIndex = 9 ;
this . TB_AuthorName . Text = "MMMMMMM" ;
//
// NUD_AuthorTID
//
2022-04-03 06:36:39 +00:00
this . NUD_AuthorTID . Location = new System . Drawing . Point ( 9 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_AuthorTID . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_AuthorTID . Name = "NUD_AuthorTID" ;
2022-04-03 06:36:39 +00:00
this . NUD_AuthorTID . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_AuthorTID . TabIndex = 10 ;
this . NUD_AuthorTID . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// CB_AppearPKM1
//
this . CB_AppearPKM1 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_AppearPKM1 . FormattingEnabled = true ;
2022-04-03 06:36:39 +00:00
this . CB_AppearPKM1 . Location = new System . Drawing . Point ( 235 , 329 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AppearPKM1 . Name = "CB_AppearPKM1" ;
2022-04-03 06:36:39 +00:00
this . CB_AppearPKM1 . Size = new System . Drawing . Size ( 107 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AppearPKM1 . TabIndex = 11 ;
//
// CB_MailType
//
this . CB_MailType . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_MailType . FormattingEnabled = true ;
2022-04-03 06:36:39 +00:00
this . CB_MailType . Location = new System . Drawing . Point ( 235 , 298 ) ;
2017-12-02 22:20:56 +00:00
this . CB_MailType . Name = "CB_MailType" ;
2022-04-03 06:36:39 +00:00
this . CB_MailType . Size = new System . Drawing . Size ( 107 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_MailType . TabIndex = 12 ;
//
// NUD_AuthorSID
//
2022-04-03 06:36:39 +00:00
this . NUD_AuthorSID . Location = new System . Drawing . Point ( 72 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_AuthorSID . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_AuthorSID . Name = "NUD_AuthorSID" ;
2022-04-03 06:36:39 +00:00
this . NUD_AuthorSID . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_AuthorSID . TabIndex = 13 ;
this . NUD_AuthorSID . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_BoxSize
//
this . NUD_BoxSize . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Bottom | System . Windows . Forms . AnchorStyles . Left ) ) ) ;
2022-04-03 06:36:39 +00:00
this . NUD_BoxSize . Location = new System . Drawing . Point ( 90 , 402 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_BoxSize . Maximum = new decimal ( new int [ ] {
10 ,
0 ,
0 ,
0 } ) ;
this . NUD_BoxSize . Name = "NUD_BoxSize" ;
2022-04-03 06:36:39 +00:00
this . NUD_BoxSize . Size = new System . Drawing . Size ( 37 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_BoxSize . TabIndex = 14 ;
this . NUD_BoxSize . Value = new decimal ( new int [ ] {
10 ,
0 ,
0 ,
0 } ) ;
this . NUD_BoxSize . ValueChanged + = new System . EventHandler ( this . NUD_BoxSize_ValueChanged ) ;
//
// GB_MessageTB
//
this . GB_MessageTB . Controls . Add ( this . TB_MessageBody21 ) ;
this . GB_MessageTB . Controls . Add ( this . TB_MessageBody22 ) ;
2022-04-03 06:36:39 +00:00
this . GB_MessageTB . Location = new System . Drawing . Point ( 162 , 51 ) ;
2017-12-02 22:20:56 +00:00
this . GB_MessageTB . Name = "GB_MessageTB" ;
2022-04-03 06:36:39 +00:00
this . GB_MessageTB . Size = new System . Drawing . Size ( 178 , 83 ) ;
2017-12-02 22:20:56 +00:00
this . GB_MessageTB . TabIndex = 15 ;
this . GB_MessageTB . TabStop = false ;
this . GB_MessageTB . Text = "Message" ;
//
// GB_MessageNUD
//
2017-12-03 14:48:04 +00:00
this . GB_MessageNUD . Controls . Add ( this . NUD_MessageEnding ) ;
2017-12-02 22:20:56 +00:00
this . GB_MessageNUD . Controls . Add ( this . NUD_Message23 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message13 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message03 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message22 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message21 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message20 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message12 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message11 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message10 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message02 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message01 ) ;
this . GB_MessageNUD . Controls . Add ( this . NUD_Message00 ) ;
2022-04-03 06:36:39 +00:00
this . GB_MessageNUD . Location = new System . Drawing . Point ( 162 , 51 ) ;
2017-12-02 22:20:56 +00:00
this . GB_MessageNUD . Name = "GB_MessageNUD" ;
2022-04-03 06:36:39 +00:00
this . GB_MessageNUD . Size = new System . Drawing . Size ( 261 , 144 ) ;
2017-12-02 22:20:56 +00:00
this . GB_MessageNUD . TabIndex = 16 ;
this . GB_MessageNUD . TabStop = false ;
this . GB_MessageNUD . Text = "Message" ;
//
2017-12-03 14:48:04 +00:00
// NUD_MessageEnding
//
2022-04-03 06:36:39 +00:00
this . NUD_MessageEnding . Location = new System . Drawing . Point ( 9 , 114 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_MessageEnding . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_MessageEnding . Name = "NUD_MessageEnding" ;
2022-04-03 06:36:39 +00:00
this . NUD_MessageEnding . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_MessageEnding . TabIndex = 12 ;
this . NUD_MessageEnding . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
2017-12-02 22:20:56 +00:00
// NUD_Message23
//
2022-04-03 06:36:39 +00:00
this . NUD_Message23 . Location = new System . Drawing . Point ( 198 , 83 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message23 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message23 . Name = "NUD_Message23" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message23 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message23 . TabIndex = 11 ;
this . NUD_Message23 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message13
//
2022-04-03 06:36:39 +00:00
this . NUD_Message13 . Location = new System . Drawing . Point ( 198 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message13 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message13 . Name = "NUD_Message13" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message13 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message13 . TabIndex = 7 ;
this . NUD_Message13 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message03
//
2022-04-03 06:36:39 +00:00
this . NUD_Message03 . Location = new System . Drawing . Point ( 198 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message03 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message03 . Name = "NUD_Message03" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message03 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message03 . TabIndex = 3 ;
this . NUD_Message03 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message22
//
2022-04-03 06:36:39 +00:00
this . NUD_Message22 . Location = new System . Drawing . Point ( 135 , 83 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message22 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message22 . Name = "NUD_Message22" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message22 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message22 . TabIndex = 10 ;
this . NUD_Message22 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message21
//
2022-04-03 06:36:39 +00:00
this . NUD_Message21 . Location = new System . Drawing . Point ( 72 , 83 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message21 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message21 . Name = "NUD_Message21" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message21 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message21 . TabIndex = 9 ;
this . NUD_Message21 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message20
//
2022-04-03 06:36:39 +00:00
this . NUD_Message20 . Location = new System . Drawing . Point ( 9 , 83 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message20 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message20 . Name = "NUD_Message20" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message20 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message20 . TabIndex = 8 ;
this . NUD_Message20 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message12
//
2022-04-03 06:36:39 +00:00
this . NUD_Message12 . Location = new System . Drawing . Point ( 135 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message12 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message12 . Name = "NUD_Message12" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message12 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message12 . TabIndex = 6 ;
this . NUD_Message12 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message11
//
2022-04-03 06:36:39 +00:00
this . NUD_Message11 . Location = new System . Drawing . Point ( 72 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message11 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message11 . Name = "NUD_Message11" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message11 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message11 . TabIndex = 5 ;
this . NUD_Message11 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message10
//
2022-04-03 06:36:39 +00:00
this . NUD_Message10 . Location = new System . Drawing . Point ( 9 , 53 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message10 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message10 . Name = "NUD_Message10" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message10 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message10 . TabIndex = 4 ;
this . NUD_Message10 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message02
//
2022-04-03 06:36:39 +00:00
this . NUD_Message02 . Location = new System . Drawing . Point ( 135 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message02 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message02 . Name = "NUD_Message02" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message02 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message02 . TabIndex = 2 ;
this . NUD_Message02 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message01
//
2022-04-03 06:36:39 +00:00
this . NUD_Message01 . Location = new System . Drawing . Point ( 72 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message01 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message01 . Name = "NUD_Message01" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message01 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message01 . TabIndex = 1 ;
this . NUD_Message01 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Message00
//
2022-04-03 06:36:39 +00:00
this . NUD_Message00 . Location = new System . Drawing . Point ( 9 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message00 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Message00 . Name = "NUD_Message00" ;
2022-04-03 06:36:39 +00:00
this . NUD_Message00 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_Message00 . TabIndex = 0 ;
this . NUD_Message00 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// GB_Author
//
this . GB_Author . Controls . Add ( this . CB_AuthorVersion ) ;
this . GB_Author . Controls . Add ( this . CB_AuthorLang ) ;
this . GB_Author . Controls . Add ( this . Label_OTGender ) ;
this . GB_Author . Controls . Add ( this . TB_AuthorName ) ;
this . GB_Author . Controls . Add ( this . NUD_AuthorTID ) ;
this . GB_Author . Controls . Add ( this . NUD_AuthorSID ) ;
2022-04-03 06:36:39 +00:00
this . GB_Author . Location = new System . Drawing . Point ( 162 , 205 ) ;
2017-12-02 22:20:56 +00:00
this . GB_Author . Name = "GB_Author" ;
2022-04-03 06:36:39 +00:00
this . GB_Author . Size = new System . Drawing . Size ( 261 , 83 ) ;
2017-12-02 22:20:56 +00:00
this . GB_Author . TabIndex = 17 ;
this . GB_Author . TabStop = false ;
this . GB_Author . Text = "Author" ;
//
// CB_AuthorVersion
//
2017-12-03 14:48:04 +00:00
this . CB_AuthorVersion . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
2017-12-02 22:20:56 +00:00
this . CB_AuthorVersion . FormattingEnabled = true ;
2022-04-03 06:36:39 +00:00
this . CB_AuthorVersion . Location = new System . Drawing . Point ( 135 , 52 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AuthorVersion . Name = "CB_AuthorVersion" ;
2022-04-03 06:36:39 +00:00
this . CB_AuthorVersion . Size = new System . Drawing . Size ( 117 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AuthorVersion . TabIndex = 60 ;
//
// CB_AuthorLang
//
2017-12-03 14:48:04 +00:00
this . CB_AuthorLang . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
2017-12-02 22:20:56 +00:00
this . CB_AuthorLang . FormattingEnabled = true ;
2022-04-03 06:36:39 +00:00
this . CB_AuthorLang . Location = new System . Drawing . Point ( 135 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AuthorLang . Name = "CB_AuthorLang" ;
2022-04-03 06:36:39 +00:00
this . CB_AuthorLang . Size = new System . Drawing . Size ( 117 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AuthorLang . TabIndex = 59 ;
//
// Label_OTGender
//
this . Label_OTGender . Font = new System . Drawing . Font ( "Microsoft Sans Serif" , 8.25F , System . Drawing . FontStyle . Regular , System . Drawing . GraphicsUnit . Point , ( ( byte ) ( 0 ) ) ) ;
2022-04-03 06:36:39 +00:00
this . Label_OTGender . Location = new System . Drawing . Point ( 101 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . Label_OTGender . Name = "Label_OTGender" ;
2022-04-03 06:36:39 +00:00
this . Label_OTGender . Size = new System . Drawing . Size ( 20 , 22 ) ;
2017-12-02 22:20:56 +00:00
this . Label_OTGender . TabIndex = 58 ;
this . Label_OTGender . Text = "G" ;
this . Label_OTGender . TextAlign = System . Drawing . ContentAlignment . MiddleCenter ;
this . Label_OTGender . Click + = new System . EventHandler ( this . Label_OTGender_Click ) ;
//
// L_MailType
//
2022-04-03 06:36:39 +00:00
this . L_MailType . Location = new System . Drawing . Point ( 157 , 298 ) ;
2017-12-02 22:20:56 +00:00
this . L_MailType . Name = "L_MailType" ;
2022-04-03 06:36:39 +00:00
this . L_MailType . Size = new System . Drawing . Size ( 72 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_MailType . TabIndex = 18 ;
this . L_MailType . Text = "Mail Type:" ;
this . L_MailType . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_AppearPKM
//
2022-04-03 06:36:39 +00:00
this . L_AppearPKM . Location = new System . Drawing . Point ( 144 , 329 ) ;
2017-12-02 22:20:56 +00:00
this . L_AppearPKM . Name = "L_AppearPKM" ;
2022-04-03 06:36:39 +00:00
this . L_AppearPKM . Size = new System . Drawing . Size ( 85 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_AppearPKM . TabIndex = 19 ;
this . L_AppearPKM . Text = "Appear PKM:" ;
this . L_AppearPKM . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// GB_PKM
//
this . GB_PKM . Anchor = ( ( System . Windows . Forms . AnchorStyles ) ( ( System . Windows . Forms . AnchorStyles . Top | System . Windows . Forms . AnchorStyles . Right ) ) ) ;
this . GB_PKM . Controls . Add ( this . L_HeldItem6 ) ;
this . GB_PKM . Controls . Add ( this . NUD_MailID6 ) ;
this . GB_PKM . Controls . Add ( this . L_PKM6 ) ;
this . GB_PKM . Controls . Add ( this . L_HeldItem5 ) ;
this . GB_PKM . Controls . Add ( this . NUD_MailID5 ) ;
this . GB_PKM . Controls . Add ( this . L_PKM5 ) ;
this . GB_PKM . Controls . Add ( this . L_HeldItem4 ) ;
this . GB_PKM . Controls . Add ( this . NUD_MailID4 ) ;
this . GB_PKM . Controls . Add ( this . L_PKM4 ) ;
this . GB_PKM . Controls . Add ( this . L_HeldItem3 ) ;
this . GB_PKM . Controls . Add ( this . NUD_MailID3 ) ;
this . GB_PKM . Controls . Add ( this . L_PKM3 ) ;
this . GB_PKM . Controls . Add ( this . L_HeldItem2 ) ;
this . GB_PKM . Controls . Add ( this . NUD_MailID2 ) ;
this . GB_PKM . Controls . Add ( this . L_PKM2 ) ;
this . GB_PKM . Controls . Add ( this . L_HeldItem1 ) ;
this . GB_PKM . Controls . Add ( this . NUD_MailID1 ) ;
this . GB_PKM . Controls . Add ( this . L_PKM1 ) ;
2022-04-03 06:36:39 +00:00
this . GB_PKM . Location = new System . Drawing . Point ( 466 , 16 ) ;
2017-12-02 22:20:56 +00:00
this . GB_PKM . Name = "GB_PKM" ;
2022-04-03 06:36:39 +00:00
this . GB_PKM . Size = new System . Drawing . Size ( 170 , 262 ) ;
2017-12-02 22:20:56 +00:00
this . GB_PKM . TabIndex = 20 ;
this . GB_PKM . TabStop = false ;
this . GB_PKM . Text = "Held MailID" ;
//
// L_HeldItem6
//
2022-04-03 06:36:39 +00:00
this . L_HeldItem6 . Location = new System . Drawing . Point ( 9 , 236 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem6 . Name = "L_HeldItem6" ;
2022-04-03 06:36:39 +00:00
this . L_HeldItem6 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem6 . TabIndex = 17 ;
this . L_HeldItem6 . Text = "(Mail)" ;
this . L_HeldItem6 . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// NUD_MailID6
//
2022-04-03 06:36:39 +00:00
this . NUD_MailID6 . Location = new System . Drawing . Point ( 118 , 218 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID6 . Maximum = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
this . NUD_MailID6 . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
- 2147483648 } ) ;
this . NUD_MailID6 . Name = "NUD_MailID6" ;
2022-04-03 06:36:39 +00:00
this . NUD_MailID6 . Size = new System . Drawing . Size ( 43 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID6 . TabIndex = 16 ;
this . NUD_MailID6 . Value = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
2019-07-05 04:48:18 +00:00
this . NUD_MailID6 . ValueChanged + = new System . EventHandler ( this . NUD_MailIDn_ValueChanged ) ;
2017-12-02 22:20:56 +00:00
//
// L_PKM6
//
2022-04-03 06:36:39 +00:00
this . L_PKM6 . Location = new System . Drawing . Point ( 9 , 217 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM6 . Name = "L_PKM6" ;
2022-04-03 06:36:39 +00:00
this . L_PKM6 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM6 . TabIndex = 15 ;
this . L_PKM6 . Text = "Bulbasaur:" ;
this . L_PKM6 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_HeldItem5
//
2022-04-03 06:36:39 +00:00
this . L_HeldItem5 . Location = new System . Drawing . Point ( 9 , 197 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem5 . Name = "L_HeldItem5" ;
2022-04-03 06:36:39 +00:00
this . L_HeldItem5 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem5 . TabIndex = 14 ;
this . L_HeldItem5 . Text = "(Mail)" ;
this . L_HeldItem5 . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// NUD_MailID5
//
2022-04-03 06:36:39 +00:00
this . NUD_MailID5 . Location = new System . Drawing . Point ( 118 , 179 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID5 . Maximum = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
this . NUD_MailID5 . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
- 2147483648 } ) ;
this . NUD_MailID5 . Name = "NUD_MailID5" ;
2022-04-03 06:36:39 +00:00
this . NUD_MailID5 . Size = new System . Drawing . Size ( 43 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID5 . TabIndex = 13 ;
this . NUD_MailID5 . Value = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
2019-07-05 04:48:18 +00:00
this . NUD_MailID5 . ValueChanged + = new System . EventHandler ( this . NUD_MailIDn_ValueChanged ) ;
2017-12-02 22:20:56 +00:00
//
// L_PKM5
//
2022-04-03 06:36:39 +00:00
this . L_PKM5 . Location = new System . Drawing . Point ( 9 , 178 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM5 . Name = "L_PKM5" ;
2022-04-03 06:36:39 +00:00
this . L_PKM5 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM5 . TabIndex = 12 ;
this . L_PKM5 . Text = "Bulbasaur:" ;
this . L_PKM5 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_HeldItem4
//
2022-04-03 06:36:39 +00:00
this . L_HeldItem4 . Location = new System . Drawing . Point ( 9 , 158 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem4 . Name = "L_HeldItem4" ;
2022-04-03 06:36:39 +00:00
this . L_HeldItem4 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem4 . TabIndex = 11 ;
this . L_HeldItem4 . Text = "(Mail)" ;
this . L_HeldItem4 . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// NUD_MailID4
//
2022-04-03 06:36:39 +00:00
this . NUD_MailID4 . Location = new System . Drawing . Point ( 118 , 140 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID4 . Maximum = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
this . NUD_MailID4 . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
- 2147483648 } ) ;
this . NUD_MailID4 . Name = "NUD_MailID4" ;
2022-04-03 06:36:39 +00:00
this . NUD_MailID4 . Size = new System . Drawing . Size ( 43 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID4 . TabIndex = 10 ;
this . NUD_MailID4 . Value = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
2019-07-05 04:48:18 +00:00
this . NUD_MailID4 . ValueChanged + = new System . EventHandler ( this . NUD_MailIDn_ValueChanged ) ;
2017-12-02 22:20:56 +00:00
//
// L_PKM4
//
2022-04-03 06:36:39 +00:00
this . L_PKM4 . Location = new System . Drawing . Point ( 9 , 139 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM4 . Name = "L_PKM4" ;
2022-04-03 06:36:39 +00:00
this . L_PKM4 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM4 . TabIndex = 9 ;
this . L_PKM4 . Text = "Bulbasaur:" ;
this . L_PKM4 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_HeldItem3
//
2022-04-03 06:36:39 +00:00
this . L_HeldItem3 . Location = new System . Drawing . Point ( 9 , 119 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem3 . Name = "L_HeldItem3" ;
2022-04-03 06:36:39 +00:00
this . L_HeldItem3 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem3 . TabIndex = 8 ;
this . L_HeldItem3 . Text = "(Mail)" ;
this . L_HeldItem3 . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// NUD_MailID3
//
2022-04-03 06:36:39 +00:00
this . NUD_MailID3 . Location = new System . Drawing . Point ( 118 , 101 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID3 . Maximum = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
this . NUD_MailID3 . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
- 2147483648 } ) ;
this . NUD_MailID3 . Name = "NUD_MailID3" ;
2022-04-03 06:36:39 +00:00
this . NUD_MailID3 . Size = new System . Drawing . Size ( 43 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID3 . TabIndex = 7 ;
this . NUD_MailID3 . Value = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
2019-07-05 04:48:18 +00:00
this . NUD_MailID3 . ValueChanged + = new System . EventHandler ( this . NUD_MailIDn_ValueChanged ) ;
2017-12-02 22:20:56 +00:00
//
// L_PKM3
//
2022-04-03 06:36:39 +00:00
this . L_PKM3 . Location = new System . Drawing . Point ( 9 , 100 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM3 . Name = "L_PKM3" ;
2022-04-03 06:36:39 +00:00
this . L_PKM3 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM3 . TabIndex = 6 ;
this . L_PKM3 . Text = "Bulbasaur:" ;
this . L_PKM3 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_HeldItem2
//
2022-04-03 06:36:39 +00:00
this . L_HeldItem2 . Location = new System . Drawing . Point ( 9 , 80 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem2 . Name = "L_HeldItem2" ;
2022-04-03 06:36:39 +00:00
this . L_HeldItem2 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem2 . TabIndex = 5 ;
this . L_HeldItem2 . Text = "(Mail)" ;
this . L_HeldItem2 . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// NUD_MailID2
//
2022-04-03 06:36:39 +00:00
this . NUD_MailID2 . Location = new System . Drawing . Point ( 118 , 62 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID2 . Maximum = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
this . NUD_MailID2 . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
- 2147483648 } ) ;
this . NUD_MailID2 . Name = "NUD_MailID2" ;
2022-04-03 06:36:39 +00:00
this . NUD_MailID2 . Size = new System . Drawing . Size ( 43 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID2 . TabIndex = 4 ;
this . NUD_MailID2 . Value = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
2019-07-05 04:48:18 +00:00
this . NUD_MailID2 . ValueChanged + = new System . EventHandler ( this . NUD_MailIDn_ValueChanged ) ;
2017-12-02 22:20:56 +00:00
//
// L_PKM2
//
2022-04-03 06:36:39 +00:00
this . L_PKM2 . Location = new System . Drawing . Point ( 9 , 61 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM2 . Name = "L_PKM2" ;
2022-04-03 06:36:39 +00:00
this . L_PKM2 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM2 . TabIndex = 3 ;
this . L_PKM2 . Text = "Bulbasaur:" ;
this . L_PKM2 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_HeldItem1
//
2022-04-03 06:36:39 +00:00
this . L_HeldItem1 . Location = new System . Drawing . Point ( 9 , 41 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem1 . Name = "L_HeldItem1" ;
2022-04-03 06:36:39 +00:00
this . L_HeldItem1 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_HeldItem1 . TabIndex = 2 ;
this . L_HeldItem1 . Text = "(Mail)" ;
this . L_HeldItem1 . TextAlign = System . Drawing . ContentAlignment . TopRight ;
//
// NUD_MailID1
//
2022-04-03 06:36:39 +00:00
this . NUD_MailID1 . Location = new System . Drawing . Point ( 118 , 23 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID1 . Maximum = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
this . NUD_MailID1 . Minimum = new decimal ( new int [ ] {
1 ,
0 ,
0 ,
- 2147483648 } ) ;
this . NUD_MailID1 . Name = "NUD_MailID1" ;
2022-04-03 06:36:39 +00:00
this . NUD_MailID1 . Size = new System . Drawing . Size ( 43 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . NUD_MailID1 . TabIndex = 1 ;
this . NUD_MailID1 . Value = new decimal ( new int [ ] {
5 ,
0 ,
0 ,
0 } ) ;
2019-07-05 04:48:18 +00:00
this . NUD_MailID1 . ValueChanged + = new System . EventHandler ( this . NUD_MailIDn_ValueChanged ) ;
2017-12-02 22:20:56 +00:00
//
// L_PKM1
//
2022-04-03 06:36:39 +00:00
this . L_PKM1 . Location = new System . Drawing . Point ( 9 , 22 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM1 . Name = "L_PKM1" ;
2022-04-03 06:36:39 +00:00
this . L_PKM1 . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PKM1 . TabIndex = 0 ;
this . L_PKM1 . Text = "Bulbasaur:" ;
this . L_PKM1 . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// L_PartyHeld
//
2022-04-03 06:36:39 +00:00
this . L_PartyHeld . Location = new System . Drawing . Point ( 15 , 13 ) ;
2017-12-02 22:20:56 +00:00
this . L_PartyHeld . Name = "L_PartyHeld" ;
2022-04-03 06:36:39 +00:00
this . L_PartyHeld . Size = new System . Drawing . Size ( 100 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PartyHeld . TabIndex = 21 ;
this . L_PartyHeld . Text = "MailBox (Party)" ;
this . L_PartyHeld . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// L_PCBOX
//
2022-04-03 06:36:39 +00:00
this . L_PCBOX . Location = new System . Drawing . Point ( 15 , 141 ) ;
2017-12-02 22:20:56 +00:00
this . L_PCBOX . Name = "L_PCBOX" ;
2022-04-03 06:36:39 +00:00
this . L_PCBOX . Size = new System . Drawing . Size ( 88 , 20 ) ;
2017-12-02 22:20:56 +00:00
this . L_PCBOX . TabIndex = 22 ;
this . L_PCBOX . Text = "MailBox (PC)" ;
this . L_PCBOX . TextAlign = System . Drawing . ContentAlignment . MiddleLeft ;
//
// CB_AppearPKM2
//
this . CB_AppearPKM2 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_AppearPKM2 . FormattingEnabled = true ;
2022-04-03 06:36:39 +00:00
this . CB_AppearPKM2 . Location = new System . Drawing . Point ( 351 , 329 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AppearPKM2 . Name = "CB_AppearPKM2" ;
2022-04-03 06:36:39 +00:00
this . CB_AppearPKM2 . Size = new System . Drawing . Size ( 107 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AppearPKM2 . TabIndex = 23 ;
//
// CB_AppearPKM3
//
this . CB_AppearPKM3 . DropDownStyle = System . Windows . Forms . ComboBoxStyle . DropDownList ;
this . CB_AppearPKM3 . FormattingEnabled = true ;
2022-04-03 06:36:39 +00:00
this . CB_AppearPKM3 . Location = new System . Drawing . Point ( 464 , 329 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AppearPKM3 . Name = "CB_AppearPKM3" ;
2022-04-03 06:36:39 +00:00
this . CB_AppearPKM3 . Size = new System . Drawing . Size ( 107 , 21 ) ;
2017-12-02 22:20:56 +00:00
this . CB_AppearPKM3 . TabIndex = 24 ;
//
2017-12-03 14:48:04 +00:00
// L_MiscValue
//
2022-04-03 06:36:39 +00:00
this . L_MiscValue . Location = new System . Drawing . Point ( 183 , 329 ) ;
2017-12-03 14:48:04 +00:00
this . L_MiscValue . Name = "L_MiscValue" ;
2022-04-03 06:36:39 +00:00
this . L_MiscValue . Size = new System . Drawing . Size ( 46 , 20 ) ;
2017-12-03 14:48:04 +00:00
this . L_MiscValue . TabIndex = 25 ;
this . L_MiscValue . Text = "Misc:" ;
this . L_MiscValue . TextAlign = System . Drawing . ContentAlignment . MiddleRight ;
//
// NUD_Misc1
//
2022-04-03 06:36:39 +00:00
this . NUD_Misc1 . Location = new System . Drawing . Point ( 235 , 330 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_Misc1 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Misc1 . Name = "NUD_Misc1" ;
2022-04-03 06:36:39 +00:00
this . NUD_Misc1 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_Misc1 . TabIndex = 26 ;
this . NUD_Misc1 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Misc2
//
2022-04-03 06:36:39 +00:00
this . NUD_Misc2 . Location = new System . Drawing . Point ( 298 , 330 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_Misc2 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Misc2 . Name = "NUD_Misc2" ;
2022-04-03 06:36:39 +00:00
this . NUD_Misc2 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_Misc2 . TabIndex = 27 ;
this . NUD_Misc2 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
// NUD_Misc3
//
2022-04-03 06:36:39 +00:00
this . NUD_Misc3 . Location = new System . Drawing . Point ( 361 , 330 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_Misc3 . Maximum = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
this . NUD_Misc3 . Name = "NUD_Misc3" ;
2022-04-03 06:36:39 +00:00
this . NUD_Misc3 . Size = new System . Drawing . Size ( 54 , 20 ) ;
2017-12-03 14:48:04 +00:00
this . NUD_Misc3 . TabIndex = 28 ;
this . NUD_Misc3 . Value = new decimal ( new int [ ] {
65535 ,
0 ,
0 ,
0 } ) ;
//
2022-04-03 06:36:39 +00:00
// B_PartyUp
//
this . B_PartyUp . Location = new System . Drawing . Point ( 137 , 39 ) ;
this . B_PartyUp . Name = "B_PartyUp" ;
this . B_PartyUp . Size = new System . Drawing . Size ( 19 , 24 ) ;
this . B_PartyUp . TabIndex = 29 ;
this . B_PartyUp . Text = "^" ;
this . B_PartyUp . UseVisualStyleBackColor = true ;
this . B_PartyUp . Visible = false ;
this . B_PartyUp . Click + = new System . EventHandler ( this . B_PartyUp_Click ) ;
//
// B_PartyDown
//
this . B_PartyDown . Location = new System . Drawing . Point ( 137 , 69 ) ;
this . B_PartyDown . Name = "B_PartyDown" ;
this . B_PartyDown . Size = new System . Drawing . Size ( 19 , 24 ) ;
this . B_PartyDown . TabIndex = 30 ;
this . B_PartyDown . Text = "v" ;
this . B_PartyDown . UseVisualStyleBackColor = true ;
this . B_PartyDown . Visible = false ;
this . B_PartyDown . Click + = new System . EventHandler ( this . B_PartyDown_Click ) ;
//
// B_BoxDown
//
this . B_BoxDown . Location = new System . Drawing . Point ( 137 , 197 ) ;
this . B_BoxDown . Name = "B_BoxDown" ;
this . B_BoxDown . Size = new System . Drawing . Size ( 19 , 24 ) ;
this . B_BoxDown . TabIndex = 32 ;
this . B_BoxDown . Text = "v" ;
this . B_BoxDown . UseVisualStyleBackColor = true ;
this . B_BoxDown . Visible = false ;
this . B_BoxDown . Click + = new System . EventHandler ( this . B_BoxDown_Click ) ;
//
// B_BoxUp
//
this . B_BoxUp . Location = new System . Drawing . Point ( 137 , 167 ) ;
this . B_BoxUp . Name = "B_BoxUp" ;
this . B_BoxUp . Size = new System . Drawing . Size ( 19 , 24 ) ;
this . B_BoxUp . TabIndex = 31 ;
this . B_BoxUp . Text = "^" ;
this . B_BoxUp . UseVisualStyleBackColor = true ;
this . B_BoxUp . Visible = false ;
this . B_BoxUp . Click + = new System . EventHandler ( this . B_BoxUp_Click ) ;
//
2017-12-02 22:20:56 +00:00
// SAV_MailBox
//
2022-04-03 06:36:39 +00:00
this . AutoScaleDimensions = new System . Drawing . SizeF ( 6F , 13F ) ;
2017-12-02 22:20:56 +00:00
this . AutoScaleMode = System . Windows . Forms . AutoScaleMode . Font ;
2022-04-03 06:36:39 +00:00
this . ClientSize = new System . Drawing . Size ( 651 , 443 ) ;
this . Controls . Add ( this . B_BoxDown ) ;
this . Controls . Add ( this . B_BoxUp ) ;
this . Controls . Add ( this . B_PartyDown ) ;
this . Controls . Add ( this . B_PartyUp ) ;
2017-12-03 14:48:04 +00:00
this . Controls . Add ( this . NUD_Misc3 ) ;
this . Controls . Add ( this . NUD_Misc2 ) ;
this . Controls . Add ( this . NUD_Misc1 ) ;
this . Controls . Add ( this . L_MiscValue ) ;
2017-12-02 22:20:56 +00:00
this . Controls . Add ( this . CB_AppearPKM3 ) ;
this . Controls . Add ( this . CB_AppearPKM2 ) ;
this . Controls . Add ( this . L_PCBOX ) ;
this . Controls . Add ( this . L_PartyHeld ) ;
this . Controls . Add ( this . GB_PKM ) ;
this . Controls . Add ( this . L_AppearPKM ) ;
this . Controls . Add ( this . L_MailType ) ;
this . Controls . Add ( this . GB_Author ) ;
this . Controls . Add ( this . GB_MessageTB ) ;
this . Controls . Add ( this . GB_MessageNUD ) ;
this . Controls . Add ( this . NUD_BoxSize ) ;
this . Controls . Add ( this . CB_MailType ) ;
this . Controls . Add ( this . CB_AppearPKM1 ) ;
this . Controls . Add ( this . L_BoxSize ) ;
this . Controls . Add ( this . B_Delete ) ;
this . Controls . Add ( this . LB_PCBOX ) ;
this . Controls . Add ( this . LB_PartyHeld ) ;
this . Controls . Add ( this . B_Save ) ;
this . Controls . Add ( this . B_Cancel ) ;
2019-10-02 01:12:08 +00:00
this . Icon = global :: PKHeX . WinForms . Properties . Resources . Icon ;
2017-12-02 22:20:56 +00:00
this . Name = "SAV_MailBox" ;
this . StartPosition = System . Windows . Forms . FormStartPosition . CenterParent ;
this . Text = "MailBox Editor" ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_AuthorTID ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_AuthorSID ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_BoxSize ) ) . EndInit ( ) ;
this . GB_MessageTB . ResumeLayout ( false ) ;
this . GB_MessageTB . PerformLayout ( ) ;
this . GB_MessageNUD . ResumeLayout ( false ) ;
2017-12-03 14:48:04 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MessageEnding ) ) . EndInit ( ) ;
2017-12-02 22:20:56 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message23 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message13 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message03 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message22 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message21 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message20 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message12 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message11 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message10 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message02 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message01 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Message00 ) ) . EndInit ( ) ;
this . GB_Author . ResumeLayout ( false ) ;
this . GB_Author . PerformLayout ( ) ;
this . GB_PKM . ResumeLayout ( false ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID6 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID5 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID4 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID3 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_MailID1 ) ) . EndInit ( ) ;
2017-12-03 14:48:04 +00:00
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Misc1 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Misc2 ) ) . EndInit ( ) ;
( ( System . ComponentModel . ISupportInitialize ) ( this . NUD_Misc3 ) ) . EndInit ( ) ;
2017-12-02 22:20:56 +00:00
this . 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 . Label Label_OTGender ;
2017-12-03 14:48:04 +00:00
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 ;
2022-04-03 06:36:39 +00:00
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 ;
2017-12-02 22:20:56 +00:00
}
}