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

50 lines
1.3 KiB
C++

#if !defined(AFX_DLG_USER_FIND_H__1F31C217_2C9E_44E7_9ADF_A6886B7F36FF__INCLUDED_)
#define AFX_DLG_USER_FIND_H__1F31C217_2C9E_44E7_9ADF_A6886B7F36FF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_User_Find.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_User_Find dialog
class DLG_User_Find : public CDialog
{
// Construction
public:
DLG_User_Find(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_User_Find)
enum { IDD = IDD_USER_FIND };
CString m_strName;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_User_Find)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_User_Find)
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
// virtual BOOL OnNotify(WPARAM wParam, LPARAM lParam, LRESULT* pResult);
public:
virtual BOOL OnInitDialog();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_USER_FIND_H__1F31C217_2C9E_44E7_9ADF_A6886B7F36FF__INCLUDED_)