ARKBreedingStats.PedigreeCreature.InitializeComponent C# (CSharp) Method

InitializeComponent() private method

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
private InitializeComponent ( ) : void
return void
        private void InitializeComponent()
        {
            this.components = new System.ComponentModel.Container();
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.labelSp = new System.Windows.Forms.Label();
            this.labelDm = new System.Windows.Forms.Label();
            this.labelWe = new System.Windows.Forms.Label();
            this.labelFo = new System.Windows.Forms.Label();
            this.labelOx = new System.Windows.Forms.Label();
            this.labelSt = new System.Windows.Forms.Label();
            this.labelHP = new System.Windows.Forms.Label();
            this.labelGender = new System.Windows.Forms.Label();
            this.panelHighlight = new System.Windows.Forms.Panel();
            this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
            this.editToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.setCooldownToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.bestBreedingPartnersToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.contextMenuStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.pictureBox1);
            this.groupBox1.Controls.Add(this.labelSp);
            this.groupBox1.Controls.Add(this.labelDm);
            this.groupBox1.Controls.Add(this.labelWe);
            this.groupBox1.Controls.Add(this.labelFo);
            this.groupBox1.Controls.Add(this.labelOx);
            this.groupBox1.Controls.Add(this.labelSt);
            this.groupBox1.Controls.Add(this.labelHP);
            this.groupBox1.Controls.Add(this.labelGender);
            this.groupBox1.Controls.Add(this.panelHighlight);
            this.groupBox1.Dock = System.Windows.Forms.DockStyle.Fill;
            this.groupBox1.Location = new System.Drawing.Point(0, 0);
            this.groupBox1.Name = "groupBox1";
            this.groupBox1.Size = new System.Drawing.Size(249, 35);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(223, 8);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(24, 24);
            this.pictureBox1.TabIndex = 9;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelSp
            // 
            this.labelSp.Location = new System.Drawing.Point(190, 16);
            this.labelSp.Name = "labelSp";
            this.labelSp.Size = new System.Drawing.Size(27, 13);
            this.labelSp.TabIndex = 7;
            this.labelSp.Text = "Sp";
            this.labelSp.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelSp.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelDm
            // 
            this.labelDm.Location = new System.Drawing.Point(162, 16);
            this.labelDm.Name = "labelDm";
            this.labelDm.Size = new System.Drawing.Size(27, 13);
            this.labelDm.TabIndex = 6;
            this.labelDm.Text = "Dm";
            this.labelDm.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelDm.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelWe
            // 
            this.labelWe.Location = new System.Drawing.Point(134, 16);
            this.labelWe.Name = "labelWe";
            this.labelWe.Size = new System.Drawing.Size(27, 13);
            this.labelWe.TabIndex = 5;
            this.labelWe.Text = "We";
            this.labelWe.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelWe.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelFo
            // 
            this.labelFo.Location = new System.Drawing.Point(106, 16);
            this.labelFo.Name = "labelFo";
            this.labelFo.Size = new System.Drawing.Size(27, 13);
            this.labelFo.TabIndex = 4;
            this.labelFo.Text = "Fo";
            this.labelFo.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelFo.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelOx
            // 
            this.labelOx.Location = new System.Drawing.Point(78, 16);
            this.labelOx.Name = "labelOx";
            this.labelOx.Size = new System.Drawing.Size(27, 13);
            this.labelOx.TabIndex = 3;
            this.labelOx.Text = "Ox";
            this.labelOx.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelOx.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelSt
            // 
            this.labelSt.Location = new System.Drawing.Point(50, 16);
            this.labelSt.Name = "labelSt";
            this.labelSt.Size = new System.Drawing.Size(27, 13);
            this.labelSt.TabIndex = 2;
            this.labelSt.Text = "St";
            this.labelSt.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelSt.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelHP
            // 
            this.labelHP.Location = new System.Drawing.Point(22, 16);
            this.labelHP.Name = "labelHP";
            this.labelHP.Size = new System.Drawing.Size(27, 13);
            this.labelHP.TabIndex = 1;
            this.labelHP.Text = "HP";
            this.labelHP.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            this.labelHP.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // labelGender
            // 
            this.labelGender.Location = new System.Drawing.Point(6, 16);
            this.labelGender.Name = "labelGender";
            this.labelGender.Size = new System.Drawing.Size(13, 13);
            this.labelGender.TabIndex = 0;
            this.labelGender.Text = "G";
            this.labelGender.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
            this.labelGender.MouseClick += new System.Windows.Forms.MouseEventHandler(this.element_MouseClick);
            // 
            // panelHighlight
            // 
            this.panelHighlight.BackColor = System.Drawing.SystemColors.Highlight;
            this.panelHighlight.Location = new System.Drawing.Point(3, 13);
            this.panelHighlight.Name = "panelHighlight";
            this.panelHighlight.Size = new System.Drawing.Size(217, 19);
            this.panelHighlight.TabIndex = 8;
            this.panelHighlight.Visible = false;
            // 
            // contextMenuStrip1
            // 
            this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.editToolStripMenuItem,
            this.setCooldownToolStripMenuItem,
            this.bestBreedingPartnersToolStripMenuItem});
            this.contextMenuStrip1.Name = "contextMenuStrip1";
            this.contextMenuStrip1.Size = new System.Drawing.Size(208, 92);
            // 
            // editToolStripMenuItem
            // 
            this.editToolStripMenuItem.Name = "editToolStripMenuItem";
            this.editToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.editToolStripMenuItem.Text = "Edit...";
            this.editToolStripMenuItem.Click += new System.EventHandler(this.editToolStripMenuItem_Click);
            // 
            // setCooldownToolStripMenuItem
            // 
            this.setCooldownToolStripMenuItem.Name = "setCooldownToolStripMenuItem";
            this.setCooldownToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.setCooldownToolStripMenuItem.Text = "Set Cooldown for next 2h";
            this.setCooldownToolStripMenuItem.Click += new System.EventHandler(this.setCooldownToolStripMenuItem_Click);
            // 
            // bestBreedingPartnersToolStripMenuItem
            // 
            this.bestBreedingPartnersToolStripMenuItem.Name = "bestBreedingPartnersToolStripMenuItem";
            this.bestBreedingPartnersToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
            this.bestBreedingPartnersToolStripMenuItem.Text = "Best Breeding Partners...";
            this.bestBreedingPartnersToolStripMenuItem.Click += new System.EventHandler(this.bestBreedingPartnersToolStripMenuItem_Click);
            // 
            // PedigreeCreature
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ContextMenuStrip = this.contextMenuStrip1;
            this.Controls.Add(this.groupBox1);
            this.Name = "PedigreeCreature";
            this.Size = new System.Drawing.Size(249, 35);
            this.MouseClick += new System.Windows.Forms.MouseEventHandler(this.PedigreeCreature_MouseClick);
            this.groupBox1.ResumeLayout(false);
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.contextMenuStrip1.ResumeLayout(false);
            this.ResumeLayout(false);

        }