52 lines
1.3 KiB
C++
52 lines
1.3 KiB
C++
#if !defined(AFX_DLG_ADDWARNING_H__17B3A0ED_AD6E_44F2_A04F_232FB2FDBB4A__INCLUDED_)
|
|
#define AFX_DLG_ADDWARNING_H__17B3A0ED_AD6E_44F2_A04F_232FB2FDBB4A__INCLUDED_
|
|
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_AddWarning.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_AddWarning dialog
|
|
|
|
class DLG_AddWarning : public CDialog
|
|
{
|
|
public:
|
|
BOOL m_bShowReMobile;
|
|
BOOL m_lReMobileType;
|
|
CString m_strTitle;
|
|
// Construction
|
|
public:
|
|
DLG_AddWarning(const TCHAR * pTitle,CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_AddWarning)
|
|
enum { IDD = IDD_ADDWARNING };
|
|
BOOL m_bNext;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_AddWarning)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_AddWarning)
|
|
virtual BOOL OnInitDialog();
|
|
virtual void OnOK();
|
|
//}}AFX_MSG
|
|
DECLARE_MESSAGE_MAP()
|
|
};
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_DLG_ADDWARNING_H__17B3A0ED_AD6E_44F2_A04F_232FB2FDBB4A__INCLUDED_)
|