1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- #if !defined(AFX_STARTUPDLG_H__7C82FCC2_F089_11D1_B74F_28D505C10000__INCLUDED_)
- #define AFX_STARTUPDLG_H__7C82FCC2_F089_11D1_B74F_28D505C10000__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // StartupDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CStartupDlg dialog
- class CStartupDlg : public CDialog
- {
- // Construction
- public:
- CStartupDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CStartupDlg)
- enum { IDD = IDD_STARTUP };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CStartupDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CStartupDlg)
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- public:
- virtual BOOL OnInitDialog();
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_STARTUPDLG_H__7C82FCC2_F089_11D1_B74F_28D505C10000__INCLUDED_)
|