福利彩票号码统计View.h
上传用户:dinghaosmt
上传日期:2013-03-22
资源大小:110k
文件大小:3k
源码类别:

射击游戏

开发平台:

Visual C++

  1. // 福利彩票号码统计View.h : interface of the CMyView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_VIEW_H__5662B71A_D437_43B6_8558_F3BA830F8C04__INCLUDED_)
  5. #define AFX_VIEW_H__5662B71A_D437_43B6_8558_F3BA830F8C04__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "AddDlg.h"
  10. #include "DeleteDlg.h"
  11. #include "ModifyDlg.h"
  12. #include "PasswordDlg.h"
  13. #include "ResultDlg.h"
  14. #include "EndDlg.h"
  15. class CMySet;
  16. class CMyView : public CRecordView
  17. {
  18. protected: // create from serialization only
  19. CMyView();
  20. DECLARE_DYNCREATE(CMyView)
  21. public:
  22. //{{AFX_DATA(CMyView)
  23. enum { IDD = IDD_MY_FORM };
  24. CMySet* m_pSet;
  25. //}}AFX_DATA
  26. // Attributes
  27. public:
  28. CMyDoc* GetDocument();
  29. HBRUSH m_hbrush;
  30. CAddDlg add;
  31. CDeleteDlg del;
  32. CModifyDlg change;
  33. CPasswordDlg password;
  34. CResultDlg result;
  35. CEndDlg end;
  36. long Spear_Time[32];
  37. long Specious_Spear_Time[32];
  38. long wide[8];
  39. long End_Spear_Time[10];
  40. long Specious_End_Spear_Time[10];
  41. // Operations
  42. public:
  43. // Overrides
  44. // ClassWizard generated virtual function overrides
  45. //{{AFX_VIRTUAL(CMyView)
  46. public:
  47. virtual CRecordset* OnGetRecordset();
  48. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  49. protected:
  50. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  51. virtual void OnInitialUpdate(); // called first time after construct
  52. virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
  53. virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
  54. virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
  55. //}}AFX_VIRTUAL
  56. // Implementation
  57. public:
  58. virtual ~CMyView();
  59. #ifdef _DEBUG
  60. virtual void AssertValid() const;
  61. virtual void Dump(CDumpContext& dc) const;
  62. #endif
  63. protected:
  64. // Generated message map functions
  65. protected:
  66. //{{AFX_MSG(CMyView)
  67. afx_msg void OnAddButton();
  68. afx_msg void OnFindButton();
  69. afx_msg void OnModifyButton();
  70. afx_msg void OnTestButton();
  71. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  72. afx_msg void OnDeleteButton();
  73. //}}AFX_MSG
  74. DECLARE_MESSAGE_MAP()
  75. };
  76. #ifndef _DEBUG  // debug version in 福利彩票号码统计View.cpp
  77. inline CMyDoc* CMyView::GetDocument()
  78.    { return (CMyDoc*)m_pDocument; }
  79. #endif
  80. /////////////////////////////////////////////////////////////////////////////
  81. //{{AFX_INSERT_LOCATION}}
  82. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  83. #endif // !defined(AFX_VIEW_H__5662B71A_D437_43B6_8558_F3BA830F8C04__INCLUDED_)