Garmin Fleet Management Controller  2.19.0
CAboutDlg.h
Go to the documentation of this file.
1 /*********************************************************************
2 *
3 * HEADER NAME:
4 * CAboutDlg.h
5 *
6 * Copyright 2008-2009 by Garmin Ltd. or its subsidiaries.
7 *---------------------------------------------------------------------
8 * $NoKeywords$
9 *********************************************************************/
10 #ifndef CAboutDlg_H
11 #define CAboutDlg_H
12 
13 #include "stdafx.h"
14 #include "resource.h"
15 #include "CStaticLink.h"
16 
17 //----------------------------------------------------------------------
21 //----------------------------------------------------------------------
22 class CAboutDlg : public CDialog
23 {
24  DECLARE_MESSAGE_MAP()
25 
26 public:
27  CAboutDlg
28  (
29  CWnd * aParent
30  );
31 
32 protected:
33  virtual void DoDataExchange
34  (
35  CDataExchange * aDataExchange
36  );
37 
38  BOOL OnInitDialog();
39 
42 };
43 
44 #endif
virtual void DoDataExchange(CDataExchange *aDataExchange)
Perform dialog data exchange and validation. Unused.
Definition: CAboutDlg.cpp:32
About box for this application.
Definition: CAboutDlg.h:22
CStaticLink mGarminLink
Control displaying the Garmin URL.
Definition: CAboutDlg.h:41
CAboutDlg(CWnd *aParent)
Constructor.
Definition: CAboutDlg.cpp:20
BOOL OnInitDialog()
This function is called when the window is created.
Definition: CAboutDlg.cpp:43