EndDlg.h
资源名称:福利彩票号码统计.rar [点击查看]
上传用户:dinghaosmt
上传日期:2013-03-22
资源大小:110k
文件大小:2k
源码类别:
射击游戏
开发平台:
Visual C++
- #if !defined(AFX_ENDDLG_H__2CD1345A_EA54_428F_AB6B_7DA7A68B19E3__INCLUDED_)
- #define AFX_ENDDLG_H__2CD1345A_EA54_428F_AB6B_7DA7A68B19E3__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // EndDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CEndDlg dialog
- class CEndDlg : public CDialog
- {
- // Construction
- public:
- CEndDlg(CWnd* pParent = NULL); // standard constructor
- HBRUSH m_hbrush;
- // Dialog Data
- //{{AFX_DATA(CEndDlg)
- enum { IDD = IDD_END_DIALOG };
- long m_end0;
- long m_end9;
- long m_end1;
- long m_end2;
- long m_end3;
- long m_end4;
- long m_end5;
- long m_end6;
- long m_end7;
- long m_end8;
- CString m_pend0;
- CString m_pend9;
- CString m_pend1;
- CString m_pend2;
- CString m_pend3;
- CString m_pend4;
- CString m_pend5;
- CString m_pend6;
- CString m_pend7;
- CString m_pend8;
- float m_normal_mistake;
- float m_specious_mistake;
- long m_send0;
- long m_send9;
- long m_send1;
- long m_send2;
- long m_send3;
- long m_send4;
- long m_send5;
- long m_send6;
- long m_send7;
- long m_send8;
- CString m_spend0;
- CString m_spend1;
- CString m_spend2;
- CString m_spend3;
- CString m_spend4;
- CString m_spend5;
- CString m_spend6;
- CString m_spend7;
- CString m_spend8;
- CString m_spend9;
- float m_epp;
- float m_epp1;
- float m_ett;
- float m_ett1;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CEndDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CEndDlg)
- afx_msg void OnBackButton();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ENDDLG_H__2CD1345A_EA54_428F_AB6B_7DA7A68B19E3__INCLUDED_)