Example #1
0
 private void NhaCungCap_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "GDC_NV" + this.Name;
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }
Example #2
0
 private void DangNhap_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "DangNhap";
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }
Example #3
0
 private void PhieuXuat_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "GDC_NV_XuatKho";
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }
Example #4
0
 private void DanhSachNhanVien_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "GDC_TK_QuanLy";
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }
Example #5
0
 private void ThongTinNV_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "GDC_TK_ThongTinTaiKhoan";
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }
Example #6
0
 private void DoiMatKhau_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "GDC_TK_" + this.Name;
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }