Active Listbox Combobox: This combo box will hold three value - Meats, Fruits and Vegetables. This combo
box will indicate what the active list box will be.

Max Items Horizontal Scrollbar: This scrollbar will be used to adjust the quantity that each listbox can hold.
It will have a minimum value of 0 and a maximum value of 10. Each listbox can hold a different amount of
items, so as the value in the Active Listbox combobox changes, the scrollbar should change as well. When the
scrolibar is adjusted , the text field to the right of the scrollbar should be updated with the value that the scrollbar
represents.

Meats Listbox: This listbox will hold all meat products.

Fruits Listbox: This listbox will hold all fruit products.

Vet!etables Listbox: This listbox will hold all Vegetable products.

Add Item Frame - In the Add Item frame is a text field and an Add conunand button. When a text string is
typed into the text field and the Add command button is pressed, the text string entered will be added to the
listbox represented in the Active Listbox combobox. For example, assume the Active Listbox combobox was set
to Fruit and the word Orange was I)Wd into the text field and the Add command button was pressed. In this
case the text string Orange would be added to the Fruits listbox.

However, before a text string can be added to any listbox, validation should take place to determine if there is
space available in the listbox. If the listbox currently has 5 items and the Max Items Scrollbar is set to five. the
an error message should be displayed indicating that no more room is left in that listbox.

Remove Command Button:. Will remove from the active listbox, the selected row. If no active listbox is
selected or no row is selected, then Remove should be disabled.

Clear Command Button : Will clear the entire contents from the active listbox. If no active listbox is selected,
then Clear should be disabled.

Exit Command Button: - Will terminate the program.

Flic Menu: - Contains one menu item - Exit.

Action Menu: Contains three menu items, Add, Remove and Clear. They perform the same task as the
command buttons.