testdiDlg.h
上传用户:wgl7269
上传日期:2007-01-02
资源大小:35k
文件大小:2k
源码类别:

菜单

开发平台:

Visual C++

  1. // testdiDlg.h : header file
  2. //
  3. #if !defined(AFX_TESTDIDLG_H__6EA700CE_0AF3_11D2_9768_0080C858DB41__INCLUDED_)
  4. #define AFX_TESTDIDLG_H__6EA700CE_0AF3_11D2_9768_0080C858DB41__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTestdiDlg dialog
  10. class CFreeMenu;
  11. class CTestdiDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CFreeMenu  *m_menu;
  16. CTestdiDlg(CWnd* pParent = NULL); // standard constructor
  17. CFont font;
  18. // Dialog Data
  19. //{{AFX_DATA(CTestdiDlg)
  20. enum { IDD = IDD_TESTDI_DIALOG };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CTestdiDlg)
  25. public:
  26. virtual BOOL DestroyWindow();
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  29. virtual LRESULT WindowProc(UINT message, WPARAM wParam, LPARAM lParam);
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. HICON m_hIcon;
  34. // Generated message map functions
  35. //{{AFX_MSG(CTestdiDlg)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  38. afx_msg void OnPaint();
  39. afx_msg HCURSOR OnQueryDragIcon();
  40. afx_msg void OnMenuitem32782();
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_TESTDIDLG_H__6EA700CE_0AF3_11D2_9768_0080C858DB41__INCLUDED_)