CorpSms/DLG_User_ModifyS.h

95 lines
2.2 KiB
C
Raw Permalink Normal View History

2025-02-27 16:58:16 +08:00
#if !defined(AFX_DLG_USER_MODIFYS_H__B0C2FBFE_911C_4630_A0A0_3E836AD4CEF2__INCLUDED_)
#define AFX_DLG_USER_MODIFYS_H__B0C2FBFE_911C_4630_A0A0_3E836AD4CEF2__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_User_ModifyS.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_User_ModifyS dialog
typedef struct _CSAddress
{
long lUserID; //<2F>û<EFBFBD>ID
TCHAR szUserType[2]; //<2F>û<EFBFBD><C3BB><EFBFBD><EFBFBD><EFBFBD>
TCHAR szGroupID[16]; //<2F><>ID
TCHAR szBH[16];
TCHAR szName[32];
TCHAR szNickName[32];
TCHAR szSex[8];
SYSTEMTIME tBirthday;
SYSTEMTIME tInDate;
SYSTEMTIME tOutDate;
TCHAR szTel[32];
TCHAR szMobile[16];
TCHAR szEmail[48];
TCHAR szAddr[48];
TCHAR szYWY[24];
TCHAR szPrice[16];
TCHAR szBZ[128];
SYSTEMTIME tCreateTime;
BOOL bGroupAll;
}CSAddress;
class CFSAddress;
class DLG_User_ModifyS : public CDialog
{
public:
CSAddress m_Address;
protected:
CFSAddress * m_pFSAddress;
CAdoRecordSet m_AdoRS;
TCHAR m_szLocal[128];
BOOL m_bAdd;
BOOL m_bFind;
// Construction
public:
CSAddress GetParam();
void SetParam(CSAddress address, TCHAR *pLocal, BOOL bAdd,BOOL bFind=false);
DLG_User_ModifyS(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_User_ModifyS)
enum { IDD = IDD_USER_MODIFYS };
CString m_strAddr;
CString m_strBH;
CString m_strBZ;
CString m_strEmail;
COleDateTime m_tBirthday;
COleDateTime m_tInDate;
CString m_strName;
CString m_strNickName;
CString m_strLocal;
CString m_strMobile;
COleDateTime m_tOutDate;
CString m_strPrice;
CString m_strTel;
CString m_strYWY;
int m_lSex;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_User_ModifyS)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_User_ModifyS)
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_MODIFYS_H__B0C2FBFE_911C_4630_A0A0_3E836AD4CEF2__INCLUDED_)