C# Class View.UI.ViewProduto.frmMovimentacaoProdutos

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
frmMovimentacaoProdutos ( Produto produto ) : Controller.Repositorio

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CarregarPesoVendido ( int tipoCadastro ) : void
DefinirValoresNoDateTimePicker ( ) : void
EsconderLabel ( Label lbl ) : void
EsconderTxt ( TextBox txt ) : void
ExibirQuantidadeTotalVendido ( ) : void
FocarNoBotao ( Button btn ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

InstanciarMovimentacaoProdutoRepositorio ( ) : void
InstanciarTipoCadastroRepositorio ( ) : void
LimparTxt ( ) : void
MudaTamanhoDoForm ( System size ) : void
MudarPosicaoDaLabel ( Label lbl, Point posicao ) : void
MudarPosicaoDoGrid ( Point point ) : void
MudarPosicaoDoTextBox ( TextBox txt, Point posicao ) : void
MudarTextoDaLabel ( Label lbl, string texto ) : void
btnPesquisarDia_Click ( object sender, EventArgs e ) : void
btnPesquisarEntreDatas_Click ( object sender, EventArgs e ) : void
dgvProdutos_KeyDown ( object sender, KeyEventArgs e ) : void
frmMovimentacaoProdutos_Load ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

frmMovimentacaoProdutos() public method

public frmMovimentacaoProdutos ( Produto produto ) : Controller.Repositorio
produto Model.Entidades.Produto
return Controller.Repositorio