IconProgressAppDlg.h
上传用户:nhyuejuan
上传日期:2013-12-02
资源大小:171k
文件大小:2k
源码类别:

状态条

开发平台:

Visual C++

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