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

114 lines
2.6 KiB
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#if !defined(AFX_DLG_User_ModifyC_H__3CDB2DF4_67DF_4000_B7ED_1E22DBB7786A__INCLUDED_)
#define AFX_DLG_User_ModifyC_H__3CDB2DF4_67DF_4000_B7ED_1E22DBB7786A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DLG_User_ModifyC.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// DLG_User_ModifyC dialog
typedef struct _CKAddress
{
long lUserID; //Óû§ID
TCHAR szUserType[2]; //Óû§ÀàÐÍ
TCHAR szGroupID[16]; //×éID
TCHAR szName[50]; //Óû§Ãû
TCHAR szCarNum[16];
TCHAR szCarType[32];
TCHAR szFDJNum[32];
TCHAR szDPNum[32];
SYSTEMTIME tBuyDate;
SYSTEMTIME tBXDate;
SYSTEMTIME tCreateTime;
TCHAR szBZ[256];
BOOL bGroupAll;
TCHAR szLXR[32];
TCHAR szAddr[50];
TCHAR szCorp[50];
TCHAR szPostcode[10];
TCHAR szTel[32];
TCHAR szMobile[32];
SYSTEMTIME tBirthday;
TCHAR szLXR2[32];
TCHAR szAddr2[50];
TCHAR szCorp2[50];
TCHAR szPostcode2[10];
TCHAR szTel2[32];
TCHAR szMobile2[32];
SYSTEMTIME tBirthday2;
}CKAddress;
class CFCAddress;
class DLG_User_ModifyC : public CDialog
{
public:
CKAddress m_Address;
protected:
CFCAddress * m_pFCAddress;
CAdoRecordSet m_AdoRS;
TCHAR m_szLocal[128];
BOOL m_bAdd;
BOOL m_bFind;
// Construction
public:
CKAddress GetParam();
void SetParam(CKAddress address,TCHAR * pLocal,BOOL bAdd,BOOL bFind=false);
DLG_User_ModifyC(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(DLG_User_ModifyC)
enum { IDD = IDD_USER_MODIFYC };
CString m_strAddr;
COleDateTime m_tBirthday;
CString m_strBZ;
CString m_strCarNum;
CString m_strCarType;
CString m_strDPNum;
CString m_strFDJNum;
CString m_strLocal;
CString m_strMobile;
CString m_strName;
CString m_strPostcode;
CString m_strTel;
CString m_strCorp;
CString m_strAddr2;
COleDateTime m_tBirthday2;
CString m_strCorp2;
CString m_strLXR;
CString m_strLXR2;
CString m_strMobile2;
CString m_strPostcode2;
CString m_strTel2;
COleDateTime m_tBuyDate;
COleDateTime m_tBXDate;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(DLG_User_ModifyC)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(DLG_User_ModifyC)
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_ModifyC_H__3CDB2DF4_67DF_4000_B7ED_1E22DBB7786A__INCLUDED_)