#if !defined(AFX_PSPDLG_H__E396688C_1C96_496D_B779_595409915FE5__INCLUDED_) #define AFX_PSPDLG_H__E396688C_1C96_496D_B779_595409915FE5__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PSPDlg.h : header file // #include "ChkBox.h" ///////////////////////////////////////////////////////////////////////////// // CPullStoredPrintParametersDlg dialog class CPullStoredPrintParametersDlg : public CDialog { // Construction public: CPullStoredPrintParametersDlg(CWnd* pParent = NULL); // standard constructor CString m_sColorImagePrintingFlag; CString m_sCollationFlag; CString m_sAnnotationFlag; CString m_sImageOverlayFlag; CString m_sPresentationLUTFlag; CString m_sImageBoxPresentationLUTFlag; CString m_sConfigurationInformation; int m_iIllumination; int m_iReflectedAmbientLight; // Dialog Data //{{AFX_DATA(CPullStoredPrintParametersDlg) enum { IDD = IDD_PULLSTOREDPRINT_MOREPARAMETERS }; CComboBox m_ImageBoxPresentationLUTFlagCombo; CComboBox m_PresentationLUTFlagCombo; CComboBox m_ImageOverlayFlagCombo; CComboBox m_AnnotationFlagCombo; CComboBox m_CollationFlagCombo; CComboBox m_ColorImagePrintingFlagCombo; CAttribCheckBox m_ColorImagePrintingFlagChkBox; CAttribCheckBox m_CollationFlagChkBox; CAttribCheckBox m_AnnotationFlagChkBox; CAttribCheckBox m_ImageOverlayFlagChkBox; CAttribCheckBox m_PresentationLUTFlagChkBox; CAttribCheckBox m_ImageBoxPresentationLUTFlagChkBox; CAttribCheckBox m_ConfigurationInformationChkBox; CAttribCheckBox m_IlluminationChkBox; CAttribCheckBox m_ReflectedAmbientLightChkBox; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CPullStoredPrintParametersDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPullStoredPrintParametersDlg) virtual BOOL OnInitDialog(); virtual void OnOK(); virtual void OnCancel(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void InitializeFields(); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PSPDLG_H__E396688C_1C96_496D_B779_595409915FE5__INCLUDED_)