📄 form1.designer.cs
字号:
namespace schoolManager
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle2 = new System.Windows.Forms.DataGridViewCellStyle();
System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
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.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
this.权限设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
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.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
this.分类统计ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.班级管理ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.学生ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripSeparator8 = new System.Windows.Forms.ToolStripSeparator();
this.事务记录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.快捷菜单ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.帮助ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.panel1 = new System.Windows.Forms.Panel();
this.button11 = new System.Windows.Forms.Button();
this.button8 = new System.Windows.Forms.Button();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.button5 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.button3 = new System.Windows.Forms.Button();
this.button2 = new System.Windows.Forms.Button();
this.button1 = new System.Windows.Forms.Button();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.panel2 = new System.Windows.Forms.Panel();
this.comboBox7 = new System.Windows.Forms.ComboBox();
this.textBox2 = new System.Windows.Forms.TextBox();
this.comboBox4 = new System.Windows.Forms.ComboBox();
this.comboBox5 = new System.Windows.Forms.ComboBox();
this.comboBox6 = new System.Windows.Forms.ComboBox();
this.textBox1 = new System.Windows.Forms.TextBox();
this.comboBox3 = new System.Windows.Forms.ComboBox();
this.comboBox2 = new System.Windows.Forms.ComboBox();
this.comboBox1 = new System.Windows.Forms.ComboBox();
this.button12 = new System.Windows.Forms.Button();
this.button9 = new System.Windows.Forms.Button();
this.panel3 = new System.Windows.Forms.Panel();
this.dataGridView1 = new System.Windows.Forms.DataGridView();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.saveFileDialog1 = new System.Windows.Forms.SaveFileDialog();
this.menuStrip1.SuspendLayout();
this.panel1.SuspendLayout();
this.panel2.SuspendLayout();
this.panel3.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.班级管理ToolStripMenuItem,
this.快捷菜单ToolStripMenuItem,
this.帮助ToolStripMenuItem,
this.帮助ToolStripMenuItem1});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(1228, 27);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 系统管理ToolStripMenuItem
//
this.系统管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.数据备份ToolStripMenuItem,
this.数据恢复ToolStripMenuItem,
this.toolStripSeparator1,
this.权限设置ToolStripMenuItem,
this.toolStripSeparator3,
this.退出ToolStripMenuItem});
this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(73, 23);
this.系统管理ToolStripMenuItem.Text = "系统管理";
//
// 数据备份ToolStripMenuItem
//
this.数据备份ToolStripMenuItem.Name = "数据备份ToolStripMenuItem";
this.数据备份ToolStripMenuItem.Size = new System.Drawing.Size(130, 24);
this.数据备份ToolStripMenuItem.Text = "数据备份";
this.数据备份ToolStripMenuItem.Click += new System.EventHandler(this.数据备份ToolStripMenuItem_Click);
//
// 数据恢复ToolStripMenuItem
//
this.数据恢复ToolStripMenuItem.Name = "数据恢复ToolStripMenuItem";
this.数据恢复ToolStripMenuItem.Size = new System.Drawing.Size(130, 24);
this.数据恢复ToolStripMenuItem.Text = "数据恢复";
this.数据恢复ToolStripMenuItem.Click += new System.EventHandler(this.数据恢复ToolStripMenuItem_Click);
//
// toolStripSeparator1
//
this.toolStripSeparator1.Name = "toolStripSeparator1";
this.toolStripSeparator1.Size = new System.Drawing.Size(127, 6);
//
// 权限设置ToolStripMenuItem
//
this.权限设置ToolStripMenuItem.Name = "权限设置ToolStripMenuItem";
this.权限设置ToolStripMenuItem.Size = new System.Drawing.Size(130, 24);
this.权限设置ToolStripMenuItem.Text = "权限设置";
this.权限设置ToolStripMenuItem.Click += new System.EventHandler(this.权限设置ToolStripMenuItem_Click);
//
// toolStripSeparator3
//
this.toolStripSeparator3.Name = "toolStripSeparator3";
this.toolStripSeparator3.Size = new System.Drawing.Size(127, 6);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(130, 24);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// 学校管理ToolStripMenuItem
//
this.学校管理ToolStripMenuItem.Name = "学校管理ToolStripMenuItem";
this.学校管理ToolStripMenuItem.Size = new System.Drawing.Size(73, 23);
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.toolStripSeparator5,
this.分类统计ToolStripMenuItem1});
this.教务管理ToolStripMenuItem.Name = "教务管理ToolStripMenuItem";
this.教务管理ToolStripMenuItem.Size = new System.Drawing.Size(73, 23);
this.教务管理ToolStripMenuItem.Text = "教师管理";
//
// 教师管理ToolStripMenuItem
//
this.教师管理ToolStripMenuItem.Name = "教师管理ToolStripMenuItem";
this.教师管理ToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
this.教师管理ToolStripMenuItem.Text = "信息管理...";
this.教师管理ToolStripMenuItem.Click += new System.EventHandler(this.教师管理ToolStripMenuItem_Click);
//
// toolStripSeparator5
//
this.toolStripSeparator5.Name = "toolStripSeparator5";
this.toolStripSeparator5.Size = new System.Drawing.Size(149, 6);
//
// 分类统计ToolStripMenuItem1
//
this.分类统计ToolStripMenuItem1.Name = "分类统计ToolStripMenuItem1";
this.分类统计ToolStripMenuItem1.Size = new System.Drawing.Size(152, 24);
this.分类统计ToolStripMenuItem1.Text = "分类统计";
this.分类统计ToolStripMenuItem1.Click += new System.EventHandler(this.分类统计ToolStripMenuItem1_Click);
//
// 班级管理ToolStripMenuItem
//
this.班级管理ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.学生ToolStripMenuItem,
this.toolStripSeparator8,
this.事务记录ToolStripMenuItem});
this.班级管理ToolStripMenuItem.Name = "班级管理ToolStripMenuItem";
this.班级管理ToolStripMenuItem.Size = new System.Drawing.Size(73, 23);
this.班级管理ToolStripMenuItem.Text = "学生管理";
//
// 学生ToolStripMenuItem
//
this.学生ToolStripMenuItem.Name = "学生ToolStripMenuItem";
this.学生ToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
this.学生ToolStripMenuItem.Text = "学生...";
this.学生ToolStripMenuItem.Click += new System.EventHandler(this.学生ToolStripMenuItem_Click);
//
// toolStripSeparator8
//
this.toolStripSeparator8.Name = "toolStripSeparator8";
this.toolStripSeparator8.Size = new System.Drawing.Size(149, 6);
//
// 事务记录ToolStripMenuItem
//
this.事务记录ToolStripMenuItem.Name = "事务记录ToolStripMenuItem";
this.事务记录ToolStripMenuItem.Size = new System.Drawing.Size(152, 24);
this.事务记录ToolStripMenuItem.Text = "事务...";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -