SmsManager/DLG_Filt_Modify.h
2025-01-14 10:46:18 +08:00

57 lines
1.4 KiB
C++

#if !defined(AFX_DLG_FILT_MODIFY_H__D3D02D3A_FE06_4887_82EA_5C78FBFE3A79__INCLUDED_)
#define AFX_DLG_FILT_MODIFY_H__D3D02D3A_FE06_4887_82EA_5C78FBFE3A79__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Filt_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Filt_Modify dialog
class DLG_Filt_Modify : public CDialog
{
public:
ANS_Filt2_SeeData m_Filt;
// Construction
public:
ANS_Filt2_SeeData GetParam();
void SetParam( ANS_Filt2_SeeData filt);
DLG_Filt_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Filt_Modify)
enum { IDD = IDD_FILT_MODIFY };
CComboBox m_L_Begin;
CString m_strWord;
CString m_strBegin;
BOOL m_bSDisable;
int m_lFStep;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Filt_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Filt_Modify)
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_FILT_MODIFY_H__D3D02D3A_FE06_4887_82EA_5C78FBFE3A79__INCLUDED_)