YMData.h
上传用户:asikq0571
上传日期:2014-07-12
资源大小:528k
文件大小:1k
源码类别:

Internet/IE编程

开发平台:

Visual C++

  1. #if !defined(AFX_YMDATA_H__04AE50E8_62A3_4E54_840B_0580B4BEF6F0__INCLUDED_)
  2. #define AFX_YMDATA_H__04AE50E8_62A3_4E54_840B_0580B4BEF6F0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // YMData.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CYMData dialog
  10. class CYMData : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CYMData(CWnd* pParent = NULL);   // standard constructor
  15.     DECLARE_DYNCREATE(CYMData)
  16. // Dialog Data
  17. //{{AFX_DATA(CYMData)
  18. enum { IDD = IDD_YMDATA };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CYMData)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. public:
  28. void ReDrawCtr();
  29. void UpdateYMGrid();
  30.     void DrawYMGrid();
  31.     CGridCtrl* m_pYMGridCtrl;  //电度表格,用于显示、设置电度
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CYMData)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnDestroy();
  38. //}}AFX_MSG
  39. afx_msg LRESULT OnNotifyGrid(WPARAM wParam,LPARAM lParam);
  40. afx_msg LRESULT OnNotifyDblClkGrid(WPARAM wParam,LPARAM lParam);
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_YMDATA_H__04AE50E8_62A3_4E54_840B_0580B4BEF6F0__INCLUDED_)