• 大小: 8.69MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-11-17
  • 语言: C#
  • 标签:

资源简介

该项目功能包括:注册,登录,主界面的设计(菜单栏,工具栏,图片显示,状态栏等),电影管理(查询电影信息,修改电影信息,添加电影信息,删除电影信息),影厅管理,员工管理,系统管理等(含数据库和项目说明书)

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using Model;
using DAL;

namespace BLL
{
    public class EmployeeBLL
    {
        //员工登录
        public static bool login(Employee e) {
            return EmployeeDAL.queryEmployee(e);
        }

        //员工注册
        public static bool register(Employee e) {
            return EmployeeDAL.addEmployee(e);
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1129  2019-12-13 20:43  数据库表.txt
     文件      644163  2019-12-13 20:26  WinForm项目说明书.docx
     文件       99678  2018-08-09 16:31  images\user.ico
     文件        4286  2017-07-09 15:22  images\movie.ico
     文件       76667  2017-07-09 15:22  images\logo.png
     文件       29191  2017-07-09 15:22  images\999.jpg
     文件     1499323  2017-07-09 15:22  images\888.jpg
     文件        7416  2017-07-09 15:22  images\85.jpg
     文件       10697  2017-07-09 15:22  images\84.jpg
     文件        7024  2017-07-09 15:22  images\83.jpg
     文件        6291  2017-07-09 15:22  images\82.jpg
     文件        6540  2017-07-09 15:22  images\81.jpg
     文件       16785  2017-07-09 15:22  images\4.jpg
     文件       15306  2017-07-09 15:22  images\3.jpg
     文件       16172  2017-07-09 15:22  images\2.jpg
     文件       16683  2017-07-09 15:22  images\1.jpg
     文件       16052  2017-07-09 15:22  images\0.jpg
     目录           0  2019-12-19 09:54  images\
     目录           0  2019-12-19 09:54  MoiveManageSystem\
     目录           0  2019-08-15 11:25  MoiveManageSystem\.vs\
     目录           0  2019-08-15 11:25  MoiveManageSystem\.vs\MoiveManageSystem\
     目录           0  2019-08-15 11:25  MoiveManageSystem\.vs\MoiveManageSystem\v14\
     文件      121856  2018-12-09 18:23  MoiveManageSystem\.vs\MoiveManageSystem\v14\.suo
     目录           0  2019-12-19 09:54  MoiveManageSystem\BLL\
     文件        2980  2018-12-09 23:11  MoiveManageSystem\BLL\BLL.csproj
     文件         486  2018-12-08 16:20  MoiveManageSystem\BLL\EmployeeBLL.cs
     文件        2049  2018-12-08 22:58  MoiveManageSystem\BLL\MovieBLL.cs
     目录           0  2019-08-15 11:25  MoiveManageSystem\BLL\Properties\
     文件        1332  2018-12-08 14:45  MoiveManageSystem\BLL\Properties\AssemblyInfo.cs
     文件        2459  2018-12-09 18:59  MoiveManageSystem\BLL\RoomInfoBLL.cs
     文件         406  2018-12-09 23:04  MoiveManageSystem\BLL\SceneBLL.cs
............此处省略185个文件信息

评论

共有 条评论