CorpSms/DLG_FiltWarning.h
2025-02-27 16:58:16 +08:00

55 lines
1.4 KiB
C++

#if !defined(AFX_DLG_FILTWARNING_H__F2885E07_5214_4CCB_BADE_2FC157854774__INCLUDED_)
#define AFX_DLG_FILTWARNING_H__F2885E07_5214_4CCB_BADE_2FC157854774__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_FiltWarning.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_FiltWarning dialog
class DLG_FiltWarning : public CDialog
{
public:
long m_lStatus;
// Construction
public:
long GetParam();
void SetParam( TCHAR * pMsg , TCHAR * pWord );
DLG_FiltWarning(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_FiltWarning)
enum { IDD = IDD_FILTWARNING };
CString m_strMsg;
CString m_strWord;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_FiltWarning)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_FiltWarning)
virtual BOOL OnInitDialog();
afx_msg void OnFiltwarningOk();
afx_msg void OnFiltwarningNonotify();
afx_msg void OnFiltwarningCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_FILTWARNING_H__F2885E07_5214_4CCB_BADE_2FC157854774__INCLUDED_)