Description:
This program was similar to the Pet Paradise, as this just displayed the input on a separate form. The purpose of this program is for users who want to input information for what they want for their sandwich, and then displaying the information, which includes the customer¡¦s name, bread type, meat type and cheese type.
In addition, the customer can also input the condiments they want, which will be displayed. The customer would then confirm his or her order by checking if the displayed output is correct. There will be text boxes for the user to key in such information, and it will be displayed in an output form. There is a base form in which all the other forms are inherited from, which gives it the basic design and interface. Every other form would thus include the basic interface design and additional controls to suit the purpose of each form.
A class called clsSandwich would be used for the process of displaying the input information in the Display form, and property values will be assigned there. An instruction and about form is also added that teaches the instructions on how to use the program and the programmers respectively.

|