#if !defined(AFX_PSTRPAGE_H__1CBD95D6_8FE5_403E_A827_2EE854D03F5F__INCLUDED_) #define AFX_PSTRPAGE_H__1CBD95D6_8FE5_403E_A827_2EE854D03F5F__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PStrPage.h : header file // #include "ChkBox.h" #include "PSPDlg.h" ///////////////////////////////////////////////////////////////////////////// // CPullStoredPrintPage dialog class CPullStoredPrintPage : public CPropertyPage { DECLARE_DYNCREATE(CPullStoredPrintPage) // Construction public: CPullStoredPrintPage(); ~CPullStoredPrintPage(); CPullStoredPrintParametersDlg m_PullStoredPrintParametersDlg; BOOL m_bPullPrintRequestCreated; BOOL m_bReset; BOOL m_bPendingOperation; void Reset(); void UpdateControlsState(); // Dialog Data //{{AFX_DATA(CPullStoredPrintPage) enum { IDD = IDD_PULLSTOREDPRINT_PAGE }; CComboBox m_FilmDestinationCombo; CComboBox m_MediumTypeCombo; CComboBox m_PrintPriorityCombo; CListCtrl m_StoredPrintInstancesListCtrl; CAttribCheckBox m_NumberOfCopiesChkBox; CAttribCheckBox m_PrintPriorityChkBox; CAttribCheckBox m_MediumTypeChkBox; CAttribCheckBox m_FilmDestinationChkBox; CAttribCheckBox m_FilmSessionLabelChkBox; CAttribCheckBox m_MemoryAllocationChkBox; CAttribCheckBox m_OwnerIDChkBox; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPullStoredPrintPage) public: virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPullStoredPrintPage) afx_msg void OnButtonAdd(); virtual BOOL OnInitDialog(); afx_msg void OnButtonEdit(); afx_msg void OnButtonRemove(); afx_msg void OnDblClkListStoredInstances(NMHDR* pNMHDR, LRESULT* pResult); afx_msg void OnButtonMore(); afx_msg void OnButtonCreate(); afx_msg void OnButtonPrint(); afx_msg void OnButtonDelete(); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void InitializeFields(); void EnableControls(BOOL bEnable = TRUE); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PSTRPAGE_H__1CBD95D6_8FE5_403E_A827_2EE854D03F5F__INCLUDED_)