Garmin Fleet Management Controller
2.19.0
|
About box for this application. More...
#include <CAboutDlg.h>
Public Member Functions | |
CAboutDlg (CWnd *aParent) | |
Constructor. More... | |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *aDataExchange) |
Perform dialog data exchange and validation. Unused. More... | |
BOOL | OnInitDialog () |
This function is called when the window is created. More... | |
Protected Attributes | |
CStaticLink | mGarminLink |
Control displaying the Garmin URL. More... | |
About box for this application.
Dialog displaying product name, version, and a link control that takes the user to the Garmin FMI web site.
Definition at line 22 of file CAboutDlg.h.
CAboutDlg::CAboutDlg | ( | CWnd * | aParent | ) |
Constructor.
aParent | The parent window of this dialog |
Definition at line 20 of file CAboutDlg.cpp.
References DoDataExchange().
|
protectedvirtual |
Perform dialog data exchange and validation. Unused.
aDataExchange | The DDX context |
Definition at line 32 of file CAboutDlg.cpp.
Referenced by CAboutDlg().
|
protected |
This function is called when the window is created.
Definition at line 43 of file CAboutDlg.cpp.
References IDC_ABOUT_LBL_URL, mGarminLink, and TRUE.
|
protected |
Control displaying the Garmin URL.
Definition at line 41 of file CAboutDlg.h.
Referenced by OnInitDialog().