#if !defined(AFX_ANNSAVEDLG_H__2B82ACE5_EFED_11D5_8223_00105A07EA1C__INCLUDED_) #define AFX_ANNSAVEDLG_H__2B82ACE5_EFED_11D5_8223_00105A07EA1C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // AnnSaveDlg.h : header file // ///////////////////////////////////////////////////////////////////////////// // CAnnSaveDlg dialog class CAnnSaveDlg : public CDialog { // Construction public: void EnableOptions(int bEnable); CAnnSaveDlg(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CAnnSaveDlg) enum { IDD = IDD_ANNSAVE }; int m_nFile; int m_nPage; CString m_strTag; //}}AFX_DATA int m_nFlag; enum { ANN_OVERWRITE, ANN_APPEND, ANN_REPLACE, ANN_INSERT }; // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAnnSaveDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAnnSaveDlg) afx_msg void OnRadioOverwrite(); afx_msg void OnRadioAppend(); afx_msg void OnRadioReplace(); afx_msg void OnRadioInsert(); virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ANNSAVEDLG_H__2B82ACE5_EFED_11D5_8223_00105A07EA1C__INCLUDED_)