|
- The pointer is used to select controls, resize them, move them, whatever.
It is the only icon on the toolbox not used to insert a new control.
- The "Aa" icon is a static edit box. It is used to display text
on the screen which the user cannot change. It can either label
other controls, or display information.
- The xyz square is a frame, and is used to group the controls on your
window into seperate groups based upon the function they perform. (eg.
one frame might contain all your "personal" input fields)
- The "x"is a check box. It is used where something can either
be selected or not (eg. the "do you want help files" checkbox when
you created the new project)
- The next box is called a "combo box." Using this box, the user
can eiher select an item from a drop-down list, or type in their own
data.
- The "<>" icon is a horizontal scroll-bar, used to view the left
and right edges of a large window.
- The up/down control is a "Spin" control, where you click on the up
arrow to increase the value of something, and the down arrow to decrease
it.
- The "-|--" slider control allows you to set something to a particular
value within two limits.
- The "List control" is a much more powerful version of the list box.
It allows you to add an icon to each line, lay out the list with columns,
and much more.
- The "ab" is a rich edit box, and can process formatted text,
eg. with different font styles and sized.
- The month calendar can simply be dropped onto your form, and will
instantly provide a calendar control.
|