C# Project Student Course Selection System C# Winform Project Source Code and Usage Instructions

2019年12月9日 62点热度 0人点赞 0条评论
内容目录

This is a student course selection information management system, developed using VS2010 + SQL2008, and runs normally on VS2017.

Project source code download link: https://gitee.com/whuanle/xkgl

The author has recorded two videos. You can check the videos at the project source code address to understand the project interface.

Student Course Selection Management System

Project Introduction

This is a student course selection information management system, developed using VS2010 + SQL2008. It runs normally on VS2017 + SQL2014.

It includes features such as a login window, nested forms, multiple forms, login verification code, taskbar minimization (bottom right corner), student information management, course selection status, and class statistics.

It implements CRUD (Create, Read, Update, Delete) operations on the database, user login, table modification, data table relationship diagrams, Drawing graphics, etc.

[Login Interface]

Login Interface

 

[ Main Interface ]

Management Interface

 

[ Table CRUD ]

 

[ Background Running (Taskbar Minimized) ]

 

Software Architecture

Software architecture description

Written in C#, it is a WinForms project.

To optimize the interface, CsKin was used.

 

 

Installation Instructions

  1. Open the project file xk.sln directly in VS2010.
  2. Restore the database: execute the SQL files in the project directory in the database. To ensure successful import, please repeat this step twice.
  3. Change the database connection in Properties/Settings/Settings.Designer.cs.
  4. Click on the Settings.setting file under the Properties directory to modify the connection string.
  5. The database has already added some information. Please add the administrator account in the Users table for login to be available with the administrator account [global::System.Configuration.DefaultSettingValueAttribute connection string]

Input Image Description Input Image Description

Usage Instructions

  1. CPublic.cs is a common class file, while others are the windows files for functionality implementation that can be seen after opening the project. This will not be elaborated here.

Contributors

  1. Original author: Zeng Jianhua (Teacher at Shenzhen Polytechnic)
  2. Modifications and optimizations, added skin, added functionality, project release: whuanle

 

痴者工良

高级程序员劝退师

文章评论