private Boolean GuardaEmpresa() { Empresa_Ctl objEmpresa = new Empresa_Ctl(); if (objEmpresa.GuardaEmpresa(Sistema_Cls.GblStrServidor, Sistema_Cls.DesEncripta(Sistema_Cls.GblStrLicencia)) == true) { return(true); } else { return(false); } }
private void CambiaPass() { Inicio_Ctl objInicio = new Inicio_Ctl(); if (objInicio.CambiaPass(idUsu, Sistema_Cls.Encripta(txtContraseña.Text)) == true) { this.DialogResult = DialogResult.OK; this.Close(); } else { txtContraseña.Text = ""; txtRepetir.Text = ""; } }
private Boolean IngresaLicencia(string Llave) { Empresa_Ctl objEmpresa = new Empresa_Ctl(); dbEmpresa.DataSource = objEmpresa.Empresa(Llave); if (dbEmpresa.Count > 0) { if (objEmpresa.IngresaLicencia(Llave) == 1) { string Encriptado = string.Empty; string FechaEncriptada = string.Empty; Encriptado = Sistema_Cls.Encripta(Llave); FechaEncriptada = Sistema_Cls.Encripta(Fecha); RegistryKey equipoLocal = Registry.CurrentUser; equipoLocal = equipoLocal.OpenSubKey(@"Software\\VeoSystem", true); equipoLocal = Registry.CurrentUser; equipoLocal = equipoLocal.OpenSubKey(@"Software", true); RegistryKey VeoSystem = equipoLocal.CreateSubKey("VeoSystem"); VeoSystem.SetValue("Licencia", Encriptado, RegistryValueKind.String); VeoSystem.SetValue("FechaInst", FechaEncriptada, RegistryValueKind.String); return(true); } else { return(false); } } else { return(false); } }
private Boolean IngresaSistema(string Usu, string Pass) { Boolean Resp = false; Inicio_Ctl objInicio = new Inicio_Ctl(); DataTable dtUsuarios = new DataTable(); dtUsuarios = objInicio.ListaUsuarios(); foreach (DataRow dRow in dtUsuarios.Rows) { if (txtUsuario.Text == dRow["usuario"].ToString() && txtPassword.Text == Sistema_Cls.DesEncripta(dRow["password"].ToString())) { if (Convert.ToInt32(dRow["cambio_pass"].ToString()) == 1) { frmCambiaPass frmcambiapass = new frmCambiaPass(Convert.ToInt32(dRow["id_usuario"].ToString())); if (frmcambiapass.ShowDialog() == DialogResult.OK) { this.Close(); } } Resp = true; } else { Resp = false; } } return(Resp); }
private void frmMdi_Load(object sender, EventArgs e) { RegistryKey equipoLocal = Registry.CurrentUser; equipoLocal = equipoLocal.OpenSubKey(@"Software\\VeoSystem", true); string Licencia = string.Empty; if (equipoLocal == null) { this.Hide(); equipoLocal = Registry.CurrentUser; equipoLocal = equipoLocal.OpenSubKey(@"Software", true); RegistryKey VeoSystem = equipoLocal.CreateSubKey("VeoSystem"); VeoSystem.SetValue("Caja", 0, RegistryValueKind.String); VeoSystem.SetValue("Licencia", "", RegistryValueKind.String); VeoSystem.SetValue("FechaInst", "", RegistryValueKind.String); VeoSystem.SetValue("Servidor", "", RegistryValueKind.String); VeoSystem.SetValue("Empresa", "", RegistryValueKind.String); VeoSystem.SetValue("Tipo", "", RegistryValueKind.String); VeoSystem.SetValue("Version", "", RegistryValueKind.String); Sistema_Cls.GblStrLicencia = VeoSystem.GetValue("Licencia").ToString(); if (Sistema_Cls.GblStrLicencia == "") { frmLicencia frmlicencias = new frmLicencia(); if (frmlicencias.ShowDialog() == DialogResult.OK) { frmServidor frmservidor = new frmServidor(); if (frmservidor.ShowDialog() == DialogResult.OK) { Empresa_Ctl objEmpresa = new Empresa_Ctl(); Licencia = Sistema_Cls.DesEncripta(Sistema_Cls.GblStrLicencia = VeoSystem.GetValue("Licencia").ToString()); BindingSource dbEmpresa = new BindingSource(); dbEmpresa.DataSource = objEmpresa.DatosEmpresa(Licencia); frmEmpresa frmempresa = new frmEmpresa(dbEmpresa); if (frmempresa.ShowDialog() == DialogResult.OK) { frmInicioSesion frminiciosesion = new frmInicioSesion(); if (frminiciosesion.ShowDialog() == DialogResult.OK) { this.Show(); } } } } } } else { equipoLocal = Registry.CurrentUser; equipoLocal = equipoLocal.OpenSubKey(@"Software", true); RegistryKey VeoSystem = equipoLocal.CreateSubKey("VeoSystem"); Sistema_Cls.GblStrLicencia = VeoSystem.GetValue("Licencia").ToString(); Sistema_Cls.GblStrServidor = VeoSystem.GetValue("Servidor").ToString(); Sistema_Cls.GblStrEmpresa = VeoSystem.GetValue("Empresa").ToString(); this.Hide(); if (Sistema_Cls.GblStrLicencia == "") { frmLicencia frmlicencias = new frmLicencia(); if (frmlicencias.ShowDialog() == DialogResult.OK) { frmServidor frmservidor = new frmServidor(); if (frmservidor.ShowDialog() == DialogResult.OK) { Empresa_Ctl objEmpresa = new Empresa_Ctl(); Licencia = Sistema_Cls.DesEncripta(Sistema_Cls.GblStrLicencia = VeoSystem.GetValue("Licencia").ToString()); BindingSource dbEmpresa = new BindingSource(); dbEmpresa.DataSource = objEmpresa.DatosEmpresa(Licencia); frmEmpresa frmempresa = new frmEmpresa(dbEmpresa); if (frmempresa.ShowDialog() == DialogResult.OK) { frmInicioSesion frminiciosesion = new frmInicioSesion(); if (frminiciosesion.ShowDialog() == DialogResult.OK) { this.Show(); } } else { this.Close(); } } else { this.Close(); } } else { this.Close(); } } else { if (Sistema_Cls.GblStrServidor == "") { frmServidor frmservidor = new frmServidor(); if (frmservidor.ShowDialog() == DialogResult.OK) { Empresa_Ctl objEmpresa = new Empresa_Ctl(); Licencia = Sistema_Cls.DesEncripta(Sistema_Cls.GblStrLicencia = VeoSystem.GetValue("Licencia").ToString()); BindingSource dbEmpresa = new BindingSource(); dbEmpresa.DataSource = objEmpresa.DatosEmpresa(Licencia); frmEmpresa frmempresa = new frmEmpresa(dbEmpresa); if (frmempresa.ShowDialog() == DialogResult.OK) { frmInicioSesion frminiciosesion = new frmInicioSesion(); if (frminiciosesion.ShowDialog() == DialogResult.OK) { this.Show(); } } else { this.Close(); } } else { this.Close(); } } else { if (Sistema_Cls.GblStrEmpresa == "") { Empresa_Ctl objEmpresa = new Empresa_Ctl(); Licencia = Sistema_Cls.DesEncripta(Sistema_Cls.GblStrLicencia = VeoSystem.GetValue("Licencia").ToString()); BindingSource dbEmpresa = new BindingSource(); dbEmpresa.DataSource = objEmpresa.DatosEmpresa(Licencia); frmEmpresa frmempresa = new frmEmpresa(dbEmpresa); if (frmempresa.ShowDialog() == DialogResult.OK) { frmInicioSesion frminiciosesion = new frmInicioSesion(); if (frminiciosesion.ShowDialog() == DialogResult.OK) { this.Show(); } } else { this.Close(); } } else { frmInicioSesion frminiciosesion = new frmInicioSesion(); if (frminiciosesion.ShowDialog() == DialogResult.OK) { this.Show(); } else { this.Close(); } } } } } }