#if !defined(AFX_ABDLG_H__CD3710DD_766E_4A54_8759_694E9B64B082__INCLUDED_) #define AFX_ABDLG_H__CD3710DD_766E_4A54_8759_694E9B64B082__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // ABDlg.h : header file // #include "ChkBox.h" #include "BPrnPage.h" ///////////////////////////////////////////////////////////////////////////// // CAnnotationBoxDlg dialog class CAnnotationBoxDlg : public CDialog { // Construction public: CAnnotationBoxDlg(CAnnotationBox& AnnotationBox, CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(CAnnotationBoxDlg) enum { IDD = IDD_UPDATE_ANNOTATIONBOX }; CAttribCheckBox m_TextStringChkBox; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAnnotationBoxDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CAnnotationBoxDlg) virtual BOOL OnInitDialog(); afx_msg void OnButtonUpdate(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void InitializeFields(); CAnnotationBox& m_AnnotationBox; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_ABDLG_H__CD3710DD_766E_4A54_8759_694E9B64B082__INCLUDED_)