Garmin Fleet Management Controller  2.19.0
CAboutDlg.cpp
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * MODULE NAME:
4 * CAboutDlg.cpp
5 *
6 * Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 #include "CAboutDlg.h"
11 
12 BEGIN_MESSAGE_MAP( CAboutDlg, CDialog )
13 END_MESSAGE_MAP()
14 
15 //----------------------------------------------------------------------
18 //----------------------------------------------------------------------
20  (
21  CWnd * aParent
22  )
23  : CDialog( IDD_ABOUTBOX, aParent )
24 {
25 }
26 
27 //----------------------------------------------------------------------
30 //----------------------------------------------------------------------
32  (
33  CDataExchange * aDataExchange
34  )
35 {
36  CDialog::DoDataExchange( aDataExchange );
37 }
38 
39 //----------------------------------------------------------------------
42 //----------------------------------------------------------------------
44 {
45  CDialog::OnInitDialog();
46  mGarminLink.SubclassDlgItem( IDC_ABOUT_LBL_URL, this );
47  return TRUE;
48 }
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation. Unused.
Definition: CAboutDlg.cpp:32
#define IDC_ABOUT_LBL_URL
Definition: resource.h:144
#define TRUE
Definition: garmin_types.h:45
About box for this application.
Definition: CAboutDlg.h:22
CStaticLink mGarminLink
Control displaying the Garmin URL.
Definition: CAboutDlg.h:41
BOOL OnInitDialog()
This function is called when the window is created.
Definition: CAboutDlg.cpp:43
#define IDD_ABOUTBOX
Definition: resource.h:14