• 大小: 18.27MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-22
  • 语言: C#
  • 标签: C#  .NET  MVS2010  SqlServe2008  

资源简介

实现了以下功能: 1. 管理员、学生的登陆 2. 学生借还图书 3. 学生查看与修改个人信息 4. 管理员更新图书 5. 管理员对学生信息查看、修改和删除 6. 管理员对学生借阅图书情况的查看和操作

资源截图

代码片段和文件信息

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

namespace 图书馆管理系统
{
    public partial class AdminForm : Form
    {
        public AdminForm()
        {
            InitializeComponent();
        }

        private void button进入二级_Click(object sender EventArgs e)
        {
            ziAdminForm ziadmin = new ziAdminForm();
            ziadmin.Show();
        }

        private void button注册管理_Click(object sender EventArgs e)
        {
            NewZiadminForm nzimin = new NewZiadminForm();
            nzimin.Show();
        }

        private void btn退出_Click(object sender EventArgs e)
        {
            if (MessageBox.Show(“确定退出本系统?“ “**提示**“ MessageBoxButtons.YesNoCancel) == DialogResult.Yes)
            {
                EnterForm enter = new EnterForm();
                this.Hide();
                enter.ShowDialog();   //登录界面若关闭,则当前窗口关闭(最后关闭其中一个窗体时,【递归】关闭后台窗体)
                this.Close();
            }
        }

        private void btndelTable_Click(object sender EventArgs e)
        {
           // delete from deletedTable where day(GETDATE())-day(delTime)>7’时间可以从界面输入‘
            MessageBox.Show(“待实现“);
        }

        private void btnLDStu_Click(object sender EventArgs e)
        {
            //select * from deletedTable where delStu = ‘1‘ 
            MessageBox.Show(“待实现“);
        }

        private void btnLAStu_Click(object sender EventArgs e)
        {
           // select * from deletedTable where altStu = ‘1‘ 
            MessageBox.Show(“待实现“);
        }

        private void btnOldBorB_Click(object sender EventArgs e)
        {
            LookBorrowBookForm lbbf = new LookBorrowBookForm();
            lbbf.Show();
        }

    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-05-29 16:43  图书借阅管理系统\数据库Sql Server 2008\
     文件     5242880  2017-11-10 14:40  图书借阅管理系统\数据库Sql Server 2008\MyBookSys.mdf
     文件     1048576  2017-11-10 14:40  图书借阅管理系统\数据库Sql Server 2008\MyBookSys_log.ldf
     目录           0  2017-12-01 14:35  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\
     文件         905  2017-10-10 11:24  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统.sln
     文件       57344  2018-05-29 16:41  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统.suo
     目录           0  2017-12-01 14:35  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\
     文件        2082  2017-11-07 13:49  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\AdminForm.cs
     文件       31461  2017-11-07 13:49  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\AdminForm.Designer.cs
     文件      144475  2017-11-07 13:49  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\AdminForm.resx
     目录           0  2017-12-01 14:35  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\
     目录           0  2017-12-01 14:35  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\Debug\
     文件     3740672  2017-12-01 14:32  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\Debug\图书馆管理系统.exe
     文件      224768  2017-12-01 14:32  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\Debug\图书馆管理系统.pdb
     文件       11600  2018-05-29 16:41  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\Debug\图书馆管理系统.vshost.exe
     文件         490  2017-03-19 05:00  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\Debug\图书馆管理系统.vshost.exe.manifest
     目录           0  2017-10-11 21:51  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\bin\Release\
     文件       13284  2017-12-01 12:50  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\BorrowBook.cs
     文件       12484  2017-10-29 17:02  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\BorrowBook.Designer.cs
     文件      144810  2017-10-29 17:02  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\BorrowBook.resx
     文件        6125  2017-12-01 12:34  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\EnterForm.cs
     文件       11798  2017-12-01 10:33  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\EnterForm.Designer.cs
     文件      170482  2017-12-01 10:33  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\EnterForm.resx
     文件       14844  2017-12-01 13:16  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LAstu.cs
     文件       15865  2017-10-29 17:02  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LAstu.Designer.cs
     文件      144277  2017-10-29 17:02  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LAstu.resx
     文件        4636  2017-12-01 13:23  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LookBook.cs
     文件       15399  2017-10-29 17:02  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LookBook.Designer.cs
     文件      206723  2017-10-29 17:02  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LookBook.resx
     文件        3522  2017-10-24 20:38  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LookBorrowBookForm.cs
     文件        9137  2017-10-24 20:38  图书借阅管理系统\图书馆管理系统Microsoft Visual Studio 2010\图书馆管理系统\LookBorrowBookForm.Designer.cs
............此处省略77个文件信息

评论

共有 条评论