📄 form2.designer.cs
字号:
namespace _7计应的班级管理系统
{
partial class Form2
{
/// <summary>
/// 必需的设计器变量。
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// 清理所有正在使用的资源。
/// </summary>
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
/// <summary>
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.系统设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.管理员信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.添加用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除用户ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.修改密码ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.班级管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.班费管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.班级荣誉ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.奖罚信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生基本信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生查询ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生学分记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.教师基本信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.教师信息ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.教师出勤情况ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助主题ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.联系作者ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolBar1 = new System.Windows.Forms.ToolBar();
this.toolBarButton1 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton2 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton3 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton4 = new System.Windows.Forms.ToolBarButton();
this.toolBarButton5 = new System.Windows.Forms.ToolBarButton();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.menuStrip1.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.系统设置ToolStripMenuItem,
this.班级管理ToolStripMenuItem,
this.学生管理ToolStripMenuItem,
this.教师基本信息ToolStripMenuItem,
this.帮助ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(684, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 系统设置ToolStripMenuItem
//
this.系统设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.管理员信息ToolStripMenuItem,
this.添加用户ToolStripMenuItem,
this.删除用户ToolStripMenuItem,
this.修改密码ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.系统设置ToolStripMenuItem.Name = "系统设置ToolStripMenuItem";
this.系统设置ToolStripMenuItem.Size = new System.Drawing.Size(83, 20);
this.系统设置ToolStripMenuItem.Text = "系统设置(S)";
//
// 管理员信息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(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(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(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(152, 22);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// 班级管理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(65, 20);
this.班级管理ToolStripMenuItem.Text = "班级管理";
//
// 班费管理ToolStripMenuItem
//
this.班费管理ToolStripMenuItem.Name = "班费管理ToolStripMenuItem";
this.班费管理ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.班费管理ToolStripMenuItem.Text = "班费管理";
//
// 班级荣誉ToolStripMenuItem
//
this.班级荣誉ToolStripMenuItem.Name = "班级荣誉ToolStripMenuItem";
this.班级荣誉ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.班级荣誉ToolStripMenuItem.Text = "班级荣誉";
//
// 奖罚信息ToolStripMenuItem
//
this.奖罚信息ToolStripMenuItem.Name = "奖罚信息ToolStripMenuItem";
this.奖罚信息ToolStripMenuItem.Size = new System.Drawing.Size(152, 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(65, 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(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
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -