#if !defined(AFX_SELECTPAGE_H__F2A0E22C_9141_45B7_8756_A7F7EFD08C7D__INCLUDED_) #define AFX_SELECTPAGE_H__F2A0E22C_9141_45B7_8756_A7F7EFD08C7D__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // SelectPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CSelectPage dialog class CSelectPage : public CDialog { // Construction public: CSelectPage(L_INT nDlgType, L_INT nPageCount, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CSelectPage) enum { IDD = IDD_SELECT_PAGE }; CEdit m_edtPageNum; CButton m_btnOK; int m_nPageNum; //}}AFX_DATA L_INT m_nPageCount; L_INT m_nDlgType; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CSelectPage) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CSelectPage) afx_msg void OnChangeEditPageNumber(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_SELECTPAGE_H__F2A0E22C_9141_45B7_8756_A7F7EFD08C7D__INCLUDED_)