StrategyDlg.h
上传用户:xrc9201
上传日期:2013-02-04
资源大小:35k
文件大小:2k
源码类别:

源码/资料

开发平台:

Visual C++

  1. // StrategyDlg.h : header file
  2. //
  3. #if !defined(AFX_STRATEGYDLG_H__9E6E74A6_83F9_11D2_B751_50A250C10000__INCLUDED_)
  4. #define AFX_STRATEGYDLG_H__9E6E74A6_83F9_11D2_B751_50A250C10000__INCLUDED_
  5. #include "ProgInd.h"
  6. #if _MSC_VER >= 1000
  7. #pragma once
  8. #endif // _MSC_VER >= 1000
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CStrategyDlg dialog
  11. class CStrategyDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CStrategyDlg(CWnd* pParent = NULL); // standard constructor
  16. virtual ~CStrategyDlg();
  17. // Dialog Data
  18. //{{AFX_DATA(CStrategyDlg)
  19. enum { IDD = IDD_STRATEGY_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CStrategyDlg)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. HICON m_hIcon;
  30. // Generated message map functions
  31. //{{AFX_MSG(CStrategyDlg)
  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 void OnTimer(UINT nIDEvent);
  37. afx_msg void OnAbout();
  38. afx_msg void OnStartfill();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. virtual void OnCancel();
  42. // Attributes
  43. protected :
  44. CProgressIndicator * m_pProgInd1;
  45. CProgressIndicator * m_pProgInd2;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_STRATEGYDLG_H__9E6E74A6_83F9_11D2_B751_50A250C10000__INCLUDED_)