#include <SplashScreenDlg.h>
Public Types | |
IDD = IDD_DIALOG_SPLASH_SCREEN | |
enum | { IDD = IDD_DIALOG_SPLASH_SCREEN } |
Public Member Functions | |
CSplashScreenDlg (CWnd *pParent=NULL) | |
void | setMessage (CString message) |
Public Attributes | |
CStatic | m_bitmapStatic |
CStatic | m_configurationStatic |
CStatic | m_messageStatic |
CStatic | m_copyrightStatic |
Protected Member Functions | |
virtual void | DoDataExchange (CDataExchange *pDX) |
virtual BOOL | OnInitDialog () |
DECLARE_MESSAGE_MAP () | |
Protected Attributes | |
CFont | smallFont |
Definition at line 21 of file SplashScreenDlg.h.
anonymous enum |
CSplashScreenDlg::CSplashScreenDlg | ( | CWnd * | pParent = NULL |
) |
the constructor.
Definition at line 13 of file SplashScreenDlg.cpp.
CSplashScreenDlg::DECLARE_MESSAGE_MAP | ( | ) | [protected] |
void CSplashScreenDlg::DoDataExchange | ( | CDataExchange * | pDX | ) | [protected, virtual] |
Definition at line 21 of file SplashScreenDlg.cpp.
References IDC_SPLASH_SCREEN_BITMAP, IDC_SPLASH_SCREEN_CONFIGURATION, IDC_SPLASH_SCREEN_MESSAGE, m_bitmapStatic, m_configurationStatic, and m_messageStatic.
BOOL CSplashScreenDlg::OnInitDialog | ( | ) | [protected, virtual] |
void CSplashScreenDlg::setMessage | ( | CString | message | ) |
Sets the boot message which is displayed on the splash screen
Definition at line 63 of file SplashScreenDlg.cpp.
References m_messageStatic.
Referenced by CRobotControlApp::InitInstance().
CStatic CSplashScreenDlg::m_bitmapStatic |
Definition at line 34 of file SplashScreenDlg.h.
CFont CSplashScreenDlg::smallFont [protected] |
Definition at line 48 of file SplashScreenDlg.h.