Ejemplo n.º 1
0
        private void InitializeComponent()
        {
            this.CloseBtn      = new Button();
            this.CombatantList = new ListView();
            this.CombatantHdr  = new ColumnHeader();
            this.InitHdr       = new ColumnHeader();
            this.HPPanel       = new Panel();
            this.FullHealBtn   = new Button();
            this.HeroNameLbl   = new Label();
            this.MaxHPBox      = new NumericUpDown();
            this.MaxHPLbl      = new Label();
            this.HPGauge       = new HitPointGauge();
            this.TempHPBox     = new NumericUpDown();
            this.TempHPLbl     = new Label();
            this.CurrentHPBox  = new NumericUpDown();
            this.CurrentHPLbl  = new Label();
            this.HPPanel.SuspendLayout();
            ((ISupportInitialize)this.MaxHPBox).BeginInit();
            ((ISupportInitialize)this.TempHPBox).BeginInit();
            ((ISupportInitialize)this.CurrentHPBox).BeginInit();
            base.SuspendLayout();
            this.CloseBtn.Anchor                  = AnchorStyles.Bottom | AnchorStyles.Right;
            this.CloseBtn.DialogResult            = System.Windows.Forms.DialogResult.OK;
            this.CloseBtn.Location                = new Point(378, 220);
            this.CloseBtn.Name                    = "CloseBtn";
            this.CloseBtn.Size                    = new System.Drawing.Size(75, 23);
            this.CloseBtn.TabIndex                = 2;
            this.CloseBtn.Text                    = "OK";
            this.CloseBtn.UseVisualStyleBackColor = true;
            this.CombatantList.Anchor             = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
            ListView.ColumnHeaderCollection columns = this.CombatantList.Columns;
            ColumnHeader[] combatantHdr             = new ColumnHeader[] { this.CombatantHdr, this.InitHdr };
            columns.AddRange(combatantHdr);
            this.CombatantList.FullRowSelect = true;
            this.CombatantList.HideSelection = false;
            this.CombatantList.Location      = new Point(12, 12);
            this.CombatantList.MultiSelect   = false;
            this.CombatantList.Name          = "CombatantList";
            this.CombatantList.Size          = new System.Drawing.Size(238, 202);
            this.CombatantList.TabIndex      = 1;
            this.CombatantList.UseCompatibleStateImageBehavior = false;
            this.CombatantList.View = View.Details;
            this.CombatantList.SelectedIndexChanged += new EventHandler(this.CombatantList_SelectedIndexChanged);
            this.CombatantList.DoubleClick          += new EventHandler(this.CombatantList_DoubleClick);
            this.CombatantHdr.Text   = "PC";
            this.CombatantHdr.Width  = 131;
            this.InitHdr.Text        = "Hit Points";
            this.InitHdr.TextAlign   = HorizontalAlignment.Right;
            this.InitHdr.Width       = 76;
            this.HPPanel.Anchor      = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
            this.HPPanel.BorderStyle = BorderStyle.FixedSingle;
            this.HPPanel.Controls.Add(this.FullHealBtn);
            this.HPPanel.Controls.Add(this.HeroNameLbl);
            this.HPPanel.Controls.Add(this.MaxHPBox);
            this.HPPanel.Controls.Add(this.MaxHPLbl);
            this.HPPanel.Controls.Add(this.HPGauge);
            this.HPPanel.Controls.Add(this.TempHPBox);
            this.HPPanel.Controls.Add(this.TempHPLbl);
            this.HPPanel.Controls.Add(this.CurrentHPBox);
            this.HPPanel.Controls.Add(this.CurrentHPLbl);
            this.HPPanel.Location     = new Point(256, 12);
            this.HPPanel.Name         = "HPPanel";
            this.HPPanel.Size         = new System.Drawing.Size(197, 202);
            this.HPPanel.TabIndex     = 3;
            this.FullHealBtn.Location = new Point(6, 135);
            this.FullHealBtn.Name     = "FullHealBtn";
            this.FullHealBtn.Size     = new System.Drawing.Size(148, 23);
            this.FullHealBtn.TabIndex = 16;
            this.FullHealBtn.Text     = "Full Heal";
            this.FullHealBtn.UseVisualStyleBackColor = true;
            this.FullHealBtn.Click    += new EventHandler(this.FullHealBtn_Click);
            this.HeroNameLbl.Font      = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.HeroNameLbl.Location  = new Point(3, 3);
            this.HeroNameLbl.Name      = "HeroNameLbl";
            this.HeroNameLbl.Size      = new System.Drawing.Size(151, 40);
            this.HeroNameLbl.TabIndex  = 15;
            this.HeroNameLbl.Text      = "[hero]";
            this.HeroNameLbl.TextAlign = ContentAlignment.MiddleCenter;
            this.MaxHPBox.Anchor       = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.MaxHPBox.Location     = new Point(76, 57);
            NumericUpDown maxHPBox = this.MaxHPBox;

            int[] numArray = new int[] { 1000, 0, 0, 0 };
            maxHPBox.Maximum = new decimal(numArray);
            NumericUpDown num = this.MaxHPBox;

            int[] numArray1 = new int[] { 1, 0, 0, 0 };
            num.Minimum            = new decimal(numArray1);
            this.MaxHPBox.Name     = "MaxHPBox";
            this.MaxHPBox.Size     = new System.Drawing.Size(78, 20);
            this.MaxHPBox.TabIndex = 9;
            NumericUpDown numericUpDown = this.MaxHPBox;

            int[] numArray2 = new int[] { 1, 0, 0, 0 };
            numericUpDown.Value         = new decimal(numArray2);
            this.MaxHPBox.ValueChanged += new EventHandler(this.MaxHPBox_ValueChanged);
            this.MaxHPLbl.AutoSize      = true;
            this.MaxHPLbl.Location      = new Point(3, 59);
            this.MaxHPLbl.Name          = "MaxHPLbl";
            this.MaxHPLbl.Size          = new System.Drawing.Size(48, 13);
            this.MaxHPLbl.TabIndex      = 8;
            this.MaxHPLbl.Text          = "Max HP:";
            this.HPGauge.Anchor         = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
            this.HPGauge.Damage         = 0;
            this.HPGauge.FullHP         = 0;
            this.HPGauge.Location       = new Point(160, 3);
            this.HPGauge.Name           = "HPGauge";
            this.HPGauge.Size           = new System.Drawing.Size(32, 194);
            this.HPGauge.TabIndex       = 14;
            this.HPGauge.TempHP         = 0;
            this.TempHPBox.Anchor       = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.TempHPBox.Location     = new Point(76, 109);
            NumericUpDown tempHPBox = this.TempHPBox;

            int[] numArray3 = new int[] { 1000, 0, 0, 0 };
            tempHPBox.Maximum            = new decimal(numArray3);
            this.TempHPBox.Name          = "TempHPBox";
            this.TempHPBox.Size          = new System.Drawing.Size(78, 20);
            this.TempHPBox.TabIndex      = 13;
            this.TempHPBox.ValueChanged += new EventHandler(this.TempHPBox_ValueChanged);
            this.TempHPLbl.AutoSize      = true;
            this.TempHPLbl.Location      = new Point(3, 111);
            this.TempHPLbl.Name          = "TempHPLbl";
            this.TempHPLbl.Size          = new System.Drawing.Size(55, 13);
            this.TempHPLbl.TabIndex      = 12;
            this.TempHPLbl.Text          = "Temp HP:";
            this.CurrentHPBox.Anchor     = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.CurrentHPBox.Location   = new Point(76, 83);
            NumericUpDown currentHPBox = this.CurrentHPBox;

            int[] numArray4 = new int[] { 1000, 0, 0, 0 };
            currentHPBox.Maximum = new decimal(numArray4);
            NumericUpDown currentHPBox1 = this.CurrentHPBox;

            int[] numArray5 = new int[] { 1000, 0, 0, -2147483648 };
            currentHPBox1.Minimum           = new decimal(numArray5);
            this.CurrentHPBox.Name          = "CurrentHPBox";
            this.CurrentHPBox.Size          = new System.Drawing.Size(78, 20);
            this.CurrentHPBox.TabIndex      = 11;
            this.CurrentHPBox.ValueChanged += new EventHandler(this.CurrentHPBox_ValueChanged);
            this.CurrentHPLbl.AutoSize      = true;
            this.CurrentHPLbl.Location      = new Point(3, 85);
            this.CurrentHPLbl.Name          = "CurrentHPLbl";
            this.CurrentHPLbl.Size          = new System.Drawing.Size(62, 13);
            this.CurrentHPLbl.TabIndex      = 10;
            this.CurrentHPLbl.Text          = "Current HP:";
            base.AcceptButton        = this.CloseBtn;
            base.AutoScaleDimensions = new SizeF(6f, 13f);
            base.AutoScaleMode       = System.Windows.Forms.AutoScaleMode.Font;
            base.ClientSize          = new System.Drawing.Size(465, 255);
            base.Controls.Add(this.HPPanel);
            base.Controls.Add(this.CombatantList);
            base.Controls.Add(this.CloseBtn);
            base.MaximizeBox   = false;
            base.MinimizeBox   = false;
            base.Name          = "GroupHealthForm";
            base.ShowIcon      = false;
            base.ShowInTaskbar = false;
            base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            base.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "PC Hit Points";
            this.HPPanel.ResumeLayout(false);
            this.HPPanel.PerformLayout();
            ((ISupportInitialize)this.MaxHPBox).EndInit();
            ((ISupportInitialize)this.TempHPBox).EndInit();
            ((ISupportInitialize)this.CurrentHPBox).EndInit();
            base.ResumeLayout(false);
        }
Ejemplo n.º 2
0
        private void InitializeComponent()
        {
            ListViewGroup            listViewGroup  = new ListViewGroup("Ongoing Conditions", HorizontalAlignment.Left);
            ListViewGroup            listViewGroup1 = new ListViewGroup("Ongoing Damage", HorizontalAlignment.Left);
            ComponentResourceManager resources      = new ComponentResourceManager(typeof(CombatDataForm));

            this.OKBtn               = new Button();
            this.CancelBtn           = new Button();
            this.InitLbl             = new Label();
            this.InitBox             = new NumericUpDown();
            this.DamageLbl           = new Label();
            this.DamageBox           = new NumericUpDown();
            this.HPBox               = new TextBox();
            this.ConditionPanel      = new Panel();
            this.EffectList          = new ListView();
            this.EffectHdr           = new ColumnHeader();
            this.EffectDurationHdr   = new ColumnHeader();
            this.Toolbar             = new ToolStrip();
            this.AddBtn              = new ToolStripButton();
            this.RemoveBtn           = new ToolStripButton();
            this.EditBtn             = new ToolStripButton();
            this.toolStripSeparator1 = new ToolStripSeparator();
            this.DmgBtn              = new ToolStripButton();
            this.SavesBtn            = new ToolStripButton();
            this.TempHPBox           = new NumericUpDown();
            this.TempHPLbl           = new Label();
            this.LabelLbl            = new Label();
            this.LabelBox            = new TextBox();
            this.HPGauge             = new HitPointGauge();
            this.AltitudeBox         = new NumericUpDown();
            this.AltitudeLbl         = new Label();
            ((ISupportInitialize)this.InitBox).BeginInit();
            ((ISupportInitialize)this.DamageBox).BeginInit();
            this.ConditionPanel.SuspendLayout();
            this.Toolbar.SuspendLayout();
            ((ISupportInitialize)this.TempHPBox).BeginInit();
            ((ISupportInitialize)this.AltitudeBox).BeginInit();
            base.SuspendLayout();
            this.OKBtn.Anchor                      = AnchorStyles.Bottom | AnchorStyles.Right;
            this.OKBtn.DialogResult                = System.Windows.Forms.DialogResult.OK;
            this.OKBtn.Location                    = new Point(231, 351);
            this.OKBtn.Name                        = "OKBtn";
            this.OKBtn.Size                        = new System.Drawing.Size(75, 23);
            this.OKBtn.TabIndex                    = 13;
            this.OKBtn.Text                        = "OK";
            this.OKBtn.UseVisualStyleBackColor     = true;
            this.OKBtn.Click                      += new EventHandler(this.OKBtn_Click);
            this.CancelBtn.Anchor                  = AnchorStyles.Bottom | AnchorStyles.Right;
            this.CancelBtn.DialogResult            = System.Windows.Forms.DialogResult.Cancel;
            this.CancelBtn.Location                = new Point(312, 351);
            this.CancelBtn.Name                    = "CancelBtn";
            this.CancelBtn.Size                    = new System.Drawing.Size(75, 23);
            this.CancelBtn.TabIndex                = 14;
            this.CancelBtn.Text                    = "Cancel";
            this.CancelBtn.UseVisualStyleBackColor = true;
            this.InitLbl.AutoSize                  = true;
            this.InitLbl.Location                  = new Point(12, 143);
            this.InitLbl.Name                      = "InitLbl";
            this.InitLbl.Size                      = new System.Drawing.Size(49, 13);
            this.InitLbl.TabIndex                  = 7;
            this.InitLbl.Text                      = "Initiative:";
            this.InitBox.Anchor                    = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.InitBox.Location                  = new Point(73, 141);
            NumericUpDown initBox = this.InitBox;

            int[] numArray = new int[] { 100, 0, 0, -2147483648 };
            initBox.Minimum         = new decimal(numArray);
            this.InitBox.Name       = "InitBox";
            this.InitBox.Size       = new System.Drawing.Size(276, 20);
            this.InitBox.TabIndex   = 8;
            this.DamageLbl.AutoSize = true;
            this.DamageLbl.Location = new Point(12, 53);
            this.DamageLbl.Name     = "DamageLbl";
            this.DamageLbl.Size     = new System.Drawing.Size(50, 13);
            this.DamageLbl.TabIndex = 2;
            this.DamageLbl.Text     = "Damage:";
            this.DamageBox.Anchor   = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.DamageBox.Location = new Point(73, 51);
            NumericUpDown damageBox = this.DamageBox;

            int[] numArray1 = new int[] { 1000, 0, 0, 0 };
            damageBox.Maximum               = new decimal(numArray1);
            this.DamageBox.Name             = "DamageBox";
            this.DamageBox.Size             = new System.Drawing.Size(276, 20);
            this.DamageBox.TabIndex         = 3;
            this.DamageBox.ValueChanged    += new EventHandler(this.DamageBox_ValueChanged);
            this.HPBox.Anchor               = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.HPBox.Font                 = new System.Drawing.Font("Microsoft Sans Serif", 8.25f, FontStyle.Bold, GraphicsUnit.Point, 0);
            this.HPBox.Location             = new Point(73, 103);
            this.HPBox.Name                 = "HPBox";
            this.HPBox.ReadOnly             = true;
            this.HPBox.Size                 = new System.Drawing.Size(276, 20);
            this.HPBox.TabIndex             = 6;
            this.HPBox.TabStop              = false;
            this.HPBox.TextAlign            = HorizontalAlignment.Center;
            this.ConditionPanel.Anchor      = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Left | AnchorStyles.Right;
            this.ConditionPanel.BorderStyle = BorderStyle.FixedSingle;
            this.ConditionPanel.Controls.Add(this.EffectList);
            this.ConditionPanel.Controls.Add(this.Toolbar);
            this.ConditionPanel.Location = new Point(12, 193);
            this.ConditionPanel.Name     = "ConditionPanel";
            this.ConditionPanel.Size     = new System.Drawing.Size(337, 152);
            this.ConditionPanel.TabIndex = 11;
            this.EffectList.BorderStyle  = BorderStyle.None;
            ColumnHeader[] effectHdr = new ColumnHeader[] { this.EffectHdr, this.EffectDurationHdr };
            this.EffectList.Columns.AddRange(effectHdr);
            this.EffectList.Dock          = DockStyle.Fill;
            this.EffectList.FullRowSelect = true;
            listViewGroup.Header          = "Ongoing Conditions";
            listViewGroup.Name            = "ConditionHdr";
            listViewGroup1.Header         = "Ongoing Damage";
            listViewGroup1.Name           = "DmgHdr";
            this.EffectList.Groups.AddRange(new ListViewGroup[] { listViewGroup, listViewGroup1 });
            this.EffectList.HeaderStyle   = ColumnHeaderStyle.Nonclickable;
            this.EffectList.HideSelection = false;
            this.EffectList.Location      = new Point(0, 25);
            this.EffectList.MultiSelect   = false;
            this.EffectList.Name          = "EffectList";
            this.EffectList.Size          = new System.Drawing.Size(335, 125);
            this.EffectList.TabIndex      = 1;
            this.EffectList.TileSize      = new System.Drawing.Size(200, 30);
            this.EffectList.UseCompatibleStateImageBehavior = false;
            this.EffectList.View         = View.Tile;
            this.EffectList.SizeChanged += new EventHandler(this.EffectList_SizeChanged);
            this.EffectList.DoubleClick += new EventHandler(this.EditBtn_Click);
            this.EffectHdr.Text          = "Effect";
            this.EffectHdr.Width         = 120;
            this.EffectDurationHdr.Text  = "Duration";
            this.EffectDurationHdr.Width = 141;
            ToolStripItem[] addBtn = new ToolStripItem[] { this.AddBtn, this.RemoveBtn, this.EditBtn, this.toolStripSeparator1, this.DmgBtn, this.SavesBtn };
            this.Toolbar.Items.AddRange(addBtn);
            this.Toolbar.Location             = new Point(0, 0);
            this.Toolbar.Name                 = "Toolbar";
            this.Toolbar.Size                 = new System.Drawing.Size(335, 25);
            this.Toolbar.TabIndex             = 0;
            this.Toolbar.Text                 = "toolStrip1";
            this.AddBtn.DisplayStyle          = ToolStripItemDisplayStyle.Text;
            this.AddBtn.Image                 = (Image)resources.GetObject("AddBtn.Image");
            this.AddBtn.ImageTransparentColor = Color.Magenta;
            this.AddBtn.Name                     = "AddBtn";
            this.AddBtn.Size                     = new System.Drawing.Size(33, 22);
            this.AddBtn.Text                     = "Add";
            this.AddBtn.Click                   += new EventHandler(this.AddBtn_Click);
            this.RemoveBtn.DisplayStyle          = ToolStripItemDisplayStyle.Text;
            this.RemoveBtn.Image                 = (Image)resources.GetObject("RemoveBtn.Image");
            this.RemoveBtn.ImageTransparentColor = Color.Magenta;
            this.RemoveBtn.Name                  = "RemoveBtn";
            this.RemoveBtn.Size                  = new System.Drawing.Size(54, 22);
            this.RemoveBtn.Text                  = "Remove";
            this.RemoveBtn.Click                += new EventHandler(this.RemoveBtn_Click);
            this.EditBtn.DisplayStyle            = ToolStripItemDisplayStyle.Text;
            this.EditBtn.Image                   = (Image)resources.GetObject("EditBtn.Image");
            this.EditBtn.ImageTransparentColor   = Color.Magenta;
            this.EditBtn.Name                    = "EditBtn";
            this.EditBtn.Size                    = new System.Drawing.Size(31, 22);
            this.EditBtn.Text                    = "Edit";
            this.EditBtn.Click                  += new EventHandler(this.EditBtn_Click);
            this.toolStripSeparator1.Name        = "toolStripSeparator1";
            this.toolStripSeparator1.Size        = new System.Drawing.Size(6, 25);
            this.DmgBtn.DisplayStyle             = ToolStripItemDisplayStyle.Text;
            this.DmgBtn.Image                    = (Image)resources.GetObject("DmgBtn.Image");
            this.DmgBtn.ImageTransparentColor    = Color.Magenta;
            this.DmgBtn.Name                     = "DmgBtn";
            this.DmgBtn.Size                     = new System.Drawing.Size(105, 22);
            this.DmgBtn.Text                     = "Ongoing Damage";
            this.DmgBtn.Click                   += new EventHandler(this.DmgBtn_Click);
            this.SavesBtn.DisplayStyle           = ToolStripItemDisplayStyle.Text;
            this.SavesBtn.Image                  = (Image)resources.GetObject("SavesBtn.Image");
            this.SavesBtn.ImageTransparentColor  = Color.Magenta;
            this.SavesBtn.Name                   = "SavesBtn";
            this.SavesBtn.Size                   = new System.Drawing.Size(40, 22);
            this.SavesBtn.Text                   = "Saves";
            this.SavesBtn.Click                 += new EventHandler(this.SavesBtn_Click);
            this.TempHPBox.Anchor                = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.TempHPBox.Location              = new Point(73, 77);
            NumericUpDown tempHPBox = this.TempHPBox;

            int[] numArray2 = new int[] { 1000, 0, 0, 0 };
            tempHPBox.Maximum            = new decimal(numArray2);
            this.TempHPBox.Name          = "TempHPBox";
            this.TempHPBox.Size          = new System.Drawing.Size(276, 20);
            this.TempHPBox.TabIndex      = 5;
            this.TempHPBox.ValueChanged += new EventHandler(this.TempHPBox_ValueChanged);
            this.TempHPLbl.AutoSize      = true;
            this.TempHPLbl.Location      = new Point(12, 79);
            this.TempHPLbl.Name          = "TempHPLbl";
            this.TempHPLbl.Size          = new System.Drawing.Size(55, 13);
            this.TempHPLbl.TabIndex      = 4;
            this.TempHPLbl.Text          = "Temp HP:";
            this.LabelLbl.AutoSize       = true;
            this.LabelLbl.Location       = new Point(12, 15);
            this.LabelLbl.Name           = "LabelLbl";
            this.LabelLbl.Size           = new System.Drawing.Size(36, 13);
            this.LabelLbl.TabIndex       = 0;
            this.LabelLbl.Text           = "Label:";
            this.LabelBox.Anchor         = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.LabelBox.Location       = new Point(73, 12);
            this.LabelBox.Name           = "LabelBox";
            this.LabelBox.Size           = new System.Drawing.Size(314, 20);
            this.LabelBox.TabIndex       = 1;
            this.HPGauge.Anchor          = AnchorStyles.Top | AnchorStyles.Bottom | AnchorStyles.Right;
            this.HPGauge.Damage          = 0;
            this.HPGauge.FullHP          = 0;
            this.HPGauge.Location        = new Point(355, 51);
            this.HPGauge.Name            = "HPGauge";
            this.HPGauge.Size            = new System.Drawing.Size(32, 294);
            this.HPGauge.TabIndex        = 12;
            this.HPGauge.TempHP          = 0;
            this.AltitudeBox.Anchor      = AnchorStyles.Top | AnchorStyles.Left | AnchorStyles.Right;
            this.AltitudeBox.Location    = new Point(73, 167);
            NumericUpDown altitudeBox = this.AltitudeBox;

            int[] numArray3 = new int[] { 100, 0, 0, -2147483648 };
            altitudeBox.Minimum       = new decimal(numArray3);
            this.AltitudeBox.Name     = "AltitudeBox";
            this.AltitudeBox.Size     = new System.Drawing.Size(276, 20);
            this.AltitudeBox.TabIndex = 10;
            this.AltitudeLbl.AutoSize = true;
            this.AltitudeLbl.Location = new Point(12, 169);
            this.AltitudeLbl.Name     = "AltitudeLbl";
            this.AltitudeLbl.Size     = new System.Drawing.Size(45, 13);
            this.AltitudeLbl.TabIndex = 9;
            this.AltitudeLbl.Text     = "Altitude:";
            base.AcceptButton         = this.OKBtn;
            base.AutoScaleDimensions  = new SizeF(6f, 13f);
            base.AutoScaleMode        = System.Windows.Forms.AutoScaleMode.Font;
            base.CancelButton         = this.CancelBtn;
            base.ClientSize           = new System.Drawing.Size(399, 386);
            base.Controls.Add(this.AltitudeBox);
            base.Controls.Add(this.AltitudeLbl);
            base.Controls.Add(this.LabelBox);
            base.Controls.Add(this.LabelLbl);
            base.Controls.Add(this.HPGauge);
            base.Controls.Add(this.TempHPBox);
            base.Controls.Add(this.TempHPLbl);
            base.Controls.Add(this.ConditionPanel);
            base.Controls.Add(this.HPBox);
            base.Controls.Add(this.DamageBox);
            base.Controls.Add(this.DamageLbl);
            base.Controls.Add(this.InitBox);
            base.Controls.Add(this.InitLbl);
            base.Controls.Add(this.CancelBtn);
            base.Controls.Add(this.OKBtn);
            base.MaximizeBox   = false;
            base.MinimizeBox   = false;
            base.Name          = "CombatDataForm";
            base.ShowIcon      = false;
            base.ShowInTaskbar = false;
            base.SizeGripStyle = System.Windows.Forms.SizeGripStyle.Hide;
            base.StartPosition = FormStartPosition.CenterParent;
            this.Text          = "Combatant";
            ((ISupportInitialize)this.InitBox).EndInit();
            ((ISupportInitialize)this.DamageBox).EndInit();
            this.ConditionPanel.ResumeLayout(false);
            this.ConditionPanel.PerformLayout();
            this.Toolbar.ResumeLayout(false);
            this.Toolbar.PerformLayout();
            ((ISupportInitialize)this.TempHPBox).EndInit();
            ((ISupportInitialize)this.AltitudeBox).EndInit();
            base.ResumeLayout(false);
            base.PerformLayout();
        }