www.pudn.com > StuMis.rar > JWmoney.h
#if !defined(AFX_JWMONEY_H__440981C8_16D8_4F38_BC96_E2B61A43674A__INCLUDED_)
#define AFX_JWMONEY_H__440981C8_16D8_4F38_BC96_E2B61A43674A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JWmoney.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CJWmoney dialog
class CJWmoney : public CPropertyPage
{
DECLARE_DYNCREATE(CJWmoney)
// Construction
public:
void UpdateList();
CJWmoney();
~CJWmoney();
// Dialog Data
//{{AFX_DATA(CJWmoney)
enum { IDD = IDD_JWMONEY };
CListCtrl m_mlist;
CString m_sid;
CString m_editlong;
COleDateTime m_datetime;
int m_combo;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CJWmoney)
public:
virtual BOOL OnSetActive();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CJWmoney)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnDelete();
afx_msg void OnAddItem();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_JWMONEY_H__440981C8_16D8_4F38_BC96_E2B61A43674A__INCLUDED_)