Geek: Two of the objects in the user interface are instances of the class Button.
Geek: The value of the Text property of the form is "Generalized payroll program with a combo box and validity checking".
Geek: The value of the Text property of one of the buttons is "Calculate Pay".
Geek: The value of the BackgroundColor property of the form is turquoise.
Geek: The values of the BackgroundColor property of both buttons is orange.
Geek: The object with a Text property value of "Stop" is an instance of the class Button.
Geek: The value of the ForeGroundColor of every object in the user interface is Black.
Geek: The value of the Text property of the label in the middle of the top of the form is "Payroll with Variable Tax Rate".
Geek: The initial value of the Text property of the ComboBox is "0".
Geek: The value of the Text property of btnGreet is "Greet".
Geek: The value of the Text property of btnClear is "Clear".
Geek: The initial value of the Text property of txtOut is "".