C# Class View.UI.ViewLogin.frmCadastrarLogin

ファイルを表示 Open project: mikemajesty/Caixapadariav2

Public Methods

Method Description
SeTxtEstaVazio ( ) : int
frmCadastrarLogin ( Usuarios usuarios, EnumTipoOperacao tipoOperacao ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
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

Method Details

Dispose() protected method

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

SeTxtEstaVazio() public method

public SeTxtEstaVazio ( ) : int
return int

frmCadastrarLogin() public method

public frmCadastrarLogin ( Usuarios usuarios, EnumTipoOperacao tipoOperacao ) : System
usuarios Usuarios
tipoOperacao EnumTipoOperacao
return System