Create a program that will produce a summary of the amounts


Create a program that will produce a summary of the amounts due for Pat's Auto Repair Shop. Display a splash screen first, then display the Job Information Form. Be sure your Job Information Form has the following Menu Items:The Job Information Form should contain TextBoxes for the user to enter the job number, customer name, amount charged for parts, and the hours of labor. Include Labels and TextBoxes for Parts, Labor, Subtotal, Sales Tax, and Total.

The Exit menu item should end the application.

The Calculate menu item should determine the charges and display them in the Labels. The tax rate and the hourly labor charge should be set up as named constants so that they can be easily modified if either changes. Current charges are $50 per hour for labor and 8% (0.08) for the sales tax rate. Sales tax is charged on only parts, not labor. Be sure to format your output as currency.

The Clear menu item should clear the TextBoxes and reset the focus in the first TextBox.

The About menu item should display information about your program using the Visual Studio About Box template item.

Request for Solution File

Ask an Expert for Answer!!
Programming Languages: Create a program that will produce a summary of the amounts
Reference No:- TGS0129369

Expected delivery within 24 Hours