SmsManager/DLG_ShowWarning.h

40 lines
1.8 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
<EFBFBD><EFBFBD>#pragma once
// DLG_ShowWarning <EFBFBD>[݋Fh
class DLG_ShowWarning : public CDialogEx
{
DECLARE_DYNAMIC(DLG_ShowWarning)
public:
int xScrn, yScrn; // O\U^R<EFBFBD><EFBFBD><EFBFBD>s
int xBmp, yBmp; // O\U^R<EFBFBD><EFBFBD><EFBFBD>s
long m_lRecv;
long m_lCount;
CString m_strShowText;
CWnd * m_pMainFrame;
DLG_ShowWarning * * m_ppDlgWarning;
public:
void SetParam(CString strText, CWnd * pMainFrame,DLG_ShowWarning * * pdlgWarning);
DLG_ShowWarning(CWnd* pParent = nullptr); // h<EFBFBD>Q<EFBFBD>g <EFBFBD><EFBFBD>Qpe
virtual ~DLG_ShowWarning();
// <EFBFBD>[݋Fhpenc
#ifdef AFX_DESIGN_TIME
enum { IDD = IDD_SHOWWARNING };
#endif
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV /ec
DECLARE_MESSAGE_MAP()
public:
virtual BOOL OnInitDialog();
afx_msg void OnClose();
afx_msg void OnPaint();
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
afx_msg void OnTimer(UINT_PTR nIDEvent);
};