#if !defined(AFX_OBDLG_H__EF2717CF_C148_4D0D_AF57_C7A4EFCE2DF1__INCLUDED_) #define AFX_OBDLG_H__EF2717CF_C148_4D0D_AF57_C7A4EFCE2DF1__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // OBDlg.h : header file // #include "ChkBox.h" #include "BPrnPage.h" ///////////////////////////////////////////////////////////////////////////// // CImageOverlayBoxDlg dialog class CImageOverlayBoxDlg : public CDialog { // Construction public: CImageOverlayBoxDlg(CImageOverlayBox& ImageOverlayBox, CWnd* pParent = NULL); // standard constructor BOOL m_bCreationMode; // Dialog Data //{{AFX_DATA(CImageOverlayBoxDlg) enum { IDD = IDD_CREATEUPDATE_OVERLAYBOX }; CComboBox m_OverlayBackgroundDensityCombo; CComboBox m_OverlayForegroundDensityCombo; CComboBox m_OverlayOrImageMagnificationCombo; CComboBox m_OverlayMagnificationTypeCombo; CAttribCheckBox m_OverlayFilenameChkBox; CAttribCheckBox m_OverlayOriginRowChkBox; CAttribCheckBox m_OverlayOriginColumnChkBox; CAttribCheckBox m_OverlayMagnificationTypeChkBox; CAttribCheckBox m_OverlaySmoothingTypeChkBox; CAttribCheckBox m_OverlayOrImageMagnificationChkBox; CAttribCheckBox m_MagnifyToNumberOfColumnsChkBox; CAttribCheckBox m_OverlayForegroundDensityChkBox; CAttribCheckBox m_OverlayBackgroundDensityChkBox; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CImageOverlayBoxDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam); //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CImageOverlayBoxDlg) virtual BOOL OnInitDialog(); afx_msg void OnChangeEditOverlayFile(); afx_msg void OnSelChangeComboOverlayMagnificationType(); afx_msg void OnButtonCreateUpdate(); afx_msg void OnButtonBrowse(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void InitializeFields(); void UpdateOverlaySmoothingTypeControlsState(); CImageOverlayBox& m_ImageOverlayBox; }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_OBDLG_H__EF2717CF_C148_4D0D_AF57_C7A4EFCE2DF1__INCLUDED_)