ARKBreedingStats.CreatureBox.InitializeComponent C# (CSharp) Метод

InitializeComponent() приватный Метод

Erforderliche Methode für die Designerunterstützung. Der Inhalt der Methode darf nicht mit dem Code-Editor geändert werden.
private InitializeComponent ( ) : void
Результат void
        private void InitializeComponent()
        {
            this.groupBox1 = new System.Windows.Forms.GroupBox();
            this.labelSpecies = new System.Windows.Forms.Label();
            this.buttonColor6 = new System.Windows.Forms.Button();
            this.buttonColor5 = new System.Windows.Forms.Button();
            this.buttonColor4 = new System.Windows.Forms.Button();
            this.buttonColor3 = new System.Windows.Forms.Button();
            this.buttonColor2 = new System.Windows.Forms.Button();
            this.buttonColor1 = new System.Windows.Forms.Button();
            this.pictureBox1 = new System.Windows.Forms.PictureBox();
            this.panel1 = new System.Windows.Forms.Panel();
            this.buttonStatus = new System.Windows.Forms.Button();
            this.checkBoxIsBred = new System.Windows.Forms.CheckBox();
            this.numericUpDown7 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown6 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown5 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown4 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown3 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown2 = new System.Windows.Forms.NumericUpDown();
            this.numericUpDown1 = new System.Windows.Forms.NumericUpDown();
            this.label9 = new System.Windows.Forms.Label();
            this.label8 = new System.Windows.Forms.Label();
            this.label7 = new System.Windows.Forms.Label();
            this.label6 = new System.Windows.Forms.Label();
            this.label5 = new System.Windows.Forms.Label();
            this.label4 = new System.Windows.Forms.Label();
            this.labelStatNames = new System.Windows.Forms.Label();
            this.textBoxNote = new System.Windows.Forms.TextBox();
            this.panelParents = new System.Windows.Forms.Panel();
            this.parentComboBoxFather = new ARKBreedingStats.ParentComboBox();
            this.parentComboBoxMother = new ARKBreedingStats.ParentComboBox();
            this.labelEditParents = new System.Windows.Forms.Label();
            this.labelF = new System.Windows.Forms.Label();
            this.labelM = new System.Windows.Forms.Label();
            this.buttonGender = new System.Windows.Forms.Button();
            this.labelHeaderDomLevelSet = new System.Windows.Forms.Label();
            this.textBoxName = new System.Windows.Forms.TextBox();
            this.buttonCancel = new System.Windows.Forms.Button();
            this.buttonSave = new System.Windows.Forms.Button();
            this.label2 = new System.Windows.Forms.Label();
            this.label1 = new System.Windows.Forms.Label();
            this.textBoxOwner = new System.Windows.Forms.TextBox();
            this.labelNotes = new System.Windows.Forms.Label();
            this.labelParents = new System.Windows.Forms.Label();
            this.labelGender = new System.Windows.Forms.Label();
            this.labelStatHeader = new System.Windows.Forms.Label();
            this.buttonEdit = new System.Windows.Forms.Button();
            this.statDisplayTo = new ARKBreedingStats.StatDisplay();
            this.statDisplaySp = new ARKBreedingStats.StatDisplay();
            this.statDisplayDm = new ARKBreedingStats.StatDisplay();
            this.statDisplayWe = new ARKBreedingStats.StatDisplay();
            this.statDisplayFo = new ARKBreedingStats.StatDisplay();
            this.statDisplayOx = new ARKBreedingStats.StatDisplay();
            this.statDisplaySt = new ARKBreedingStats.StatDisplay();
            this.statDisplayHP = new ARKBreedingStats.StatDisplay();
            this.groupBox1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
            this.panel1.SuspendLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).BeginInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).BeginInit();
            this.panelParents.SuspendLayout();
            this.SuspendLayout();
            // 
            // groupBox1
            // 
            this.groupBox1.Controls.Add(this.labelSpecies);
            this.groupBox1.Controls.Add(this.buttonColor6);
            this.groupBox1.Controls.Add(this.buttonColor5);
            this.groupBox1.Controls.Add(this.buttonColor4);
            this.groupBox1.Controls.Add(this.buttonColor3);
            this.groupBox1.Controls.Add(this.buttonColor2);
            this.groupBox1.Controls.Add(this.buttonColor1);
            this.groupBox1.Controls.Add(this.pictureBox1);
            this.groupBox1.Controls.Add(this.panel1);
            this.groupBox1.Controls.Add(this.labelNotes);
            this.groupBox1.Controls.Add(this.labelParents);
            this.groupBox1.Controls.Add(this.labelGender);
            this.groupBox1.Controls.Add(this.labelStatHeader);
            this.groupBox1.Controls.Add(this.buttonEdit);
            this.groupBox1.Controls.Add(this.statDisplayTo);
            this.groupBox1.Controls.Add(this.statDisplaySp);
            this.groupBox1.Controls.Add(this.statDisplayDm);
            this.groupBox1.Controls.Add(this.statDisplayWe);
            this.groupBox1.Controls.Add(this.statDisplayFo);
            this.groupBox1.Controls.Add(this.statDisplayOx);
            this.groupBox1.Controls.Add(this.statDisplaySt);
            this.groupBox1.Controls.Add(this.statDisplayHP);
            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(195, 390);
            this.groupBox1.TabIndex = 0;
            this.groupBox1.TabStop = false;
            this.groupBox1.Text = "Creature";
            // 
            // labelSpecies
            // 
            this.labelSpecies.AutoSize = true;
            this.labelSpecies.Location = new System.Drawing.Point(6, 374);
            this.labelSpecies.Name = "labelSpecies";
            this.labelSpecies.Size = new System.Drawing.Size(0, 13);
            this.labelSpecies.TabIndex = 26;
            // 
            // buttonColor6
            // 
            this.buttonColor6.Location = new System.Drawing.Point(166, 350);
            this.buttonColor6.Name = "buttonColor6";
            this.buttonColor6.Size = new System.Drawing.Size(23, 23);
            this.buttonColor6.TabIndex = 25;
            this.buttonColor6.Text = "5";
            this.buttonColor6.UseVisualStyleBackColor = true;
            this.buttonColor6.Click += new System.EventHandler(this.buttonColor6_Click);
            // 
            // buttonColor5
            // 
            this.buttonColor5.Location = new System.Drawing.Point(140, 350);
            this.buttonColor5.Name = "buttonColor5";
            this.buttonColor5.Size = new System.Drawing.Size(23, 23);
            this.buttonColor5.TabIndex = 24;
            this.buttonColor5.Text = "4";
            this.buttonColor5.UseVisualStyleBackColor = true;
            this.buttonColor5.Click += new System.EventHandler(this.buttonColor5_Click);
            // 
            // buttonColor4
            // 
            this.buttonColor4.Location = new System.Drawing.Point(166, 321);
            this.buttonColor4.Name = "buttonColor4";
            this.buttonColor4.Size = new System.Drawing.Size(23, 23);
            this.buttonColor4.TabIndex = 23;
            this.buttonColor4.Text = "3";
            this.buttonColor4.UseVisualStyleBackColor = true;
            this.buttonColor4.Click += new System.EventHandler(this.buttonColor4_Click);
            // 
            // buttonColor3
            // 
            this.buttonColor3.Location = new System.Drawing.Point(140, 321);
            this.buttonColor3.Name = "buttonColor3";
            this.buttonColor3.Size = new System.Drawing.Size(23, 23);
            this.buttonColor3.TabIndex = 22;
            this.buttonColor3.Text = "2";
            this.buttonColor3.UseVisualStyleBackColor = true;
            this.buttonColor3.Click += new System.EventHandler(this.buttonColor3_Click);
            // 
            // buttonColor2
            // 
            this.buttonColor2.Location = new System.Drawing.Point(166, 292);
            this.buttonColor2.Name = "buttonColor2";
            this.buttonColor2.Size = new System.Drawing.Size(23, 23);
            this.buttonColor2.TabIndex = 21;
            this.buttonColor2.Text = "1";
            this.buttonColor2.UseVisualStyleBackColor = true;
            this.buttonColor2.Click += new System.EventHandler(this.buttonColor2_Click);
            // 
            // buttonColor1
            // 
            this.buttonColor1.Location = new System.Drawing.Point(140, 292);
            this.buttonColor1.Name = "buttonColor1";
            this.buttonColor1.Size = new System.Drawing.Size(23, 23);
            this.buttonColor1.TabIndex = 20;
            this.buttonColor1.Text = "0";
            this.buttonColor1.UseVisualStyleBackColor = true;
            this.buttonColor1.Click += new System.EventHandler(this.buttonColor1_Click);
            // 
            // pictureBox1
            // 
            this.pictureBox1.Location = new System.Drawing.Point(6, 252);
            this.pictureBox1.Name = "pictureBox1";
            this.pictureBox1.Size = new System.Drawing.Size(128, 128);
            this.pictureBox1.TabIndex = 19;
            this.pictureBox1.TabStop = false;
            this.pictureBox1.Click += new System.EventHandler(this.pictureBox1_Click);
            // 
            // panel1
            // 
            this.panel1.Controls.Add(this.buttonStatus);
            this.panel1.Controls.Add(this.checkBoxIsBred);
            this.panel1.Controls.Add(this.numericUpDown7);
            this.panel1.Controls.Add(this.numericUpDown6);
            this.panel1.Controls.Add(this.numericUpDown5);
            this.panel1.Controls.Add(this.numericUpDown4);
            this.panel1.Controls.Add(this.numericUpDown3);
            this.panel1.Controls.Add(this.numericUpDown2);
            this.panel1.Controls.Add(this.numericUpDown1);
            this.panel1.Controls.Add(this.label9);
            this.panel1.Controls.Add(this.label8);
            this.panel1.Controls.Add(this.label7);
            this.panel1.Controls.Add(this.label6);
            this.panel1.Controls.Add(this.label5);
            this.panel1.Controls.Add(this.label4);
            this.panel1.Controls.Add(this.labelStatNames);
            this.panel1.Controls.Add(this.textBoxNote);
            this.panel1.Controls.Add(this.panelParents);
            this.panel1.Controls.Add(this.buttonGender);
            this.panel1.Controls.Add(this.labelHeaderDomLevelSet);
            this.panel1.Controls.Add(this.textBoxName);
            this.panel1.Controls.Add(this.buttonCancel);
            this.panel1.Controls.Add(this.buttonSave);
            this.panel1.Controls.Add(this.label2);
            this.panel1.Controls.Add(this.label1);
            this.panel1.Controls.Add(this.textBoxOwner);
            this.panel1.Location = new System.Drawing.Point(6, 22);
            this.panel1.Name = "panel1";
            this.panel1.Size = new System.Drawing.Size(183, 229);
            this.panel1.TabIndex = 15;
            this.panel1.Visible = false;
            // 
            // buttonStatus
            // 
            this.buttonStatus.Location = new System.Drawing.Point(40, 205);
            this.buttonStatus.Name = "buttonStatus";
            this.buttonStatus.Size = new System.Drawing.Size(28, 19);
            this.buttonStatus.TabIndex = 48;
            this.buttonStatus.Text = "?";
            this.buttonStatus.UseVisualStyleBackColor = true;
            this.buttonStatus.Click += new System.EventHandler(this.buttonStatus_Click);
            // 
            // checkBoxIsBred
            // 
            this.checkBoxIsBred.AutoSize = true;
            this.checkBoxIsBred.Location = new System.Drawing.Point(129, 81);
            this.checkBoxIsBred.Name = "checkBoxIsBred";
            this.checkBoxIsBred.Size = new System.Drawing.Size(48, 17);
            this.checkBoxIsBred.TabIndex = 45;
            this.checkBoxIsBred.Text = "Bred";
            this.checkBoxIsBred.UseVisualStyleBackColor = true;
            this.checkBoxIsBred.CheckedChanged += new System.EventHandler(this.checkBoxIsBred_CheckedChanged);
            // 
            // numericUpDown7
            // 
            this.numericUpDown7.Location = new System.Drawing.Point(25, 155);
            this.numericUpDown7.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown7.Name = "numericUpDown7";
            this.numericUpDown7.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown7.TabIndex = 28;
            // 
            // numericUpDown6
            // 
            this.numericUpDown6.Location = new System.Drawing.Point(25, 132);
            this.numericUpDown6.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown6.Name = "numericUpDown6";
            this.numericUpDown6.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown6.TabIndex = 27;
            // 
            // numericUpDown5
            // 
            this.numericUpDown5.Location = new System.Drawing.Point(25, 109);
            this.numericUpDown5.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown5.Name = "numericUpDown5";
            this.numericUpDown5.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown5.TabIndex = 26;
            // 
            // numericUpDown4
            // 
            this.numericUpDown4.Location = new System.Drawing.Point(25, 86);
            this.numericUpDown4.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown4.Name = "numericUpDown4";
            this.numericUpDown4.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown4.TabIndex = 25;
            // 
            // numericUpDown3
            // 
            this.numericUpDown3.Location = new System.Drawing.Point(25, 63);
            this.numericUpDown3.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown3.Name = "numericUpDown3";
            this.numericUpDown3.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown3.TabIndex = 24;
            // 
            // numericUpDown2
            // 
            this.numericUpDown2.Location = new System.Drawing.Point(25, 40);
            this.numericUpDown2.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown2.Name = "numericUpDown2";
            this.numericUpDown2.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown2.TabIndex = 23;
            // 
            // numericUpDown1
            // 
            this.numericUpDown1.Location = new System.Drawing.Point(25, 17);
            this.numericUpDown1.Maximum = new decimal(new int[] {
            999,
            0,
            0,
            0});
            this.numericUpDown1.Name = "numericUpDown1";
            this.numericUpDown1.Size = new System.Drawing.Size(40, 20);
            this.numericUpDown1.TabIndex = 22;
            // 
            // label9
            // 
            this.label9.AutoSize = true;
            this.label9.Location = new System.Drawing.Point(3, 157);
            this.label9.Name = "label9";
            this.label9.Size = new System.Drawing.Size(20, 13);
            this.label9.TabIndex = 44;
            this.label9.Text = "Sp";
            // 
            // label8
            // 
            this.label8.AutoSize = true;
            this.label8.Location = new System.Drawing.Point(3, 134);
            this.label8.Name = "label8";
            this.label8.Size = new System.Drawing.Size(23, 13);
            this.label8.TabIndex = 43;
            this.label8.Text = "Dm";
            // 
            // label7
            // 
            this.label7.AutoSize = true;
            this.label7.Location = new System.Drawing.Point(3, 111);
            this.label7.Name = "label7";
            this.label7.Size = new System.Drawing.Size(24, 13);
            this.label7.TabIndex = 42;
            this.label7.Text = "We";
            // 
            // label6
            // 
            this.label6.AutoSize = true;
            this.label6.Location = new System.Drawing.Point(3, 88);
            this.label6.Name = "label6";
            this.label6.Size = new System.Drawing.Size(19, 13);
            this.label6.TabIndex = 41;
            this.label6.Text = "Fo";
            // 
            // label5
            // 
            this.label5.AutoSize = true;
            this.label5.Location = new System.Drawing.Point(3, 65);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(20, 13);
            this.label5.TabIndex = 40;
            this.label5.Text = "Ox";
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(3, 42);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(17, 13);
            this.label4.TabIndex = 39;
            this.label4.Text = "St";
            // 
            // labelStatNames
            // 
            this.labelStatNames.AutoSize = true;
            this.labelStatNames.Location = new System.Drawing.Point(3, 19);
            this.labelStatNames.Name = "labelStatNames";
            this.labelStatNames.Size = new System.Drawing.Size(22, 13);
            this.labelStatNames.TabIndex = 38;
            this.labelStatNames.Text = "HP";
            // 
            // textBoxNote
            // 
            this.textBoxNote.Location = new System.Drawing.Point(73, 147);
            this.textBoxNote.Multiline = true;
            this.textBoxNote.Name = "textBoxNote";
            this.textBoxNote.Size = new System.Drawing.Size(104, 50);
            this.textBoxNote.TabIndex = 37;
            // 
            // panelParents
            // 
            this.panelParents.Controls.Add(this.parentComboBoxFather);
            this.panelParents.Controls.Add(this.parentComboBoxMother);
            this.panelParents.Controls.Add(this.labelEditParents);
            this.panelParents.Controls.Add(this.labelF);
            this.panelParents.Controls.Add(this.labelM);
            this.panelParents.Location = new System.Drawing.Point(68, 79);
            this.panelParents.Name = "panelParents";
            this.panelParents.Size = new System.Drawing.Size(112, 62);
            this.panelParents.TabIndex = 36;
            this.panelParents.Visible = false;
            // 
            // parentComboBoxFather
            // 
            this.parentComboBoxFather.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.parentComboBoxFather.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.parentComboBoxFather.FormattingEnabled = true;
            this.parentComboBoxFather.Location = new System.Drawing.Point(21, 41);
            this.parentComboBoxFather.Name = "parentComboBoxFather";
            this.parentComboBoxFather.Size = new System.Drawing.Size(88, 21);
            this.parentComboBoxFather.TabIndex = 39;
            // 
            // parentComboBoxMother
            // 
            this.parentComboBoxMother.DrawMode = System.Windows.Forms.DrawMode.OwnerDrawFixed;
            this.parentComboBoxMother.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
            this.parentComboBoxMother.FormattingEnabled = true;
            this.parentComboBoxMother.Location = new System.Drawing.Point(21, 19);
            this.parentComboBoxMother.Name = "parentComboBoxMother";
            this.parentComboBoxMother.Size = new System.Drawing.Size(88, 21);
            this.parentComboBoxMother.TabIndex = 38;
            // 
            // labelEditParents
            // 
            this.labelEditParents.AutoSize = true;
            this.labelEditParents.Location = new System.Drawing.Point(3, 3);
            this.labelEditParents.Name = "labelEditParents";
            this.labelEditParents.Size = new System.Drawing.Size(43, 13);
            this.labelEditParents.TabIndex = 30;
            this.labelEditParents.Text = "Parents";
            // 
            // labelF
            // 
            this.labelF.AutoSize = true;
            this.labelF.Location = new System.Drawing.Point(1, 44);
            this.labelF.Name = "labelF";
            this.labelF.Size = new System.Drawing.Size(19, 13);
            this.labelF.TabIndex = 35;
            this.labelF.Text = "Fa";
            // 
            // labelM
            // 
            this.labelM.AutoSize = true;
            this.labelM.Location = new System.Drawing.Point(1, 22);
            this.labelM.Name = "labelM";
            this.labelM.Size = new System.Drawing.Size(22, 13);
            this.labelM.TabIndex = 34;
            this.labelM.Text = "Mo";
            // 
            // buttonGender
            // 
            this.buttonGender.Location = new System.Drawing.Point(6, 205);
            this.buttonGender.Name = "buttonGender";
            this.buttonGender.Size = new System.Drawing.Size(28, 19);
            this.buttonGender.TabIndex = 33;
            this.buttonGender.Text = "?";
            this.buttonGender.UseVisualStyleBackColor = true;
            this.buttonGender.Click += new System.EventHandler(this.buttonGender_Click);
            // 
            // labelHeaderDomLevelSet
            // 
            this.labelHeaderDomLevelSet.AutoSize = true;
            this.labelHeaderDomLevelSet.Location = new System.Drawing.Point(23, 3);
            this.labelHeaderDomLevelSet.Name = "labelHeaderDomLevelSet";
            this.labelHeaderDomLevelSet.Size = new System.Drawing.Size(46, 13);
            this.labelHeaderDomLevelSet.TabIndex = 29;
            this.labelHeaderDomLevelSet.Text = "Dom-Lvl";
            // 
            // textBoxName
            // 
            this.textBoxName.Location = new System.Drawing.Point(78, 19);
            this.textBoxName.Name = "textBoxName";
            this.textBoxName.Size = new System.Drawing.Size(99, 20);
            this.textBoxName.TabIndex = 1;
            // 
            // buttonCancel
            // 
            this.buttonCancel.Location = new System.Drawing.Point(74, 203);
            this.buttonCancel.Name = "buttonCancel";
            this.buttonCancel.Size = new System.Drawing.Size(53, 23);
            this.buttonCancel.TabIndex = 21;
            this.buttonCancel.Text = "Cancel";
            this.buttonCancel.UseVisualStyleBackColor = true;
            this.buttonCancel.Click += new System.EventHandler(this.buttonCancel_Click);
            // 
            // buttonSave
            // 
            this.buttonSave.Location = new System.Drawing.Point(133, 203);
            this.buttonSave.Name = "buttonSave";
            this.buttonSave.Size = new System.Drawing.Size(47, 23);
            this.buttonSave.TabIndex = 20;
            this.buttonSave.Text = "Save";
            this.buttonSave.UseVisualStyleBackColor = true;
            this.buttonSave.Click += new System.EventHandler(this.button1_Click);
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(79, 3);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(35, 13);
            this.label2.TabIndex = 16;
            this.label2.Text = "Name";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(79, 42);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(38, 13);
            this.label1.TabIndex = 15;
            this.label1.Text = "Owner";
            // 
            // textBoxOwner
            // 
            this.textBoxOwner.Location = new System.Drawing.Point(78, 58);
            this.textBoxOwner.Name = "textBoxOwner";
            this.textBoxOwner.Size = new System.Drawing.Size(99, 20);
            this.textBoxOwner.TabIndex = 14;
            // 
            // labelNotes
            // 
            this.labelNotes.Location = new System.Drawing.Point(6, 236);
            this.labelNotes.Name = "labelNotes";
            this.labelNotes.Size = new System.Drawing.Size(183, 18);
            this.labelNotes.TabIndex = 18;
            this.labelNotes.Text = "Notes";
            // 
            // labelParents
            // 
            this.labelParents.AutoSize = true;
            this.labelParents.Location = new System.Drawing.Point(6, 223);
            this.labelParents.Name = "labelParents";
            this.labelParents.Size = new System.Drawing.Size(101, 13);
            this.labelParents.TabIndex = 17;
            this.labelParents.Text = "mother, father / wild";
            // 
            // labelGender
            // 
            this.labelGender.AutoSize = true;
            this.labelGender.Location = new System.Drawing.Point(6, 22);
            this.labelGender.Name = "labelGender";
            this.labelGender.Size = new System.Drawing.Size(13, 13);
            this.labelGender.TabIndex = 16;
            this.labelGender.Text = "?";
            // 
            // labelStatHeader
            // 
            this.labelStatHeader.AutoSize = true;
            this.labelStatHeader.Location = new System.Drawing.Point(34, 22);
            this.labelStatHeader.Name = "labelStatHeader";
            this.labelStatHeader.Size = new System.Drawing.Size(145, 13);
            this.labelStatHeader.TabIndex = 13;
            this.labelStatHeader.Text = "W      D      Breed       Current";
            // 
            // buttonEdit
            // 
            this.buttonEdit.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
            this.buttonEdit.Image = global::ARKBreedingStats.Properties.Resources.pen;
            this.buttonEdit.Location = new System.Drawing.Point(178, 0);
            this.buttonEdit.Name = "buttonEdit";
            this.buttonEdit.Size = new System.Drawing.Size(18, 18);
            this.buttonEdit.TabIndex = 0;
            this.buttonEdit.UseVisualStyleBackColor = true;
            this.buttonEdit.Click += new System.EventHandler(this.buttonEdit_Click);
            // 
            // statDisplayTo
            // 
            this.statDisplayTo.Location = new System.Drawing.Point(6, 202);
            this.statDisplayTo.Name = "statDisplayTo";
            this.statDisplayTo.Size = new System.Drawing.Size(183, 20);
            this.statDisplayTo.TabIndex = 7;
            // 
            // statDisplaySp
            // 
            this.statDisplaySp.Location = new System.Drawing.Point(6, 179);
            this.statDisplaySp.Name = "statDisplaySp";
            this.statDisplaySp.Size = new System.Drawing.Size(183, 20);
            this.statDisplaySp.TabIndex = 6;
            // 
            // statDisplayDm
            // 
            this.statDisplayDm.Location = new System.Drawing.Point(6, 156);
            this.statDisplayDm.Name = "statDisplayDm";
            this.statDisplayDm.Size = new System.Drawing.Size(183, 20);
            this.statDisplayDm.TabIndex = 5;
            // 
            // statDisplayWe
            // 
            this.statDisplayWe.Location = new System.Drawing.Point(6, 133);
            this.statDisplayWe.Name = "statDisplayWe";
            this.statDisplayWe.Size = new System.Drawing.Size(183, 20);
            this.statDisplayWe.TabIndex = 4;
            // 
            // statDisplayFo
            // 
            this.statDisplayFo.Location = new System.Drawing.Point(6, 110);
            this.statDisplayFo.Name = "statDisplayFo";
            this.statDisplayFo.Size = new System.Drawing.Size(183, 20);
            this.statDisplayFo.TabIndex = 3;
            // 
            // statDisplayOx
            // 
            this.statDisplayOx.Location = new System.Drawing.Point(6, 87);
            this.statDisplayOx.Name = "statDisplayOx";
            this.statDisplayOx.Size = new System.Drawing.Size(183, 20);
            this.statDisplayOx.TabIndex = 2;
            // 
            // statDisplaySt
            // 
            this.statDisplaySt.Location = new System.Drawing.Point(6, 64);
            this.statDisplaySt.Name = "statDisplaySt";
            this.statDisplaySt.Size = new System.Drawing.Size(183, 20);
            this.statDisplaySt.TabIndex = 1;
            // 
            // statDisplayHP
            // 
            this.statDisplayHP.Location = new System.Drawing.Point(6, 41);
            this.statDisplayHP.Name = "statDisplayHP";
            this.statDisplayHP.Size = new System.Drawing.Size(183, 20);
            this.statDisplayHP.TabIndex = 0;
            // 
            // CreatureBox
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.Controls.Add(this.groupBox1);
            this.Name = "CreatureBox";
            this.Size = new System.Drawing.Size(195, 390);
            this.groupBox1.ResumeLayout(false);
            this.groupBox1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
            this.panel1.ResumeLayout(false);
            this.panel1.PerformLayout();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown7)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown6)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown5)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown4)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown3)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown2)).EndInit();
            ((System.ComponentModel.ISupportInitialize)(this.numericUpDown1)).EndInit();
            this.panelParents.ResumeLayout(false);
            this.panelParents.PerformLayout();
            this.ResumeLayout(false);

        }