C# Class View.UI.ViewEstoque.frmGerenciarEstoque

ファイルを表示 Open project: mikemajesty/Caixapadariav2 Class Usage Examples

Public Methods

Method Description
frmGerenciarEstoque ( ) : Controller.Repositorio

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
CarregaGrid ( ) : void
ChecarRadioButtonCodigo ( ) : void
ChecarRadioButtonNome ( ) : void
DefinirTamanhoDoGrid ( ) : void
FocarNoTxt ( ) : void
FocoNoTxt ( ) : void
InitializeComponent ( ) : void

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

InstanciarEstoqueRepositorio ( ) : void
LimparFocoDoDataGridView ( ) : void
LimparTxt ( ) : void
MudarOMaximoDeCaracteresDigitadosNoTxt ( int caracter ) : void
PegarLinhaDoGrid ( ) : int
TirarFocoDoDgv ( ) : void
ckbPorCodigo_CheckedChanged ( object sender, EventArgs e ) : void
ckbPorNome_CheckedChanged ( object sender, EventArgs e ) : void
dgvEstoque_CellDoubleClick ( object sender, DataGridViewCellEventArgs e ) : void
dgvEstoque_CellFormatting ( object sender, DataGridViewCellFormattingEventArgs e ) : void
dgvEstoque_DataBindingComplete ( object sender, DataGridViewBindingCompleteEventArgs e ) : void
dgvEstoque_KeyDown ( object sender, KeyEventArgs e ) : void
frmGerenciarEstoque_Load ( object sender, EventArgs e ) : void
txtEstoque_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtEstoque_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

frmGerenciarEstoque() public method

public frmGerenciarEstoque ( ) : Controller.Repositorio
return Controller.Repositorio