예제 #1
0
 private void Init_Data()
 {
     txt_INFORMATIC_CODE.Text = LOGIC_COMMON.Generate_Code("TH");
     txt_INFORMATIC_NAME.Text = string.Empty;
     txt_DESCRIPTION.Text     = string.Empty;
     //chk_IS_MANAGER.Checked = false;
 }
예제 #2
0
 private void Init_Data()
 {
     txt_EMPLOYEE_CODE.Text     = LOGIC_COMMON.Generate_Code("NV");
     txt_FIRST_NAME.Text        = string.Empty;
     txt_LAST_NAME.Text         = string.Empty;
     chk_SEX.Checked            = false;
     txt_IDCARD.Text            = string.Empty;
     date_IDCARD.DateTime       = DateTime.Now;
     txt_IDCARD_PLACE.Text      = string.Empty;
     date_BIRTHDAY.DateTime     = DateTime.Now;
     txt_BIRTH_PLACE.Text       = string.Empty;
     cbo_MARRIAGE.EditValue     = null;
     txt_MAIN_ADDRESS.Text      = string.Empty;
     txt_CONTACT_ADDRESS.Text   = string.Empty;
     txt_CELL_PHONE.Text        = string.Empty;
     txt_EMAIL.Text             = string.Empty;
     cbo_LANGUAGE.EditValue     = null;
     cbo_EDUCATION.EditValue    = null;
     cbo_PROFESSIONAL.EditValue = null;
     cbo_SCHOOL.EditValue       = null;
     cbo_NATIONALITY.EditValue  = null;
     cbo_ETHNIC.EditValue       = null;
     cbo_WORK_STATE.EditValue   = null;
     cbo_RELIGION.EditValue     = "TG000004";
     pic_PHOTO.Image            = QuanLyNhanSu.Properties.Resources.NATION;
 }
예제 #3
0
 private void Init_Data()
 {
     txt_POSITION_CODE.Text = LOGIC_COMMON.Generate_Code("CV");
     txt_POSITION_NAME.Text = string.Empty;
     txt_DESCRIPTION.Text   = string.Empty;
     chk_IS_MANAGER.Checked = false;
 }
예제 #4
0
 private void Init_Data()
 {
     txt_DEPARTMENT_CODE.Text = LOGIC_COMMON.Generate_Code("PB");
     txt_DEPARTMENT_NAME.Text = string.Empty;
     txt_DESCRIPTION.Text     = string.Empty;
     txt_QUANLITY.Text        = "0";
     txt_FACT_QUANLITY.Text   = "0";
 }
예제 #5
0
 private void Init_Data()
 {
     txt_PROFESSIONAL_CODE.Text = LOGIC_COMMON.Generate_Code("CM");
     txt_PROFESSIONAL_NAME.Text = string.Empty;
     txt_DESCRIPTION.Text       = string.Empty;
 }