C# Class View.UI.ViewComanda.frmClienteCreditar

Afficher le fichier Open project: mikemajesty/Caixapadariav2

Méthodes publiques

Méthode Description
GetIDDoGrid ( ) : int
GetTotalDoGrid ( ) : decimal
frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio

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
AjustarTamanhoDoDataGridView ( ) : void
AumentarTamanhoDoForm ( ) : void
AumentarTamanhoDoGroupBox ( ) : void
AumentarTamanhoDoTxt ( ) : void
CarregarGridParaVender ( ) : void
ClienteCreditar_Load ( object sender, EventArgs e ) : void
EsconderBtnAdicionar ( ) : void
FecharForm ( ) : void
InitializeComponent ( ) : void

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

InstanciarFiadoRepositorio ( ) : void
InstanciarlienteRepositorio ( ) : void
btnAdicionar_Click ( object sender, EventArgs e ) : void
dgvCliente_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dgvCliente_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
dgvCliente_KeyDown ( object sender, KeyEventArgs e ) : void
frmClienteCreditar_FormClosing ( object sender, FormClosingEventArgs e ) : void
txtPesquisar_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtPesquisar_TextChanged ( object sender, EventArgs e ) : void

Method Details

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

GetIDDoGrid() public méthode

public GetIDDoGrid ( ) : int
Résultat int

GetTotalDoGrid() public méthode

public GetTotalDoGrid ( ) : decimal
Résultat decimal

ProcessCmdKey() protected méthode

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

frmClienteCreditar() public méthode

public frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio
enumCreditar EnumTipoCreditar
Résultat Controller.Repositorio