Garmin Fleet Management Controller  2.19.0
CAboutDlg Class Reference

About box for this application. More...

#include <CAboutDlg.h>

+ Inheritance diagram for CAboutDlg:

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

CAboutDlg::CAboutDlg ( CWnd *  aParent)

Constructor.

Parameters
aParentThe parent window of this dialog

Definition at line 20 of file CAboutDlg.cpp.

References DoDataExchange().

Member Function Documentation

void CAboutDlg::DoDataExchange ( CDataExchange *  aDataExchange)
protectedvirtual

Perform dialog data exchange and validation. Unused.

Parameters
aDataExchangeThe DDX context

Definition at line 32 of file CAboutDlg.cpp.

Referenced by CAboutDlg().

BOOL CAboutDlg::OnInitDialog ( )
protected

This function is called when the window is created.

Returns
TRUE, since this function does not set focus to a control

Definition at line 43 of file CAboutDlg.cpp.

References IDC_ABOUT_LBL_URL, mGarminLink, and TRUE.

Member Data Documentation

CStaticLink CAboutDlg::mGarminLink
protected

Control displaying the Garmin URL.

Definition at line 41 of file CAboutDlg.h.

Referenced by OnInitDialog().


The documentation for this class was generated from the following files: