www.pudn.com > StuMis.rar > JWpunish.h
#if !defined(AFX_JWPUNISH_H__0C93D635_0FAE_4209_BCE4_AEF1554F5983__INCLUDED_)
#define AFX_JWPUNISH_H__0C93D635_0FAE_4209_BCE4_AEF1554F5983__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// JWpunish.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CJWpunish dialog
class CJWpunish : public CPropertyPage
{
DECLARE_DYNCREATE(CJWpunish)
// Construction
public:
void UpdateList();
CJWpunish();
~CJWpunish();
// Dialog Data
//{{AFX_DATA(CJWpunish)
enum { IDD = IDD_JWPUNISH };
CListCtrl m_cflist;
CString m_sid;
CString m_eidtlong;
COleDateTime m_datetime;
int m_combo;
int m_comboen;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CJWpunish)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CJWpunish)
virtual BOOL OnInitDialog();
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_JWPUNISH_H__0C93D635_0FAE_4209_BCE4_AEF1554F5983__INCLUDED_)