⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formmain.designer.cs

📁 数据库开发与实例(1+1混合数据库开发实例丛书)人事管理系统的源代码
💻 CS
📖 第 1 页 / 共 2 页
字号:
namespace HRMan
{
    partial class FormMain
    {
        /// <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()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormMain));
            this.MainMenu = 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.toolStripMenuItem1 = 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.员工工作关系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.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
            this.部门设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.其他设置ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
            this.toolStrip1 = new System.Windows.Forms.ToolStrip();
            this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator1 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator2 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator3 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton7 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator4 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripButton8 = new System.Windows.Forms.ToolStripButton();
            this.toolStripButton9 = new System.Windows.Forms.ToolStripButton();
            this.toolStripSeparator5 = new System.Windows.Forms.ToolStripSeparator();
            this.toolStripLabel1 = new System.Windows.Forms.ToolStripLabel();
            this.statusStrip1 = new System.Windows.Forms.StatusStrip();
            this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
            this.toolStripStatusLabel2 = new System.Windows.Forms.ToolStripStatusLabel();
            this.MainMenu.SuspendLayout();
            this.toolStrip1.SuspendLayout();
            this.statusStrip1.SuspendLayout();
            this.SuspendLayout();
            // 
            // MainMenu
            // 
            this.MainMenu.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.文件ToolStripMenuItem,
            this.人事档案管理ToolStripMenuItem,
            this.人事关系管理ToolStripMenuItem,
            this.薪酬管理ToolStripMenuItem,
            this.系统管理ToolStripMenuItem});
            this.MainMenu.Location = new System.Drawing.Point(0, 0);
            this.MainMenu.Name = "MainMenu";
            this.MainMenu.Size = new System.Drawing.Size(648, 24);
            this.MainMenu.TabIndex = 1;
            this.MainMenu.Text = "MainMenu";
            // 
            // 文件ToolStripMenuItem
            // 
            this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.修改密码ToolStripMenuItem,
            this.重登录ToolStripMenuItem,
            this.toolStripMenuItem1,
            this.退出系统ToolStripMenuItem});
            this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
            this.文件ToolStripMenuItem.Size = new System.Drawing.Size(43, 20);
            this.文件ToolStripMenuItem.Text = "文件";
            // 
            // 修改密码ToolStripMenuItem
            // 
            this.修改密码ToolStripMenuItem.Name = "修改密码ToolStripMenuItem";
            this.修改密码ToolStripMenuItem.Size = new System.Drawing.Size(133, 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(133, 22);
            this.重登录ToolStripMenuItem.Text = "重登录";
            this.重登录ToolStripMenuItem.Click += new System.EventHandler(this.重登录ToolStripMenuItem_Click);
            // 
            // toolStripMenuItem1
            // 
            this.toolStripMenuItem1.Name = "toolStripMenuItem1";
            this.toolStripMenuItem1.Size = new System.Drawing.Size(130, 6);
            // 
            // 退出系统ToolStripMenuItem
            // 
            this.退出系统ToolStripMenuItem.Name = "退出系统ToolStripMenuItem";
            this.退出系统ToolStripMenuItem.Size = new System.Drawing.Size(133, 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(91, 20);
            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.人事关系管理ToolStripMenuItem.Name = "人事关系管理ToolStripMenuItem";
            this.人事关系管理ToolStripMenuItem.Size = new System.Drawing.Size(91, 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(157, 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(157, 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(157, 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(157, 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(157, 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(67, 20);
            this.薪酬管理ToolStripMenuItem.Text = "薪酬管理";
            // 
            // 薪资管理ToolStripMenuItem
            // 
            this.薪资管理ToolStripMenuItem.Name = "薪资管理ToolStripMenuItem";
            this.薪资管理ToolStripMenuItem.Size = new System.Drawing.Size(157, 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(157, 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(157, 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.toolStripMenuItem2,
            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(133, 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(133, 22);
            this.权限设置ToolStripMenuItem.Text = "权限设置";
            this.权限设置ToolStripMenuItem.Click += new System.EventHandler(this.权限设置ToolStripMenuItem_Click);
            // 
            // toolStripMenuItem2
            // 
            this.toolStripMenuItem2.Name = "toolStripMenuItem2";
            this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
            // 
            // 部门设置ToolStripMenuItem
            // 
            this.部门设置ToolStripMenuItem.Name = "部门设置ToolStripMenuItem";
            this.部门设置ToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
            this.部门设置ToolStripMenuItem.Text = "部门设置";

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -