C# 클래스 View.UI.ViewComanda.frmClienteCreditar

파일 보기 프로젝트 열기: mikemajesty/Caixapadariav2

공개 메소드들

메소드 설명
GetIDDoGrid ( ) : int
GetTotalDoGrid ( ) : decimal
frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

GetIDDoGrid() 공개 메소드

public GetIDDoGrid ( ) : int
리턴 int

GetTotalDoGrid() 공개 메소드

public GetTotalDoGrid ( ) : decimal
리턴 decimal

ProcessCmdKey() 보호된 메소드

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

frmClienteCreditar() 공개 메소드

public frmClienteCreditar ( EnumTipoCreditar enumCreditar ) : Controller.Repositorio
enumCreditar EnumTipoCreditar
리턴 Controller.Repositorio