C# 클래스 View.UI.ViewCetegoria.frmCadastrarCategoria

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

공개 메소드들

메소드 설명
frmCadastrarCategoria ( Categoria categoria, EnumTipoOperacao tipoOperacao ) : Mike.Utilities.Desktop

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CarregaComponentes ( Categoria categoria, EnumTipoOperacao tipoOperacao ) : void
DesabilitarDruopBox ( ) : void
FocarNoBtn ( ) : void
FocarNotxt ( ) : void
InitializeComponent ( ) : void

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

InstanciarCategoriaRepositorio ( ) : void
LimparTxt ( TextBox txt ) : void
MensagemDeAviso ( string mensagem ) : void
MudarCorDoBotao ( Color color ) : void
MudarTextoDoBotao ( string texto ) : void
MudarTextoDoForm ( string texto ) : void
PosSalvamento ( ) : void
PupularCategoria ( ) : Categoria
PupularTxt ( ) : void
VerificarSeTxtEstaVazio ( ) : bool
btnCadastrar_Click ( object sender, EventArgs e ) : void
frmCadastrarCategoria_Load ( object sender, EventArgs e ) : void
txtCategoria_KeyPress ( object sender, KeyPressEventArgs 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

frmCadastrarCategoria() 공개 메소드

public frmCadastrarCategoria ( Categoria categoria, EnumTipoOperacao tipoOperacao ) : Mike.Utilities.Desktop
categoria Categoria
tipoOperacao EnumTipoOperacao
리턴 Mike.Utilities.Desktop