59 lines
1.4 KiB
C
59 lines
1.4 KiB
C
|
#if !defined(AFX_DLG_SEND_USER_H__54487133_C5E9_453E_BD03_6C4798561217__INCLUDED_)
|
|||
|
#define AFX_DLG_SEND_USER_H__54487133_C5E9_453E_BD03_6C4798561217__INCLUDED_
|
|||
|
|
|||
|
#if _MSC_VER > 1000
|
|||
|
#pragma once
|
|||
|
#endif // _MSC_VER > 1000
|
|||
|
// DLG_Send_User.h : header file
|
|||
|
//
|
|||
|
|
|||
|
/////////////////////////////////////////////////////////////////////////////
|
|||
|
// DLG_Send_User dialog
|
|||
|
|
|||
|
#include "DLG_Send.h"
|
|||
|
|
|||
|
class DLG_Send_User : public CDialog
|
|||
|
{
|
|||
|
public:
|
|||
|
long m_lType; //0-<2D><><EFBFBD><EFBFBD>,2-<2D><><EFBFBD><EFBFBD>,3-<2D><><EFBFBD><EFBFBD>,4-QQͨѶ¼
|
|||
|
Send_User m_User;
|
|||
|
// Construction
|
|||
|
public:
|
|||
|
void SetEditType(long lType);
|
|||
|
Send_User GetParam();
|
|||
|
void SetParam( Send_User user );
|
|||
|
DLG_Send_User(CWnd* pParent = NULL); // standard constructor
|
|||
|
|
|||
|
// Dialog Data
|
|||
|
//{{AFX_DATA(DLG_Send_User)
|
|||
|
enum { IDD = IDD_SEND_USER };
|
|||
|
CString m_strBZ;
|
|||
|
CString m_strMobile;
|
|||
|
CString m_strName;
|
|||
|
CString m_strNickName;
|
|||
|
//}}AFX_DATA
|
|||
|
|
|||
|
|
|||
|
// Overrides
|
|||
|
// ClassWizard generated virtual function overrides
|
|||
|
//{{AFX_VIRTUAL(DLG_Send_User)
|
|||
|
protected:
|
|||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
|||
|
//}}AFX_VIRTUAL
|
|||
|
|
|||
|
// Implementation
|
|||
|
protected:
|
|||
|
|
|||
|
// Generated message map functions
|
|||
|
//{{AFX_MSG(DLG_Send_User)
|
|||
|
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_SEND_USER_H__54487133_C5E9_453E_BD03_6C4798561217__INCLUDED_)
|