#include <AboutWin.h>
This class is part of the main application namespace IDVR and contains the definition of the About dialog window.
This dialog includes the genral information about the creaters of the application and about other issues of the creation process.
The API documentation for this class shows only the most important member variables and function. Event handling functions and GUI components (e.g. labels, textboxes,...) will not be included but all essential parts of the class are surely documented.
Public Member Functions | |
AboutWin (void) | |
This is the standard constructor. | |
Protected Member Functions | |
void | Dispose (Boolean disposing) |
Destroys all GUI components before this current instance will be actually discarded. | |
Private Member Functions | |
void | InitializeComponent (void) |
The main function to create the all needed GUI components. | |
Private Attributes | |
System::ComponentModel::Container * | components |
Erforderliche Designervariable. |
|
This is the standard constructor. It implements the standard initialization of the GUI window and actually start a thread to create and control a specific dialog window. |
|
Destroys all GUI components before this current instance will be actually discarded.
|
|
The main function to create the all needed GUI components. Furthermore, the linking of those created GUI components (e.g. labels, textboxes,...) to the current container is implemented. After the correct linking all GUI items will be shown on the screen.
|