• 大小: 26MB
    文件类型: .rar
    金币: 2
    下载: 0 次
    发布日期: 2024-02-04
  • 语言: C#
  • 标签: C#  

资源简介

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.MediaPlayer.dll

    .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.MediaPlayer.dll

    .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\Database\db_VWMS.mdb

    .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个文件信息

评论

共有 条评论