C# Class View.UI.ViewCetegoria.frmGerenciarCategoria

Mostrar archivo Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
PegaLinhaDoGrid ( ) : int
frmGerenciarCategoria ( ) : Controller.Repositorio

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
AjustarTamanhoDoGrid ( ) : void
CarregarGrid ( ) : void
CarregarTextoDePermissao ( ) : void
EsconderBotoes ( ) : void
FecharForm ( ) : void
InitializeComponent ( ) : void

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

InstanciarCategoriaRepositorio ( ) : void
MostrarBotoes ( ) : void
TirarFocoDoGrid ( ) : void
btnAlterar_Click ( object sender, EventArgs e ) : void
btnDeletar_Click ( object sender, EventArgs e ) : void
btnNovo_Click ( object sender, EventArgs e ) : void
btnSair_Click ( object sender, EventArgs e ) : void
dgvCategoria_KeyDown ( object sender, KeyEventArgs e ) : void
frmCadastrarCategoria_Load ( object sender, EventArgs 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

PegaLinhaDoGrid() public method

public PegaLinhaDoGrid ( ) : int
return int

frmGerenciarCategoria() public method

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