Ejemplo n.º 1
0
 private void btnThem_Click(object sender, EventArgs e)
 {
     btnXoa.Enabled        = false;
     btnHuy.Enabled        = true;
     btnLuu.Enabled        = true;
     grbNhacungcap.Enabled = true;
     ResetValues();
     txtMaNCC.Text = ThucthiSQL.CreateKey("NCC");
 }
Ejemplo n.º 2
0
 private void btnThem_Click(object sender, EventArgs e)
 {
     btnXoa.Enabled       = false;
     btnHuy.Enabled       = true;
     btnLuu.Enabled       = true;
     grbKhachhang.Enabled = true;
     ResetValues();
     txtMaKH.Text = ThucthiSQL.CreateKey("KH");
 }
Ejemplo n.º 3
0
 private void btnThem_Click(object sender, EventArgs e)
 {
     btnHuy.Enabled           = false;
     btnLuu.Enabled           = true;
     btnIn.Enabled            = false;
     grbThongtinphieu.Enabled = true;
     grbChitiet.Enabled       = false;
     dataGridView.DataSource  = null;
     ResetValues();
     txtMahoadon.Text = ThucthiSQL.CreateKey("HDN");
 }