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