71 lines
1.8 KiB
C++
71 lines
1.8 KiB
C++
#if !defined(AFX_DLG_USER_MODIFY2_H__6AEF6633_0EC1_42A6_B9C9_B3501FDC3D9B__INCLUDED_)
|
|
#define AFX_DLG_USER_MODIFY2_H__6AEF6633_0EC1_42A6_B9C9_B3501FDC3D9B__INCLUDED_
|
|
|
|
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
|
|
#if _MSC_VER > 1000
|
|
#pragma once
|
|
#endif // _MSC_VER > 1000
|
|
// DLG_User_Modify2.h : header file
|
|
//
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// DLG_User_Modify2 dialog
|
|
class CFGAddress;
|
|
class DLG_User_Modify2 : public CDialog
|
|
{
|
|
public:
|
|
ANS_GAddress_SeeData m_Address;
|
|
protected:
|
|
CFGAddress * m_pFGAddress;
|
|
CAdoRecordSet m_AdoRS;
|
|
BOOL m_bModify; //是否有权限修改
|
|
BOOL m_bAdd; //是否是新添加的内容
|
|
TCHAR m_szLocal[128];
|
|
|
|
// Construction
|
|
public:
|
|
ANS_GAddress_SeeData GetParam();
|
|
void SetParam(ANS_GAddress_SeeData data,ULONG ulPurview ,TCHAR *pLocal,BOOL bAdd);
|
|
DLG_User_Modify2(CWnd* pParent = NULL); // standard constructor
|
|
|
|
// Dialog Data
|
|
//{{AFX_DATA(DLG_User_Modify2)
|
|
enum { IDD = IDD_USER_MODIFY2 };
|
|
COleDateTime m_tBirthday;
|
|
CString m_strBZ;
|
|
CString m_strEmail;
|
|
CString m_strFax;
|
|
CString m_strJob;
|
|
CString m_strLocal;
|
|
CString m_strMobile;
|
|
CString m_strName;
|
|
CString m_strNickName;
|
|
CString m_strQQ;
|
|
int m_lSex;
|
|
CString m_strTel;
|
|
//}}AFX_DATA
|
|
|
|
|
|
// Overrides
|
|
// ClassWizard generated virtual function overrides
|
|
//{{AFX_VIRTUAL(DLG_User_Modify2)
|
|
protected:
|
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|
//}}AFX_VIRTUAL
|
|
|
|
// Implementation
|
|
protected:
|
|
|
|
// Generated message map functions
|
|
//{{AFX_MSG(DLG_User_Modify2)
|
|
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_USER_MODIFY2_H__6AEF6633_0EC1_42A6_B9C9_B3501FDC3D9B__INCLUDED_)
|