C# Класс View.UI.ViewSangria.frmCriarSangria

Показать файл Открыть проект

Открытые методы

Метод Описание
InstanciaCaixaRepositorio ( ) : void
frmCriarSangria ( EnumSangria enumSangria, SangriaViewModel sangria ) : Controller.Repositorio

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

InstanciaCaixaRepositorio() публичный Метод

public InstanciaCaixaRepositorio ( ) : void
Результат void

frmCriarSangria() публичный Метод

public frmCriarSangria ( EnumSangria enumSangria, SangriaViewModel sangria ) : Controller.Repositorio
enumSangria EnumSangria
sangria SangriaViewModel
Результат Controller.Repositorio