SmsManager/Filt.h

47 lines
1.1 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_FILT_H__2C7A8D08_C741_4E65_B98F_11339DF8FEC7__INCLUDED_)
#define AFX_FILT_H__2C7A8D08_C741_4E65_B98F_11339DF8FEC7__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Filt.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CFilt dialog
class CFilt : public CDialog
{
// Construction
public:
CFilt(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CFilt)
enum { IDD = IDD_FILT };
CReportCtrl m_wndList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFilt)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFilt)
// 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_FILT_H__2C7A8D08_C741_4E65_B98F_11339DF8FEC7__INCLUDED_)