C# 클래스 View.UI.ViewProduto.frmMovimentacaoProdutos

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: mikemajesty/Caixapadariav2

공개 메소드들

메소드 설명
frmMovimentacaoProdutos ( Produto produto ) : Controller.Repositorio

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

frmMovimentacaoProdutos() 공개 메소드

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