prop.h
上传用户:tenhai
上传日期:2021-02-19
资源大小:492k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // prop.h : main header file for the PROP application
  2. //
  3. #if !defined(AFX_PROP_H__3BFC08A7_FB21_4503_8052_6511282600CC__INCLUDED_)
  4. #define AFX_PROP_H__3BFC08A7_FB21_4503_8052_6511282600CC__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include "GrammarDlg.h" // Added by ClassView
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CPropApp:
  15. // See prop.cpp for the implementation of this class
  16. //
  17. class CPropApp : public CWinApp
  18. {
  19. public:
  20. CGrammarDlg m_sDlg;
  21. void DispCmd(CString cmd);
  22. CGrammarDlg m_gDlg;
  23. CMultiDocTemplate * m_pDocTemplate;
  24. CMultiDocTemplate * m_qDocTemplate;
  25. CMultiDocTemplate * m_sDocTemplate;
  26. void ExecCmd(CString cmd);
  27. CPropApp();
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CPropApp)
  31. public:
  32. virtual BOOL InitInstance();
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. //{{AFX_MSG(CPropApp)
  36. afx_msg void OnAppAbout();
  37. afx_msg void OnGrammarLoad();
  38. afx_msg void OnParseLoad();
  39. afx_msg void OnFileNew();
  40. afx_msg void OnExecute();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_PROP_H__3BFC08A7_FB21_4503_8052_6511282600CC__INCLUDED_)