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

78 lines
1.9 KiB
C++

#if !defined(AFX_DLG_USER_MODIFYP_H__07B7F813_8C31_4BE1_BCFE_7D10EF5CBFBA__INCLUDED_)
#define AFX_DLG_USER_MODIFYP_H__07B7F813_8C31_4BE1_BCFE_7D10EF5CBFBA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_User_ModifyP.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_User_ModifyP dialog
class CFPAddress;
class CFGAddress2;
class DLG_User_ModifyP : public CDialog
{
public:
PAddress m_Address;
protected:
CFPAddress * m_pFPAddress;
CFGAddress2 * m_pFGAddress2;
CAdoRecordSet m_AdoRS;
TCHAR m_szLocal[128];
BOOL m_bAdd;
long m_lAddrType;
// Construction
public:
PAddress GetParam();
void SetParam( PAddress address,TCHAR * pLocal,BOOL bAdd,long lAddrType );
DLG_User_ModifyP(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_User_ModifyP)
enum { IDD = IDD_USER_MODIFYP };
COleDateTime m_tBirthday;
CString m_strBZ;
CString m_strEmail;
CString m_strFax;
CString m_strJob;
CString m_strLTD;
CString m_strMobile;
CString m_strName;
CString m_strNickName;
CString m_strQQ;
int m_lSex;
CString m_strTel;
CString m_strLocal;
CString m_strAddr;
long m_lVipInt;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_User_ModifyP)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_User_ModifyP)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnBnClickedOk();
CString m_strPlace;
afx_msg void OnEnChangeUsermodifypMobile();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_USER_MODIFYP_H__07B7F813_8C31_4BE1_BCFE_7D10EF5CBFBA__INCLUDED_)