private void cibuscar(object sender, KeyPressEventArgs e)
        {
            buscarcic.ForeColor = SystemColors.WindowText;
            buscarcic.Font      = new Font(buscarcic.Font, FontStyle.Regular);
            ValidacionText ex = new ValidacionText();

            ex.soloNumeros(e);
        }
Ejemplo n.º 2
0
 private void numCod(object sender, KeyPressEventArgs e)
 {
     textsimb.ForeColor = SystemColors.WindowText;
     textsimb.Font      = new Font(textsimb.Font, FontStyle.Regular);
     vb.soloNumeros(e);
 }
Ejemplo n.º 3
0
 private void cicliente(object sender, KeyPressEventArgs e)
 {
     cirec.ForeColor = SystemColors.WindowText;
     cirec.Font      = new Font(cirec.Font, FontStyle.Regular);
     vt.soloNumeros(e);
 }
Ejemplo n.º 4
0
 private void solonumcodm(object sender, KeyPressEventArgs e)
 {
     textcod.ForeColor = SystemColors.WindowText;
     textcod.Font      = new Font(textcod.Font, FontStyle.Regular);
     mn.soloNumeros(e);
 }
 private void numcodprod(object sender, KeyPressEventArgs e)
 {
     codprod.ForeColor = SystemColors.WindowText;
     codprod.Font      = new Font(Descuentext.Font, FontStyle.Regular);
     vb.soloNumeros(e);
 }
Ejemplo n.º 6
0
 private void nitciclient_KeyPress(object sender, KeyPressEventArgs e)
 {
     cs.soloNumeros(e);
     nitciclient.ForeColor = SystemColors.WindowText;
     nitciclient.Font      = new Font(nitciclient.Font, FontStyle.Regular);
 }
 private void codreg(object sender, KeyPressEventArgs e)
 {
     codrep.ForeColor = SystemColors.WindowText;
     codrep.Font      = new Font(codrep.Font, FontStyle.Regular);
     mn.soloNumeros(e);
 }
 private void nitnum(object sender, KeyPressEventArgs e)
 {
     NITtext.ForeColor = SystemColors.WindowText;
     NITtext.Font      = new Font(NITtext.Font, FontStyle.Regular);
     m.soloNumeros(e);
 }
Ejemplo n.º 9
0
 private void busqueda(object sender, KeyPressEventArgs e)
 {
     ciedu.ForeColor = SystemColors.WindowText;
     ciedu.Font      = new Font(ciedu.Font, FontStyle.Regular);
     mn.soloNumeros(e);
 }