資源簡介
可實現多種功能,適合初學者學習。
門禁管理系統
可以對門禁卡進行級別調整,授權,取消授權,對門禁數據進行統計;對門禁進行信息維護,可維護位置信息,級別信息等。
一、人員管理
人員信息維護、增刪改,門禁卡的綁定與取消
二、門禁卡管理
可以對門禁卡信息進行維護
三、門禁管理
對門禁進行多種方式的分類管理,可將幾個門禁按區域或其他功能歸為組,可單獨設置門禁的級別。
四、門禁授權管理
進行多種方式的授權:單個門禁授權,門禁組授權、按門禁級別授權。
五、創建簡單場景驗證授權結果

代碼片段和文件信息
using?Login.newform;
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Threading.Tasks;
using?System.Windows.Forms;
namespace?Login
{
????static?class?Program
????{
????????///?
????????///?應用程序的主入口點。
????????///?
????????[STAThread]
????????static?void?Main()
????????{
????????????Application.EnableVisualstyles();
????????????Application.SetCompatibleTextRenderingDefault(false);
????????????//Application.Run(new?Mainform());
????????????//Application.Run(new?AccessManage());
????????????Login?form1?=?new?Login();
????????????form1.ShowDialog();//界面轉換
????????????if?(form1.DialogResult?==?DialogResult.OK)
????????????{
????????????????form1.Dispose();
????????????????Application.Run(new?Mainform());
????????????}
????????????Application.Exit();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件????????189??2019-03-11?11:02??Login\App.config
?????文件?????294400??2017-12-21?20:23??Login\bin\Debug\Google.Protobuf.dll
?????文件?????452608??2019-03-24?10:38??Login\bin\Debug\Login.exe
?????文件????????189??2019-03-11?11:02??Login\bin\Debug\Login.exe.config
?????文件?????337408??2019-03-24?10:38??Login\bin\Debug\Login.pdb
?????文件?????708608??2019-01-28?08:42??Login\bin\Debug\MySql.Data.dll
?????文件?????820712??2019-01-28?08:41??Login\bin\Debug\MySql.Data.xm
?????文件????????698??2019-03-13?13:32??Login\DBform\AccessDB.cs
?????文件???????4265??2019-03-13?13:32??Login\DBform\AccessDB.Designer.cs
?????文件???????5817??2019-03-12?15:56??Login\DBform\AccessDB.resx
?????文件???????2946??2019-03-19?09:54??Login\DBform\Beep?Sound.wav-21324-Free-Loops.com.mp3
?????文件????????806??2019-03-13?09:06??Login\DBform\CardDB.cs
?????文件???????4424??2019-03-12?15:33??Login\DBform\CardDB.Designer.cs
?????文件???????5817??2019-03-12?15:33??Login\DBform\CardDB.resx
?????文件????????858??2019-03-16?23:21??Login\DBform\PersonDB.cs
?????文件???????7312??2019-03-16?11:49??Login\DBform\PersonDB.Designer.cs
?????文件???????5817??2019-03-16?11:49??Login\DBform\PersonDB.resx
?????文件???????3692??2019-03-16?22:51??Login\form\AccessControl.cs
?????文件??????10388??2019-03-16?21:42??Login\form\AccessControl.Designer.cs
?????文件???????5817??2019-03-16?21:42??Login\form\AccessControl.resx
?????文件???????8253??2019-03-16?22:40??Login\form\CardSet.cs
?????文件???????4838??2019-03-14?15:16??Login\form\CardSet.Designer.cs
?????文件???????5817??2019-03-14?15:16??Login\form\CardSet.resx
?????文件????????679??2019-03-13?11:13??Login\form\OAccessAccredit.cs
?????文件???????8812??2019-03-13?11:13??Login\form\OAccessAccredit.Designer.cs
?????文件???????5817??2019-03-13?11:13??Login\form\OAccessAccredit.resx
?????文件??????15353??2019-03-18?20:36??Login\form\OAccessManage.cs
?????文件??????42857??2019-03-15?20:05??Login\form\OAccessManage.Designer.cs
?????文件?????283896??2019-03-15?20:05??Login\form\OAccessManage.resx
?????文件???????9218??2019-03-15?14:06??Login\form\OCardManage.cs
............此處省略115個文件信息
評論
共有 條評論