📄 form1.cs
字号:
//
this.groupBox1.Controls.Add(this.groupBox4);
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Controls.Add(this.groupBox2);
this.groupBox1.Controls.Add(this.comboBox2);
this.groupBox1.Controls.Add(this.listBox1);
this.groupBox1.Controls.Add(this.groupBox5);
this.groupBox1.Controls.Add(this.textBox4);
this.groupBox1.Location = new System.Drawing.Point(0, 28);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(792, 504);
this.groupBox1.TabIndex = 5;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "学生信息";
//
// groupBox4
//
this.groupBox4.Controls.Add(this.richTextBox1);
this.groupBox4.Location = new System.Drawing.Point(572, 260);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(208, 168);
this.groupBox4.TabIndex = 4;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "备注";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(8, 20);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(192, 140);
this.richTextBox1.TabIndex = 0;
this.richTextBox1.Text = "";
//
// groupBox3
//
this.groupBox3.Controls.Add(this.button8);
this.groupBox3.Controls.Add(this.button9);
this.groupBox3.Controls.Add(this.pictureBox1);
this.groupBox3.Location = new System.Drawing.Point(572, 12);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(208, 232);
this.groupBox3.TabIndex = 3;
this.groupBox3.TabStop = false;
this.groupBox3.Text = "照片";
//
// button8
//
this.button8.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(64)), ((System.Byte)(64)), ((System.Byte)(64)));
this.button8.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button8.Font = new System.Drawing.Font("华文细黑", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.button8.ForeColor = System.Drawing.Color.Lime;
this.button8.Location = new System.Drawing.Point(24, 196);
this.button8.Name = "button8";
this.button8.Size = new System.Drawing.Size(68, 20);
this.button8.TabIndex = 5;
this.button8.Text = "添加照片";
this.button8.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.button8.Click += new System.EventHandler(this.button8_Click);
//
// button9
//
this.button9.BackColor = System.Drawing.Color.FromArgb(((System.Byte)(64)), ((System.Byte)(64)), ((System.Byte)(64)));
this.button9.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button9.Font = new System.Drawing.Font("华文细黑", 8.999999F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((System.Byte)(134)));
this.button9.ForeColor = System.Drawing.Color.Lime;
this.button9.Location = new System.Drawing.Point(120, 196);
this.button9.Name = "button9";
this.button9.Size = new System.Drawing.Size(68, 20);
this.button9.TabIndex = 4;
this.button9.Text = "移出照片";
this.button9.TextAlign = System.Drawing.ContentAlignment.TopCenter;
this.button9.Click += new System.EventHandler(this.button9_Click);
//
// pictureBox1
//
this.pictureBox1.BackColor = System.Drawing.Color.Black;
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Location = new System.Drawing.Point(8, 20);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(192, 160);
this.pictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// groupBox2
//
this.groupBox2.Controls.Add(this.label2);
this.groupBox2.Controls.Add(this.textBox2);
this.groupBox2.Controls.Add(this.textBox3);
this.groupBox2.Controls.Add(this.textBox5);
this.groupBox2.Controls.Add(this.textBox6);
this.groupBox2.Controls.Add(this.textBox7);
this.groupBox2.Controls.Add(this.textBox8);
this.groupBox2.Controls.Add(this.textBox9);
this.groupBox2.Controls.Add(this.textBox10);
this.groupBox2.Controls.Add(this.textBox11);
this.groupBox2.Controls.Add(this.textBox12);
this.groupBox2.Controls.Add(this.textBox13);
this.groupBox2.Controls.Add(this.textBox14);
this.groupBox2.Controls.Add(this.label3);
this.groupBox2.Controls.Add(this.label4);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.label10);
this.groupBox2.Controls.Add(this.label11);
this.groupBox2.Controls.Add(this.label12);
this.groupBox2.Controls.Add(this.label13);
this.groupBox2.Controls.Add(this.label14);
this.groupBox2.Controls.Add(this.textBox15);
this.groupBox2.Controls.Add(this.textBox16);
this.groupBox2.Location = new System.Drawing.Point(192, 12);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(360, 476);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "基本信息";
//
// label2
//
this.label2.Location = new System.Drawing.Point(12, 24);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(68, 16);
this.label2.TabIndex = 1;
this.label2.Text = "姓 名:";
//
// textBox2
//
this.textBox2.Location = new System.Drawing.Point(88, 20);
this.textBox2.Name = "textBox2";
this.textBox2.Size = new System.Drawing.Size(252, 21);
this.textBox2.TabIndex = 0;
this.textBox2.Text = "";
//
// textBox3
//
this.textBox3.Location = new System.Drawing.Point(88, 52);
this.textBox3.Name = "textBox3";
this.textBox3.Size = new System.Drawing.Size(252, 21);
this.textBox3.TabIndex = 1;
this.textBox3.Text = "";
//
// textBox5
//
this.textBox5.Location = new System.Drawing.Point(88, 116);
this.textBox5.Name = "textBox5";
this.textBox5.Size = new System.Drawing.Size(252, 21);
this.textBox5.TabIndex = 3;
this.textBox5.Text = "";
//
// textBox6
//
this.textBox6.Location = new System.Drawing.Point(88, 152);
this.textBox6.Name = "textBox6";
this.textBox6.Size = new System.Drawing.Size(252, 21);
this.textBox6.TabIndex = 4;
this.textBox6.Text = "";
//
// textBox7
//
this.textBox7.Location = new System.Drawing.Point(88, 188);
this.textBox7.Name = "textBox7";
this.textBox7.Size = new System.Drawing.Size(252, 21);
this.textBox7.TabIndex = 5;
this.textBox7.Text = "";
//
// textBox8
//
this.textBox8.Location = new System.Drawing.Point(88, 224);
this.textBox8.Name = "textBox8";
this.textBox8.Size = new System.Drawing.Size(252, 21);
this.textBox8.TabIndex = 6;
this.textBox8.Text = "";
//
// textBox9
//
this.textBox9.Location = new System.Drawing.Point(88, 260);
this.textBox9.Name = "textBox9";
this.textBox9.Size = new System.Drawing.Size(252, 21);
this.textBox9.TabIndex = 7;
this.textBox9.Text = "";
//
// textBox10
//
this.textBox10.Location = new System.Drawing.Point(88, 296);
this.textBox10.Name = "textBox10";
this.textBox10.Size = new System.Drawing.Size(252, 21);
this.textBox10.TabIndex = 8;
this.textBox10.Text = "";
//
// textBox11
//
this.textBox11.Location = new System.Drawing.Point(88, 332);
this.textBox11.Name = "textBox11";
this.textBox11.Size = new System.Drawing.Size(252, 21);
this.textBox11.TabIndex = 9;
this.textBox11.Text = "";
//
// textBox12
//
this.textBox12.Location = new System.Drawing.Point(88, 368);
this.textBox12.Name = "textBox12";
this.textBox12.Size = new System.Drawing.Size(252, 21);
this.textBox12.TabIndex = 10;
this.textBox12.Text = "";
//
// textBox13
//
this.textBox13.Location = new System.Drawing.Point(88, 400);
this.textBox13.Name = "textBox13";
this.textBox13.Size = new System.Drawing.Size(252, 21);
this.textBox13.TabIndex = 11;
this.textBox13.Text = "";
//
// textBox14
//
this.textBox14.Location = new System.Drawing.Point(88, 436);
this.textBox14.Name = "textBox14";
this.textBox14.Size = new System.Drawing.Size(252, 21);
this.textBox14.TabIndex = 12;
this.textBox14.Text = "";
//
// label3
//
this.label3.Location = new System.Drawing.Point(12, 56);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(68, 16);
this.label3.TabIndex = 1;
this.label3.Text = "性 别:";
//
// label4
//
this.label4.Location = new System.Drawing.Point(12, 88);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(68, 20);
this.label4.TabIndex = 1;
this.label4.Text = "学 号:";
//
// label5
//
this.label5.Location = new System.Drawing.Point(12, 120);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(68, 20);
this.label5.TabIndex = 1;
this.label5.Text = "学 院:";
//
// label6
//
this.label6.Location = new System.Drawing.Point(12, 156);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(68, 20);
this.label6.TabIndex = 1;
this.label6.Text = "专 业:";
//
// label7
//
this.label7.Location = new System.Drawing.Point(12, 196);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(72, 16);
this.label7.TabIndex = 1;
this.label7.Text = "班 级:";
//
// label8
//
this.label8.Location = new System.Drawing.Point(12, 228);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(68, 20);
this.label8.TabIndex = 1;
this.label8.Text = "电 话:";
//
// label9
//
this.label9.Location = new System.Drawing.Point(12, 264);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(68, 20);
this.label9.TabIndex = 1;
this.label9.Text = "出生年月:";
//
// label10
//
this.label10.Location = new System.Drawing.Point(12, 300);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(68, 20);
this.label10.TabIndex = 1;
this.label10.Text = "民 族:";
//
// label11
//
this.label11.Location = new System.Drawing.Point(12, 336);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(68, 20);
this.label11.TabIndex = 1;
this.label11.Text = "籍 贯:";
//
// label12
//
this.label12.Location = new System.Drawing.Point(12, 372);
this.label12.Name = "label12";
this.label12.Size = new System.Drawing.Size(68, 20);
this.label12.TabIndex = 1;
this.label12.Text = "住 址:";
//
// label13
//
this.label13.Location = new System.Drawing.Point(12, 404);
this.label13.Name = "label13";
this.label13.Size = new System.Drawing.Size(68, 20);
this.label13.TabIndex = 1;
this.label13.Text = "来自何校:";
//
// label14
//
this.label14.Location = new System.Drawing.Point(12, 440);
this.label14.Name = "label14";
this.label14.Size = new System.Drawing.Size(68, 20);
this.label14.TabIndex = 1;
this.label14.Text = "政治面貌:";
//
// textBox15
//
this.textBox15.Location = new System.Drawing.Point(88, 84);
this.textBox15.Name = "textBox15";
this.textBox15.Size = new System.Drawing.Size(252, 21);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -