Components of the Database Manager GUI
The Database Manager GUI was developed exclusively with Microsoft Visual Basic 6.0.
Name of Component |
Function |
Description |
DBMGUI |
Client |
Main Database Manager GUI program |
DBMLIB |
Object Library |
Extensive object hierarchy for functionality of Database Manager GUI |
DBMSOB |
Server Object |
Object for Database Manager API (dbmapi.dll) |
DBMEVE |
Event Handler |
Global event manager |
DBMAPP |
Application Server |
ActiveX Server that manages a registered database instance |
DBMDOC |
Documents |
Contains a control element for each main function of the Database Manager GUI |
DBMRES |
Resource Library |
All images (images and icons) that are used |
DBMCMD |
Command Control |
Manages command lists from which the menus and toolbars are created |
DBMINP |
Input Control |
Date and time entry |
DBMSPL |
SplitterBox Control |
Manages ActiveX control elements so that the split/size can be changed using a resize bar |
DBMREG |
Registry Library |
Functions for managing the registry |
DBMSCR |
ScrollBox Control |
Manages an ActiveX control element so that you can change the position using a scroll bar |
DBMDRT |
DrawText Control |
Displays text using the Windows API function of the same name |
DBMFLB |
FloodBar Control |
Flood bar to display the fill levels of a database instance |
DBMINF |
InfoPanel Control |
Control element for displaying various information |
DBMSEP |
SepLine Control |
3D separator |
DBMWIZ |
Database Creation Wizard |
Main program of the wizard to create database instances |
DBMTIB |
TitleBar Control |
Title bar with image, title, time and close button |
DBMPWD |
Password Library |
Encryption and decryption of the user password stored in the registry for a registered database instance (not available as source code). |
DBMDBG |
Debug Server |
Utility for correction (debug). To do so, select database instance, choose Ctrl-D, click the right mouse button on the desired database instance and then choose Trace |
DBMINS |
Installer |
Utility for registration and deregistration of all components of the Database Manager GUI |