void m_cmd_dm_trang_thai_lao_dong_Click(object sender, EventArgs e)
 {
     try
     {
         f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien v_frm = new f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien();
         v_frm.ShowDialog();
     }
     catch (Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }
        void m_cmd_chuyen_trang_thai_LD_ItemClick(object sender, ItemClickEventArgs e)
        {
            try
            {
                f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien v_frm = new f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien();
                if(IsExistFormName(v_frm)) return;

                v_frm.MdiParent = this;
                v_frm.Show();
            }
            catch(Exception)
            {
                throw;
            }
        }
 //private void m_lbl_canh_bao_het_han_luong_che_do_Click(object sender, EventArgs e)
 //{
 //    try
 //    {
 //        f419_bao_cao_hs_lns_lcd_v2 v_f = new f419_bao_cao_hs_lns_lcd_v2();
 //        DateTime v_ngay_hien_tai = DateTime.Now.Date;
 //        //DateTime v_ngay_hien_tai = Convert.ToDateTime("2045 - 06 - 01 00:00:00.000");
 //        v_f.display_nv_het_han_lcd(v_ngay_hien_tai, this);
 //    }
 //    catch(Exception v_e)
 //    {
 //        CSystemLog_301.ExceptionHandle(v_e);
 //    }
 //}
 //private void m_lbl_canh_bao_het_han_hs_lns_Click(object sender, EventArgs e)
 //{
 //    try
 //    {
 //        f419_bao_cao_hs_lns_lcd_v2 v_f = new f419_bao_cao_hs_lns_lcd_v2();
 //        DateTime v_ngay_hien_tai = DateTime.Now.Date;
 //        //DateTime v_ngay_hien_tai = Convert.ToDateTime("2045 - 06 - 01 00:00:00.000");
 //        v_f.display_nv_het_han_hs_lns(v_ngay_hien_tai, this);
 //    }
 //    catch(Exception v_e)
 //    {
 //        CSystemLog_301.ExceptionHandle(v_e);
 //    }
 //}
 private void M_lbl_nv_nghi_tam_thoi_DoubleClick(object sender, EventArgs e)
 {
     f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien v_f = new f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien();
     //DateTime v_ngay_hien_tai = Convert.ToDateTime("2045 - 06 - 01 00:00:00.000");
 }
 void m_lbl_nv_da_nghi_viec_DoubleClick(object sender, EventArgs e)
 {
     try
     {
         m_trang_thai_filter = true;
         DateTime v_dt_ngay_dau_thang = new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1);
         f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien v_f = new f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien(v_dt_ngay_dau_thang, m_trang_thai_filter);
     }
     catch(Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }
 void m_lbl_nv_can_chuyen_trang_thai_DoubleClick(object sender, EventArgs e)
 {
     try
     {
         m_trang_thai_filter = false;
         DateTime v_dt_ngay_dau_thang = new DateTime(DateTime.Now.Year, DateTime.Now.Month, 1);
         DateTime v_dt_ngay_cuoi_thang = v_dt_ngay_dau_thang.AddMonths(1).AddDays(-1);
         f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien v_f = new f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien(v_dt_ngay_cuoi_thang, m_trang_thai_filter);
     }
     catch(Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }
        private void M_lbl_ket_thuc_nghi_tam_thoi_DoubleClick(object sender, EventArgs e)
        {
            try
            {
                f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien v_f = new f356_bao_cao_trang_thai_lao_dong_cua_nhan_vien();
                //DateTime v_ngay_hien_tai = Convert.ToDateTime("2045 - 06 - 01 00:00:00.000");

            }
            catch(Exception v_e)
            {
                CSystemLog_301.ExceptionHandle(v_e);
            }
        }