资源简介
企业人事管理系统C#源代码
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Data.SqlClient;
namespace PWMS
{
public partial class F_Login : Form
{
DataClass.MyMeans MyClass = new PWMS.DataClass.MyMeans();
public F_Login()
{
InitializeComponent();
}
private void butClose_Click(object sender EventArgs e)
{
if ((int)(this.Tag) == 1)
{
DataClass.MyMeans.Login_n = 3;
Application.Exit();
}
else
if ((int)(this.Tag) == 2)
this.Close();
}
private void butLogin_Click(object sender EventArgs e)
{
if (textName.Text != ““ & textPass.Text != ““)
{
SqlDataReader temDR = MyClass.getcom(“select * from tb_Login where Name=‘“ + textName.Text.Trim() + “‘ and Pass=‘“ + textPass.Text.Trim() + “‘“);
bool ifcom = temDR.Read();
if (ifcom)
{
DataClass.MyMeans.Login_Name = textName.Text.Trim();
DataClass.MyMeans.Login_ID = temDR.GetString(0);
DataClass.MyMeans.My_con.Close();
DataClass.MyMeans.My_con.Dispose();
DataClass.MyMeans.Login_n = (int)(this.Tag);
this.Close();
}
else
{
MessageBox.Show(“用户名或密码错误!“ “提示“ MessageBoxButtons.OK MessageBoxIcon.Information);
textName.Text = ““;
textPass.Text = ““;
}
MyClass.con_close();
}
else
MessageBox.Show(“请将登录信息添写完整!“ “提示“ MessageBoxButtons.OK MessageBoxIcon.Information);
}
private void F_Login_Load(object sender EventArgs e)
{
try
{
MyClass.con_open(); //连接数据库
MyClass.con_close();
textName.Text = ““;
textPass.Text = ““;
}
catch
{
MessageBox.Show(“数据库连接失败。“ “提示“ MessageBoxButtons.OK MessageBoxIcon.Information);
Application.Exit();
}
}
private void textName_KeyPress(object sender KeyPressEventArgs e)
{
if (e.KeyChar == ‘\r‘)
textPass.Focus();
}
private void textPass_KeyPress(object sender KeyPressEventArgs e)
{
if (e.KeyChar == ‘\r‘)
butLogin.Focus();
}
private void F_Login_Activated(object sender EventArgs e)
{
textName.Focus();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 4443 2008-04-16 13:13 PWMS\Backup\PWMS\DataClass\MyMeans.cs
文件 3016 2008-03-21 11:00 PWMS\Backup\PWMS\F_Login.cs
文件 6856 2008-03-11 19:09 PWMS\Backup\PWMS\F_Login.designer.cs
文件 341697 2008-03-11 19:09 PWMS\Backup\PWMS\F_Login.resx
文件 7226 2008-03-21 18:43 PWMS\Backup\PWMS\F_Main.cs
文件 38268 2008-03-21 14:36 PWMS\Backup\PWMS\F_Main.designer.cs
文件 1001373 2008-03-21 14:36 PWMS\Backup\PWMS\F_Main.resx
文件 2354 2008-03-26 14:26 PWMS\Backup\PWMS\InfoAddForm\F_Address.cs
文件 11367 2008-03-11 19:14 PWMS\Backup\PWMS\InfoAddForm\F_Address.Designer.cs
文件 5814 2008-03-11 19:14 PWMS\Backup\PWMS\InfoAddForm\F_Address.resx
文件 4004 2008-03-11 19:14 PWMS\Backup\PWMS\InfoAddForm\F_Basic.cs
文件 8024 2008-03-11 19:14 PWMS\Backup\PWMS\InfoAddForm\F_Basic.Designer.cs
文件 5814 2008-03-11 19:14 PWMS\Backup\PWMS\InfoAddForm\F_Basic.resx
文件 1688 2008-03-11 19:15 PWMS\Backup\PWMS\InfoAddForm\F_ClewSet.cs
文件 6146 2008-03-11 19:15 PWMS\Backup\PWMS\InfoAddForm\F_ClewSet.Designer.cs
文件 5814 2008-03-11 19:15 PWMS\Backup\PWMS\InfoAddForm\F_ClewSet.resx
文件 47069 2008-03-18 18:19 PWMS\Backup\PWMS\ModuleClass\MyModule.cs
文件 4925 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_AddressList.cs
文件 11198 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_AddressList.Designer.cs
文件 5814 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_AddressList.resx
文件 1435 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_ClearData.cs
文件 20161 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_ClearData.Designer.cs
文件 5814 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_ClearData.resx
文件 8064 2008-04-16 13:53 PWMS\Backup\PWMS\PerForm\F_Find.cs
文件 35871 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_Find.Designer.cs
文件 5814 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_Find.resx
文件 4906 2008-03-27 15:57 PWMS\Backup\PWMS\PerForm\F_HaveBack.cs
文件 11756 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_HaveBack.Designer.cs
文件 12138 2008-03-11 19:19 PWMS\Backup\PWMS\PerForm\F_HaveBack.resx
文件 51677 2008-04-16 13:59 PWMS\Backup\PWMS\PerForm\F_ManFile.cs
............此处省略183个文件信息
- 上一篇:C#实现软件加壳
- 下一篇:C#Socket网络通信实现多人聊天
相关资源
- C#Socket网络通信实现多人聊天
- C#实现软件加壳
- ASP.NET网络书店(C#全源码提供)
- C#获取视频时长,并且视频截图
- Essential C# 7.0
- 北大青鸟accp7.0 使用C#开发数据库应用
- C#电梯调度
- Pro ASP.NET Core MVC 2 (7th) 中文版
- C# 调用Bartender打印的2种方式
- c#人力资源管理系统源代码
- DevExpress控件forC#-8.2
- C#多线程编程实战_中文完整版
- C#学生信息管理系统含全部源码,详细
- s2深入.NET平台和C#编程课后、上机、指
- C#二维三维图形绘制工程宝典 随书代
- 仿QQIM框架网络版源代码
- C#中用三种方法打印PDF文档
- C#调用WebKit.NET 源码和
- C#项目开发全程实录 明日科技
- STC12C5A60S2-基于pt100的远程网络温度检
- 最强大的Asp.Net图书销售系统源代码保
- OpenCvSharp4.1官方例程
- c#开发报价系统
- ASP.NET C#在线音乐网站带数据库2017更新
- 通用ASP.NET Core NPOI导出复杂Word、Exce
- 手把手教你用C#制作RPG游戏__罗培羽著
- C#教务系统
- 免费版 .NET PDF查看组件-Spire.Pdfviewer
- 旅游管理系统C#版数据库sql server
- C#窗体应用程序标准数独
评论
共有 条评论