资源简介
1、家庭视频监控系统
2、企业短信群发系统
3、人事工资管理系统
4、企业电话客服系统
5、卡拉OK点歌系统
6、企业QQ系统
7、餐饮管理系统
8、企业人事管理系统
9、超市进销存销售管理系统
10、编程词典销售分析系统
11、在线考试系统
12、图书馆管理系统
代码片段和文件信息
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.OleDb;
using VWMS.CommonClass;
namespace VWMS
{
public partial class frmLogin : Form
{
public frmLogin()
{
InitializeComponent();
}
DataCon datacon = new DataCon();
DataOperate dataoperate = new DataOperate();
private void btnLogin_Click(object sender EventArgs e)
{
if (txtName.Text == ““)
{
errorProName.SetError(txtName “用户名不能为空!“);
}
else
{
errorProName.Clear();
string strSql = “select * from tb_admin where name=‘“ + txtName.Text + “‘ and pwd=‘“ + txtPwd.Text + “‘“;
DataSet ds = dataoperate.getDs(strSql “tb_admin“);
if (ds.Tables[0].Rows.Count > 0)
{
this.Hide();
frmMain frmmain = new frmMain();
frmmain.Show();
}
else
{
MessageBox.Show(“用户名或密码错误!“ “警告“ MessageBoxButtons.OK MessageBoxIcon.Warning);
}
}
}
private void btnExit_Click(object sender EventArgs e)
{
Application.Exit();
}
private void txtName_KeyPress(object sender KeyPressEventArgs e)
{
if (e.KeyChar == 13)
{
txtPwd.Focus();
e.Handled = true;
}
}
private void txtPwd_KeyPress(object sender KeyPressEventArgs e)
{
if (e.KeyChar == 13)
{
btnLogin.Focus();
e.Handled = true;
}
}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
.CA.... 637952 2007-12-24 09:43 源代码\01\readme.doc
.CA.... 53248 2007-12-01 16:30 源代码\01\VWMS\VWMS\bin\Debug\AxInterop.MediaPla
.CA.... 61440 2010-08-11 08:58 源代码\01\VWMS\VWMS\bin\Debug\AxInterop.WMPLib.dll
.CA.... 86016 2007-12-10 09:05 源代码\01\VWMS\VWMS\bin\Debug\Interop.MediaPla
.CA.... 339968 2010-08-11 09:00 源代码\01\VWMS\VWMS\bin\Debug\Interop.WMPLib.dll
.CA.... 3947520 2010-08-11 09:02 源代码\01\VWMS\VWMS\bin\Debug\VWMS.exe
.CA.... 110080 2010-08-11 09:02 源代码\01\VWMS\VWMS\bin\Debug\VWMS.pdb
.CA.... 14328 2010-08-11 09:01 源代码\01\VWMS\VWMS\bin\Debug\VWMS.vshost.exe
.CA.... 490 2009-06-11 05:14 源代码\01\VWMS\VWMS\bin\Debug\VWMS.vshost.exe.manifest
.CA.... 20480 2007-12-02 16:06 源代码\01\VWMS\VWMS\bin\Debug\系统注册机.exe
.CA.... 704 2007-11-21 09:19 源代码\01\VWMS\VWMS\CommonClass\DataCon.cs
.CA.... 909 2007-11-21 09:18 源代码\01\VWMS\VWMS\CommonClass\DataOperate.cs
.CA.... 5505 2007-12-10 10:35 源代码\01\VWMS\VWMS\CommonClass\PelcoD.cs
.CA.... 3536 2007-12-04 17:00 源代码\01\VWMS\VWMS\CommonClass\SoftReg.cs
.CA.... 8483 2007-12-04 10:27 源代码\01\VWMS\VWMS\CommonClass\VideoOperate.cs
.CA.... 196608 2007-12-28 13:35 源代码\01\VWMS\VWMS\Databa
.CA.... 1976 2007-12-10 19:24 源代码\01\VWMS\VWMS\frmLogin.cs
.CA.... 4896 2007-12-10 19:24 源代码\01\VWMS\VWMS\frmLogin.Designer.cs
.CA.... 279244 2007-12-10 19:24 源代码\01\VWMS\VWMS\frmLogin.resx
.CA.... 16417 2007-12-24 09:31 源代码\01\VWMS\VWMS\frmMain.cs
.CA.... 23066 2007-12-24 09:31 源代码\01\VWMS\VWMS\frmMain.Designer.cs
.CA.... 5012835 2007-12-24 09:31 源代码\01\VWMS\VWMS\frmMain.resx
.CA.... 1035 2007-12-24 09:33 源代码\01\VWMS\VWMS\frmPlay.cs
.CA.... 4523 2007-12-24 09:33 源代码\01\VWMS\VWMS\frmPlay.Designer.cs
.CA.... 12463 2007-12-14 14:22 源代码\01\VWMS\VWMS\frmPlay.resx
.CA.... 1568 2007-12-10 18:16 源代码\01\VWMS\VWMS\frmRegister.cs
.CA.... 4272 2007-12-10 18:16 源代码\01\VWMS\VWMS\frmRegister.Designer.cs
.CA.... 180015 2007-12-10 18:16 源代码\01\VWMS\VWMS\frmRegister.resx
.CA.... 3218 2007-12-24 09:24 源代码\01\VWMS\VWMS\frmSetMonitor.cs
.CA.... 6394 2007-12-10 18:42 源代码\01\VWMS\VWMS\frmSetMonitor.Designer.cs
............此处省略1843个文件信息
相关资源
- C#本质论 原书第4版 最新版 高清扫描
- “三打一”扑克牌游戏设计
- 蚂蚁爬杆+图形界面+C#+ide=vs08
- C#远程控制软件TwoCare完美无错源代码
- 海康sdkC#封装及调用
- 华视CVR100开发SDK说明+C#案例.rar
- 类似如鲁大师一样的一款系统优化的
- c# 生成 bt种子 文件 bt 源码
- ASP.NET网上购物商城系统(源码)
- c# 棋牌游戏源码c# 棋牌游戏源码
- 基于c#.net平台的21点游戏
- dwg文件预览
- C#网站C#网站C#网站C#网站C#网站C#网站
- C#语音朗读DLL测试源码[成熟代码可直
- 网上选课系统 网页版 C# 开发 asp.net
- 俄罗斯方块外挂代码C#
- C#自定义可限制输入、可验证信息的
- 验证码生成组件支持干扰点和干扰线
-
Pro C# 5.0 and the .NET 4.5 fr
amework - C#中二维码实现源代码修正版
- C#调用Lucene方法-实现快速搜索
- c#酒店管理系统235697
- C#课设音乐播放器完整代码加论文
- c#影院系统大作业,班评第一名
- MyMusicBoxc#音乐播放器
- C#入门经典(第5版)中文高清版含代
- Unity2D小游戏——炸弹人类似qq堂的小
- 精伦台式具名身份证阅读器机具C#源代
- C# C/s项目源码
- visual C#2005 管理系统开发经典案例 罗
评论
共有 条评论