📄 mainform.cs
字号:
this.button2.Cursor = System.Windows.Forms.Cursors.Hand;
this.button2.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button2.ForeColor = System.Drawing.Color.Black;
this.button2.Location = new System.Drawing.Point(68, 29);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(46, 44);
this.button2.TabIndex = 19;
this.button2.Text = "班级选课";
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click_1);
//
// groupBox4
//
this.groupBox4.Controls.Add(this.button8);
this.groupBox4.Controls.Add(this.button9);
this.groupBox4.Font = new System.Drawing.Font("幼圆", 10.5F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox4.ForeColor = System.Drawing.Color.DarkGreen;
this.groupBox4.Location = new System.Drawing.Point(443, 24);
this.groupBox4.Name = "groupBox4";
this.groupBox4.Size = new System.Drawing.Size(141, 93);
this.groupBox4.TabIndex = 20;
this.groupBox4.TabStop = false;
this.groupBox4.Text = "成绩管理";
//
// groupBox5
//
this.groupBox5.Controls.Add(this.button5);
this.groupBox5.Controls.Add(this.button3);
this.groupBox5.Controls.Add(this.button1);
this.groupBox5.Font = new System.Drawing.Font("幼圆", 10.5F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox5.ForeColor = System.Drawing.Color.DarkGreen;
this.groupBox5.Location = new System.Drawing.Point(24, 24);
this.groupBox5.Name = "groupBox5";
this.groupBox5.Size = new System.Drawing.Size(204, 93);
this.groupBox5.TabIndex = 21;
this.groupBox5.TabStop = false;
this.groupBox5.Text = "院系信息管理";
//
// button5
//
this.button5.Cursor = System.Windows.Forms.Cursors.Hand;
this.button5.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button5.ForeColor = System.Drawing.Color.Black;
this.button5.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button5.Location = new System.Drawing.Point(142, 29);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(46, 44);
this.button5.TabIndex = 4;
this.button5.Text = "学期管理";
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// groupBox6
//
this.groupBox6.BackColor = System.Drawing.SystemColors.Control;
this.groupBox6.Controls.Add(this.button4);
this.groupBox6.Controls.Add(this.button6);
this.groupBox6.Font = new System.Drawing.Font("幼圆", 10.5F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.groupBox6.ForeColor = System.Drawing.Color.DarkGreen;
this.groupBox6.Location = new System.Drawing.Point(268, 24);
this.groupBox6.Name = "groupBox6";
this.groupBox6.Size = new System.Drawing.Size(132, 93);
this.groupBox6.TabIndex = 22;
this.groupBox6.TabStop = false;
this.groupBox6.Text = "学生管理";
//
// button4
//
this.button4.Cursor = System.Windows.Forms.Cursors.Hand;
this.button4.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button4.ForeColor = System.Drawing.Color.Black;
this.button4.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.button4.Location = new System.Drawing.Point(69, 29);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(46, 44);
this.button4.TabIndex = 3;
this.button4.Text = "学生档案";
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button6
//
this.button6.Cursor = System.Windows.Forms.Cursors.Hand;
this.button6.Font = new System.Drawing.Font("幼圆", 10.5F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.button6.ForeColor = System.Drawing.Color.Black;
this.button6.Location = new System.Drawing.Point(6, 29);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(46, 44);
this.button6.TabIndex = 17;
this.button6.Text = "学籍管理";
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click_1);
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripMenuItem1,
this.toolStripMenuItem3,
this.toolStripMenuItem2});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(782, 24);
this.menuStrip1.TabIndex = 14;
this.menuStrip1.Text = "menuStrip1";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.adminToolStripMenuItem});
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(43, 20);
this.toolStripMenuItem1.Text = "用户";
//
// adminToolStripMenuItem
//
this.adminToolStripMenuItem.Name = "adminToolStripMenuItem";
this.adminToolStripMenuItem.Size = new System.Drawing.Size(110, 22);
this.adminToolStripMenuItem.Text = "管理员";
//
// toolStripMenuItem3
//
this.toolStripMenuItem3.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.修改密码ToolStripMenuItem,
this.重新登陆ToolStripMenuItem,
this.退出系统ToolStripMenuItem});
this.toolStripMenuItem3.Name = "toolStripMenuItem3";
this.toolStripMenuItem3.Size = new System.Drawing.Size(43, 20);
this.toolStripMenuItem3.Text = "系统";
//
// 修改密码ToolStripMenuItem
//
this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.修改密码ToolStripMenuItem.Text = "修改密码";
this.修改密码ToolStripMenuItem.Click += new System.EventHandler(this.修改密码ToolStripMenuItem_Click);
//
// 重新登陆ToolStripMenuItem
//
this.重新登陆ToolStripMenuItem.Name = "重新登陆ToolStripMenuItem";
this.重新登陆ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.重新登陆ToolStripMenuItem.Text = "重新登陆";
this.重新登陆ToolStripMenuItem.Click += new System.EventHandler(this.重新登陆ToolStripMenuItem_Click);
//
// 退出系统ToolStripMenuItem
//
this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(122, 22);
this.退出系统ToolStripMenuItem.Text = "退出系统";
this.退出系统ToolStripMenuItem.Click += new System.EventHandler(this.退出系统ToolStripMenuItem_Click);
//
// toolStripMenuItem2
//
this.toolStripMenuItem2.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.该系统简单无需帮助ToolStripMenuItem});
this.toolStripMenuItem2.Name = "toolStripMenuItem2";
this.toolStripMenuItem2.Size = new System.Drawing.Size(43, 20);
this.toolStripMenuItem2.Text = "帮助";
//
// 该系统简单无需帮助ToolStripMenuItem
//
this.该系统简单无需帮助ToolStripMenuItem.Name = "该系统简单无需帮助ToolStripMenuItem";
this.该系统简单无需帮助ToolStripMenuItem.Size = new System.Drawing.Size(206, 22);
this.该系统简单无需帮助ToolStripMenuItem.Text = "本系统简单,无需帮助。";
//
// monthCalendar1
//
this.monthCalendar1.Location = new System.Drawing.Point(499, 224);
this.monthCalendar1.Name = "monthCalendar1";
this.monthCalendar1.TabIndex = 17;
//
// groupBox3
//
this.groupBox3.Controls.Add(this.pictureBox1);
this.groupBox3.Location = new System.Drawing.Point(2, 3);
this.groupBox3.Name = "groupBox3";
this.groupBox3.Size = new System.Drawing.Size(470, 316);
this.groupBox3.TabIndex = 0;
this.groupBox3.TabStop = false;
//
// pictureBox1
//
this.pictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image")));
this.pictureBox1.Location = new System.Drawing.Point(1, 12);
this.pictureBox1.Name = "pictureBox1";
this.pictureBox1.Size = new System.Drawing.Size(469, 304);
this.pictureBox1.TabIndex = 0;
this.pictureBox1.TabStop = false;
//
// groupBox1
//
this.groupBox1.Controls.Add(this.groupBox3);
this.groupBox1.Location = new System.Drawing.Point(2, 218);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(478, 325);
this.groupBox1.TabIndex = 12;
this.groupBox1.TabStop = false;
//
// pictureBox3
//
this.pictureBox3.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox3.Image")));
this.pictureBox3.Location = new System.Drawing.Point(0, 194);
this.pictureBox3.Name = "pictureBox3";
this.pictureBox3.Size = new System.Drawing.Size(779, 18);
this.pictureBox3.TabIndex = 18;
this.pictureBox3.TabStop = false;
//
// pictureBox2
//
this.pictureBox2.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox2.Image")));
this.pictureBox2.Location = new System.Drawing.Point(0, 30);
this.pictureBox2.Name = "pictureBox2";
this.pictureBox2.Size = new System.Drawing.Size(779, 18);
this.pictureBox2.TabIndex = 15;
this.pictureBox2.TabStop = false;
//
// btnExit
//
this.btnExit.Cursor = System.Windows.Forms.Cursors.Hand;
this.btnExit.Font = new System.Drawing.Font("幼圆", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
this.btnExit.Image = ((System.Drawing.Image)(resources.GetObject("btnExit.Image")));
this.btnExit.ImageAlign = System.Drawing.ContentAlignment.TopCenter;
this.btnExit.Location = new System.Drawing.Point(635, 474);
this.btnExit.Name = "btnExit";
this.btnExit.Size = new System.Drawing.Size(62, 57);
this.btnExit.TabIndex = 5;
this.btnExit.Text = "退 出";
this.btnExit.TextAlign = System.Drawing.ContentAlignment.BottomCenter;
this.btnExit.Click += new System.EventHandler(this.button6_Click);
//
// statusStrip1
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -