Academic Help Online

Using (VISUAL BASIC 2010, SEND AS A ZIP FILE) project to input chartering information about yachts and print a summary report showing the total revenue, number of charters, and aver¬age hours per charter.MenusThe File menu will contain items for Print Summary, Print Yacht Types, and Exit. Place a separator before Exit. The Edit menu should have items for Clear for Next Charter, Add Yacht Type, Remove Yacht Type, and Display Count of Yacht Types. Include a separator after the Clear item. The Help menu will contain an About item that displays an About form.The Form• The form should contain text boxes for responsible party, hours char¬tered, and the calculated price of the charter.• A drop-down combo box will contain the type of yacht: Ranger,Wavelength, Catalina, Coronado, Hobie, C & C, Hans Christian, andExcalibur. Any items that are added to the text box during processingmust be added to the list.• A drop-down list will contain the sizes: 22, 24, 30, 32, 36, 38, 45.(No new sizes can be entered at run time.)• An OK button will calculate and display the price and add to the totals.The calculations will require price per hour. Use the following chart:

Size22 Hourly Rate95.0024 137.0030 160.0032 192.0036 250.0038 400.0045-‘ 550.00• A Clear button will clear the contents of the screen controls. The functions of the Clear button are the same as for the Clear for Next Chartermenu item.• Make the OK” button the Accept button and the Clear button the form’sCancel button.Summon’ ReportThe summary report will print the summary information and send the re-port to a Print Aninrdulag box. The summary information will includeRevenue, and Average Hours Chartered. Include my name (Tim Smith) on output and identifying for the summary info.

READ ALSO :   3-2 Final Project Milestone One: Introduction and Analysis Plan

Display the yacht types in the combo box in the Print Preview dialog box.