You are on page 1of 2

Student Management System

Menu
Student Course
|- New |- New
|- Edit |- Edit
|- Delete '- Delete
|- Semester registration
'- Report

New Student Form :

Student Name : TextBox


Department : ListBox
Enrollment Yr : TextBox (three textbox representing dd-mm-yy)
Roll Number : Label (automatically generated after the user enters the above three fields)
Ok : Button (after pressing this button all these information will be displayed in a
form with ok/cancel button)
Cancel : Button

Student Edit Form:

Roll Number : TextBox (below two information should be automatically filled up whenever
user enters correct roll number)
Name : Text box
Enrollment Year : Text box
Semester : List Box (should contain only registered semester of this student)

After selecting a proper semester, a list of following controls should appear.


Course Name : Label
Course Code : Label
Marks : TextBox

Semester registration:

Roll Number : TextBox


Semester Number : Label (should be auto generated)
Course List : List box of all valid courses
Add Course : Button (After adding this button the course will be actually
added)
Course Taken In this Semester : A Label showing all the courses the student has taken, should
change the value after each course added.
Register : Button
Cancel : Button
Report:

Student Roll Number : Text Box


Semester Number : ListBox
Report : Button
Mark sheet : Label (which contains the marks obtained by the student and the CGPA of the
student)

New Course Form:

Course Name : TextBox


Course Code : TextBox
Offered at semester : ListBox
Course Credit : Text Box
Add : Button
Cancel : Button

Edit Course form will be same as the New course form, except that after giving the Course Code system
should automatically fill up the other boxes, then user can change any of them, and the update the
information.

You might also like