• 大小: 1.22M
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2020-12-25
  • 语言: 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.OleDb;

namespace InspectionSystem
{
    public partial class FrmLogin : Form
    {
        public FrmLogin()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender EventArgs e)
        {
            DataSet ds = new DataSet();
            string consqlserver = “Provider=Microsoft.Jet.OLEDB.4.0;Data Source=InspectionSystem.mdb“;
            string strsql;
            strsql = string.Format(“select * from login where userid=‘“ + textBox1.Text.Trim() + “‘ and psw=‘“ + textBox2.Text.Trim() + “‘ and lx=‘“ + comboBox1.Text.Trim() + “‘“);

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        709  2012-08-21 17:24  InspectionSystem\InspectionSystem\app.config

     文件     379904  2012-08-22 10:57  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.exe

     文件        709  2012-08-21 17:24  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.exe.config

     文件     196608  2012-08-22 09:57  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.mdb

     文件     280064  2012-08-22 10:57  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.pdb

     文件      14848  2012-08-22 11:04  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.vshost.exe

     文件        709  2012-08-21 17:24  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.vshost.exe.config

     文件        490  2009-06-11 05:14  InspectionSystem\InspectionSystem\bin\Debug\InspectionSystem.vshost.exe.manifest

     文件     379904  2012-08-21 17:41  InspectionSystem\InspectionSystem\bin\Debug\nzpC5F7.tmp

     文件     280064  2012-08-21 17:41  InspectionSystem\InspectionSystem\bin\Debug\nzpC607.tmp

     文件      14848  2012-08-21 18:04  InspectionSystem\InspectionSystem\bin\Debug\nzpC608.tmp

     文件       2171  2012-08-21 13:41  InspectionSystem\InspectionSystem\FrmLogin.cs

     文件       7982  2012-08-21 13:41  InspectionSystem\InspectionSystem\FrmLogin.Designer.cs

     文件       5814  2012-08-21 13:41  InspectionSystem\InspectionSystem\FrmLogin.resx

     文件       1499  2012-08-21 17:24  InspectionSystem\InspectionSystem\Frm人员管理.cs

     文件      26252  2012-08-21 11:49  InspectionSystem\InspectionSystem\Frm人员管理.Designer.cs

     文件      15399  2012-08-21 11:49  InspectionSystem\InspectionSystem\Frm人员管理.resx

     文件        360  2012-08-20 18:17  InspectionSystem\InspectionSystem\Frm巡检员.cs

     文件       2307  2012-08-20 11:04  InspectionSystem\InspectionSystem\Frm巡检员.Designer.cs

     文件     187255  2012-08-20 11:04  InspectionSystem\InspectionSystem\Frm巡检员.resx

     文件       1067  2012-08-22 09:56  InspectionSystem\InspectionSystem\Frm巡检管理.cs

     文件      26584  2012-08-22 09:54  InspectionSystem\InspectionSystem\Frm巡检管理.Designer.cs

     文件      14424  2012-08-22 09:54  InspectionSystem\InspectionSystem\Frm巡检管理.resx

     文件       1069  2012-08-21 11:35  InspectionSystem\InspectionSystem\Frm用户管理.cs

     文件      22116  2012-08-21 11:35  InspectionSystem\InspectionSystem\Frm用户管理.Designer.cs

     文件      14778  2012-08-21 11:35  InspectionSystem\InspectionSystem\Frm用户管理.resx

     文件       1206  2012-08-22 10:53  InspectionSystem\InspectionSystem\Frm管理员.cs

     文件       7475  2012-08-22 10:53  InspectionSystem\InspectionSystem\Frm管理员.Designer.cs

     文件     187255  2012-08-22 10:53  InspectionSystem\InspectionSystem\Frm管理员.resx

     文件       6650  2012-08-21 16:20  InspectionSystem\InspectionSystem\InspectionSystem.csproj

............此处省略45个文件信息

评论

共有 条评论

相关资源