C# Class View.UI.ViewCaixa.frmAdicionarCaixa

Mostrar archivo Open project: mikemajesty/Caixapadariav2 Class Usage Examples

Public Methods

Method Description
frmAdicionarCaixa ( EnumTipoOperacaoCaixa enumTipoOperacaoCaixa ) : Controller.Repositorio

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AtualizarCaixa ( ) : void
CarregarCaracteristicasDoForm ( ) : void
FocarNoTxt ( TextBox txt ) : void
InitializeComponent ( ) : void

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

InstanciarCaixaRepositorio ( ) : void
InstanciarMovimentacaoCaixaRepositorio ( ) : void
MudarTextoDoGruopBox ( GroupBox gpb, string texto ) : void
MudarVisaoDoBotao ( Button btn, bool visao ) : void
MudaroTextoDoForm ( string text ) : void
PosSalvamentoPadrao ( string texto ) : void
btnAdicionarNoCaixa_Click ( object sender, EventArgs e ) : void
btnFechar_Click ( object sender, EventArgs e ) : void
frmAdicionarCaixa_Load ( object sender, EventArgs e ) : void
txtAdicionarNoCaixa_KeyPress ( object sender, KeyPressEventArgs 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

frmAdicionarCaixa() public method

public frmAdicionarCaixa ( EnumTipoOperacaoCaixa enumTipoOperacaoCaixa ) : Controller.Repositorio
enumTipoOperacaoCaixa EnumTipoOperacaoCaixa
return Controller.Repositorio