当前位置:网站首页>C project - dormitory management system (1)
C project - dormitory management system (1)
2022-07-03 10:36:00 【Twilight drainage software】
Tips : When the article is finished , Directories can be generated automatically , How to generate it, please refer to the help document on the right
List of articles
- Preface
- One 、 Project creation
- Two 、 Main page design
- 3、 ... and 、 Main page code
- summary
Preface
This project is mainly due to our big operation requirements , Because online C# Not too many resources , Therefore, I have made the following small projects according to the information on the Internet .
One 、 Project creation
First, by creating C# Of Windows Forms application , The name can be set by yourself , The framework can choose the default .
Two 、 Main page design
This is my project main page , It mainly includes 4 individual Label class ,3 individual Button class ,2 individual radioButton1,1 individual pictureBox1. The main design interface is shown in the figure . You can set the names and pictures by yourself , Through the Text Property to set ,radioButton Has a Checked attribute , You can control the default multiple selection box .( For example, my users )
3、 ... and 、 Main page code
The main page code mainly includes verifying login information , Through and with SQL Query to verify user information , And a dialog box to open the object .
1. The login button
边栏推荐
- Hands on deep learning pytorch version exercise solution - 3.1 linear regression
- Leetcode skimming ---202
- 2018 Lenovo y7000 black apple external display scheme
- Ind yff first week
- 20220604 Mathematics: square root of X
- SQL Server Management Studio cannot be opened
- 20220606 Mathematics: fraction to decimal
- Ut2014 learning notes
- Automatic derivation of introduction to deep learning (pytoch)
- 多层感知机(PyTorch)
猜你喜欢
Rewrite Boston house price forecast task (using paddlepaddlepaddle)
Leetcode刷题---367
A complete answer sheet recognition system
Ind kwf first week
Hands on deep learning pytorch version exercise solution - 2.6 probability
Realize an online examination system from zero
High imitation bosom friend manke comic app
LeetCode - 715. Range module (TreeSet)*****
Policy Gradient Methods of Deep Reinforcement Learning (Part Two)
Ind wks first week
随机推荐
Are there any other high imitation projects
Multilayer perceptron (pytorch)
权重衰退(PyTorch)
Convolutional neural network (CNN) learning notes (own understanding + own code) - deep learning
Leetcode - 5 longest palindrome substring
ECMAScript -- "ES6 syntax specification # Day1
Ind FHL first week
Hands on deep learning pytorch version exercise answer - 2.2 preliminary knowledge / data preprocessing
Adaptive Propagation Graph Convolutional Network
神经网络入门之预备知识(PyTorch)
Hands on deep learning pytorch version exercise solution - 3.1 linear regression
深度学习入门之自动求导(Pytorch)
Powshell's set location: unable to find a solution to the problem of accepting actual parameters
Anaconda installation package reported an error packagesnotfounderror: the following packages are not available from current channels:
Configure opencv in QT Creator
Model selection for neural network introduction (pytorch)
[LZY learning notes -dive into deep learning] math preparation 2.5-2.7
Tensorflow—Neural Style Transfer
Leetcode刷题---367
Handwritten digit recognition: CNN alexnet