AVIButonDemoDlg.h
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:1k
源码类别:

界面编程

开发平台:

Visual C++

  1. // AVIButonDemoDlg.h : header file
  2. //
  3. #if !defined(AFX_AVIBUTONDEMODLG_H__0E3B833D_EA95_4466_BEE2_A961AA3FE266__INCLUDED_)
  4. #define AFX_AVIBUTONDEMODLG_H__0E3B833D_EA95_4466_BEE2_A961AA3FE266__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAVIButonDemoDlg dialog
  10. #include "AVIButton.h"
  11. class CAVIButonDemoDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CAVIButonDemoDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CAVIButonDemoDlg)
  18. enum { IDD = IDD_AVIBUTONDEMO_DIALOG };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CAVIButonDemoDlg)
  23. protected:
  24. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. protected:
  28. HICON m_hIcon;
  29. CAVIButton aviButton;
  30. // Generated message map functions
  31. //{{AFX_MSG(CAVIButonDemoDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  34. afx_msg void OnPaint();
  35. afx_msg HCURSOR OnQueryDragIcon();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_AVIBUTONDEMODLG_H__0E3B833D_EA95_4466_BEE2_A961AA3FE266__INCLUDED_)