//{{AFX_INCLUDES() #include "msflexgrid.h" //}}AFX_INCLUDES #if !defined(AFX_DEBUG_H__F9961AB3_BBAE_11D3_847B_0000E8363DC4__INCLUDED_) #define AFX_DEBUG_H__F9961AB3_BBAE_11D3_847B_0000E8363DC4__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Debug.h : header file // ///////////////////////////////////////////////////////////////////////////// // CDebugPage dialog typedef CTypedPtrMap CWMStructure; class CDebugPage : public CPropertyPage { DECLARE_DYNCREATE(CDebugPage) // Construction public: CWMStructure m_WM; CKBEditorsDoc * m_Doc; void SeeDoc(CKBEditorsDoc*Doc); CDebugPage(); ~CDebugPage(); // Dialog Data //{{AFX_DATA(CDebugPage) enum { IDD = IDD_DEBUGDLG }; CListBox m_MValList; CDateTimeCtrl m_date; CComboBox m_ValList; CComboBox m_RuleList; CListBox m_PropList; CListBox m_CptList; CComboBox m_ClusterList; CMSFlexGrid m_flex; //}}AFX_DATA // Overrides // ClassWizard generate virtual function overrides //{{AFX_VIRTUAL(CDebug) public: virtual BOOL OnSetActive(); protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: void FillGrid(); void UpdateWorkingMemory(); void DecomposeCptProp(CString str, CString &ssCpt, CString &ssProp); void ClearGrid(); // Generated message map functions //{{AFX_MSG(CDebugPage) afx_msg void OnSelchangeCptlist(); afx_msg void OnSelchangeClustercombo(); afx_msg void OnSelchangeProplist(); afx_msg void OnSet(); afx_msg void OnRunRule(); afx_msg void OnInitwm(); afx_msg void OnRuncluster(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_DEBUG_H__F9961AB3_BBAE_11D3_847B_0000E8363DC4__INCLUDED_)