C# Class View.UI.ViewComanda.frmClienteCreditar

Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
GetIDDoGrid ( ) : int
GetTotalDoGrid ( ) : decimal
frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Private Methods

Method 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 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

GetIDDoGrid() public method

public GetIDDoGrid ( ) : int
return int

GetTotalDoGrid() public method

public GetTotalDoGrid ( ) : decimal
return decimal

ProcessCmdKey() protected method

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

frmClienteCreditar() public method

public frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio
enumCreditar EnumTipoCreditar
return Controller.Repositorio