Form controls are the items on a data entry form that allow user to interact with the system. User can enter/add new data, edit data, clear or reset the form, etc. By using the event handling methods, items (also known as objects) action will be performed.
Text Box - used to enter text.
---------------------------------------------------------------------------------------------------
Check Boxes (Checked List Boxes) - used to select from a number of options (many items can be selected)
------------------------------------------------------------------------------------------------------
Menu Item - used when an application has several options for the user to choose from
---------------------------------------------------------------------------------------------------
Combo Box (drop down lists) - used to select one item from a list of option. List appears when user clicks down arrow. User can also type text to select.
---------------------------------------------------------------------------------------------------
Exercise (labeling controls) - label the form controls in diagram below:
- Radio buttons (Option buttons)
- Text boxes
- Check boxes
- Buttons
(^_^)






No comments:
Post a Comment