示例#1
0
 public void LimpaDados()
 {
     TxtCodProduto.Clear();
     TxtDescri.Clear();
     TxtCodEan.Clear();
     CboCategoria.Text = "Selecione";
     TxtPrecoCompra.Clear();
     TxtLucro.Clear();
     TxtPrecoVenda.Clear();
     CboSubCat.Text = "Selecione";
     TxtEstoqueMin.Clear();
     TxtEstoqueMax.Clear();
     CboFabricante.Text = "Selecione";
     TxtICMS.Clear();
     TxtIPI.Clear();
     CboUnidade.Text   = "Selecione";
     CboCadPor.Text    = "Selecione";
     DataCad.Text      = "";
     CboCadPor.Enabled = true;
 }