#if !defined(AFX_PRNPAGE_H__CDF77807_5EF4_4154_86AF_A8C0AB863C26__INCLUDED_) #define AFX_PRNPAGE_H__CDF77807_5EF4_4154_86AF_A8C0AB863C26__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // PrnPage.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPrinterPage dialog class CPrinterPage : public CPropertyPage { DECLARE_DYNCREATE(CPrinterPage) // Construction public: CPrinterPage(); ~CPrinterPage(); void AddNotification(L_UINT16 uEventTypeID, const pPRINTERREPORTINFO pPrinterReportInfo); void Reset(); void UpdateControlsState(); BOOL m_bReset; BOOL m_bPendingOperation; // Dialog Data //{{AFX_DATA(CPrinterPage) enum { IDD = IDD_PRINTER_PAGE }; CTreeCtrl m_PrinterConfigTree; CListCtrl m_NotificationsListCtrl; CListCtrl m_PrinterInformationListCtrl; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPrinterPage) public: virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(CPrinterPage) virtual BOOL OnInitDialog(); afx_msg void OnButtonGet(); afx_msg void OnButtonGetConfig(); afx_msg void OnSelChangedTreeConfig(NMHDR* pNMHDR, LRESULT* pResult); //}}AFX_MSG DECLARE_MESSAGE_MAP() private: void DisplaySequence(LDicomDS& PrnConfig, pDICOMELEMENT pSequence, HTREEITEM hSequenceTreeItem); }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PRNPAGE_H__CDF77807_5EF4_4154_86AF_A8C0AB863C26__INCLUDED_)