C# 클래스 View.UI.ViewLogin.frmCadastrarLogin

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

공개 메소드들

메소드 설명
SeTxtEstaVazio ( ) : int
frmCadastrarLogin ( Usuarios usuarios, EnumTipoOperacao tipoOperacao ) : System

보호된 메소드들

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

Clean up any resources being used.

비공개 메소드들

메소드 설명
CarregarPermissao ( ) : void
DesabilitarCampos ( ) : void
DesabilitarComboBox ( ComboBox cbb ) : void
EsconderConfirmarSenha ( ) : void
EsconderUltimoAcesso ( ) : void
FecharForm ( ) : void
FocarNoBtn ( Button btn ) : void
FocarNoTxt ( TextBox txt ) : void
GetTxtRequired ( ) : System.Windows.Forms.TextBox[]
InicializaTipoDeOperacao ( Usuarios usuarios, EnumTipoOperacao tipoOperacao ) : void
InitializeComponent ( ) : void

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

InstanciarUsuarioRepositorio ( ) : void
LimparTxt ( List listTxt ) : void
MensagemDeSucesso ( string mensagem ) : void
MostrarItensDoCbb ( ComboBox cbb ) : void
MudarCorDoBotao ( Color cor ) : void
MudarCorDoBotao ( EnumTipoOperacao _tipoOperacao ) : void
MudarLocalizacaoDoBotaoParaBaixo ( ) : void
MudarLocalizacaoDoBotaoParaCima ( ) : void
MudarLocalizacaoDoGroupBoxPermissao ( ) : void
MudarLocalizacaoDoGroupBoxUlmimoAcesso ( ) : void
MudarTamanhoDoFormParaMais ( ) : void
MudarTamanhoDoFormParaMenos ( ) : void
MudarTextosDoForm ( string textoForm, string textoButton = "Salvar" ) : void
PopularTxt ( Usuarios usuarios ) : void
PosSalvamento ( ) : void
PreencherUsuario ( ) : Usuarios
RedimencionarGroupBoxDadosDoLogin ( ) : void
VerificarSeExistemAlgumUsuarioCadastrado ( ) : void
btnCadastrar_Click ( object sender, EventArgs e ) : void
cbbPermissao_KeyPress ( object sender, KeyPressEventArgs e ) : void
cbbPermissao_SelectedIndexChanged ( object sender, EventArgs e ) : void
frmLogin_Load ( object sender, EventArgs e ) : void
txtConfirmarSenha_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtLogin_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtNome_KeyPress ( object sender, KeyPressEventArgs e ) : void
txtSenha_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

SeTxtEstaVazio() 공개 메소드

public SeTxtEstaVazio ( ) : int
리턴 int

frmCadastrarLogin() 공개 메소드

public frmCadastrarLogin ( Usuarios usuarios, EnumTipoOperacao tipoOperacao ) : System
usuarios Usuarios
tipoOperacao EnumTipoOperacao
리턴 System