64 lines
1.5 KiB
C
64 lines
1.5 KiB
C
|
#if !defined(AFX_DLG_SP_SEE_H__7CA83265_1BE8_4AD7_B75F_016E23A89553__INCLUDED_)
|
||
|
#define AFX_DLG_SP_SEE_H__7CA83265_1BE8_4AD7_B75F_016E23A89553__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER > 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER > 1000
|
||
|
// DLG_SP_See.h : header file
|
||
|
//
|
||
|
|
||
|
/////////////////////////////////////////////////////////////////////////////
|
||
|
// DLG_SP_See dialog
|
||
|
|
||
|
#define SP_SEE_DZ WM_USER+ 300
|
||
|
#define SP_SEE_QXDZ WM_USER+ 301
|
||
|
#define SP_SEE_TEST WM_USER+ 302
|
||
|
|
||
|
class DLG_SP_See : public CDialog
|
||
|
{
|
||
|
public:
|
||
|
BOOL m_bDZ;
|
||
|
CString m_strOperCmd;
|
||
|
CString m_strBirthday;
|
||
|
// Construction
|
||
|
public:
|
||
|
DLG_SP_See(CWnd* pParent = NULL); // standard constructor
|
||
|
|
||
|
// Dialog Data
|
||
|
//{{AFX_DATA(DLG_SP_See)
|
||
|
enum { IDD = IDD_SP_SEE };
|
||
|
CButton m_B_DZ;
|
||
|
CString m_strBL;
|
||
|
CString m_strMsg;
|
||
|
CString m_strName;
|
||
|
CString m_strPrice;
|
||
|
CString m_strSendCount;
|
||
|
CString m_strMobile;
|
||
|
COleDateTime m_tBirthday;
|
||
|
//}}AFX_DATA
|
||
|
|
||
|
|
||
|
// Overrides
|
||
|
// ClassWizard generated virtual function overrides
|
||
|
//{{AFX_VIRTUAL(DLG_SP_See)
|
||
|
protected:
|
||
|
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
|
||
|
//}}AFX_VIRTUAL
|
||
|
|
||
|
// Implementation
|
||
|
protected:
|
||
|
|
||
|
// Generated message map functions
|
||
|
//{{AFX_MSG(DLG_SP_See)
|
||
|
virtual BOOL OnInitDialog();
|
||
|
afx_msg void OnSpSeeDz();
|
||
|
afx_msg void OnSpSeeTest();
|
||
|
//}}AFX_MSG
|
||
|
DECLARE_MESSAGE_MAP()
|
||
|
};
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // !defined(AFX_DLG_SP_SEE_H__7CA83265_1BE8_4AD7_B75F_016E23A89553__INCLUDED_)
|