AddDlg.h
资源名称:福利彩票号码统计.rar [点击查看]
上传用户:dinghaosmt
上传日期:2013-03-22
资源大小:110k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- #if !defined(AFX_ADDDLG_H__74C41BE1_1ECD_419D_BC67_4A0DECC2CA9D__INCLUDED_)
- #define AFX_ADDDLG_H__74C41BE1_1ECD_419D_BC67_4A0DECC2CA9D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // AddDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CAddDlg dialog
- class CAddDlg : public CDialog
- {
- // Construction
- public:
- CAddDlg(CWnd* pParent = NULL); // standard constructor
- HBRUSH m_hbrush;
- // Dialog Data
- //{{AFX_DATA(CAddDlg)
- enum { IDD = IDD_ADD_DIALOG };
- long m_Add_Num1;
- long m_Add_Num2;
- long m_Add_Num3;
- long m_Add_Num4;
- long m_Add_Num6;
- long m_Add_Num5;
- long m_Add_Num7;
- long m_Add_Specious;
- long m_Add_ID;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CAddDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CAddDlg)
- afx_msg void OnYesButton();
- afx_msg void OnCancelButton();
- 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_ADDDLG_H__74C41BE1_1ECD_419D_BC67_4A0DECC2CA9D__INCLUDED_)