PasswordDlg.h
资源名称:福利彩票号码统计.rar [点击查看]
上传用户:dinghaosmt
上传日期:2013-03-22
资源大小:110k
文件大小:1k
源码类别:
射击游戏
开发平台:
Visual C++
- #if !defined(AFX_PASSWORDDLG_H__5719CA55_28C1_4679_A322_CBA7F7904D93__INCLUDED_)
- #define AFX_PASSWORDDLG_H__5719CA55_28C1_4679_A322_CBA7F7904D93__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // PasswordDlg.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CPasswordDlg dialog
- class CPasswordDlg : public CDialog
- {
- // Construction
- public:
- CPasswordDlg(CWnd* pParent = NULL); // standard constructor
- HBRUSH m_hbrush;
- // Dialog Data
- //{{AFX_DATA(CPasswordDlg)
- enum { IDD = IDD_PASS_DIALOG };
- CString m_Password;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CPasswordDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CPasswordDlg)
- afx_msg void OnPasswordButton();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- virtual BOOL OnInitDialog();
- afx_msg void OnGiveupButton();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_PASSWORDDLG_H__5719CA55_28C1_4679_A322_CBA7F7904D93__INCLUDED_)