Main Window
Introduction
The main window, shown in the picture below is a Multiple Document Interface
(MDI) style window which will allow you to work with many windows/databases
at the same time. Upon starting the application the main window will automatically
pop up, and will contain the Database List. The
application will always start you in whatever directory you called the executable in.

User Interface (UI) Elements
The main window is composed of the same types of user interface elements as many other
applications you are probably familiar with.
- Menu Bar - the menu bar allows you to choose actions to perform upon various parts of the application
- Tool Bar - the tool bar allows you quick access to some of the same functions in the menu bar
- Status Bar - the status bas contains information about the state of the application, such as the
working directory and the currently selected database
- Work Area - the center (blue) part of the user interface, this is where
record lists and record
forms will be displayed.
See Also
Menus
Database List
Record List
Record Form