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

52 lines
1.2 KiB
C++

#if !defined(AFX_DLG_BAK_H__B778BA1D_D8BC_489E_A47E_C45C35636254__INCLUDED_)
#define AFX_DLG_BAK_H__B778BA1D_D8BC_489E_A47E_C45C35636254__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_BAK.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_BAK dialog
class DLG_BAK : public CDialog
{
public:
long m_lRecordCount;
// Construction
public:
void SetParam( long lCount );
DLG_BAK(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_BAK)
enum { IDD = IDD_BAK };
CString m_strCount;
CString m_strTitle;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_BAK)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_BAK)
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_BAK_H__B778BA1D_D8BC_489E_A47E_C45C35636254__INCLUDED_)