資源簡(jiǎn)介
初學(xué)C#的練習(xí)程序,適合初學(xué)者參考。實(shí)現(xiàn)功能如下:
1.C#三層架構(gòu)實(shí)現(xiàn)數(shù)據(jù),邏輯,表現(xiàn)三個(gè)模塊,實(shí)現(xiàn)數(shù)據(jù)增刪改查功能和簡(jiǎn)單和登錄,折舊計(jì)算等簡(jiǎn)單的邏輯層功能。
2.用戶權(quán)限角色管理功能,可自由配置角色和對(duì)應(yīng)的操作權(quán)限。
使用注意事項(xiàng):
1.數(shù)據(jù)庫(kù)文件內(nèi)置,連接請(qǐng)采用遠(yuǎn)程連接設(shè)置,R2等企業(yè)版可能要求遠(yuǎn)程連接必須設(shè)置密碼,請(qǐng)自行設(shè)置。
2.VS2013及以上版本(其余版本可能存在異常)。

代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;
using?System.Drawing;
namespace?ControlExs
{
????/****************************************************************
????*?
????*???????????Author:苦笑
????*?????????????Blog:?http://www.cnblogs.com/Keep-Silence-/
????*?????????????Date:?2013-2-22
????*
????*****************************************************************/
????///?
????///?實(shí)現(xiàn)仿QQ效果控件內(nèi)部使用顏色表
????///?
????internal?class?ColorTable
????{
????????public?static?Color?QQBorderColor?=?Color.LightBlue;??//LightBlue?=?Color.FromArgb(173?216?230)
????????public?static?Color?QQHighLightColor?=RenderHelper.GetColor(QQBorderColor255-63-1123);???//Color.FromArgb(110?205?253)
????????public?static?Color?QQHighLightInnerColor?=?RenderHelper.GetColor(QQBorderColor?255?-100?-44?1);???//Color.FromArgb(73?172?231);
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2017-07-26?09:35??ProDAL\
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\bin\
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\bin\Debug\
?????文件??????129024??2017-07-20?08:14??ProDAL\ControlExs\bin\Debug\ControlExs.dll
?????文件??????175616??2017-07-20?08:14??ProDAL\ControlExs\bin\Debug\ControlExs.pdb
?????文件???????11600??2013-01-20?20:39??ProDAL\ControlExs\bin\Debug\ControlExs.vshost.exe
?????目錄???????????0??2013-01-09?13:10??ProDAL\ControlExs\bin\Release\
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\Common?Class\
?????文件?????????960??2013-01-22?22:49??ProDAL\ControlExs\Common?Class\ColorTable.cs
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\ControlExs\
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\ControlExs\FormEx\
?????文件????????1061??2013-01-22?22:49??ProDAL\ControlExs\ControlExs\FormEx\Formba
?????文件???????19533??2013-01-22?22:50??ProDAL\ControlExs\ControlExs\FormEx\FormEx.cs
?????文件????????5817??2013-01-13?19:08??ProDAL\ControlExs\ControlExs\FormEx\FormEx.resx
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\ControlExs\FormEx\Res\
?????文件????????3279??2013-01-13?14:13??ProDAL\ControlExs\ControlExs\FormEx\Res\fringe_bkg.png
?????目錄???????????0??2017-07-20?08:18??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\
?????文件????????1008??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\close_down.png
?????文件?????????952??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\close_highlight.png
?????文件?????????843??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\close_normal.png
?????文件?????????734??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\max_down.png
?????文件?????????735??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\max_highlight.png
?????文件?????????591??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\max_normal.png
?????文件?????????581??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\min_down.png
?????文件?????????567??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\min_highlight.png
?????文件?????????424??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\min_normal.png
?????文件????????3512??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\restore_down.png
?????文件????????3503??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\restore_highlight.png
?????文件????????3449??2013-01-13?14:22??ProDAL\ControlExs\ControlExs\FormEx\Res\SystemButtons\restore_normal.png
?????文件????????1159??2013-01-22?22:50??ProDAL\ControlExs\ControlExs\FormEx\SystemButton.cs
............此處省略372個(gè)文件信息
評(píng)論
共有 條評(píng)論