#if !defined(AFX_INSERTPAGE_H__F2B2E20C_5AD5_49D2_9BB7_1807286B5FCF__INCLUDED_) #define AFX_INSERTPAGE_H__F2B2E20C_5AD5_49D2_9BB7_1807286B5FCF__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // InsertPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CInsertPage dialog class CInsertPage : public CDialog { // Construction public: CInsertPage(CWnd* pParent = NULL); // standard constructor void CheckOkButton(); // Dialog Data //{{AFX_DATA(CInsertPage) enum { IDD = IDD_INSERT_PAGE }; CButton m_btnOK; CEdit m_edtIndex; CEdit m_edtFileName; BOOL m_bInsertAll; CString m_csFileName; int m_nIndex; //}}AFX_DATA int m_nPageNumber; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CInsertPage) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CInsertPage) virtual BOOL OnInitDialog(); afx_msg void OnChangeEditFileName(); afx_msg void OnChangeEditIndex(); afx_msg void OnBrowse(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_INSERTPAGE_H__F2B2E20C_5AD5_49D2_9BB7_1807286B5FCF__INCLUDED_)