C# 클래스 View.UI.ViewSangria.frmCriarSangria

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

공개 메소드들

메소드 설명
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