C# Class View.UI.ViewCaixa.frmReceberFiado

Afficher le fichier Open project: mikemajesty/Caixapadariav2

Méthodes publiques

Méthode Description
AtualizarValor ( ) : void
frmReceberFiado ( Fiado fiado ) : Controller.Enum

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Méthode 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 méthode

public AtualizarValor ( ) : void
Résultat void

Dispose() protected méthode

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

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
Résultat bool

frmReceberFiado() public méthode

public frmReceberFiado ( Fiado fiado ) : Controller.Enum
fiado Fiado
Résultat Controller.Enum