Exemplo n.º 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();
     }
 }
Exemplo n.º 2
0
 private void DangNhap_KeyDown(object sender, KeyEventArgs e)
 {
     if (e.KeyCode == Keys.F1)
     {
         TroGiup.FormName = "DangNhap";
         TroGiup troGiup = new TroGiup();
         troGiup.ShowDialog();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 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();
     }
 }
Exemplo n.º 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();
     }
 }