资源简介
基于C#实现的OA办公系统,包括日常管理、人员请假销假等
代码片段和文件信息
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();
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2016-06-06 20:18 PWMS\
目录 0 2016-06-06 20:20 PWMS\PWMS\
目录 0 2016-06-06 20:20 PWMS\PWMS\Backup\
目录 0 2016-06-13 12:13 PWMS\PWMS\Backup\PWMS\
文件 901 2008-12-01 18:00 PWMS\PWMS\Backup\PWMS.sln
文件 35328 2016-06-06 20:18 PWMS\PWMS\Backup\PWMS.suo
目录 0 2016-06-06 20:18 PWMS\PWMS\Databa
文件 5242880 2008-12-01 18:02 PWMS\PWMS\Databa
文件 1048576 2008-12-01 18:01 PWMS\PWMS\Databa
目录 0 2016-06-06 20:18 PWMS\PWMS\DataClass\
文件 4306 2008-12-01 18:00 PWMS\PWMS\DataClass\MyMeans.cs
文件 6856 2008-12-01 18:00 PWMS\PWMS\F_Login.Designer.cs
文件 2986 2008-12-01 18:00 PWMS\PWMS\F_Login.cs
文件 341697 2008-12-01 18:00 PWMS\PWMS\F_Login.resx
文件 38155 2008-12-01 18:00 PWMS\PWMS\F_Main.Designer.cs
文件 7044 2008-12-01 18:00 PWMS\PWMS\F_Main.cs
文件 1001411 2008-12-01 18:00 PWMS\PWMS\F_Main.resx
目录 0 2016-06-06 20:18 PWMS\PWMS\Image\
文件 2906 2008-12-01 18:01 PWMS\PWMS\Image\01.png
文件 3071 2008-12-01 18:02 PWMS\PWMS\Image\02.PNG
文件 3242 2008-12-01 18:02 PWMS\PWMS\Image\03.PNG
文件 2897 2008-12-01 18:02 PWMS\PWMS\Image\04.PNG
文件 3096 2008-12-01 18:02 PWMS\PWMS\Image\05.PNG
文件 3526 2008-12-01 18:02 PWMS\PWMS\Image\06.PNG
文件 2933 2008-12-01 18:02 PWMS\PWMS\Image\07.PNG
文件 3636 2008-12-01 18:02 PWMS\PWMS\Image\08.PNG
文件 3033 2008-12-01 18:02 PWMS\PWMS\Image\09.PNG
文件 29776 2008-12-01 18:02 PWMS\PWMS\Image\PEOPLE.jpg
文件 659936 2008-12-01 18:02 PWMS\PWMS\Image\主界面.bmp
文件 6480 2008-12-01 18:02 PWMS\PWMS\Image\人事档案浏览.bmp
文件 6480 2008-12-01 18:02 PWMS\PWMS\Image\人事资料查询.BMP
............此处省略73个文件信息
相关资源
- 基于NLPIR(ICTCLAS2013)的中文分词C#
- C#学生信息管理系统用VS2008编写的学生
- C#拼图游戏源代码(完整版)
- 《深入理解C#》
- 基于三层架构的C#电影售票系统
- 基于C#的FTP服务器、客户端设计
- C#基于CS开发的人力资源管理系统
- VS C# OpenCV图像识别+文字打印
- 学生管理系统c#课设窗体技术
- 电子购物商城系统C#实现
- 宾馆客房管理信息系统C#课程设计含数
- 基于C#.net旅游网站的设计与实现开题
- c# asp.net 三层架构 网络相册 (图片存
- C#编程词典(个人版)专为编程人员准
- C#类库查询手册自动索引PDF完整版
- C# 编程指南.pdf
- c#win8win10平板电脑多点触控
- [源代码] C# ASP.NET 项目实战 - 电子商务
- C# DataTable生成excel并将excel添加附件发
- 基于C#与SQL开发的图书管理系统VS201
- 无边框窗体Winform四周阴影效果 C#完美
- c#和sqlserver编写的学生信息管理系统
- C# 小区物业管理系统 SqlServer
- nmodbus官方例程 包括dllvb.net与C#
- c# asp.net 在线投稿审稿系统
- C#坦克大战课程设计
- C#程序设计教程李春葆第三版 课后答
- c#与三菱FX5U 以太网连接
- C#的Chart 控件Demo
- c# winform换肤含源码包含winform皮肤64套
评论
共有 条评论