All the windows in the application have the same form - a toolbar at the top, a status bar at the bottom, and a table in between.
Toolbar is a collection of buttons used for various tasks in the window. The first three buttons in the toolbar are always the same. Each of these buttons opens a menu:
Some options from the three menus of the toolbar may be repeated as additional buttons on the toolbar.
Right-click on the toolbar opens a menu where you can customize the appearance of the toolbar.
Table displays a list of items contained in the window. Right-click on the table opens a popup menu, which contains options for all the tasks available. Tables have the auto scroll feature: if you scroll to the end of the table and leave the scroll bar in that position, the table will automatically scroll to show the newly added items. Use Copy to Clipboard option to copy selected items to the system clipboard. The result of the copy operation is a tab-delimited text table. Note that the columns with zero width will not be copied.
Status bar displays status information specific for the window.
| Copyright © 2002-2007 CodeSegment. All rights reserved. |