📄 form2.designer.cs
字号:
//
this.教师基本信息ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.教师信息ToolStripMenuItem,
this.教师出勤情况ToolStripMenuItem});
this.教师基本信息ToolStripMenuItem.Name = "教师基本信息ToolStripMenuItem";
this.教师基本信息ToolStripMenuItem.Size = new System.Drawing.Size(89, 20);
this.教师基本信息ToolStripMenuItem.Text = "教师基本信息";
//
// 教师信息ToolStripMenuItem
//
this.教师信息ToolStripMenuItem.Name = "教师信息ToolStripMenuItem";
this.教师信息ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(142, 22);
this.教师出勤情况ToolStripMenuItem.Text = "教师出勤情况";
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.帮助主题ToolStripMenuItem,
this.关于ToolStripMenuItem,
this.联系作者ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.帮助ToolStripMenuItem.Text = "帮助";
//
// 帮助主题ToolStripMenuItem
//
this.帮助主题ToolStripMenuItem.Name = "帮助主题ToolStripMenuItem";
this.帮助主题ToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
this.帮助主题ToolStripMenuItem.Text = "帮助主题";
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(118, 22);
this.联系作者ToolStripMenuItem.Text = "联系作者";
//
// toolBar1
//
this.toolBar1.Buttons.AddRange(new System.Windows.Forms.ToolBarButton[] {
this.toolBarButton1,
this.toolBarButton2,
this.toolBarButton3,
this.toolBarButton4,
this.toolBarButton5});
this.toolBar1.DropDownArrows = true;
this.toolBar1.ImageList = this.imageList1;
this.toolBar1.Location = new System.Drawing.Point(0, 24);
this.toolBar1.Name = "toolBar1";
this.toolBar1.ShowToolTips = true;
this.toolBar1.Size = new System.Drawing.Size(684, 41);
this.toolBar1.TabIndex = 1;
this.toolBar1.ButtonClick += new System.Windows.Forms.ToolBarButtonClickEventHandler(this.toolBar1_ButtonClick);
//
// toolBarButton1
//
this.toolBarButton1.ImageIndex = 0;
this.toolBarButton1.Name = "toolBarButton1";
this.toolBarButton1.Text = "管理员信息";
//
// toolBarButton2
//
this.toolBarButton2.ImageIndex = 1;
this.toolBarButton2.Name = "toolBarButton2";
this.toolBarButton2.Text = "学生信息";
//
// toolBarButton3
//
this.toolBarButton3.Name = "toolBarButton3";
this.toolBarButton3.Text = "教师信息";
//
// toolBarButton4
//
this.toolBarButton4.Name = "toolBarButton4";
this.toolBarButton4.Text = " 查 找";
//
// toolBarButton5
//
this.toolBarButton5.Name = "toolBarButton5";
this.toolBarButton5.Text = "奖罚信息";
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "toolBarButton1");
this.imageList1.Images.SetKeyName(1, "学生信息.bmp");
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(33, 112);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(524, 262);
this.groupBox1.TabIndex = 2;
this.groupBox1.TabStop = false;
this.groupBox1.Visible = false;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(118, 76);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(29, 12);
this.label1.TabIndex = 0;
this.label1.Text = "呵呵";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(108, 159);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(125, 12);
this.label2.TabIndex = 1;
this.label2.Text = "欢迎来到我的登陆系统";
//
// Form2
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(684, 584);
this.Controls.Add(this.groupBox1);
this.Controls.Add(this.toolBar1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form2";
this.Text = "07计算机应用的班级管理系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 系统设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 管理员信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 添加用户ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 删除用户ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 修改密码ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolBar toolBar1;
private System.Windows.Forms.ToolBarButton toolBarButton1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripMenuItem 班级管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 班费管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 班级荣誉ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 奖罚信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 学生管理ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 学生基本信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 学生查询ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 学生学分记录ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 教师基本信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 教师信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 教师出勤情况ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助主题ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 联系作者ToolStripMenuItem;
private System.Windows.Forms.ToolBarButton toolBarButton2;
private System.Windows.Forms.ToolBarButton toolBarButton3;
private System.Windows.Forms.ToolBarButton toolBarButton4;
private System.Windows.Forms.ToolBarButton toolBarButton5;
private System.Windows.Forms.GroupBox groupBox1;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -