SplashDlg.h
上传用户:cding2008
上传日期:2007-01-03
资源大小:1812k
文件大小:2k
- /////////////////////////////////////////////////////////////////////////////
- // SplashDlg.h : header file
- //
- // ModelMagic 3D and 'glOOP' (OpenGL Object Oriented Programming library)
- // Copyright (c) Craig Fahrnbach 1997, 1999
- //
- // OpenGL is a registered trademark of Silicon Graphics
- //
- //
- // This program is provided for educational and personal use only and
- // is provided without guarantee or warrantee expressed or implied.
- //
- // Commercial use is strickly prohibited without written permission
- // from ImageWare Development.
- //
- /////////////////////////////////////////////////////////////////////////////
- /////////////////////////////////////////////////////////////////////////////
- // CSplashDlg dialog
- class CSplashDlg : public CDialog
- {
- // Construction
- public:
- static void ShowSplashDlg(CWnd* pParentWnd = NULL);
- CSplashDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CSplashDlg)
- enum { IDD = IDD_SPLASH_DIALOG };
- CString m_szDaysToGo;
- CString m_szDaysGrace;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CSplashDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- CWnd m_wndDaysToGo;
- CWnd m_wndDaysGrace;
- // Generated message map functions
- //{{AFX_MSG(CSplashDlg)
- afx_msg void OnOrderForm();
- afx_msg void OnOrderOnline();
- afx_msg void OnContinue();
- virtual BOOL OnInitDialog();
- afx_msg void OnDestroy();
- afx_msg void OnPaint();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };