#if !defined(AFX_PAGE4_H__FE5FA0A1_7FAB_11D6_8274_00105A07EA1C__INCLUDED_) #define AFX_PAGE4_H__FE5FA0A1_7FAB_11D6_8274_00105A07EA1C__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Page4.h : header file // ///////////////////////////////////////////////////////////////////////////// // CPage4 dialog class CPage4 : public CPropertyPage { DECLARE_DYNCREATE(CPage4) // Construction public: CPage4(); ~CPage4(); void EnableQueryServer(int bEnable); // Dialog Data //{{AFX_DATA(CPage4) enum { IDD = IDD_PAGE4 }; CMyEdit m_Query; CMyEdit m_Log; CString m_strStaticInstructions; CString m_strValue; //}}AFX_DATA CMyPropertySheet *m_pSheet; CWnd *m_pOldWndTree; int m_bWaitCursor; // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CPage4) public: virtual BOOL OnSetActive(); virtual BOOL OnKillActive(); virtual LRESULT OnWizardNext(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL void UpdateEditBox(HTREEITEM hItem); // Implementation protected: // Generated message map functions //{{AFX_MSG(CPage4) afx_msg void OnButtonQueryServer(); afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message); afx_msg void OnButtonSaveDs(); //}}AFX_MSG afx_msg LRESULT OnDicomMsg(WPARAM wParam, LPARAM lParam); afx_msg void OnSelchanged(NMHDR* pNMHDR, LRESULT* pResult); DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PAGE4_H__FE5FA0A1_7FAB_11D6_8274_00105A07EA1C__INCLUDED_)