📄 teacher.designer.cs
字号:
namespace CMS
{
partial class teacher
{
/// <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.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.dataGridView1 = new System.Windows.Forms.DataGridView();
this.menuStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).BeginInit();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
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(292, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 课程担当ToolStripMenuItem
//
this.课程担当ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.课程信息ToolStripMenuItem});
this.课程担当ToolStripMenuItem.Name = "课程担当ToolStripMenuItem";
this.课程担当ToolStripMenuItem.Size = new System.Drawing.Size(65, 20);
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 = "课程信息";
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(77, 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(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 = "个人信息";
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 = "信息查询";
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 = "密码修改";
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 = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// dataGridView1
//
this.dataGridView1.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
this.dataGridView1.Location = new System.Drawing.Point(0, 27);
this.dataGridView1.Name = "dataGridView1";
this.dataGridView1.RowTemplate.Height = 23;
this.dataGridView1.Size = new System.Drawing.Size(292, 246);
this.dataGridView1.TabIndex = 1;
//
// teacher
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(292, 273);
this.Controls.Add(this.dataGridView1);
this.Controls.Add(this.menuStrip1);
this.MainMenuStrip = this.menuStrip1;
this.Name = "teacher";
this.Text = "teacher";
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
((System.ComponentModel.ISupportInitialize)(this.dataGridView1)).EndInit();
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.ToolStripMenuItem 密码修改ToolStripMenuItem;
private System.Windows.Forms.DataGridView dataGridView1;
private System.Windows.Forms.ToolStripMenuItem 课程信息ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 成绩删除ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -