-
大小: 1.22M文件類型: .rar金幣: 1下載: 0 次發(fā)布日期: 2020-12-25
- 語(yǔ)言: C#
- 標(biāo)簽:
資源簡(jiǎn)介
點(diǎn)巡檢系統(tǒng)
代碼片段和文件信息
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()?+?“‘“);
?屬性????????????大小?????日期????時(shí)間???名稱
-----------?---------??----------?-----??----
?????文件????????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個(gè)文件信息
評(píng)論
共有 條評(píng)論