📄 form1.designer.cs
字号:
this.checkBox1.Location = new System.Drawing.Point(14, 34);
this.checkBox1.Name = "checkBox1";
this.checkBox1.Size = new System.Drawing.Size(60, 16);
this.checkBox1.TabIndex = 0;
this.checkBox1.Text = "有毛发";
this.checkBox1.UseVisualStyleBackColor = true;
//
// button1
//
this.button1.Location = new System.Drawing.Point(32, 357);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(94, 36);
this.button1.TabIndex = 1;
this.button1.Text = "识别";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// button2
//
this.button2.Location = new System.Drawing.Point(170, 357);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(108, 36);
this.button2.TabIndex = 2;
this.button2.Text = "重置";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(61, 320);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(65, 12);
this.label1.TabIndex = 3;
this.label1.Text = "此动物为:";
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(170, 317);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(108, 21);
this.textBox1.TabIndex = 4;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.checkBox26);
this.groupBox2.Controls.Add(this.checkBox25);
this.groupBox2.Controls.Add(this.checkBox24);
this.groupBox2.Controls.Add(this.checkBox23);
this.groupBox2.Controls.Add(this.checkBox22);
this.groupBox2.Controls.Add(this.checkBox21);
this.groupBox2.Controls.Add(this.checkBox20);
this.groupBox2.Controls.Add(this.checkBox19);
this.groupBox2.Controls.Add(this.checkBox18);
this.groupBox2.Controls.Add(this.checkBox17);
this.groupBox2.Location = new System.Drawing.Point(12, 174);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(309, 106);
this.groupBox2.TabIndex = 5;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "鸟类动物属性:";
//
// checkBox26
//
this.checkBox26.AutoSize = true;
this.checkBox26.Location = new System.Drawing.Point(152, 73);
this.checkBox26.Name = "checkBox26";
this.checkBox26.Size = new System.Drawing.Size(36, 16);
this.checkBox26.TabIndex = 0;
this.checkBox26.Text = "鸟";
this.checkBox26.UseVisualStyleBackColor = true;
//
// checkBox25
//
this.checkBox25.AutoSize = true;
this.checkBox25.Location = new System.Drawing.Point(85, 73);
this.checkBox25.Name = "checkBox25";
this.checkBox25.Size = new System.Drawing.Size(60, 16);
this.checkBox25.TabIndex = 0;
this.checkBox25.Text = "不会飞";
this.checkBox25.UseVisualStyleBackColor = true;
//
// checkBox24
//
this.checkBox24.AutoSize = true;
this.checkBox24.Location = new System.Drawing.Point(12, 73);
this.checkBox24.Name = "checkBox24";
this.checkBox24.Size = new System.Drawing.Size(48, 16);
this.checkBox24.TabIndex = 0;
this.checkBox24.Text = "善飞";
this.checkBox24.UseVisualStyleBackColor = true;
//
// checkBox23
//
this.checkBox23.AutoSize = true;
this.checkBox23.Location = new System.Drawing.Point(152, 51);
this.checkBox23.Name = "checkBox23";
this.checkBox23.Size = new System.Drawing.Size(84, 16);
this.checkBox23.TabIndex = 0;
this.checkBox23.Text = "有黑白二色";
this.checkBox23.UseVisualStyleBackColor = true;
//
// checkBox22
//
this.checkBox22.AutoSize = true;
this.checkBox22.Location = new System.Drawing.Point(86, 51);
this.checkBox22.Name = "checkBox22";
this.checkBox22.Size = new System.Drawing.Size(60, 16);
this.checkBox22.TabIndex = 0;
this.checkBox22.Text = "会游泳";
this.checkBox22.UseVisualStyleBackColor = true;
//
// checkBox21
//
this.checkBox21.AutoSize = true;
this.checkBox21.Location = new System.Drawing.Point(12, 51);
this.checkBox21.Name = "checkBox21";
this.checkBox21.Size = new System.Drawing.Size(60, 16);
this.checkBox21.TabIndex = 0;
this.checkBox21.Text = "有长腿";
this.checkBox21.UseVisualStyleBackColor = true;
//
// checkBox20
//
this.checkBox20.AutoSize = true;
this.checkBox20.Location = new System.Drawing.Point(234, 29);
this.checkBox20.Name = "checkBox20";
this.checkBox20.Size = new System.Drawing.Size(72, 16);
this.checkBox20.TabIndex = 0;
this.checkBox20.Text = "有长脖子";
this.checkBox20.UseVisualStyleBackColor = true;
//
// checkBox19
//
this.checkBox19.AutoSize = true;
this.checkBox19.Location = new System.Drawing.Point(152, 29);
this.checkBox19.Name = "checkBox19";
this.checkBox19.Size = new System.Drawing.Size(60, 16);
this.checkBox19.TabIndex = 0;
this.checkBox19.Text = "会下蛋";
this.checkBox19.UseVisualStyleBackColor = true;
//
// checkBox18
//
this.checkBox18.AutoSize = true;
this.checkBox18.Location = new System.Drawing.Point(86, 29);
this.checkBox18.Name = "checkBox18";
this.checkBox18.Size = new System.Drawing.Size(48, 16);
this.checkBox18.TabIndex = 0;
this.checkBox18.Text = "会飞";
this.checkBox18.UseVisualStyleBackColor = true;
//
// checkBox17
//
this.checkBox17.AutoSize = true;
this.checkBox17.Location = new System.Drawing.Point(12, 29);
this.checkBox17.Name = "checkBox17";
this.checkBox17.Size = new System.Drawing.Size(60, 16);
this.checkBox17.TabIndex = 0;
this.checkBox17.Text = "有羽毛";
this.checkBox17.UseVisualStyleBackColor = true;
//
// button3
//
this.button3.Location = new System.Drawing.Point(410, 308);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(108, 36);
this.button3.TabIndex = 7;
this.button3.Text = "解释原因";
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.Location = new System.Drawing.Point(410, 357);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(108, 38);
this.button4.TabIndex = 8;
this.button4.Text = "退出系统";
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(556, 424);
this.Controls.Add(this.button4);
this.Controls.Add(this.button3);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.textBox1);
this.Controls.Add(this.label1);
this.Controls.Add(this.button2);
this.Controls.Add(this.button1);
this.Controls.Add(this.groupBox1);
this.Name = "Form1";
this.Text = "动物识别专家系统";
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.CheckBox checkBox2;
private System.Windows.Forms.CheckBox checkBox1;
private System.Windows.Forms.CheckBox checkBox3;
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.CheckBox checkBox8;
private System.Windows.Forms.CheckBox checkBox7;
private System.Windows.Forms.CheckBox checkBox6;
private System.Windows.Forms.CheckBox checkBox5;
private System.Windows.Forms.CheckBox checkBox4;
private System.Windows.Forms.CheckBox checkBox15;
private System.Windows.Forms.CheckBox checkBox14;
private System.Windows.Forms.CheckBox checkBox13;
private System.Windows.Forms.CheckBox checkBox12;
private System.Windows.Forms.CheckBox checkBox10;
private System.Windows.Forms.CheckBox checkBox9;
private System.Windows.Forms.CheckBox checkBox16;
private System.Windows.Forms.CheckBox checkBox11;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.CheckBox checkBox25;
private System.Windows.Forms.CheckBox checkBox24;
private System.Windows.Forms.CheckBox checkBox23;
private System.Windows.Forms.CheckBox checkBox22;
private System.Windows.Forms.CheckBox checkBox21;
private System.Windows.Forms.CheckBox checkBox20;
private System.Windows.Forms.CheckBox checkBox19;
private System.Windows.Forms.CheckBox checkBox18;
private System.Windows.Forms.CheckBox checkBox17;
private System.Windows.Forms.CheckBox checkBox26;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -