Example #1
0
 private void qĐNghỉHưuToolStripMenuItem_Click(object sender, EventArgs e)
 {
     HDQD.UCs.QDChung uc = new HDQD.UCs.QDChung("Nghỉ hưu");
     //uc.thongTinQuyetDinh1.comB_Loai.DataSource = null;
     //uc.thongTinQuyetDinh1.comB_Loai.Items.Add("Nghỉ hưu");
     //uc.thongTinQuyetDinh1.comB_Loai.SelectedIndex = 0;
     Forms.Popup f = new Popup("Quyết định nghỉ hưu", uc);
     f.ShowDialog();
 }
Example #2
0
 private void qĐNghỉKhôngLươngToolStripMenuItem_Click(object sender, EventArgs e)
 {
     HDQD.UCs.QDChung uc = new HDQD.UCs.QDChung("Nghỉ không lương");
     //uc.thongTinQuyetDinh1.comB_Loai.DataSource = null;
     //uc.thongTinQuyetDinh1.comB_Loai.Items.Add("Nghỉ không lương");
     //uc.thongTinQuyetDinh1.comB_Loai.SelectedIndex = 0;
     //uc.gb_ThongTinLuong.Enabled = false;
     Forms.Popup f = new Popup("Quyết định nghỉ không lương", uc);
     f.ShowDialog();
 }
Example #3
0
 private void qĐNghỉHưuToolStripMenuItem_Click(object sender, EventArgs e)
 {
     HDQD.UCs.QDChung uc = new HDQD.UCs.QDChung("Nghỉ hưu");
     //uc.thongTinQuyetDinh1.comB_Loai.DataSource = null;
     //uc.thongTinQuyetDinh1.comB_Loai.Items.Add("Nghỉ hưu");
     //uc.thongTinQuyetDinh1.comB_Loai.SelectedIndex = 0;
     Forms.Popup f = new Popup("Quyết định nghỉ hưu", uc);
     f.ShowDialog();
 }
Example #4
0
 private void qĐNghỉKhôngLươngToolStripMenuItem_Click(object sender, EventArgs e)
 {
     HDQD.UCs.QDChung uc = new HDQD.UCs.QDChung("Nghỉ không lương");
     //uc.thongTinQuyetDinh1.comB_Loai.DataSource = null;
     //uc.thongTinQuyetDinh1.comB_Loai.Items.Add("Nghỉ không lương");
     //uc.thongTinQuyetDinh1.comB_Loai.SelectedIndex = 0;
     //uc.gb_ThongTinLuong.Enabled = false;
     Forms.Popup f = new Popup("Quyết định nghỉ không lương", uc);
     f.ShowDialog();
 }