#if !defined(AFX_WELPAGE_H__F9063827_4CAD_49B3_B41E_10ED3A453CC4__INCLUDED_) #define AFX_WELPAGE_H__F9063827_4CAD_49B3_B41E_10ED3A453CC4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // WelPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CWelcomePage dialog class CWelcomePage : public CPropertyPage { DECLARE_DYNCREATE(CWelcomePage) // Construction public: CWelcomePage(); ~CWelcomePage(); // Dialog Data //{{AFX_DATA(CWelcomePage) enum { IDD = IDD_WELCOME_PAGE }; CEdit m_InfoEditBox; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CWelcomePage) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CWelcomePage) virtual BOOL OnInitDialog(); afx_msg void OnDestroy(); afx_msg void OnSetFocusEditInfo(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: CFont m_InfoEditBoxFont; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_WELPAGE_H__F9063827_4CAD_49B3_B41E_10ED3A453CC4__INCLUDED_)