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

Static控件

开发平台:

Visual C++

  1. // digitalcounterDlg.h : header file
  2. //
  3. #if !defined(AFX_DIGITALCOUNTERDLG_H__3CCE2746_C65C_11D2_BA4A_00104B6C2FFE__INCLUDED_)
  4. #define AFX_DIGITALCOUNTERDLG_H__3CCE2746_C65C_11D2_BA4A_00104B6C2FFE__INCLUDED_
  5. #if _MSC_VER >= 1000
  6. #pragma once
  7. #endif // _MSC_VER >= 1000
  8. #include "cdxCSizingDialog.h"
  9. #include "DigiDisplay.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDigitalcounterDlg dialog
  12. class CDigitalcounterDlg : public cdxCSizingDialog
  13. {
  14. // Construction
  15. public:
  16. CDigitalcounterDlg(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDigitalcounterDlg)
  19. enum { IDD = IDD_DIGITALCOUNTER_DIALOG };
  20. CDigiDisplay m_QuoteText;
  21. CDigiDisplay m_Count4;
  22. CDigiDisplay m_Count3;
  23. CDigiDisplay m_Count2;
  24. CDigiDisplay m_Count1;
  25. CDigiClock m_TimeStatic;
  26. double m_dVal;
  27. //}}AFX_DATA
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CDigitalcounterDlg)
  30. public:
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. HICON m_hIcon;
  37. double m_dNew;
  38. CString m_csQuote;
  39. // Generated message map functions
  40. //{{AFX_MSG(CDigitalcounterDlg)
  41. virtual BOOL OnInitDialog();
  42. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  43. afx_msg void OnPaint();
  44. afx_msg HCURSOR OnQueryDragIcon();
  45. afx_msg void OnButton1();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DIGITALCOUNTERDLG_H__3CCE2746_C65C_11D2_BA4A_00104B6C2FFE__INCLUDED_)