Current location - Plastic Surgery and Aesthetics Network - Plastic surgery and beauty - C language design personal address book management system
C language design personal address book management system

1. Create a welcome interface for the student club management system. The welcome interface is presented in the form of a picture and is displayed in the center of the screen when the system starts.

2. Create a user login window again. The user enters the user name and password through the text box. After clicking the "Login" button, the form will display whether the login is successful; after clicking the "Reset" button, Clear the text box information.

3. Create a "Society Member Information Management" form. Users can browse, add, delete and modify member information; this task will implement some functions of adding member information, from The data of the new member is obtained from each control of the form and displayed on the right side of the form.

4. In the completed "Club Member Information Management" form, you can select photos of club members, and display the selected pictures in the form to provide users with a preview function.

5. Design and create the main interface of the "Student Club Management System". The main interface has elements such as background images, menus, toolbars, and status bars.

6. For information such as "member number" that has a fixed length or length limit and uses a specified character set, prompts will be given when an input error is made. Enter your name in the text box above the "Member List" on the left side of the form and press Enter to implement key query.