#if !defined(AFX_EXPPAGES_H__F1E2FA56_FD23_4D09_9BFB_2EF93B578A24__INCLUDED_) #define AFX_EXPPAGES_H__F1E2FA56_FD23_4D09_9BFB_2EF93B578A24__INCLUDED_ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 // ExpPages.h : header file // ///////////////////////////////////////////////////////////////////////////// // CExportPages dialog class CExportPages : public CDialog { // Construction public: CExportPages(int nPageCount, CWnd* pParent = NULL); // standard constructor void CheckOkButton(); // Dialog Data //{{AFX_DATA(CExportPages) enum { IDD = IDD_EXPORT_PAGE }; CButton m_btnOK; CEdit m_edtPageNumber; CEdit m_edtFileName; BOOL m_bExportAll; CString m_csFileName; int m_nPageNumber; //}}AFX_DATA //FILESAVEPARM m_FSParm; int m_nPageCount; int m_nSaveFormat; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CExportPages) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CExportPages) afx_msg void OnExpBrowse(); virtual BOOL OnInitDialog(); afx_msg void OnChangeEditExpFileName(); afx_msg void OnChangeEditExpPageNumber(); afx_msg void OnCheckExportAll(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Developer Studio will insert additional declarations immediately before the previous line. #endif // !defined(AFX_EXPPAGES_H__F1E2FA56_FD23_4D09_9BFB_2EF93B578A24__INCLUDED_)