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

72 lines
1.9 KiB
C++

#if !defined(AFX_DLG_CORP_USER_MODIFY_H__70A4D5A2_D17B_4660_AB88_9E00BD43F320__INCLUDED_)
#define AFX_DLG_CORP_USER_MODIFY_H__70A4D5A2_D17B_4660_AB88_9E00BD43F320__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_Corp_User_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_Corp_User_Modify dialog
class DLG_Corp_User;
class DLG_Corp_User_Modify : public CDialog
{
protected:
DLG_Corp_User * m_pUserDlg;
ANS_Corp_UserData2 m_User;
POSITION m_Pos;
// Construction
public:
ANS_Corp_UserData2 GetParam();
void SetParam( ANS_Corp_UserData2 User, POSITION pos );
DLG_Corp_User_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_Corp_User_Modify)
enum { IDD = IDD_CORP_USER_MODIFY };
COleDateTime m_tBirthday;
CString m_strBZ;
CString m_strCreateTime;
CString m_strCreateUser;
CString m_strEmail;
CString m_strFax;
CString m_strJob;
CString m_strLoginCount;
CString m_strLoginName;
CString m_strLoginTime;
CString m_strMobile;
CString m_strName;
CString m_strNickName;
CString m_strQQ;
int m_lSex;
CString m_strSMSUsed;
CString m_strTel;
CString m_strSMSSendAll;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_Corp_User_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_Corp_User_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_CORP_USER_MODIFY_H__70A4D5A2_D17B_4660_AB88_9E00BD43F320__INCLUDED_)