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

79 lines
1.6 KiB
C++

#if !defined(AFX_DLG_FINDUSER_H__D4BAB529_9C96_4090_A540_A0267D4313A8__INCLUDED_)
#define AFX_DLG_FINDUSER_H__D4BAB529_9C96_4090_A540_A0267D4313A8__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_FindUser.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_FindUser dialog
class DLG_FindUser : public CDialog
{
public:
typedef struct _FindPro
{
BOOL m_bEmail;
BOOL m_bJob;
BOOL m_bMobile;
BOOL m_bName;
BOOL m_bNickName;
BOOL m_bTel;
BOOL m_bSex;
BOOL m_bBZ;
BOOL m_bLTD;
}FindPro;
public:
BOOL m_bFindAll;
FindPro m_FindPro;
// Construction
public:
DLG_FindUser(CWnd* pParent = NULL); // standard constructor
void SetParam(FindPro findpro );
// Dialog Data
//{{AFX_DATA(DLG_FindUser)
enum { IDD = IDD_FIND_USER };
CString m_strMsg;
BOOL m_bEmail;
BOOL m_bJob;
BOOL m_bMobile;
BOOL m_bName;
BOOL m_bNickName;
BOOL m_bTel;
BOOL m_bSex;
BOOL m_bBZ;
BOOL m_bLTD;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_FindUser)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_FindUser)
afx_msg void OnFindUserSelall();
afx_msg void OnFindUserClear();
virtual void OnOK();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_FINDUSER_H__D4BAB529_9C96_4090_A540_A0267D4313A8__INCLUDED_)