BKI_DichVuMatDat.f998_ht_nguoi_su_dung_de.us_object_2_form C# (CSharp) Method

us_object_2_form() private method

private us_object_2_form ( ) : void
return void
        private void us_object_2_form()
        {
            m_chk_is_admin.Checked = CIPConvert.ToBoolean(m_us_user.strBUILT_IN_YN);
            if(m_chk_is_admin.Checked)
            {
                m_chk_is_admin.Text = "có";
            }
            else{
                m_chk_is_admin.Text = "Không";
            }
            m_txt_ten_truy_cap.Text= m_us_user.strTEN_TRUY_CAP;
            m_txt_ten.Text= m_us_user.strTEN;
            //			m_txt_mat_khau.Text = m_us_user.strMAT_KHAU;
            //			m_txt_go_lai_mat_khau.Text = m_us_user.strMAT_KHAU;
            m_txt_mat_khau.Text = CIPConvert.Deciphering ( m_us_user.strMAT_KHAU ) ;
            m_txt_go_lai_mat_khau.Text = CIPConvert.Deciphering ( m_us_user.strMAT_KHAU ) ;
            m_cbo_trang_thai.SelectedIndex =
                (int)CIPConvert.ToDecimal(m_us_user.strTRANG_THAI);
            //m_cbo_nhom_quyen.SelectedValue = m_us_user.dcID_NHOM_NGUOI_DUNG;
        }