www.pudn.com > News Search3.01.rar > BeginDlg.h
#if !defined(AFX_BEGINDLG_H__B9909F9B_403E_11D4_B6DF_00104B1269BD__INCLUDED_)
#define AFX_BEGINDLG_H__B9909F9B_403E_11D4_B6DF_00104B1269BD__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// BeginDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CBeginDlg dialog
class CBeginDlg : public CDialog
{
// Construction
public:
CBeginDlg(CWnd* pParent = NULL); // standard constructor
CString m_tips;
int m_reg;
int m_rtn;
// Dialog Data
//{{AFX_DATA(CBeginDlg)
enum { IDD = IDD_BEGIN };
CButton m_cancel;
CStatic m_day;
CButton m_regnum;
CButton m_regnow;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBeginDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CBeginDlg)
afx_msg void OnRegnow();
afx_msg void OnRegnum();
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_BEGINDLG_H__B9909F9B_403E_11D4_B6DF_00104B1269BD__INCLUDED_)