AgentManager/DLG_User_Find.h

47 lines
1.1 KiB
C
Raw Normal View History

2025-01-22 15:45:17 +08:00
#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()
};
//{{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_)