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(); } }
private void DangNhap_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F1) { TroGiup.FormName = "DangNhap"; TroGiup troGiup = new TroGiup(); troGiup.ShowDialog(); } }
private void PhieuXuat_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F1) { TroGiup.FormName = "GDC_NV_XuatKho"; TroGiup troGiup = new TroGiup(); troGiup.ShowDialog(); } }
private void DanhSachNhanVien_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F1) { TroGiup.FormName = "GDC_TK_QuanLy"; TroGiup troGiup = new TroGiup(); troGiup.ShowDialog(); } }
private void ThongTinNV_KeyDown(object sender, KeyEventArgs e) { if (e.KeyCode == Keys.F1) { TroGiup.FormName = "GDC_TK_ThongTinTaiKhoan"; TroGiup troGiup = new TroGiup(); troGiup.ShowDialog(); } }
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(); } }