This document contains a Visual Basic program to calculate an employee's net salary based on their employment status. It defines input objects like text boxes for employee name, allowances, deductions, etc. It then writes the program code to read the input data, select the appropriate salary calculation logic based on the employee status, and output the results. The program status options are populated in a combo box. Clicking the "Process" button runs the calculations and displays the output, while "Stop" exits the program.