C# Class View.UI.ViewSangria.frmCriarSangria

Afficher le fichier Open project: mikemajesty/Caixapadariav2

Méthodes publiques

Méthode Description
InstanciaCaixaRepositorio ( ) : void
frmCriarSangria ( EnumSangria enumSangria, SangriaViewModel sangria ) : Controller.Repositorio

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CarregarCaixa ( ) : void
DesabilitarTextBox ( TextBox txt, bool desativarOuHabilitar = false ) : void
EsconderOuMostrarGroupBox ( GroupBox gpb, bool mostrarOuEsconder = false ) : void
FecharForm ( ) : void
FocarNoBtn ( Button btn ) : void
FocarNoTxt ( TextBox txt ) : void
InitializeComponent ( ) : void

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

MudarCorDoButton ( ) : void
MudarPosicaoDoButton ( Button btn, Point location ) : void
MudarTamanhoDoForm ( Size size ) : void
MudarTamanhoDoGroupBox ( GroupBox gpb, Size size ) : void
MudarTamanhoDoTextBox ( TextBox txt, Size size ) : void
MudarTextoDoButton ( ) : void
PreencherCampos ( ) : void
PreencherSangria ( ) : Sangria
btnRetirar_Click ( object sender, EventArgs e ) : void
frmSangria_Load ( object sender, EventArgs e ) : void
txtDescricao_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtValorSangria_KeyPress ( object sender, KeyPressEventArgs e ) : void

Method Details

Dispose() protected méthode

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

InstanciaCaixaRepositorio() public méthode

public InstanciaCaixaRepositorio ( ) : void
Résultat void

frmCriarSangria() public méthode

public frmCriarSangria ( EnumSangria enumSangria, SangriaViewModel sangria ) : Controller.Repositorio
enumSangria EnumSangria
sangria SangriaViewModel
Résultat Controller.Repositorio