SmsManager/DLG_C_Partner_Modify.h

73 lines
1.9 KiB
C
Raw Normal View History

2025-01-14 10:46:18 +08:00
#if !defined(AFX_DLG_C_Partner_MODIFY_H__9AB2CB57_D9D3_4D95_B7B9_44AC63586D7D__INCLUDED_)
#define AFX_DLG_C_Partner_MODIFY_H__9AB2CB57_D9D3_4D95_B7B9_44AC63586D7D__INCLUDED_
#include "..\PUBLIC\CorpSms.h" // Added by ClassView
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_C_Partner_Modify.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_C_Partner_Modify dialog
class CC_Partner;
class DLG_C_Partner_Modify : public CDialog
{
public:
ANS_GetPartnerData m_PartnerData;
char m_szPasswd[32];
protected:
CC_Partner * m_pPartnerDlg;
POSITION m_Pos; //<2F><><EFBFBD><EFBFBD><EFBFBD>ڹ<EFBFBD><DAB9><EFBFBD>Ա<EFBFBD>б<EFBFBD><D0B1><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>λ<EFBFBD><CEBB>
BOOL m_bAdd; //<2F>Ƿ<EFBFBD><C7B7><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ӵ<EFBFBD><D3B5><EFBFBD><EFBFBD><EFBFBD>
// Construction
public:
ANS_GetPartnerData GetParam();
void SetParam(ANS_GetPartnerData data,POSITION pos,BOOL bAdd);
DLG_C_Partner_Modify(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_C_Partner_Modify)
enum { IDD = IDD_C_PARTNER_MODIFY };
COleDateTime m_tBirthday;
CString m_strBZ;
CString m_strFax;
CString m_strEmail;
CString m_strQQ;
CString m_strJob;
CString m_strMobile;
CString m_strName;
CString m_strNickName;
CString m_strTel;
int m_lSex;
CString m_strBranch;
CString m_strLTD;
int m_lPartnerType;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_C_Partner_Modify)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_C_Partner_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_C_Partner_MODIFY_H__9AB2CB57_D9D3_4D95_B7B9_44AC63586D7D__INCLUDED_)