Ejemplo n.º 1
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmTitle));

            components = new System.ComponentModel.Container();
            ToolTip1   = new ToolTip(components);
            Picture1   = new PictureBox();
            Frame1     = new GroupBox();
            Image1     = new PictureBox();
            labAuthor  = new Label();
            labVersion = new Label();
            labLicense = new Label();
            Frame1.SuspendLayout();
            SuspendLayout();
            ToolTip1.Active           = true;
            StartPosition             = FormStartPosition.Manual;
            FormBorderStyle           = FormBorderStyle.None;
            Text                      = "SRC";
            ClientSize                = new Size(386, 233);
            Location                  = new Point(180, 197);
            Icon                      = (Icon)resources.GetObject("frmTitle.Icon");
            MaximizeBox               = false;
            MinimizeBox               = false;
            ShowInTaskbar             = false;
            AutoScaleMode             = AutoScaleMode.Font;
            BackColor                 = SystemColors.Control;
            ControlBox                = true;
            Enabled                   = true;
            KeyPreview                = false;
            Cursor                    = Cursors.Default;
            RightToLeft               = RightToLeft.No;
            HelpButton                = false;
            WindowState               = FormWindowState.Normal;
            Name                      = "frmTitle";
            Picture1.Size             = new Size(200, 40);
            Picture1.Location         = new Point(168, 88);
            Picture1.Image            = (Image)resources.GetObject("Picture1.Image");
            Picture1.TabIndex         = 0;
            Picture1.Dock             = DockStyle.None;
            Picture1.BackColor        = SystemColors.Control;
            Picture1.CausesValidation = true;
            Picture1.Enabled          = true;
            Picture1.ForeColor        = SystemColors.ControlText;
            Picture1.Cursor           = Cursors.Default;
            Picture1.RightToLeft      = RightToLeft.No;
            Picture1.TabStop          = true;
            Picture1.Visible          = true;
            Picture1.SizeMode         = PictureBoxSizeMode.AutoSize;
            Picture1.BorderStyle      = BorderStyle.None;
            Picture1.Name             = "Picture1";
            Frame1.Size               = new Size(337, 201);
            Frame1.Location           = new Point(24, 8);
            Frame1.TabIndex           = 1;
            Frame1.BackColor          = SystemColors.Control;
            Frame1.Enabled            = true;
            Frame1.ForeColor          = SystemColors.ControlText;
            Frame1.RightToLeft        = RightToLeft.No;
            Frame1.Visible            = true;
            Frame1.Padding            = new Padding(0);
            Frame1.Name               = "Frame1";
            Image1.Size               = new Size(96, 96);
            Image1.Location           = new Point(16, 56);
            Image1.Image              = (Image)resources.GetObject("Image1.Image");
            Image1.SizeMode           = PictureBoxSizeMode.StretchImage;
            Image1.Enabled            = true;
            Image1.Cursor             = Cursors.Default;
            Image1.Visible            = true;
            Image1.BorderStyle        = BorderStyle.None;
            Image1.Name               = "Image1";
            labAuthor.TextAlign       = ContentAlignment.TopRight;
            labAuthor.Text            = "Kei Sakamoto / Inui Tetsuyuki";
            labAuthor.Font            = new Font("Times New Roman", 11.25f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            labAuthor.Size            = new Size(193, 17);
            labAuthor.Location        = new Point(128, 168);
            labAuthor.TabIndex        = 3;
            labAuthor.BackColor       = SystemColors.Control;
            labAuthor.Enabled         = true;
            labAuthor.ForeColor       = SystemColors.ControlText;
            labAuthor.Cursor          = Cursors.Default;
            labAuthor.RightToLeft     = RightToLeft.No;
            labAuthor.UseMnemonic     = true;
            labAuthor.Visible         = true;
            labAuthor.AutoSize        = false;
            labAuthor.BorderStyle     = BorderStyle.None;
            labAuthor.Name            = "labAuthor";
            labVersion.TextAlign      = ContentAlignment.TopRight;
            labVersion.Text           = "Ver 1.7.*";
            labVersion.Font           = new Font("Times New Roman", 15.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            labVersion.Size           = new Size(177, 25);
            labVersion.Location       = new Point(144, 136);
            labVersion.TabIndex       = 2;
            labVersion.BackColor      = SystemColors.Control;
            labVersion.Enabled        = true;
            labVersion.ForeColor      = SystemColors.ControlText;
            labVersion.Cursor         = Cursors.Default;
            labVersion.RightToLeft    = RightToLeft.No;
            labVersion.UseMnemonic    = true;
            labVersion.Visible        = true;
            labVersion.AutoSize       = false;
            labVersion.BorderStyle    = BorderStyle.None;
            labVersion.Name           = "labVersion";
            labLicense.TextAlign      = ContentAlignment.TopCenter;
            labLicense.Text           = "This program is distributed under the terms of GPL";
            labLicense.Size           = new Size(369, 17);
            labLicense.Location       = new Point(8, 216);
            labLicense.TabIndex       = 4;
            labLicense.BackColor      = SystemColors.Control;
            labLicense.Enabled        = true;
            labLicense.ForeColor      = SystemColors.ControlText;
            labLicense.Cursor         = Cursors.Default;
            labLicense.RightToLeft    = RightToLeft.No;
            labLicense.UseMnemonic    = true;
            labLicense.Visible        = true;
            labLicense.AutoSize       = false;
            labLicense.BorderStyle    = BorderStyle.None;
            labLicense.Name           = "labLicense";
            Controls.Add(Picture1);
            Controls.Add(Frame1);
            Controls.Add(labLicense);
            Frame1.Controls.Add(Image1);
            Frame1.Controls.Add(labAuthor);
            Frame1.Controls.Add(labVersion);
            Frame1.ResumeLayout(false);
            Load += new EventHandler(frmTitle_Load);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmMultiColumnListBox));

            components           = new System.ComponentModel.Container();
            ToolTip1             = new ToolTip(components);
            _lstItems            = new ListBox();
            _lstItems.MouseDown += new MouseEventHandler(lstItems_MouseDown);
            _lstItems.MouseMove += new MouseEventHandler(lstItems_MouseMove);
            labCaption           = new Label();
            SuspendLayout();
            ToolTip1.Active            = true;
            StartPosition              = FormStartPosition.Manual;
            BackColor                  = Color.FromArgb(192, 192, 192);
            FormBorderStyle            = FormBorderStyle.FixedSingle;
            Text                       = "MultiColumListBox";
            ClientSize                 = new Size(670, 446);
            Location                   = new Point(72, 116);
            Icon                       = (Icon)resources.GetObject("frmMultiColumnListBox.Icon");
            MaximizeBox                = false;
            AutoScaleMode              = AutoScaleMode.Font;
            ControlBox                 = true;
            Enabled                    = true;
            KeyPreview                 = false;
            MinimizeBox                = true;
            Cursor                     = Cursors.Default;
            RightToLeft                = RightToLeft.No;
            ShowInTaskbar              = true;
            HelpButton                 = false;
            WindowState                = FormWindowState.Normal;
            Name                       = "frmMultiColumnListBox";
            _lstItems.BackColor        = Color.White;
            _lstItems.Font             = new Font("MS 明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _lstItems.ForeColor        = Color.Black;
            _lstItems.Size             = new Size(654, 407);
            _lstItems.Location         = new Point(8, 8);
            _lstItems.TabIndex         = 0;
            _lstItems.BorderStyle      = BorderStyle.Fixed3D;
            _lstItems.CausesValidation = true;
            _lstItems.Enabled          = true;
            _lstItems.IntegralHeight   = true;
            _lstItems.Cursor           = Cursors.Default;
            _lstItems.SelectionMode    = SelectionMode.One;
            _lstItems.RightToLeft      = RightToLeft.No;
            _lstItems.Sorted           = false;
            _lstItems.TabStop          = true;
            _lstItems.Visible          = true;
            _lstItems.MultiColumn      = true;
            _lstItems.ColumnWidth      = 164;
            _lstItems.Name             = "_lstItems";
            labCaption.BackColor       = Color.White;
            labCaption.Font            = new Font("MS 明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labCaption.ForeColor       = Color.Black;
            labCaption.Size            = new Size(654, 23);
            labCaption.Location        = new Point(8, 416);
            labCaption.TabIndex        = 1;
            labCaption.TextAlign       = ContentAlignment.TopLeft;
            labCaption.Enabled         = true;
            labCaption.Cursor          = Cursors.Default;
            labCaption.RightToLeft     = RightToLeft.No;
            labCaption.UseMnemonic     = true;
            labCaption.Visible         = true;
            labCaption.AutoSize        = false;
            labCaption.BorderStyle     = BorderStyle.Fixed3D;
            labCaption.Name            = "labCaption";
            Controls.Add(_lstItems);
            Controls.Add(labCaption);
            Activated  += new EventHandler(frmMultiColumnListBox_Activated);
            Load       += new EventHandler(frmMultiColumnListBox_Load);
            FormClosed += new FormClosedEventHandler(frmMultiColumnListBox_FormClosed);
            MouseDown  += new MouseEventHandler(frmMultiColumnListBox_MouseDown);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 3
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmMultiSelectListBox));

            components            = new System.ComponentModel.Container();
            ToolTip1              = new ToolTip(components);
            _cmdResume            = new Button();
            _cmdResume.Click     += new EventHandler(cmdResume_Click);
            _cmdSort              = new Button();
            _cmdSort.Click       += new EventHandler(cmdSort_Click);
            _cmdSelectAll2        = new Button();
            _cmdSelectAll2.Click += new EventHandler(cmdSelectAll2_Click);
            _cmdSelectAll         = new Button();
            _cmdSelectAll.Click  += new EventHandler(cmdSelectAll_Click);
            _Timer1                = new Timer(components);
            _Timer1.Tick          += new EventHandler(Timer1_Tick);
            _cmdFinish             = new Button();
            _cmdFinish.Click      += new EventHandler(cmdFinish_Click);
            _lstItems              = new ListBox();
            _lstItems.DoubleClick += new EventHandler(lstItems_DoubleClick);
            _lstItems.MouseDown   += new MouseEventHandler(lstItems_MouseDown);
            _lstItems.MouseMove   += new MouseEventHandler(lstItems_MouseMove);
            lblNumber              = new Label();
            lblCaption             = new Label();
            SuspendLayout();
            ToolTip1.Active                 = true;
            StartPosition                   = FormStartPosition.Manual;
            BackColor                       = Color.FromArgb(192, 192, 192);
            FormBorderStyle                 = FormBorderStyle.FixedDialog;
            Text                            = "MultiSelectListBox";
            ClientSize                      = new Size(497, 331);
            Location                        = new Point(60, 165);
            Font                            = new Font("MS ゴシック", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            Icon                            = (Icon)resources.GetObject("frmMultiSelectListBox.Icon");
            MaximizeBox                     = false;
            AutoScaleMode                   = AutoScaleMode.Font;
            ControlBox                      = true;
            Enabled                         = true;
            KeyPreview                      = false;
            MinimizeBox                     = true;
            Cursor                          = Cursors.Default;
            RightToLeft                     = RightToLeft.No;
            ShowInTaskbar                   = true;
            HelpButton                      = false;
            WindowState                     = FormWindowState.Normal;
            Name                            = "frmMultiSelectListBox";
            _cmdResume.TextAlign            = ContentAlignment.MiddleCenter;
            _cmdResume.BackColor            = SystemColors.Control;
            _cmdResume.Text                 = "マップを見る";
            _cmdResume.Font                 = new Font("MS Pゴシック", 9.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _cmdResume.Size                 = new Size(137, 29);
            _cmdResume.Location             = new Point(96, 296);
            _cmdResume.TabIndex             = 7;
            _cmdResume.TabStop              = false;
            _cmdResume.CausesValidation     = true;
            _cmdResume.Enabled              = true;
            _cmdResume.ForeColor            = SystemColors.ControlText;
            _cmdResume.Cursor               = Cursors.Default;
            _cmdResume.RightToLeft          = RightToLeft.No;
            _cmdResume.Name                 = "_cmdResume";
            _cmdSort.TextAlign              = ContentAlignment.MiddleCenter;
            _cmdSort.BackColor              = SystemColors.Control;
            _cmdSort.Text                   = "名称順に並べ替え";
            _cmdSort.Font                   = new Font("MS Pゴシック", 9.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _cmdSort.Size                   = new Size(145, 29);
            _cmdSort.Location               = new Point(336, 264);
            _cmdSort.TabIndex               = 6;
            _cmdSort.TabStop                = false;
            _cmdSort.CausesValidation       = true;
            _cmdSort.Enabled                = true;
            _cmdSort.ForeColor              = SystemColors.ControlText;
            _cmdSort.Cursor                 = Cursors.Default;
            _cmdSort.RightToLeft            = RightToLeft.No;
            _cmdSort.Name                   = "_cmdSort";
            _cmdSelectAll2.TextAlign        = ContentAlignment.MiddleCenter;
            _cmdSelectAll2.BackColor        = Color.FromArgb(192, 192, 192);
            _cmdSelectAll2.Text             = "最後から選択";
            _cmdSelectAll2.Font             = new Font("MS Pゴシック", 9.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _cmdSelectAll2.Size             = new Size(161, 29);
            _cmdSelectAll2.Location         = new Point(168, 264);
            _cmdSelectAll2.TabIndex         = 5;
            _cmdSelectAll2.TabStop          = false;
            _cmdSelectAll2.CausesValidation = true;
            _cmdSelectAll2.Enabled          = true;
            _cmdSelectAll2.ForeColor        = SystemColors.ControlText;
            _cmdSelectAll2.Cursor           = Cursors.Default;
            _cmdSelectAll2.RightToLeft      = RightToLeft.No;
            _cmdSelectAll2.Name             = "_cmdSelectAll2";
            _cmdSelectAll.TextAlign         = ContentAlignment.MiddleCenter;
            _cmdSelectAll.BackColor         = Color.FromArgb(192, 192, 192);
            _cmdSelectAll.Text              = "先頭から選択";
            _cmdSelectAll.Font              = new Font("MS Pゴシック", 9.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _cmdSelectAll.Size              = new Size(153, 29);
            _cmdSelectAll.Location          = new Point(8, 264);
            _cmdSelectAll.TabIndex          = 4;
            _cmdSelectAll.TabStop           = false;
            _cmdSelectAll.CausesValidation  = true;
            _cmdSelectAll.Enabled           = true;
            _cmdSelectAll.ForeColor         = SystemColors.ControlText;
            _cmdSelectAll.Cursor            = Cursors.Default;
            _cmdSelectAll.RightToLeft       = RightToLeft.No;
            _cmdSelectAll.Name              = "_cmdSelectAll";
            _Timer1.Interval                = 100;
            _Timer1.Enabled                 = true;
            _cmdFinish.TextAlign            = ContentAlignment.MiddleCenter;
            _cmdFinish.BackColor            = Color.FromArgb(192, 192, 192);
            _cmdFinish.Text                 = "終了";
            _cmdFinish.Enabled              = false;
            _cmdFinish.Font                 = new Font("MS Pゴシック", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _cmdFinish.Size                 = new Size(137, 29);
            _cmdFinish.Location             = new Point(264, 296);
            _cmdFinish.TabIndex             = 1;
            _cmdFinish.TabStop              = false;
            _cmdFinish.CausesValidation     = true;
            _cmdFinish.ForeColor            = SystemColors.ControlText;
            _cmdFinish.Cursor               = Cursors.Default;
            _cmdFinish.RightToLeft          = RightToLeft.No;
            _cmdFinish.Name                 = "_cmdFinish";
            _lstItems.BackColor             = Color.White;
            _lstItems.Font                  = new Font("MS 明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _lstItems.ForeColor             = Color.Black;
            _lstItems.Size                  = new Size(479, 231);
            _lstItems.Location              = new Point(8, 32);
            _lstItems.TabIndex              = 0;
            _lstItems.BorderStyle           = BorderStyle.Fixed3D;
            _lstItems.CausesValidation      = true;
            _lstItems.Enabled               = true;
            _lstItems.IntegralHeight        = true;
            _lstItems.Cursor                = Cursors.Default;
            _lstItems.SelectionMode         = SelectionMode.One;
            _lstItems.RightToLeft           = RightToLeft.No;
            _lstItems.Sorted                = false;
            _lstItems.TabStop               = true;
            _lstItems.Visible               = true;
            _lstItems.MultiColumn           = false;
            _lstItems.Name                  = "_lstItems";
            lblNumber.TextAlign             = ContentAlignment.TopCenter;
            lblNumber.BackColor             = Color.White;
            lblNumber.Text                  = "Label1";
            lblNumber.Font                  = new Font("MS 明朝", 15.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            lblNumber.ForeColor             = Color.Black;
            lblNumber.Size                  = new Size(57, 29);
            lblNumber.Location              = new Point(424, 296);
            lblNumber.TabIndex              = 3;
            lblNumber.Enabled               = true;
            lblNumber.Cursor                = Cursors.Default;
            lblNumber.RightToLeft           = RightToLeft.No;
            lblNumber.UseMnemonic           = true;
            lblNumber.Visible               = true;
            lblNumber.AutoSize              = false;
            lblNumber.BorderStyle           = BorderStyle.Fixed3D;
            lblNumber.Name                  = "lblNumber";
            lblCaption.BackColor            = Color.White;
            lblCaption.Text                 = "Label1";
            lblCaption.Font                 = new Font("MS 明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            lblCaption.ForeColor            = Color.Black;
            lblCaption.Size                 = new Size(479, 22);
            lblCaption.Location             = new Point(8, 6);
            lblCaption.TabIndex             = 2;
            lblCaption.TextAlign            = ContentAlignment.TopLeft;
            lblCaption.Enabled              = true;
            lblCaption.Cursor               = Cursors.Default;
            lblCaption.RightToLeft          = RightToLeft.No;
            lblCaption.UseMnemonic          = true;
            lblCaption.Visible              = true;
            lblCaption.AutoSize             = false;
            lblCaption.BorderStyle          = BorderStyle.Fixed3D;
            lblCaption.Name                 = "lblCaption";
            Controls.Add(_cmdResume);
            Controls.Add(_cmdSort);
            Controls.Add(_cmdSelectAll2);
            Controls.Add(_cmdSelectAll);
            Controls.Add(_cmdFinish);
            Controls.Add(_lstItems);
            Controls.Add(lblNumber);
            Controls.Add(lblCaption);
            Activated += new EventHandler(frmMultiSelectListBox_Activated);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 4
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmErrorMessage));

            components = new System.ComponentModel.Container();
            ToolTip1   = new ToolTip(components);
            txtMessage = new TextBox();
            SuspendLayout();
            ToolTip1.Active             = true;
            BackColor                   = Color.FromArgb(192, 192, 192);
            FormBorderStyle             = FormBorderStyle.FixedDialog;
            Text                        = "エラー";
            ClientSize                  = new Size(671, 118);
            Location                    = new Point(3, 22);
            Icon                        = (Icon)resources.GetObject("frmErrorMessage.Icon");
            MaximizeBox                 = false;
            MinimizeBox                 = false;
            ShowInTaskbar               = false;
            StartPosition               = FormStartPosition.WindowsDefaultLocation;
            AutoScaleMode               = AutoScaleMode.Font;
            ControlBox                  = true;
            Enabled                     = true;
            KeyPreview                  = false;
            Cursor                      = Cursors.Default;
            RightToLeft                 = RightToLeft.No;
            HelpButton                  = false;
            WindowState                 = FormWindowState.Normal;
            Name                        = "frmErrorMessage";
            txtMessage.AutoSize         = false;
            txtMessage.BackColor        = Color.White;
            txtMessage.Font             = new Font("MS ゴシック", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtMessage.ForeColor        = Color.Black;
            txtMessage.Size             = new Size(659, 106);
            txtMessage.Location         = new Point(6, 6);
            txtMessage.Multiline        = true;
            txtMessage.TabIndex         = 0;
            txtMessage.Text             = "Text1" + '\r' + '\n';
            txtMessage.AcceptsReturn    = true;
            txtMessage.TextAlign        = HorizontalAlignment.Left;
            txtMessage.CausesValidation = true;
            txtMessage.Enabled          = true;
            txtMessage.HideSelection    = true;
            txtMessage.ReadOnly         = false;
            txtMessage.MaxLength        = 0;
            txtMessage.Cursor           = Cursors.IBeam;
            txtMessage.RightToLeft      = RightToLeft.No;
            txtMessage.ScrollBars       = ScrollBars.None;
            txtMessage.TabStop          = true;
            txtMessage.Visible          = true;
            txtMessage.BorderStyle      = BorderStyle.Fixed3D;
            txtMessage.Name             = "txtMessage";
            Controls.Add(txtMessage);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 5
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmNowLoading));

            components = new System.ComponentModel.Container();
            ToolTip1   = new ToolTip(components);
            picBar     = new PictureBox();
            Label1     = new Label();
            SuspendLayout();
            ToolTip1.Active         = true;
            StartPosition           = FormStartPosition.Manual;
            BackColor               = Color.FromArgb(192, 192, 192);
            FormBorderStyle         = FormBorderStyle.FixedDialog;
            Text                    = "SRC";
            ClientSize              = new Size(214, 88);
            Location                = new Point(76, 107);
            ForeColor               = Color.Black;
            Icon                    = (Icon)resources.GetObject("frmNowLoading.Icon");
            MaximizeBox             = false;
            AutoScaleMode           = AutoScaleMode.Font;
            ControlBox              = true;
            Enabled                 = true;
            KeyPreview              = false;
            MinimizeBox             = true;
            Cursor                  = Cursors.Default;
            RightToLeft             = RightToLeft.No;
            ShowInTaskbar           = true;
            HelpButton              = false;
            WindowState             = FormWindowState.Normal;
            Name                    = "frmNowLoading";
            picBar.BackColor        = Color.White;
            picBar.ForeColor        = Color.FromArgb(0, 0, 128);
            picBar.Size             = new Size(183, 13);
            picBar.Location         = new Point(16, 56);
            picBar.TabIndex         = 1;
            picBar.Dock             = DockStyle.None;
            picBar.CausesValidation = true;
            picBar.Enabled          = true;
            picBar.Cursor           = Cursors.Default;
            picBar.RightToLeft      = RightToLeft.No;
            picBar.TabStop          = true;
            picBar.Visible          = true;
            picBar.SizeMode         = PictureBoxSizeMode.Normal;
            picBar.BorderStyle      = BorderStyle.Fixed3D;
            picBar.Name             = "picBar";
            Label1.BackColor        = Color.FromArgb(192, 192, 192);
            Label1.Text             = "Now Loading ...";
            Label1.Font             = new Font("Times New Roman", 18f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(0));
            Label1.ForeColor        = Color.Black;
            Label1.Size             = new Size(169, 33);
            Label1.Location         = new Point(24, 16);
            Label1.TabIndex         = 0;
            Label1.TextAlign        = ContentAlignment.TopLeft;
            Label1.Enabled          = true;
            Label1.Cursor           = Cursors.Default;
            Label1.RightToLeft      = RightToLeft.No;
            Label1.UseMnemonic      = true;
            Label1.Visible          = true;
            Label1.AutoSize         = false;
            Label1.BorderStyle      = BorderStyle.None;
            Label1.Name             = "Label1";
            Controls.Add(picBar);
            Controls.Add(Label1);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 6
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmMessage));

            components               = new System.ComponentModel.Container();
            ToolTip1                 = new ToolTip(components);
            _picFace                 = new PictureBox();
            _picFace.MouseDown      += new MouseEventHandler(picFace_MouseDown);
            picUnit1                 = new PictureBox();
            picUnit2                 = new PictureBox();
            txtHP2                   = new TextBox();
            picHP2                   = new PictureBox();
            picEN2                   = new PictureBox();
            txtEN2                   = new TextBox();
            txtEN1                   = new TextBox();
            picEN1                   = new PictureBox();
            picHP1                   = new PictureBox();
            txtHP1                   = new TextBox();
            _picMessage              = new PictureBox();
            _picMessage.DoubleClick += new EventHandler(picMessage_DoubleClick);
            _picMessage.MouseDown   += new MouseEventHandler(picMessage_MouseDown);
            labHP2                   = new Label();
            labEN2                   = new Label();
            labEN1                   = new Label();
            labHP1                   = new Label();
            SuspendLayout();
            ToolTip1.Active              = true;
            StartPosition                = FormStartPosition.Manual;
            BackColor                    = Color.FromArgb(192, 192, 192);
            FormBorderStyle              = FormBorderStyle.FixedSingle;
            Text                         = "メッセージ";
            ClientSize                   = new Size(508, 118);
            Location                     = new Point(93, 101);
            Font                         = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            ForeColor                    = Color.Black;
            Icon                         = (Icon)resources.GetObject("frmMessage.Icon");
            KeyPreview                   = true;
            MaximizeBox                  = false;
            AutoScaleMode                = AutoScaleMode.Font;
            ControlBox                   = true;
            Enabled                      = true;
            MinimizeBox                  = true;
            Cursor                       = Cursors.Default;
            RightToLeft                  = RightToLeft.No;
            ShowInTaskbar                = true;
            HelpButton                   = false;
            WindowState                  = FormWindowState.Normal;
            Name                         = "frmMessage";
            _picFace.BackColor           = Color.FromArgb(192, 192, 192);
            _picFace.Size                = new Size(68, 68);
            _picFace.Location            = new Point(8, 43);
            _picFace.TabIndex            = 15;
            _picFace.Dock                = DockStyle.None;
            _picFace.CausesValidation    = true;
            _picFace.Enabled             = true;
            _picFace.ForeColor           = SystemColors.ControlText;
            _picFace.Cursor              = Cursors.Default;
            _picFace.RightToLeft         = RightToLeft.No;
            _picFace.TabStop             = true;
            _picFace.Visible             = true;
            _picFace.SizeMode            = PictureBoxSizeMode.Normal;
            _picFace.BorderStyle         = BorderStyle.Fixed3D;
            _picFace.Name                = "_picFace";
            picUnit1.BackColor           = SystemColors.Window;
            picUnit1.ForeColor           = SystemColors.WindowText;
            picUnit1.Size                = new Size(32, 32);
            picUnit1.Location            = new Point(8, 4);
            picUnit1.TabIndex            = 14;
            picUnit1.Visible             = false;
            picUnit1.Dock                = DockStyle.None;
            picUnit1.CausesValidation    = true;
            picUnit1.Enabled             = true;
            picUnit1.Cursor              = Cursors.Default;
            picUnit1.RightToLeft         = RightToLeft.No;
            picUnit1.TabStop             = true;
            picUnit1.SizeMode            = PictureBoxSizeMode.Normal;
            picUnit1.BorderStyle         = BorderStyle.None;
            picUnit1.Name                = "picUnit1";
            picUnit2.BackColor           = SystemColors.Window;
            picUnit2.ForeColor           = SystemColors.WindowText;
            picUnit2.Size                = new Size(32, 32);
            picUnit2.Location            = new Point(260, 5);
            picUnit2.TabIndex            = 13;
            picUnit2.Visible             = false;
            picUnit2.Dock                = DockStyle.None;
            picUnit2.CausesValidation    = true;
            picUnit2.Enabled             = true;
            picUnit2.Cursor              = Cursors.Default;
            picUnit2.RightToLeft         = RightToLeft.No;
            picUnit2.TabStop             = true;
            picUnit2.SizeMode            = PictureBoxSizeMode.Normal;
            picUnit2.BorderStyle         = BorderStyle.None;
            picUnit2.Name                = "picUnit2";
            txtHP2.AutoSize              = false;
            txtHP2.BackColor             = Color.FromArgb(192, 192, 192);
            txtHP2.Font                  = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtHP2.ForeColor             = Color.Black;
            txtHP2.Size                  = new Size(88, 13);
            txtHP2.Location              = new Point(323, 10);
            txtHP2.TabIndex              = 10;
            txtHP2.Text                  = "99999/99999";
            txtHP2.AcceptsReturn         = true;
            txtHP2.TextAlign             = HorizontalAlignment.Left;
            txtHP2.CausesValidation      = true;
            txtHP2.Enabled               = true;
            txtHP2.HideSelection         = true;
            txtHP2.ReadOnly              = false;
            txtHP2.MaxLength             = 0;
            txtHP2.Cursor                = Cursors.IBeam;
            txtHP2.Multiline             = false;
            txtHP2.RightToLeft           = RightToLeft.No;
            txtHP2.ScrollBars            = ScrollBars.None;
            txtHP2.TabStop               = true;
            txtHP2.Visible               = true;
            txtHP2.BorderStyle           = BorderStyle.None;
            txtHP2.Name                  = "txtHP2";
            picHP2.BackColor             = Color.FromArgb(192, 0, 0);
            picHP2.ForeColor             = Color.FromArgb(0, 192, 0);
            picHP2.Size                  = new Size(116, 8);
            picHP2.Location              = new Point(297, 28);
            picHP2.TabIndex              = 9;
            picHP2.Dock                  = DockStyle.None;
            picHP2.CausesValidation      = true;
            picHP2.Enabled               = true;
            picHP2.Cursor                = Cursors.Default;
            picHP2.RightToLeft           = RightToLeft.No;
            picHP2.TabStop               = true;
            picHP2.Visible               = true;
            picHP2.SizeMode              = PictureBoxSizeMode.Normal;
            picHP2.BorderStyle           = BorderStyle.Fixed3D;
            picHP2.Name                  = "picHP2";
            picEN2.BackColor             = Color.FromArgb(192, 0, 0);
            picEN2.ForeColor             = Color.FromArgb(0, 192, 0);
            picEN2.Size                  = new Size(82, 8);
            picEN2.Location              = new Point(418, 28);
            picEN2.TabIndex              = 8;
            picEN2.Dock                  = DockStyle.None;
            picEN2.CausesValidation      = true;
            picEN2.Enabled               = true;
            picEN2.Cursor                = Cursors.Default;
            picEN2.RightToLeft           = RightToLeft.No;
            picEN2.TabStop               = true;
            picEN2.Visible               = true;
            picEN2.SizeMode              = PictureBoxSizeMode.Normal;
            picEN2.BorderStyle           = BorderStyle.Fixed3D;
            picEN2.Name                  = "picEN2";
            txtEN2.AutoSize              = false;
            txtEN2.BackColor             = Color.FromArgb(192, 192, 192);
            txtEN2.Font                  = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtEN2.ForeColor             = Color.Black;
            txtEN2.Size                  = new Size(57, 13);
            txtEN2.Location              = new Point(443, 10);
            txtEN2.TabIndex              = 7;
            txtEN2.Text                  = "999/999";
            txtEN2.AcceptsReturn         = true;
            txtEN2.TextAlign             = HorizontalAlignment.Left;
            txtEN2.CausesValidation      = true;
            txtEN2.Enabled               = true;
            txtEN2.HideSelection         = true;
            txtEN2.ReadOnly              = false;
            txtEN2.MaxLength             = 0;
            txtEN2.Cursor                = Cursors.IBeam;
            txtEN2.Multiline             = false;
            txtEN2.RightToLeft           = RightToLeft.No;
            txtEN2.ScrollBars            = ScrollBars.None;
            txtEN2.TabStop               = true;
            txtEN2.Visible               = true;
            txtEN2.BorderStyle           = BorderStyle.None;
            txtEN2.Name                  = "txtEN2";
            txtEN1.AutoSize              = false;
            txtEN1.BackColor             = Color.FromArgb(192, 192, 192);
            txtEN1.Font                  = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtEN1.ForeColor             = Color.Black;
            txtEN1.Size                  = new Size(57, 13);
            txtEN1.Location              = new Point(192, 10);
            txtEN1.TabIndex              = 6;
            txtEN1.Text                  = "999/999";
            txtEN1.AcceptsReturn         = true;
            txtEN1.TextAlign             = HorizontalAlignment.Left;
            txtEN1.CausesValidation      = true;
            txtEN1.Enabled               = true;
            txtEN1.HideSelection         = true;
            txtEN1.ReadOnly              = false;
            txtEN1.MaxLength             = 0;
            txtEN1.Cursor                = Cursors.IBeam;
            txtEN1.Multiline             = false;
            txtEN1.RightToLeft           = RightToLeft.No;
            txtEN1.ScrollBars            = ScrollBars.None;
            txtEN1.TabStop               = true;
            txtEN1.Visible               = true;
            txtEN1.BorderStyle           = BorderStyle.None;
            txtEN1.Name                  = "txtEN1";
            picEN1.BackColor             = Color.FromArgb(192, 0, 0);
            picEN1.ForeColor             = Color.FromArgb(0, 192, 0);
            picEN1.Size                  = new Size(83, 8);
            picEN1.Location              = new Point(166, 28);
            picEN1.TabIndex              = 5;
            picEN1.Dock                  = DockStyle.None;
            picEN1.CausesValidation      = true;
            picEN1.Enabled               = true;
            picEN1.Cursor                = Cursors.Default;
            picEN1.RightToLeft           = RightToLeft.No;
            picEN1.TabStop               = true;
            picEN1.Visible               = true;
            picEN1.SizeMode              = PictureBoxSizeMode.Normal;
            picEN1.BorderStyle           = BorderStyle.Fixed3D;
            picEN1.Name                  = "picEN1";
            picHP1.BackColor             = Color.FromArgb(192, 0, 0);
            picHP1.ForeColor             = Color.FromArgb(0, 192, 0);
            picHP1.Size                  = new Size(116, 8);
            picHP1.Location              = new Point(45, 28);
            picHP1.TabIndex              = 3;
            picHP1.Dock                  = DockStyle.None;
            picHP1.CausesValidation      = true;
            picHP1.Enabled               = true;
            picHP1.Cursor                = Cursors.Default;
            picHP1.RightToLeft           = RightToLeft.No;
            picHP1.TabStop               = true;
            picHP1.Visible               = true;
            picHP1.SizeMode              = PictureBoxSizeMode.Normal;
            picHP1.BorderStyle           = BorderStyle.Fixed3D;
            picHP1.Name                  = "picHP1";
            txtHP1.AutoSize              = false;
            txtHP1.BackColor             = Color.FromArgb(192, 192, 192);
            txtHP1.Font                  = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtHP1.ForeColor             = Color.Black;
            txtHP1.Size                  = new Size(88, 13);
            txtHP1.Location              = new Point(72, 10);
            txtHP1.TabIndex              = 2;
            txtHP1.Text                  = "99999/99999";
            txtHP1.AcceptsReturn         = true;
            txtHP1.TextAlign             = HorizontalAlignment.Left;
            txtHP1.CausesValidation      = true;
            txtHP1.Enabled               = true;
            txtHP1.HideSelection         = true;
            txtHP1.ReadOnly              = false;
            txtHP1.MaxLength             = 0;
            txtHP1.Cursor                = Cursors.IBeam;
            txtHP1.Multiline             = false;
            txtHP1.RightToLeft           = RightToLeft.No;
            txtHP1.ScrollBars            = ScrollBars.None;
            txtHP1.TabStop               = true;
            txtHP1.Visible               = true;
            txtHP1.BorderStyle           = BorderStyle.None;
            txtHP1.Name                  = "txtHP1";
            _picMessage.BackColor        = Color.White;
            _picMessage.Font             = new Font("MS P明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _picMessage.ForeColor        = Color.Black;
            _picMessage.Size             = new Size(417, 70);
            _picMessage.Location         = new Point(84, 42);
            _picMessage.TabIndex         = 0;
            _picMessage.Dock             = DockStyle.None;
            _picMessage.CausesValidation = true;
            _picMessage.Enabled          = true;
            _picMessage.Cursor           = Cursors.Default;
            _picMessage.RightToLeft      = RightToLeft.No;
            _picMessage.TabStop          = true;
            _picMessage.Visible          = true;
            _picMessage.SizeMode         = PictureBoxSizeMode.Normal;
            _picMessage.BorderStyle      = BorderStyle.Fixed3D;
            _picMessage.Name             = "_picMessage";
            labHP2.BackColor             = Color.FromArgb(192, 192, 192);
            labHP2.Text                  = "HP";
            labHP2.ForeColor             = Color.Black;
            labHP2.Size                  = new Size(22, 17);
            labHP2.Location              = new Point(296, 8);
            labHP2.TabIndex              = 12;
            labHP2.TextAlign             = ContentAlignment.TopLeft;
            labHP2.Enabled               = true;
            labHP2.Cursor                = Cursors.Default;
            labHP2.RightToLeft           = RightToLeft.No;
            labHP2.UseMnemonic           = true;
            labHP2.Visible               = true;
            labHP2.AutoSize              = false;
            labHP2.BorderStyle           = BorderStyle.None;
            labHP2.Name                  = "labHP2";
            labEN2.BackColor             = Color.FromArgb(192, 192, 192);
            labEN2.Text                  = "EN";
            labEN2.ForeColor             = Color.Black;
            labEN2.Size                  = new Size(22, 17);
            labEN2.Location              = new Point(417, 8);
            labEN2.TabIndex              = 11;
            labEN2.TextAlign             = ContentAlignment.TopLeft;
            labEN2.Enabled               = true;
            labEN2.Cursor                = Cursors.Default;
            labEN2.RightToLeft           = RightToLeft.No;
            labEN2.UseMnemonic           = true;
            labEN2.Visible               = true;
            labEN2.AutoSize              = false;
            labEN2.BorderStyle           = BorderStyle.None;
            labEN2.Name                  = "labEN2";
            labEN1.BackColor             = Color.FromArgb(192, 192, 192);
            labEN1.Text                  = "EN";
            labEN1.ForeColor             = Color.Black;
            labEN1.Size                  = new Size(22, 17);
            labEN1.Location              = new Point(165, 8);
            labEN1.TabIndex              = 4;
            labEN1.TextAlign             = ContentAlignment.TopLeft;
            labEN1.Enabled               = true;
            labEN1.Cursor                = Cursors.Default;
            labEN1.RightToLeft           = RightToLeft.No;
            labEN1.UseMnemonic           = true;
            labEN1.Visible               = true;
            labEN1.AutoSize              = false;
            labEN1.BorderStyle           = BorderStyle.None;
            labEN1.Name                  = "labEN1";
            labHP1.BackColor             = Color.FromArgb(192, 192, 192);
            labHP1.Text                  = "HP";
            labHP1.ForeColor             = Color.Black;
            labHP1.Size                  = new Size(22, 17);
            labHP1.Location              = new Point(44, 8);
            labHP1.TabIndex              = 1;
            labHP1.TextAlign             = ContentAlignment.TopLeft;
            labHP1.Enabled               = true;
            labHP1.Cursor                = Cursors.Default;
            labHP1.RightToLeft           = RightToLeft.No;
            labHP1.UseMnemonic           = true;
            labHP1.Visible               = true;
            labHP1.AutoSize              = false;
            labHP1.BorderStyle           = BorderStyle.None;
            labHP1.Name                  = "labHP1";
            Controls.Add(_picFace);
            Controls.Add(picUnit1);
            Controls.Add(picUnit2);
            Controls.Add(txtHP2);
            Controls.Add(picHP2);
            Controls.Add(picEN2);
            Controls.Add(txtEN2);
            Controls.Add(txtEN1);
            Controls.Add(picEN1);
            Controls.Add(picHP1);
            Controls.Add(txtHP1);
            Controls.Add(_picMessage);
            Controls.Add(labHP2);
            Controls.Add(labEN2);
            Controls.Add(labEN1);
            Controls.Add(labHP1);
            Click       += new EventHandler(frmMessage_Click);
            DoubleClick += new EventHandler(frmMessage_DoubleClick);
            KeyDown     += new KeyEventHandler(frmMessage_KeyDown);
            MouseDown   += new MouseEventHandler(frmMessage_MouseDown);
            FormClosed  += new FormClosedEventHandler(frmMessage_FormClosed);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 7
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmTelop));

            components = new System.ComponentModel.Container();
            ToolTip1   = new ToolTip(components);
            Label1     = new Label();
            SuspendLayout();
            ToolTip1.Active    = true;
            StartPosition      = FormStartPosition.Manual;
            BackColor          = Color.White;
            FormBorderStyle    = FormBorderStyle.None;
            ClientSize         = new Size(378, 57);
            Location           = new Point(131, 211);
            MaximizeBox        = false;
            MinimizeBox        = false;
            ShowInTaskbar      = false;
            AutoScaleMode      = AutoScaleMode.Font;
            ControlBox         = true;
            Enabled            = true;
            KeyPreview         = false;
            Cursor             = Cursors.Default;
            RightToLeft        = RightToLeft.No;
            HelpButton         = false;
            WindowState        = FormWindowState.Normal;
            Name               = "frmTelop";
            Label1.TextAlign   = ContentAlignment.TopCenter;
            Label1.Text        = "シナリオタイトル";
            Label1.Font        = new Font("MS P明朝", 15.75f, FontStyle.Bold | FontStyle.Italic | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            Label1.ForeColor   = Color.Black;
            Label1.Size        = new Size(357, 57);
            Label1.Location    = new Point(8, 16);
            Label1.TabIndex    = 0;
            Label1.BackColor   = Color.Transparent;
            Label1.Enabled     = true;
            Label1.Cursor      = Cursors.Default;
            Label1.RightToLeft = RightToLeft.No;
            Label1.UseMnemonic = true;
            Label1.Visible     = true;
            Label1.AutoSize    = false;
            Label1.BorderStyle = BorderStyle.None;
            Label1.Name        = "Label1";
            Controls.Add(Label1);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 8
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmConfiguration));

            components                 = new System.ComponentModel.Container();
            ToolTip1                   = new ToolTip(components);
            chkExtendedAnimation       = new CheckBox();
            chkMoveAnimation           = new CheckBox();
            chkWeaponAnimation         = new CheckBox();
            _txtMP3Volume              = new TextBox();
            _txtMP3Volume.TextChanged += new EventHandler(txtMP3Volume_TextChanged);
            _hscMP3Volume              = new HScrollBar();
            _hscMP3Volume.Scroll      += new ScrollEventHandler(hscMP3Volume_Scroll);
            cboMidiReset               = new ComboBox();
            chkUseDirectMusic          = new CheckBox();
            _cmdCancel                 = new Button();
            _cmdCancel.Click          += new EventHandler(cmdCancel_Click);
            _cmdOK                   = new Button();
            _cmdOK.Click            += new EventHandler(cmdOK_Click);
            chkKeepEnemyBGM          = new CheckBox();
            cboMessageSpeed          = new ComboBox();
            chkAutoMoveCursor        = new CheckBox();
            chkShowSquareLine        = new CheckBox();
            chkShowTurn              = new CheckBox();
            chkSpecialPowerAnimation = new CheckBox();
            _chkBattleAnimation      = new CheckBox();
            _chkBattleAnimation.CheckStateChanged += new EventHandler(chkBattleAnimation_CheckStateChanged);
            labMP3Volume    = new Label();
            labMidiReset    = new Label();
            labMessageSpeed = new Label();
            SuspendLayout();
            ToolTip1.Active = true;
            BackColor       = Color.FromArgb(192, 192, 192);
            FormBorderStyle = FormBorderStyle.FixedDialog;
            Text            = "設定変更";
            ClientSize      = new Size(346, 405);
            Location        = new Point(3, 29);
            ForeColor       = Color.Black;
            Icon            = (Icon)resources.GetObject("frmConfiguration.Icon");
            MaximizeBox     = false;
            MinimizeBox     = false;
            ShowInTaskbar   = false;
            StartPosition   = FormStartPosition.WindowsDefaultLocation;
            AutoScaleMode   = AutoScaleMode.Font;
            ControlBox      = true;
            Enabled         = true;
            KeyPreview      = false;
            Cursor          = Cursors.Default;
            RightToLeft     = RightToLeft.No;
            HelpButton      = false;
            WindowState     = FormWindowState.Normal;
            Name            = "frmConfiguration";
            chkExtendedAnimation.BackColor        = Color.FromArgb(192, 192, 192);
            chkExtendedAnimation.Text             = "戦闘アニメの拡張機能を使用する";
            chkExtendedAnimation.ForeColor        = Color.Black;
            chkExtendedAnimation.Size             = new Size(233, 33);
            chkExtendedAnimation.Location         = new Point(48, 64);
            chkExtendedAnimation.TabIndex         = 18;
            chkExtendedAnimation.CheckAlign       = ContentAlignment.MiddleLeft;
            chkExtendedAnimation.FlatStyle        = FlatStyle.Standard;
            chkExtendedAnimation.CausesValidation = true;
            chkExtendedAnimation.Enabled          = true;
            chkExtendedAnimation.Cursor           = Cursors.Default;
            chkExtendedAnimation.RightToLeft      = RightToLeft.No;
            chkExtendedAnimation.Appearance       = Appearance.Normal;
            chkExtendedAnimation.TabStop          = true;
            chkExtendedAnimation.CheckState       = CheckState.Unchecked;
            chkExtendedAnimation.Visible          = true;
            chkExtendedAnimation.Name             = "chkExtendedAnimation";
            chkMoveAnimation.BackColor            = Color.FromArgb(192, 192, 192);
            chkMoveAnimation.Text               = "移動アニメを表示する";
            chkMoveAnimation.ForeColor          = Color.Black;
            chkMoveAnimation.Size               = new Size(249, 25);
            chkMoveAnimation.Location           = new Point(32, 152);
            chkMoveAnimation.TabIndex           = 17;
            chkMoveAnimation.CheckAlign         = ContentAlignment.MiddleLeft;
            chkMoveAnimation.FlatStyle          = FlatStyle.Standard;
            chkMoveAnimation.CausesValidation   = true;
            chkMoveAnimation.Enabled            = true;
            chkMoveAnimation.Cursor             = Cursors.Default;
            chkMoveAnimation.RightToLeft        = RightToLeft.No;
            chkMoveAnimation.Appearance         = Appearance.Normal;
            chkMoveAnimation.TabStop            = true;
            chkMoveAnimation.CheckState         = CheckState.Unchecked;
            chkMoveAnimation.Visible            = true;
            chkMoveAnimation.Name               = "chkMoveAnimation";
            chkWeaponAnimation.BackColor        = Color.FromArgb(192, 192, 192);
            chkWeaponAnimation.Text             = "武器準備アニメを自動選択表示する";
            chkWeaponAnimation.ForeColor        = Color.Black;
            chkWeaponAnimation.Size             = new Size(233, 33);
            chkWeaponAnimation.Location         = new Point(48, 96);
            chkWeaponAnimation.TabIndex         = 16;
            chkWeaponAnimation.CheckAlign       = ContentAlignment.MiddleLeft;
            chkWeaponAnimation.FlatStyle        = FlatStyle.Standard;
            chkWeaponAnimation.CausesValidation = true;
            chkWeaponAnimation.Enabled          = true;
            chkWeaponAnimation.Cursor           = Cursors.Default;
            chkWeaponAnimation.RightToLeft      = RightToLeft.No;
            chkWeaponAnimation.Appearance       = Appearance.Normal;
            chkWeaponAnimation.TabStop          = true;
            chkWeaponAnimation.CheckState       = CheckState.Unchecked;
            chkWeaponAnimation.Visible          = true;
            chkWeaponAnimation.Name             = "chkWeaponAnimation";
            _txtMP3Volume.AutoSize              = false;
            _txtMP3Volume.TextAlign             = HorizontalAlignment.Center;
            _txtMP3Volume.BackColor             = Color.White;
            _txtMP3Volume.Font             = new Font("MS Pゴシック", 9.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _txtMP3Volume.ForeColor        = Color.Black;
            _txtMP3Volume.Size             = new Size(33, 19);
            _txtMP3Volume.Location         = new Point(87, 327);
            _txtMP3Volume.TabIndex         = 11;
            _txtMP3Volume.Text             = "100";
            _txtMP3Volume.AcceptsReturn    = true;
            _txtMP3Volume.CausesValidation = true;
            _txtMP3Volume.Enabled          = true;
            _txtMP3Volume.HideSelection    = true;
            _txtMP3Volume.ReadOnly         = false;
            _txtMP3Volume.MaxLength        = 0;
            _txtMP3Volume.Cursor           = Cursors.IBeam;
            _txtMP3Volume.Multiline        = false;
            _txtMP3Volume.RightToLeft      = RightToLeft.No;
            _txtMP3Volume.ScrollBars       = ScrollBars.None;
            _txtMP3Volume.TabStop          = true;
            _txtMP3Volume.Visible          = true;
            _txtMP3Volume.BorderStyle      = BorderStyle.Fixed3D;
            _txtMP3Volume.Name             = "_txtMP3Volume";
            _hscMP3Volume.Size             = new Size(153, 17);
            _hscMP3Volume.LargeChange      = 10;
            _hscMP3Volume.Location         = new Point(128, 328);
            _hscMP3Volume.Maximum          = 109;
            _hscMP3Volume.TabIndex         = 12;
            _hscMP3Volume.Value            = 50;
            _hscMP3Volume.CausesValidation = true;
            _hscMP3Volume.Enabled          = true;
            _hscMP3Volume.Minimum          = 0;
            _hscMP3Volume.Cursor           = Cursors.Default;
            _hscMP3Volume.RightToLeft      = RightToLeft.No;
            _hscMP3Volume.SmallChange      = 1;
            _hscMP3Volume.TabStop          = true;
            _hscMP3Volume.Visible          = true;
            _hscMP3Volume.Name             = "_hscMP3Volume";
            cboMidiReset.BackColor         = Color.White;
            cboMidiReset.ForeColor         = Color.Black;
            cboMidiReset.Size                  = new Size(115, 20);
            cboMidiReset.Location              = new Point(168, 296);
            cboMidiReset.TabIndex              = 10;
            cboMidiReset.CausesValidation      = true;
            cboMidiReset.Enabled               = true;
            cboMidiReset.IntegralHeight        = true;
            cboMidiReset.Cursor                = Cursors.Default;
            cboMidiReset.RightToLeft           = RightToLeft.No;
            cboMidiReset.Sorted                = false;
            cboMidiReset.DropDownStyle         = ComboBoxStyle.DropDown;
            cboMidiReset.TabStop               = true;
            cboMidiReset.Visible               = true;
            cboMidiReset.Name                  = "cboMidiReset";
            chkUseDirectMusic.BackColor        = Color.FromArgb(192, 192, 192);
            chkUseDirectMusic.Text             = "MIDI演奏にDirectMusicを使用する (要再起動)";
            chkUseDirectMusic.ForeColor        = Color.Black;
            chkUseDirectMusic.Size             = new Size(281, 25);
            chkUseDirectMusic.Location         = new Point(32, 272);
            chkUseDirectMusic.TabIndex         = 9;
            chkUseDirectMusic.CheckAlign       = ContentAlignment.MiddleLeft;
            chkUseDirectMusic.FlatStyle        = FlatStyle.Standard;
            chkUseDirectMusic.CausesValidation = true;
            chkUseDirectMusic.Enabled          = true;
            chkUseDirectMusic.Cursor           = Cursors.Default;
            chkUseDirectMusic.RightToLeft      = RightToLeft.No;
            chkUseDirectMusic.Appearance       = Appearance.Normal;
            chkUseDirectMusic.TabStop          = true;
            chkUseDirectMusic.CheckState       = CheckState.Unchecked;
            chkUseDirectMusic.Visible          = true;
            chkUseDirectMusic.Name             = "chkUseDirectMusic";
            _cmdCancel.TextAlign               = ContentAlignment.MiddleCenter;
            _cmdCancel.BackColor               = Color.FromArgb(192, 192, 192);
            _cmdCancel.Text             = "キャンセル";
            _cmdCancel.Size             = new Size(97, 25);
            _cmdCancel.Location         = new Point(216, 360);
            _cmdCancel.TabIndex         = 14;
            _cmdCancel.CausesValidation = true;
            _cmdCancel.Enabled          = true;
            _cmdCancel.ForeColor        = SystemColors.ControlText;
            _cmdCancel.Cursor           = Cursors.Default;
            _cmdCancel.RightToLeft      = RightToLeft.No;
            _cmdCancel.TabStop          = true;
            _cmdCancel.Name             = "_cmdCancel";
            _cmdOK.TextAlign            = ContentAlignment.MiddleCenter;
            _cmdOK.BackColor            = Color.FromArgb(192, 192, 192);
            _cmdOK.Text                               = "OK";
            _cmdOK.Size                               = new Size(97, 25);
            _cmdOK.Location                           = new Point(112, 360);
            _cmdOK.TabIndex                           = 13;
            _cmdOK.CausesValidation                   = true;
            _cmdOK.Enabled                            = true;
            _cmdOK.ForeColor                          = SystemColors.ControlText;
            _cmdOK.Cursor                             = Cursors.Default;
            _cmdOK.RightToLeft                        = RightToLeft.No;
            _cmdOK.TabStop                            = true;
            _cmdOK.Name                               = "_cmdOK";
            chkKeepEnemyBGM.BackColor                 = Color.FromArgb(192, 192, 192);
            chkKeepEnemyBGM.Text                      = "敵フェイズ中にBGMを変更しない";
            chkKeepEnemyBGM.ForeColor                 = Color.Black;
            chkKeepEnemyBGM.Size                      = new Size(249, 25);
            chkKeepEnemyBGM.Location                  = new Point(32, 248);
            chkKeepEnemyBGM.TabIndex                  = 8;
            chkKeepEnemyBGM.CheckAlign                = ContentAlignment.MiddleLeft;
            chkKeepEnemyBGM.FlatStyle                 = FlatStyle.Standard;
            chkKeepEnemyBGM.CausesValidation          = true;
            chkKeepEnemyBGM.Enabled                   = true;
            chkKeepEnemyBGM.Cursor                    = Cursors.Default;
            chkKeepEnemyBGM.RightToLeft               = RightToLeft.No;
            chkKeepEnemyBGM.Appearance                = Appearance.Normal;
            chkKeepEnemyBGM.TabStop                   = true;
            chkKeepEnemyBGM.CheckState                = CheckState.Unchecked;
            chkKeepEnemyBGM.Visible                   = true;
            chkKeepEnemyBGM.Name                      = "chkKeepEnemyBGM";
            cboMessageSpeed.BackColor                 = Color.White;
            cboMessageSpeed.ForeColor                 = Color.Black;
            cboMessageSpeed.Size                      = new Size(137, 20);
            cboMessageSpeed.Location                  = new Point(144, 16);
            cboMessageSpeed.TabIndex                  = 2;
            cboMessageSpeed.CausesValidation          = true;
            cboMessageSpeed.Enabled                   = true;
            cboMessageSpeed.IntegralHeight            = true;
            cboMessageSpeed.Cursor                    = Cursors.Default;
            cboMessageSpeed.RightToLeft               = RightToLeft.No;
            cboMessageSpeed.Sorted                    = false;
            cboMessageSpeed.DropDownStyle             = ComboBoxStyle.DropDown;
            cboMessageSpeed.TabStop                   = true;
            cboMessageSpeed.Visible                   = true;
            cboMessageSpeed.Name                      = "cboMessageSpeed";
            chkAutoMoveCursor.BackColor               = Color.FromArgb(192, 192, 192);
            chkAutoMoveCursor.Text                    = "マウスカーソルを自動的に移動する";
            chkAutoMoveCursor.ForeColor               = Color.Black;
            chkAutoMoveCursor.Size                    = new Size(249, 25);
            chkAutoMoveCursor.Location                = new Point(32, 176);
            chkAutoMoveCursor.TabIndex                = 5;
            chkAutoMoveCursor.CheckAlign              = ContentAlignment.MiddleLeft;
            chkAutoMoveCursor.FlatStyle               = FlatStyle.Standard;
            chkAutoMoveCursor.CausesValidation        = true;
            chkAutoMoveCursor.Enabled                 = true;
            chkAutoMoveCursor.Cursor                  = Cursors.Default;
            chkAutoMoveCursor.RightToLeft             = RightToLeft.No;
            chkAutoMoveCursor.Appearance              = Appearance.Normal;
            chkAutoMoveCursor.TabStop                 = true;
            chkAutoMoveCursor.CheckState              = CheckState.Unchecked;
            chkAutoMoveCursor.Visible                 = true;
            chkAutoMoveCursor.Name                    = "chkAutoMoveCursor";
            chkShowSquareLine.BackColor               = Color.FromArgb(192, 192, 192);
            chkShowSquareLine.Text                    = "マス目を表示する (要再起動)";
            chkShowSquareLine.ForeColor               = Color.Black;
            chkShowSquareLine.Size                    = new Size(265, 25);
            chkShowSquareLine.Location                = new Point(32, 200);
            chkShowSquareLine.TabIndex                = 6;
            chkShowSquareLine.CheckAlign              = ContentAlignment.MiddleLeft;
            chkShowSquareLine.FlatStyle               = FlatStyle.Standard;
            chkShowSquareLine.CausesValidation        = true;
            chkShowSquareLine.Enabled                 = true;
            chkShowSquareLine.Cursor                  = Cursors.Default;
            chkShowSquareLine.RightToLeft             = RightToLeft.No;
            chkShowSquareLine.Appearance              = Appearance.Normal;
            chkShowSquareLine.TabStop                 = true;
            chkShowSquareLine.CheckState              = CheckState.Unchecked;
            chkShowSquareLine.Visible                 = true;
            chkShowSquareLine.Name                    = "chkShowSquareLine";
            chkShowTurn.BackColor                     = Color.FromArgb(192, 192, 192);
            chkShowTurn.Text                          = "味方フェイズ開始時にターン表示を行う";
            chkShowTurn.ForeColor                     = Color.Black;
            chkShowTurn.Size                          = new Size(249, 25);
            chkShowTurn.Location                      = new Point(32, 224);
            chkShowTurn.TabIndex                      = 7;
            chkShowTurn.CheckAlign                    = ContentAlignment.MiddleLeft;
            chkShowTurn.FlatStyle                     = FlatStyle.Standard;
            chkShowTurn.CausesValidation              = true;
            chkShowTurn.Enabled                       = true;
            chkShowTurn.Cursor                        = Cursors.Default;
            chkShowTurn.RightToLeft                   = RightToLeft.No;
            chkShowTurn.Appearance                    = Appearance.Normal;
            chkShowTurn.TabStop                       = true;
            chkShowTurn.CheckState                    = CheckState.Unchecked;
            chkShowTurn.Visible                       = true;
            chkShowTurn.Name                          = "chkShowTurn";
            chkSpecialPowerAnimation.BackColor        = Color.FromArgb(192, 192, 192);
            chkSpecialPowerAnimation.Text             = "スペシャルパワーアニメを表示する";
            chkSpecialPowerAnimation.ForeColor        = Color.Black;
            chkSpecialPowerAnimation.Size             = new Size(249, 25);
            chkSpecialPowerAnimation.Location         = new Point(32, 128);
            chkSpecialPowerAnimation.TabIndex         = 4;
            chkSpecialPowerAnimation.CheckAlign       = ContentAlignment.MiddleLeft;
            chkSpecialPowerAnimation.FlatStyle        = FlatStyle.Standard;
            chkSpecialPowerAnimation.CausesValidation = true;
            chkSpecialPowerAnimation.Enabled          = true;
            chkSpecialPowerAnimation.Cursor           = Cursors.Default;
            chkSpecialPowerAnimation.RightToLeft      = RightToLeft.No;
            chkSpecialPowerAnimation.Appearance       = Appearance.Normal;
            chkSpecialPowerAnimation.TabStop          = true;
            chkSpecialPowerAnimation.CheckState       = CheckState.Unchecked;
            chkSpecialPowerAnimation.Visible          = true;
            chkSpecialPowerAnimation.Name             = "chkSpecialPowerAnimation";
            _chkBattleAnimation.BackColor             = Color.FromArgb(192, 192, 192);
            _chkBattleAnimation.Text                  = "戦闘アニメを表示する";
            _chkBattleAnimation.ForeColor             = Color.Black;
            _chkBattleAnimation.Size                  = new Size(249, 25);
            _chkBattleAnimation.Location              = new Point(32, 40);
            _chkBattleAnimation.TabIndex              = 3;
            _chkBattleAnimation.CheckAlign            = ContentAlignment.MiddleLeft;
            _chkBattleAnimation.FlatStyle             = FlatStyle.Standard;
            _chkBattleAnimation.CausesValidation      = true;
            _chkBattleAnimation.Enabled               = true;
            _chkBattleAnimation.Cursor                = Cursors.Default;
            _chkBattleAnimation.RightToLeft           = RightToLeft.No;
            _chkBattleAnimation.Appearance            = Appearance.Normal;
            _chkBattleAnimation.TabStop               = true;
            _chkBattleAnimation.CheckState            = CheckState.Unchecked;
            _chkBattleAnimation.Visible               = true;
            _chkBattleAnimation.Name                  = "_chkBattleAnimation";
            labMP3Volume.Text                         = "MP3音量";
            labMP3Volume.ForeColor                    = Color.Black;
            labMP3Volume.Size                         = new Size(49, 17);
            labMP3Volume.Location                     = new Point(33, 330);
            labMP3Volume.TabIndex                     = 15;
            labMP3Volume.TextAlign                    = ContentAlignment.TopLeft;
            labMP3Volume.BackColor                    = Color.Transparent;
            labMP3Volume.Enabled                      = true;
            labMP3Volume.Cursor                       = Cursors.Default;
            labMP3Volume.RightToLeft                  = RightToLeft.No;
            labMP3Volume.UseMnemonic                  = true;
            labMP3Volume.Visible                      = true;
            labMP3Volume.AutoSize                     = false;
            labMP3Volume.BorderStyle                  = BorderStyle.None;
            labMP3Volume.Name                         = "labMP3Volume";
            labMidiReset.Text                         = "MIDI音源リセットの種類";
            labMidiReset.ForeColor                    = Color.Black;
            labMidiReset.Size                         = new Size(192, 17);
            labMidiReset.Location                     = new Point(33, 301);
            labMidiReset.TabIndex                     = 1;
            labMidiReset.TextAlign                    = ContentAlignment.TopLeft;
            labMidiReset.BackColor                    = Color.Transparent;
            labMidiReset.Enabled                      = true;
            labMidiReset.Cursor                       = Cursors.Default;
            labMidiReset.RightToLeft                  = RightToLeft.No;
            labMidiReset.UseMnemonic                  = true;
            labMidiReset.Visible                      = true;
            labMidiReset.AutoSize                     = false;
            labMidiReset.BorderStyle                  = BorderStyle.None;
            labMidiReset.Name                         = "labMidiReset";
            labMessageSpeed.Text                      = "メッセージスピード";
            labMessageSpeed.Font                      = new Font("MS Pゴシック", 9.75f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labMessageSpeed.ForeColor                 = Color.Black;
            labMessageSpeed.Size                      = new Size(129, 17);
            labMessageSpeed.Location                  = new Point(33, 20);
            labMessageSpeed.TabIndex                  = 0;
            labMessageSpeed.TextAlign                 = ContentAlignment.TopLeft;
            labMessageSpeed.BackColor                 = Color.Transparent;
            labMessageSpeed.Enabled                   = true;
            labMessageSpeed.Cursor                    = Cursors.Default;
            labMessageSpeed.RightToLeft               = RightToLeft.No;
            labMessageSpeed.UseMnemonic               = true;
            labMessageSpeed.Visible                   = true;
            labMessageSpeed.AutoSize                  = false;
            labMessageSpeed.BorderStyle               = BorderStyle.None;
            labMessageSpeed.Name                      = "labMessageSpeed";
            Controls.Add(chkExtendedAnimation);
            Controls.Add(chkMoveAnimation);
            Controls.Add(chkWeaponAnimation);
            Controls.Add(_txtMP3Volume);
            Controls.Add(_hscMP3Volume);
            Controls.Add(cboMidiReset);
            Controls.Add(chkUseDirectMusic);
            Controls.Add(_cmdCancel);
            Controls.Add(_cmdOK);
            Controls.Add(chkKeepEnemyBGM);
            Controls.Add(cboMessageSpeed);
            Controls.Add(chkAutoMoveCursor);
            Controls.Add(chkShowSquareLine);
            Controls.Add(chkShowTurn);
            Controls.Add(chkSpecialPowerAnimation);
            Controls.Add(_chkBattleAnimation);
            Controls.Add(labMP3Volume);
            Controls.Add(labMidiReset);
            Controls.Add(labMessageSpeed);
            Load += new EventHandler(frmConfiguration_Load);
            ResumeLayout(false);
            PerformLayout();
        }
Ejemplo n.º 9
0
        private void InitializeComponent()
        {
            var resources = new System.Resources.ResourceManager(typeof(frmListBox));

            components             = new System.ComponentModel.Container();
            ToolTip1               = new ToolTip(components);
            _Timer2                = new Timer(components);
            _Timer2.Tick          += new EventHandler(Timer2_Tick);
            txtComment             = new TextBox();
            txtMorale2             = new TextBox();
            txtMorale1             = new TextBox();
            txtLevel2              = new TextBox();
            txtLevel1              = new TextBox();
            txtHP1                 = new TextBox();
            picHP1                 = new PictureBox();
            picEN1                 = new PictureBox();
            txtEN1                 = new TextBox();
            txtEN2                 = new TextBox();
            picEN2                 = new PictureBox();
            picHP2                 = new PictureBox();
            txtHP2                 = new TextBox();
            picUnit2               = new PictureBox();
            picUnit1               = new PictureBox();
            _Timer1                = new Timer(components);
            _Timer1.Tick          += new EventHandler(Timer1_Tick);
            _lstItems              = new ListBox();
            _lstItems.DoubleClick += new EventHandler(lstItems_DoubleClick);
            _lstItems.MouseDown   += new MouseEventHandler(lstItems_MouseDown);
            _lstItems.MouseMove   += new MouseEventHandler(lstItems_MouseMove);
            picBar                 = new PictureBox();
            _labCaption            = new Label();
            _labCaption.MouseDown += new MouseEventHandler(labCaption_MouseDown);
            labMorale2             = new Label();
            labMorale1             = new Label();
            labLevel2              = new Label();
            imgPilot2              = new PictureBox();
            labLevel1              = new Label();
            imgPilot1              = new PictureBox();
            labHP1                 = new Label();
            labEN1                 = new Label();
            labEN2                 = new Label();
            labHP2                 = new Label();
            SuspendLayout();
            ToolTip1.Active             = true;
            StartPosition               = FormStartPosition.Manual;
            BackColor                   = Color.FromArgb(192, 192, 192);
            FormBorderStyle             = FormBorderStyle.FixedSingle;
            Text                        = "ListBox";
            ClientSize                  = new Size(654, 137);
            Location                    = new Point(72, 116);
            Icon                        = (Icon)resources.GetObject("frmListBox.Icon");
            KeyPreview                  = true;
            MaximizeBox                 = false;
            AutoScaleMode               = AutoScaleMode.Font;
            ControlBox                  = true;
            Enabled                     = true;
            MinimizeBox                 = true;
            Cursor                      = Cursors.Default;
            RightToLeft                 = RightToLeft.No;
            ShowInTaskbar               = true;
            HelpButton                  = false;
            WindowState                 = FormWindowState.Normal;
            Name                        = "frmListBox";
            _Timer2.Interval            = 100;
            _Timer2.Enabled             = true;
            txtComment.AutoSize         = false;
            txtComment.Enabled          = false;
            txtComment.Font             = new Font("MS ゴシック", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtComment.Size             = new Size(637, 38);
            txtComment.Location         = new Point(6, 141);
            txtComment.Multiline        = true;
            txtComment.TabIndex         = 24;
            txtComment.TabStop          = false;
            txtComment.Visible          = false;
            txtComment.AcceptsReturn    = true;
            txtComment.TextAlign        = HorizontalAlignment.Left;
            txtComment.BackColor        = SystemColors.Window;
            txtComment.CausesValidation = true;
            txtComment.ForeColor        = SystemColors.WindowText;
            txtComment.HideSelection    = true;
            txtComment.ReadOnly         = false;
            txtComment.MaxLength        = 0;
            txtComment.Cursor           = Cursors.IBeam;
            txtComment.RightToLeft      = RightToLeft.No;
            txtComment.ScrollBars       = ScrollBars.None;
            txtComment.BorderStyle      = BorderStyle.Fixed3D;
            txtComment.Name             = "txtComment";
            txtMorale2.AutoSize         = false;
            txtMorale2.BackColor        = Color.FromArgb(192, 192, 192);
            txtMorale2.Font             = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtMorale2.Size             = new Size(25, 13);
            txtMorale2.Location         = new Point(385, 23);
            txtMorale2.TabIndex         = 22;
            txtMorale2.Text             = "100";
            txtMorale2.Visible          = false;
            txtMorale2.AcceptsReturn    = true;
            txtMorale2.TextAlign        = HorizontalAlignment.Left;
            txtMorale2.CausesValidation = true;
            txtMorale2.Enabled          = true;
            txtMorale2.ForeColor        = SystemColors.WindowText;
            txtMorale2.HideSelection    = true;
            txtMorale2.ReadOnly         = false;
            txtMorale2.MaxLength        = 0;
            txtMorale2.Cursor           = Cursors.IBeam;
            txtMorale2.Multiline        = false;
            txtMorale2.RightToLeft      = RightToLeft.No;
            txtMorale2.ScrollBars       = ScrollBars.None;
            txtMorale2.TabStop          = true;
            txtMorale2.BorderStyle      = BorderStyle.None;
            txtMorale2.Name             = "txtMorale2";
            txtMorale1.AutoSize         = false;
            txtMorale1.BackColor        = Color.FromArgb(192, 192, 192);
            txtMorale1.Font             = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtMorale1.Size             = new Size(25, 13);
            txtMorale1.Location         = new Point(59, 22);
            txtMorale1.TabIndex         = 20;
            txtMorale1.Text             = "100";
            txtMorale1.Visible          = false;
            txtMorale1.AcceptsReturn    = true;
            txtMorale1.TextAlign        = HorizontalAlignment.Left;
            txtMorale1.CausesValidation = true;
            txtMorale1.Enabled          = true;
            txtMorale1.ForeColor        = SystemColors.WindowText;
            txtMorale1.HideSelection    = true;
            txtMorale1.ReadOnly         = false;
            txtMorale1.MaxLength        = 0;
            txtMorale1.Cursor           = Cursors.IBeam;
            txtMorale1.Multiline        = false;
            txtMorale1.RightToLeft      = RightToLeft.No;
            txtMorale1.ScrollBars       = ScrollBars.None;
            txtMorale1.TabStop          = true;
            txtMorale1.BorderStyle      = BorderStyle.None;
            txtMorale1.Name             = "txtMorale1";
            txtLevel2.AutoSize          = false;
            txtLevel2.BackColor         = Color.FromArgb(192, 192, 192);
            txtLevel2.Font              = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtLevel2.Size              = new Size(17, 13);
            txtLevel2.Location          = new Point(391, 7);
            txtLevel2.TabIndex          = 19;
            txtLevel2.Text              = "99";
            txtLevel2.Visible           = false;
            txtLevel2.AcceptsReturn     = true;
            txtLevel2.TextAlign         = HorizontalAlignment.Left;
            txtLevel2.CausesValidation  = true;
            txtLevel2.Enabled           = true;
            txtLevel2.ForeColor         = SystemColors.WindowText;
            txtLevel2.HideSelection     = true;
            txtLevel2.ReadOnly          = false;
            txtLevel2.MaxLength         = 0;
            txtLevel2.Cursor            = Cursors.IBeam;
            txtLevel2.Multiline         = false;
            txtLevel2.RightToLeft       = RightToLeft.No;
            txtLevel2.ScrollBars        = ScrollBars.None;
            txtLevel2.TabStop           = true;
            txtLevel2.BorderStyle       = BorderStyle.None;
            txtLevel2.Name              = "txtLevel2";
            txtLevel1.AutoSize          = false;
            txtLevel1.BackColor         = Color.FromArgb(192, 192, 192);
            txtLevel1.Font              = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtLevel1.Size              = new Size(17, 13);
            txtLevel1.Location          = new Point(66, 6);
            txtLevel1.TabIndex          = 17;
            txtLevel1.Text              = "99";
            txtLevel1.Visible           = false;
            txtLevel1.AcceptsReturn     = true;
            txtLevel1.TextAlign         = HorizontalAlignment.Left;
            txtLevel1.CausesValidation  = true;
            txtLevel1.Enabled           = true;
            txtLevel1.ForeColor         = SystemColors.WindowText;
            txtLevel1.HideSelection     = true;
            txtLevel1.ReadOnly          = false;
            txtLevel1.MaxLength         = 0;
            txtLevel1.Cursor            = Cursors.IBeam;
            txtLevel1.Multiline         = false;
            txtLevel1.RightToLeft       = RightToLeft.No;
            txtLevel1.ScrollBars        = ScrollBars.None;
            txtLevel1.TabStop           = true;
            txtLevel1.BorderStyle       = BorderStyle.None;
            txtLevel1.Name              = "txtLevel1";
            txtHP1.AutoSize             = false;
            txtHP1.BackColor            = Color.FromArgb(192, 192, 192);
            txtHP1.Font                 = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtHP1.Size                 = new Size(88, 13);
            txtHP1.Location             = new Point(148, 8);
            txtHP1.TabIndex             = 11;
            txtHP1.Text                 = "99999/99999";
            txtHP1.Visible              = false;
            txtHP1.AcceptsReturn        = true;
            txtHP1.TextAlign            = HorizontalAlignment.Left;
            txtHP1.CausesValidation     = true;
            txtHP1.Enabled              = true;
            txtHP1.ForeColor            = SystemColors.WindowText;
            txtHP1.HideSelection        = true;
            txtHP1.ReadOnly             = false;
            txtHP1.MaxLength            = 0;
            txtHP1.Cursor               = Cursors.IBeam;
            txtHP1.Multiline            = false;
            txtHP1.RightToLeft          = RightToLeft.No;
            txtHP1.ScrollBars           = ScrollBars.None;
            txtHP1.TabStop              = true;
            txtHP1.BorderStyle          = BorderStyle.None;
            txtHP1.Name                 = "txtHP1";
            picHP1.BackColor            = Color.FromArgb(192, 0, 0);
            picHP1.ForeColor            = Color.FromArgb(0, 192, 0);
            picHP1.Size                 = new Size(114, 8);
            picHP1.Location             = new Point(122, 26);
            picHP1.TabIndex             = 10;
            picHP1.Visible              = false;
            picHP1.Dock                 = DockStyle.None;
            picHP1.CausesValidation     = true;
            picHP1.Enabled              = true;
            picHP1.Cursor               = Cursors.Default;
            picHP1.RightToLeft          = RightToLeft.No;
            picHP1.TabStop              = true;
            picHP1.SizeMode             = PictureBoxSizeMode.Normal;
            picHP1.BorderStyle          = BorderStyle.Fixed3D;
            picHP1.Name                 = "picHP1";
            picEN1.BackColor            = Color.FromArgb(192, 0, 0);
            picEN1.ForeColor            = Color.FromArgb(0, 192, 0);
            picEN1.Size                 = new Size(79, 8);
            picEN1.Location             = new Point(240, 26);
            picEN1.TabIndex             = 9;
            picEN1.Visible              = false;
            picEN1.Dock                 = DockStyle.None;
            picEN1.CausesValidation     = true;
            picEN1.Enabled              = true;
            picEN1.Cursor               = Cursors.Default;
            picEN1.RightToLeft          = RightToLeft.No;
            picEN1.TabStop              = true;
            picEN1.SizeMode             = PictureBoxSizeMode.Normal;
            picEN1.BorderStyle          = BorderStyle.Fixed3D;
            picEN1.Name                 = "picEN1";
            txtEN1.AutoSize             = false;
            txtEN1.BackColor            = Color.FromArgb(192, 192, 192);
            txtEN1.Font                 = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtEN1.Size                 = new Size(57, 13);
            txtEN1.Location             = new Point(263, 8);
            txtEN1.TabIndex             = 8;
            txtEN1.Text                 = "999/999";
            txtEN1.Visible              = false;
            txtEN1.AcceptsReturn        = true;
            txtEN1.TextAlign            = HorizontalAlignment.Left;
            txtEN1.CausesValidation     = true;
            txtEN1.Enabled              = true;
            txtEN1.ForeColor            = SystemColors.WindowText;
            txtEN1.HideSelection        = true;
            txtEN1.ReadOnly             = false;
            txtEN1.MaxLength            = 0;
            txtEN1.Cursor               = Cursors.IBeam;
            txtEN1.Multiline            = false;
            txtEN1.RightToLeft          = RightToLeft.No;
            txtEN1.ScrollBars           = ScrollBars.None;
            txtEN1.TabStop              = true;
            txtEN1.BorderStyle          = BorderStyle.None;
            txtEN1.Name                 = "txtEN1";
            txtEN2.AutoSize             = false;
            txtEN2.BackColor            = Color.FromArgb(192, 192, 192);
            txtEN2.Font                 = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtEN2.Size                 = new Size(57, 13);
            txtEN2.Location             = new Point(587, 8);
            txtEN2.TabIndex             = 7;
            txtEN2.Text                 = "999/999";
            txtEN2.Visible              = false;
            txtEN2.AcceptsReturn        = true;
            txtEN2.TextAlign            = HorizontalAlignment.Left;
            txtEN2.CausesValidation     = true;
            txtEN2.Enabled              = true;
            txtEN2.ForeColor            = SystemColors.WindowText;
            txtEN2.HideSelection        = true;
            txtEN2.ReadOnly             = false;
            txtEN2.MaxLength            = 0;
            txtEN2.Cursor               = Cursors.IBeam;
            txtEN2.Multiline            = false;
            txtEN2.RightToLeft          = RightToLeft.No;
            txtEN2.ScrollBars           = ScrollBars.None;
            txtEN2.TabStop              = true;
            txtEN2.BorderStyle          = BorderStyle.None;
            txtEN2.Name                 = "txtEN2";
            picEN2.BackColor            = Color.FromArgb(192, 0, 0);
            picEN2.ForeColor            = Color.FromArgb(0, 192, 0);
            picEN2.Size                 = new Size(78, 8);
            picEN2.Location             = new Point(565, 27);
            picEN2.TabIndex             = 6;
            picEN2.Visible              = false;
            picEN2.Dock                 = DockStyle.None;
            picEN2.CausesValidation     = true;
            picEN2.Enabled              = true;
            picEN2.Cursor               = Cursors.Default;
            picEN2.RightToLeft          = RightToLeft.No;
            picEN2.TabStop              = true;
            picEN2.SizeMode             = PictureBoxSizeMode.Normal;
            picEN2.BorderStyle          = BorderStyle.Fixed3D;
            picEN2.Name                 = "picEN2";
            picHP2.BackColor            = Color.FromArgb(192, 0, 0);
            picHP2.ForeColor            = Color.FromArgb(0, 192, 0);
            picHP2.Size                 = new Size(112, 8);
            picHP2.Location             = new Point(449, 27);
            picHP2.TabIndex             = 5;
            picHP2.Visible              = false;
            picHP2.Dock                 = DockStyle.None;
            picHP2.CausesValidation     = true;
            picHP2.Enabled              = true;
            picHP2.Cursor               = Cursors.Default;
            picHP2.RightToLeft          = RightToLeft.No;
            picHP2.TabStop              = true;
            picHP2.SizeMode             = PictureBoxSizeMode.Normal;
            picHP2.BorderStyle          = BorderStyle.Fixed3D;
            picHP2.Name                 = "picHP2";
            txtHP2.AutoSize             = false;
            txtHP2.BackColor            = Color.FromArgb(192, 192, 192);
            txtHP2.Font                 = new Font("MS 明朝", 9.75f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            txtHP2.Size                 = new Size(88, 13);
            txtHP2.Location             = new Point(473, 8);
            txtHP2.TabIndex             = 4;
            txtHP2.Text                 = "99999/99999";
            txtHP2.Visible              = false;
            txtHP2.AcceptsReturn        = true;
            txtHP2.TextAlign            = HorizontalAlignment.Left;
            txtHP2.CausesValidation     = true;
            txtHP2.Enabled              = true;
            txtHP2.ForeColor            = SystemColors.WindowText;
            txtHP2.HideSelection        = true;
            txtHP2.ReadOnly             = false;
            txtHP2.MaxLength            = 0;
            txtHP2.Cursor               = Cursors.IBeam;
            txtHP2.Multiline            = false;
            txtHP2.RightToLeft          = RightToLeft.No;
            txtHP2.ScrollBars           = ScrollBars.None;
            txtHP2.TabStop              = true;
            txtHP2.BorderStyle          = BorderStyle.None;
            txtHP2.Name                 = "txtHP2";
            picUnit2.BackColor          = SystemColors.Window;
            picUnit2.ForeColor          = SystemColors.WindowText;
            picUnit2.Size               = new Size(32, 32);
            picUnit2.Location           = new Point(412, 5);
            picUnit2.TabIndex           = 3;
            picUnit2.Visible            = false;
            picUnit2.Dock               = DockStyle.None;
            picUnit2.CausesValidation   = true;
            picUnit2.Enabled            = true;
            picUnit2.Cursor             = Cursors.Default;
            picUnit2.RightToLeft        = RightToLeft.No;
            picUnit2.TabStop            = true;
            picUnit2.SizeMode           = PictureBoxSizeMode.Normal;
            picUnit2.BorderStyle        = BorderStyle.None;
            picUnit2.Name               = "picUnit2";
            picUnit1.BackColor          = SystemColors.Window;
            picUnit1.ForeColor          = SystemColors.WindowText;
            picUnit1.Size               = new Size(32, 32);
            picUnit1.Location           = new Point(85, 4);
            picUnit1.TabIndex           = 2;
            picUnit1.Visible            = false;
            picUnit1.Dock               = DockStyle.None;
            picUnit1.CausesValidation   = true;
            picUnit1.Enabled            = true;
            picUnit1.Cursor             = Cursors.Default;
            picUnit1.RightToLeft        = RightToLeft.No;
            picUnit1.TabStop            = true;
            picUnit1.SizeMode           = PictureBoxSizeMode.Normal;
            picUnit1.BorderStyle        = BorderStyle.None;
            picUnit1.Name               = "picUnit1";
            _Timer1.Enabled             = false;
            _Timer1.Interval            = 100;
            _lstItems.BackColor         = Color.White;
            _lstItems.Font              = new Font("MS 明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _lstItems.ForeColor         = Color.Black;
            _lstItems.Size              = new Size(643, 103);
            _lstItems.Location          = new Point(6, 32);
            _lstItems.TabIndex          = 0;
            _lstItems.BorderStyle       = BorderStyle.Fixed3D;
            _lstItems.CausesValidation  = true;
            _lstItems.Enabled           = true;
            _lstItems.IntegralHeight    = true;
            _lstItems.Cursor            = Cursors.Default;
            _lstItems.SelectionMode     = SelectionMode.One;
            _lstItems.RightToLeft       = RightToLeft.No;
            _lstItems.Sorted            = false;
            _lstItems.TabStop           = true;
            _lstItems.Visible           = true;
            _lstItems.MultiColumn       = false;
            _lstItems.Name              = "_lstItems";
            picBar.BackColor            = Color.White;
            picBar.ForeColor            = Color.FromArgb(0, 0, 128);
            picBar.Size                 = new Size(643, 13);
            picBar.Location             = new Point(6, 123);
            picBar.TabIndex             = 25;
            picBar.Visible              = false;
            picBar.Dock                 = DockStyle.None;
            picBar.CausesValidation     = true;
            picBar.Enabled              = true;
            picBar.Cursor               = Cursors.Default;
            picBar.RightToLeft          = RightToLeft.No;
            picBar.TabStop              = true;
            picBar.SizeMode             = PictureBoxSizeMode.Normal;
            picBar.BorderStyle          = BorderStyle.Fixed3D;
            picBar.Name                 = "picBar";
            _labCaption.BackColor       = Color.White;
            _labCaption.Font            = new Font("MS 明朝", 12f, FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            _labCaption.ForeColor       = Color.Black;
            _labCaption.Size            = new Size(643, 23);
            _labCaption.Location        = new Point(6, 5);
            _labCaption.TabIndex        = 1;
            _labCaption.TextAlign       = ContentAlignment.TopLeft;
            _labCaption.Enabled         = true;
            _labCaption.Cursor          = Cursors.Default;
            _labCaption.RightToLeft     = RightToLeft.No;
            _labCaption.UseMnemonic     = true;
            _labCaption.Visible         = true;
            _labCaption.AutoSize        = false;
            _labCaption.BorderStyle     = BorderStyle.Fixed3D;
            _labCaption.Name            = "_labCaption";
            labMorale2.BackColor        = Color.FromArgb(192, 192, 192);
            labMorale2.Text             = "M";
            labMorale2.Font             = new Font("MS P明朝", 11.25f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labMorale2.ForeColor        = Color.Black;
            labMorale2.Size             = new Size(12, 17);
            labMorale2.Location         = new Point(372, 22);
            labMorale2.TabIndex         = 23;
            labMorale2.Visible          = false;
            labMorale2.TextAlign        = ContentAlignment.TopLeft;
            labMorale2.Enabled          = true;
            labMorale2.Cursor           = Cursors.Default;
            labMorale2.RightToLeft      = RightToLeft.No;
            labMorale2.UseMnemonic      = true;
            labMorale2.AutoSize         = false;
            labMorale2.BorderStyle      = BorderStyle.None;
            labMorale2.Name             = "labMorale2";
            labMorale1.BackColor        = Color.FromArgb(192, 192, 192);
            labMorale1.Text             = "M";
            labMorale1.Font             = new Font("MS P明朝", 11.25f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labMorale1.ForeColor        = Color.Black;
            labMorale1.Size             = new Size(12, 17);
            labMorale1.Location         = new Point(46, 20);
            labMorale1.TabIndex         = 21;
            labMorale1.Visible          = false;
            labMorale1.TextAlign        = ContentAlignment.TopLeft;
            labMorale1.Enabled          = true;
            labMorale1.Cursor           = Cursors.Default;
            labMorale1.RightToLeft      = RightToLeft.No;
            labMorale1.UseMnemonic      = true;
            labMorale1.AutoSize         = false;
            labMorale1.BorderStyle      = BorderStyle.None;
            labMorale1.Name             = "labMorale1";
            labLevel2.BackColor         = Color.FromArgb(192, 192, 192);
            labLevel2.Text              = "Lv";
            labLevel2.Font              = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labLevel2.ForeColor         = Color.Black;
            labLevel2.Size              = new Size(20, 17);
            labLevel2.Location          = new Point(370, 4);
            labLevel2.TabIndex          = 18;
            labLevel2.Visible           = false;
            labLevel2.TextAlign         = ContentAlignment.TopLeft;
            labLevel2.Enabled           = true;
            labLevel2.Cursor            = Cursors.Default;
            labLevel2.RightToLeft       = RightToLeft.No;
            labLevel2.UseMnemonic       = true;
            labLevel2.AutoSize          = false;
            labLevel2.BorderStyle       = BorderStyle.None;
            labLevel2.Name              = "labLevel2";
            imgPilot2.Size              = new Size(36, 36);
            imgPilot2.Location          = new Point(331, 3);
            imgPilot2.SizeMode          = PictureBoxSizeMode.StretchImage;
            imgPilot2.Visible           = false;
            imgPilot2.Enabled           = true;
            imgPilot2.Cursor            = Cursors.Default;
            imgPilot2.BorderStyle       = BorderStyle.Fixed3D;
            imgPilot2.Name              = "imgPilot2";
            labLevel1.BackColor         = Color.FromArgb(192, 192, 192);
            labLevel1.Text              = "Lv";
            labLevel1.Font              = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labLevel1.ForeColor         = Color.Black;
            labLevel1.Size              = new Size(20, 17);
            labLevel1.Location          = new Point(45, 4);
            labLevel1.TabIndex          = 16;
            labLevel1.Visible           = false;
            labLevel1.TextAlign         = ContentAlignment.TopLeft;
            labLevel1.Enabled           = true;
            labLevel1.Cursor            = Cursors.Default;
            labLevel1.RightToLeft       = RightToLeft.No;
            labLevel1.UseMnemonic       = true;
            labLevel1.AutoSize          = false;
            labLevel1.BorderStyle       = BorderStyle.None;
            labLevel1.Name              = "labLevel1";
            imgPilot1.Size              = new Size(36, 36);
            imgPilot1.Location          = new Point(6, 3);
            imgPilot1.SizeMode          = PictureBoxSizeMode.StretchImage;
            imgPilot1.Visible           = false;
            imgPilot1.Enabled           = true;
            imgPilot1.Cursor            = Cursors.Default;
            imgPilot1.BorderStyle       = BorderStyle.Fixed3D;
            imgPilot1.Name              = "imgPilot1";
            labHP1.BackColor            = Color.FromArgb(192, 192, 192);
            labHP1.Text                 = "HP";
            labHP1.Font                 = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labHP1.ForeColor            = Color.Black;
            labHP1.Size                 = new Size(23, 17);
            labHP1.Location             = new Point(121, 6);
            labHP1.TabIndex             = 15;
            labHP1.Visible              = false;
            labHP1.TextAlign            = ContentAlignment.TopLeft;
            labHP1.Enabled              = true;
            labHP1.Cursor               = Cursors.Default;
            labHP1.RightToLeft          = RightToLeft.No;
            labHP1.UseMnemonic          = true;
            labHP1.AutoSize             = false;
            labHP1.BorderStyle          = BorderStyle.None;
            labHP1.Name                 = "labHP1";
            labEN1.BackColor            = Color.FromArgb(192, 192, 192);
            labEN1.Text                 = "EN";
            labEN1.Font                 = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labEN1.ForeColor            = Color.Black;
            labEN1.Size                 = new Size(22, 17);
            labEN1.Location             = new Point(238, 6);
            labEN1.TabIndex             = 14;
            labEN1.Visible              = false;
            labEN1.TextAlign            = ContentAlignment.TopLeft;
            labEN1.Enabled              = true;
            labEN1.Cursor               = Cursors.Default;
            labEN1.RightToLeft          = RightToLeft.No;
            labEN1.UseMnemonic          = true;
            labEN1.AutoSize             = false;
            labEN1.BorderStyle          = BorderStyle.None;
            labEN1.Name                 = "labEN1";
            labEN2.BackColor            = Color.FromArgb(192, 192, 192);
            labEN2.Text                 = "EN";
            labEN2.Font                 = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labEN2.ForeColor            = Color.Black;
            labEN2.Size                 = new Size(25, 17);
            labEN2.Location             = new Point(563, 6);
            labEN2.TabIndex             = 13;
            labEN2.Visible              = false;
            labEN2.TextAlign            = ContentAlignment.TopLeft;
            labEN2.Enabled              = true;
            labEN2.Cursor               = Cursors.Default;
            labEN2.RightToLeft          = RightToLeft.No;
            labEN2.UseMnemonic          = true;
            labEN2.AutoSize             = false;
            labEN2.BorderStyle          = BorderStyle.None;
            labEN2.Name                 = "labEN2";
            labHP2.BackColor            = Color.FromArgb(192, 192, 192);
            labHP2.Text                 = "HP";
            labHP2.Font                 = new Font("MS P明朝", 12f, FontStyle.Bold | FontStyle.Regular, GraphicsUnit.Point, Conversions.ToByte(128));
            labHP2.ForeColor            = Color.Black;
            labHP2.Size                 = new Size(25, 17);
            labHP2.Location             = new Point(448, 6);
            labHP2.TabIndex             = 12;
            labHP2.Visible              = false;
            labHP2.TextAlign            = ContentAlignment.TopLeft;
            labHP2.Enabled              = true;
            labHP2.Cursor               = Cursors.Default;
            labHP2.RightToLeft          = RightToLeft.No;
            labHP2.UseMnemonic          = true;
            labHP2.AutoSize             = false;
            labHP2.BorderStyle          = BorderStyle.None;
            labHP2.Name                 = "labHP2";
            Controls.Add(txtComment);
            Controls.Add(txtMorale2);
            Controls.Add(txtMorale1);
            Controls.Add(txtLevel2);
            Controls.Add(txtLevel1);
            Controls.Add(txtHP1);
            Controls.Add(picHP1);
            Controls.Add(picEN1);
            Controls.Add(txtEN1);
            Controls.Add(txtEN2);
            Controls.Add(picEN2);
            Controls.Add(picHP2);
            Controls.Add(txtHP2);
            Controls.Add(picUnit2);
            Controls.Add(picUnit1);
            Controls.Add(_lstItems);
            Controls.Add(picBar);
            Controls.Add(_labCaption);
            Controls.Add(labMorale2);
            Controls.Add(labMorale1);
            Controls.Add(labLevel2);
            Controls.Add(imgPilot2);
            Controls.Add(labLevel1);
            Controls.Add(imgPilot1);
            Controls.Add(labHP1);
            Controls.Add(labEN1);
            Controls.Add(labEN2);
            Controls.Add(labHP2);
            KeyDown    += new KeyEventHandler(frmListBox_KeyDown);
            Load       += new EventHandler(frmListBox_Load);
            FormClosed += new FormClosedEventHandler(frmListBox_FormClosed);
            MouseDown  += new MouseEventHandler(frmListBox_MouseDown);
            ResumeLayout(false);
            PerformLayout();
        }