C# Class View.UI.ViewCaixa.frmReceberFiado

Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
AtualizarValor ( ) : void
frmReceberFiado ( Fiado fiado ) : Controller.Enum

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method Description
AtualizarValorDaDivida ( decimal valor ) : string
CarregarComboBoxComDinheiro ( ) : void
EsconderBotao ( ) : void
EsconderGroupBox ( GroupBox gpb ) : void
FecharForm ( ) : void
FocarNoBotao ( ) : void
FocoNoTextBox ( ) : void
GetTxtValorPago ( ) : decimal
GetValorTotal ( ) : decimal
InitializeComponent ( ) : void

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

InstanciarCaixaRepositorio ( ) : void
InstanciarFiadoRepositorio ( ) : void
InstanciarMovimentacaoCaixa ( ) : void
InstanciarTipodePagamentoRepositorio ( ) : void
JogarValorTotalParaLabel ( ) : string
LimparTxt ( List txtList ) : void
MostrarBotao ( ) : void
MostrarGruopBox ( GroupBox gpb ) : void
PosSalvamento ( ) : void
btnConcluirVenda_Click ( object sender, EventArgs e ) : void
cbbTipoDePagamento_SelectedIndexChanged ( object sender, EventArgs e ) : void
frmReceberFiado_FormClosing ( object sender, FormClosingEventArgs e ) : void
frmReceberFiado_Load ( object sender, EventArgs e ) : void
txtValorPago_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorPago_TextChanged ( object sender, EventArgs e ) : void

Method Details

AtualizarValor() public method

public AtualizarValor ( ) : void
return void

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

ProcessCmdKey() protected method

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool

frmReceberFiado() public method

public frmReceberFiado ( Fiado fiado ) : Controller.Enum
fiado Fiado
return Controller.Enum