📄 mainform.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(67, 20);
this.提供查询ToolStripMenuItem.Text = "提供查询";
//
// 员工信息查询ToolStripMenuItem
//
this.员工信息查询ToolStripMenuItem.Name = "员工信息查询ToolStripMenuItem";
this.员工信息查询ToolStripMenuItem.Size = new System.Drawing.Size(158, 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(158, 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.Name = "报表打印ToolStripMenuItem";
this.报表打印ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.报表打印ToolStripMenuItem.Text = "报表打印";
//
// 按部门打印员工的信息ToolStripMenuItem
//
this.按部门打印员工的信息ToolStripMenuItem.Name = "按部门打印员工的信息ToolStripMenuItem";
this.按部门打印员工的信息ToolStripMenuItem.Size = new System.Drawing.Size(194, 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(194, 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,
this.关于ToolStripMenuItem,
this.toolStripMenuItem1,
this.退出ToolStripMenuItem});
this.系统管理ToolStripMenuItem.Name = "系统管理ToolStripMenuItem";
this.系统管理ToolStripMenuItem.Size = new System.Drawing.Size(67, 20);
this.系统管理ToolStripMenuItem.Text = "系统管理";
//
// 数据备份ToolStripMenuItem
//
this.数据备份ToolStripMenuItem.Enabled = false;
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.Enabled = false;
this.数据恢复ToolStripMenuItem.Name = "数据恢复ToolStripMenuItem";
this.数据恢复ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.数据恢复ToolStripMenuItem.Text = "数据恢复";
//
// 删除用户ToolStripMenuItem
//
this.删除用户ToolStripMenuItem.Enabled = false;
this.删除用户ToolStripMenuItem.Name = "删除用户ToolStripMenuItem";
this.删除用户ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.删除用户ToolStripMenuItem.Text = "删除用户";
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.关于ToolStripMenuItem.Text = "关于";
//
// toolStripMenuItem1
//
this.toolStripMenuItem1.Name = "toolStripMenuItem1";
this.toolStripMenuItem1.Size = new System.Drawing.Size(146, 22);
this.toolStripMenuItem1.Text = "用户信息修改";
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(146, 22);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Center;
this.ClientSize = new System.Drawing.Size(1016, 734);
this.Controls.Add(this.menuStrip1);
this.IsMdiContainer = true;
this.MainMenuStrip = this.menuStrip1;
this.Name = "MainForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterParent;
this.Text = "人事管理系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.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.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.ToolStripMenuItem 部门信息录入ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 员工工资信息录入ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem toolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -