• 大小: 225KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-09
  • 语言: C#
  • 标签: C#  权限管理  

资源简介

c#实现的一个权限管理,通过用户名读取数据库里对应用户的权限,然后根据权限加载对应的菜单项。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;

namespace GrantApp
{
    public partial class AddUserForm : Form
    {
        public AddUserForm()
        {
            InitializeComponent();
        }
    }
}

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

     文件        913  2010-01-13 08:56  GrantApp\GrantApp.sln

    ..A..H.     22528  2010-01-14 11:35  GrantApp\GrantApp.suo

     文件       2341  2010-01-14 09:14  GrantApp\GrantApp\FormMain.Designer.cs

     文件       1479  2010-01-14 08:30  GrantApp\GrantApp\login.cs

     文件       5488  2010-01-13 10:38  GrantApp\GrantApp\GrantApp.csproj

     文件       3225  2010-01-14 09:24  GrantApp\GrantApp\FormMain.cs

     文件        348  2010-01-13 10:21  GrantApp\GrantApp\AddUserForm.cs

     文件       1416  2010-01-13 10:21  GrantApp\GrantApp\AddUserForm.Designer.cs

     文件       5814  2010-01-13 10:21  GrantApp\GrantApp\AddUserForm.resx

     文件        348  2010-01-13 10:21  GrantApp\GrantApp\DelUserForm.cs

     文件       1416  2010-01-13 10:21  GrantApp\GrantApp\DelUserForm.Designer.cs

     文件       5814  2010-01-13 10:21  GrantApp\GrantApp\DelUserForm.resx

     文件        350  2010-01-13 10:21  GrantApp\GrantApp\ChanUserForm.cs

     文件       1419  2010-01-13 10:21  GrantApp\GrantApp\ChanUserForm.Designer.cs

     文件       5814  2010-01-13 10:21  GrantApp\GrantApp\ChanUserForm.resx

     文件        352  2010-01-13 10:21  GrantApp\GrantApp\ChPwdUserForm.cs

     文件       1422  2010-01-13 10:21  GrantApp\GrantApp\ChPwdUserForm.Designer.cs

     文件       5814  2010-01-13 10:21  GrantApp\GrantApp\ChPwdUserForm.resx

     文件        450  2010-01-13 11:06  GrantApp\GrantApp\ChNameUserForm.cs

     文件       1505  2010-01-13 11:06  GrantApp\GrantApp\ChNameUserForm.Designer.cs

     文件       5814  2010-01-13 11:06  GrantApp\GrantApp\ChNameUserForm.resx

     文件       6012  2010-01-14 09:14  GrantApp\GrantApp\FormMain.resx

     文件        467  2010-01-13 09:12  GrantApp\GrantApp\Program.cs

     文件       4565  2010-01-13 09:21  GrantApp\GrantApp\login.Designer.cs

     文件       5814  2010-01-13 09:21  GrantApp\GrantApp\login.resx

     文件        530  2010-01-14 11:35  GrantApp\GrantApp\obj\GrantApp.csproj.FileList.txt

     文件        180  2010-01-13 09:21  GrantApp\GrantApp\obj\Debug\GrantApp.login.resources

     文件        180  2010-01-14 09:14  GrantApp\GrantApp\obj\Debug\GrantApp.FormMain.resources

     文件        180  2010-01-13 09:12  GrantApp\GrantApp\obj\Debug\GrantApp.Properties.Resources.resources

     文件      28672  2010-01-14 11:35  GrantApp\GrantApp\obj\Debug\GrantApp.exe

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

评论

共有 条评论