private void checkBoxQuayphimChupAnh_CheckedChanged(object sender, EventArgs e) { //ok if (checkBoxQuayphimChupAnh.Checked == true) { quayphimchupanh.setTS("Cao", "Thấp", "Vừa", "Vừa", "Cao", "Thấp", "Cao", "Tất cả"); quayphimchupanh.setDQT(4, 4, 4, 4, 5, 4, 3, 4); setChoice(); } else { quayphimchupanh = new MucDich(); setChoice(); } }
private void checkBoxhoctap_CheckedChanged(object sender, EventArgs e) { //ok if (checkBoxhoctap.Checked == true) { hoctap.setTS("Thấp", "Thấp", "Thấp", "Thấp", "Thấp", "Tất cả", "Thấp", "Tất cả"); hoctap.setDQT(2, 3, 3, 2, 0, 0, 3, 0); setChoice(); } else { hoctap = new MucDich(); setChoice(); } }
private void checkBoxlamviec_CheckedChanged(object sender, EventArgs e) { //ok if (checkBoxlamviec.Checked == true) { lamviec.setTS("Cao", "Thấp", "Vừa", "Vừa", "Vừa", "Tất cả", "Vừa", "Tất cả"); lamviec.setDQT(4, 3, 4, 4, 3, 0, 4, 0); setChoice(); } else { lamviec = new MucDich(); setChoice(); } }
private void checkBoxgiaitri_CheckedChanged(object sender, EventArgs e) { //ok if (checkBoxgiaitri.Checked == true) { giaitri.setTS("Vừa", "Thấp", "Vừa", "Vừa", "Tất cả", "Tất cả", "Vừa", "Tất cả"); giaitri.setDQT(3, 3, 4, 3, 0, 0, 3, 0); setChoice(); } else { giaitri = new MucDich(); setChoice(); } }