Develop a gui program that will determine the pay for


Develop a GUI program that will determine the pay for several employees.

The company pays "straight-time" for the first 40 hours worked by each employee

The company pays "time-and-a-half" for all hours worked in excess of 40 hours.

1. For each employee, create a label for each employee name.

2. For each employee, create a textbox for their hourly rate and preload the data onto the form.

3. For each employee, create a empty textbox for each employee"s hours worked per week.

4. Create a "Calculate" button to perform the pay calculations for all of the employees.

5. Output the weekly pay information for each employee onto a label.

6. Create a "Clear" button that clears all of the "hours worked" textboxes.

7. Create a "Exit" button that exits the program.

8. Ensure that you provide error checking so that users can only enter correct input.

9. Ensure to provide instruction to the user of how to use the program. Create a menu bar item which contains a "help"

function.

10. Set tab order so users can enter hours into the textboxes top to bottom and then to the calculate button.

List of employees       rates:

Sean Connery           $75/hour

George Lazenby        $52/hour

Roger Moore             $80/hour

Timothy Dalton         $60/hour

Pierce Brosnan          $85/hour

Daniel Craig              $94/hour

Solution Preview :

Prepared by a verified Expert
Programming Languages: Develop a gui program that will determine the pay for
Reference No:- TGS01243871

Now Priced at $20 (50% Discount)

Recommended (99%)

Rated (4.3/5)