www.pudn.com > PBMS.rar > AlertDlg.h
#if !defined(AFX_ALERTDLG_H__75CE5D4C_C5F3_46D4_A612_6AB94FACA15C__INCLUDED_)
#define AFX_ALERTDLG_H__75CE5D4C_C5F3_46D4_A612_6AB94FACA15C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AlertDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAlertDlg dialog
class CAlertDlg : public CDialog
{
// Construction
public:
CAlertDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAlertDlg)
enum { IDD = IDD_DIALOG_ALERT };
CString m_saAlert;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAlertDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAlertDlg)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ALERTDLG_H__75CE5D4C_C5F3_46D4_A612_6AB94FACA15C__INCLUDED_)