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

组合框控件

开发平台:

Visual C++

  1. #if !defined(AFX_GRAMMARDLG_H__66A23A33_20DF_4EAE_ABEB_C2A8695E3641__INCLUDED_)
  2. #define AFX_GRAMMARDLG_H__66A23A33_20DF_4EAE_ABEB_C2A8695E3641__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GrammarDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CGrammarDlg dialog
  10. class CGrammarDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CString m_curg;
  15. CGrammarDlg(CWnd* pParent = NULL);   // standard constructor
  16. CStringList m_gcache;
  17. // Dialog Data
  18. //{{AFX_DATA(CGrammarDlg)
  19. enum { IDD = IDD_GRAMMAR };
  20. CListBox m_glist;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CGrammarDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. virtual void OnOK();
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CGrammarDlg)
  33. afx_msg void OnLoad();
  34. afx_msg void OnDblclkGrammarlst();
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnDestroy();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_GRAMMARDLG_H__66A23A33_20DF_4EAE_ABEB_C2A8695E3641__INCLUDED_)