private void m_cmd_xem_chi_tiet_quỹ_Click(object sender, EventArgs e)
 {
     try
     {
         if(m_sle_quy_tien_thuong.EditValue == null)
         {
             return;
         }
         f480_bao_cao_thuong_khac v_frm = new f480_bao_cao_thuong_khac();
         v_frm.display(Convert.ToDecimal(m_sle_quy_tien_thuong.EditValue));
     }
     catch(Exception v_e)
     {
         CSystemLog_301.ExceptionHandle(v_e);
     }
 }
 void m_cmd_xem_chi_tiet_quy_Click(object sender, EventArgs e)
 {
     try
     {
         if(m_sle_quy_tien_thuong.EditValue == null)
         {
             return;
         }
         f480_bao_cao_thuong_khac v_frm = new f480_bao_cao_thuong_khac();
         v_frm.display_athk(Convert.ToDecimal(m_sle_quy_tien_thuong.EditValue));
     }
     catch(Exception v_e)
     {
         DevExpress.XtraEditors.XtraMessageBox.Show("Có tý tẹo vấn đề. Bạn chụp ảnh và gửi để chúng tôi hỗ trợ nhé!" + v_e.ToString());
     }
 }