• 大小: 2.34MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-10-16
  • 语言: C#
  • 标签: C#,SQL  

资源简介

初学C#的练习程序,适合初学者参考。实现功能如下: 1.C#三层架构实现数据,逻辑,表现三个模块,实现数据增删改查功能和简单和登录,折旧计算等简单的逻辑层功能。 2.用户权限角色管理功能,可自由配置角色和对应的操作权限。 使用注意事项: 1.数据库文件内置,连接请采用远程连接设置,R2等企业版可能要求远程连接必须设置密码,请自行设置。 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
    *
    *****************************************************************/

    /// 
    /// 实现仿QQ效果控件内部使用颜色表
    /// 

    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);
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           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\Formbase.cs
     文件       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个文件信息

评论

共有 条评论