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

📄 pater_fomr.cs

📁 人力管理系统
💻 CS
字号:
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace rsMange
{
    public partial class Pater_Fomr : Form
    {
        public Pater_Fomr()
        {
            InitializeComponent();
        }

        private void Pater_Fomr_Load(object sender, EventArgs e)
        {
          this.skinEngine1.SkinFile=(@"skin\MacOS.ssk");
      }

        private void pictureBox1_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox1.ImageLocation = @"image\ygzl_move.PNG";
        }

        private void pictureBox1_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox1.ImageLocation = @"image\ygzl.PNG";
        }

        private void panel3_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox2.ImageLocation = @"image\ygcf_move.PNG";
        }

        private void pictureBox3_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox3.ImageLocation = @"image\ygpx_move.PNG";
        }

        private void pictureBox2_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox2.ImageLocation = @"image\ygcf_move.PNG";
        }

        private void pictureBox2_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox2.ImageLocation = @"image\ygcf.PNG";
        }

        private void pictureBox3_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox3.ImageLocation = @"image\ygpx.PNG";
        }

        private void pictureBox4_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox4.ImageLocation = @"image\ygkp_move.PNG";
        }

        private void pictureBox4_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox4.ImageLocation = @"image\ygkp.PNG";
        }

        private void pictureBox5_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox5.ImageLocation = @"image\ygtx.PNG";
        }

        private void pictureBox5_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox5.ImageLocation = @"image\ygtx_move.PNG";
        }

        private void pictureBox6_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox6.ImageLocation = @"image\ygtd_move.PNG";
        }

        private void pictureBox6_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox6.ImageLocation = @"image\ygtd.PNG";
        }

        private void pictureBox7_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox7.ImageLocation = @"image\tjyg.PNG";
        }

        private void pictureBox7_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox7.ImageLocation = @"image\tjyg_move.PNG";
        }

        private void pictureBox8_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox8.ImageLocation = @"image\xxtj_move.PNG";
        }

        private void pictureBox8_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox8.ImageLocation = @"image\xxtj.PNG";
        }

        private void pictureBox9_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox9.ImageLocation = @"image\dztx.PNG";
        }

        private void pictureBox9_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox9.ImageLocation = @"image\dztx_move.PNG";
        }

        private void pictureBox10_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox10.ImageLocation = @"image\rjbz_move.PNG";
        }

        private void pictureBox10_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox10.ImageLocation = @"image\rjbz.PNG";
        }

        private void pictureBox11_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox11.ImageLocation = @"image\gfyf.PNG";
        }

        private void pictureBox11_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox11.ImageLocation = @"image\gfyf_move.PNG";
        }

        private void pictureBox12_MouseEnter(object sender, EventArgs e)
        {
            this.pictureBox12.ImageLocation = @"image\tcxt_move.PNG";
        }

        private void pictureBox12_MouseLeave(object sender, EventArgs e)
        {
            this.pictureBox12.ImageLocation = @"image\tcxt.PNG";
        }

        private void pictureBox1_Click(object sender, EventArgs e)
        {
            EmployeeInfoManage_Form f = new EmployeeInfoManage_Form();
            f.ShowDialog();
        }

        private void pictureBox4_Click(object sender, EventArgs e)
        {
            ygkp_Form f = new ygkp_Form();
            f.ShowDialog();
        }

        private void pictureBox2_Click(object sender, EventArgs e)
        {
            ygkp_Form f = new ygkp_Form();
            f.ShowDialog();
        }

        private void pictureBox5_Click(object sender, EventArgs e)
        {
            ygtx_Form f = new ygtx_Form();
            f.ShowDialog();
        }

        private void pictureBox3_Click(object sender, EventArgs e)
        {
            ygpx_Form f = new ygpx_Form();
            f.ShowDialog();
        }

        private void pictureBox6_Click(object sender, EventArgs e)
        {
            ygtd_Form f = new ygtd_Form();
            f.ShowDialog();
        }

        private void pictureBox12_Click(object sender, EventArgs e)
        {
            Application.Exit();
        }

        private void pictureBox7_Click(object sender, EventArgs e)
        {
            AddEmployee_Form f = new AddEmployee_Form();
            f.ShowDialog();
        }
    }
}

⌨️ 快捷键说明

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