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

Static控件

开发平台:

Visual C++

  1. // CDigitST_demoDlg.h : header file
  2. //
  3. #if !defined(AFX_CDIGITST_DEMODLG_H__8067B7EA_8DD3_11D2_A1FC_00805F8593B2__INCLUDED_)
  4. #define AFX_CDIGITST_DEMODLG_H__8067B7EA_8DD3_11D2_A1FC_00805F8593B2__INCLUDED_
  5. #include "DigitST.h"
  6. #include "AboutDlg.h"
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CCDigitST_demoDlg dialog
  12. class CCDigitST_demoDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CCDigitST_demoDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CCDigitST_demoDlg)
  19. enum { IDD = IDD_CDIGITST_DEMO_DIALOG };
  20. // NOTE: the ClassWizard will add data members here
  21. //}}AFX_DATA
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CCDigitST_demoDlg)
  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(CCDigitST_demoDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnZeroPad();
  34. afx_msg void OnAbout();
  35. afx_msg void OnTimer(UINT nIDEvent);
  36. afx_msg void OnResetPartial();
  37. afx_msg void OnGo();
  38. afx_msg void OnDestroy();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. private:
  42. BOOL m_bRunning;
  43. CDigitST m_dgtSpeed;
  44. CDigitST m_dgtTotal;
  45. CDigitST m_dgtPartial;
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_CDIGITST_DEMODLG_H__8067B7EA_8DD3_11D2_A1FC_00805F8593B2__INCLUDED_)