⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 moduleview.h

📁 这是目前正应用于辽宁省很多县级中学的试题库系统源代码
💻 H
字号:
#if !defined(AFX_MODULEVIEW_H__ACBAF89A_943E_462A_9822_7E7638E95773__INCLUDED_)
#define AFX_MODULEVIEW_H__ACBAF89A_943E_462A_9822_7E7638E95773__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ModuleView.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CModuleView view

class CModuleView : public CView
{
public:
	CModuleView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CModuleView)

// Attributes
public:
	CListCtrl*             MyList;
    CImageList*	           m_ImageList;
	// Operations
public:
	void Show();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CModuleView)
	public:
	virtual void OnInitialUpdate();
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void OnDraw(CDC* pDC);      // overridden to draw this view
	//}}AFX_VIRTUAL

// Implementation
protected:
	virtual ~CModuleView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

	// Generated message map functions
protected:
	//{{AFX_MSG(CModuleView)
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnDestroy();
	afx_msg void OnBh();
	afx_msg void OnLr();
	afx_msg void OnXg();
	afx_msg void OnSc();
	afx_msg void OnQs();
	//}}AFX_MSG
	afx_msg void OnDblClkList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnClickList(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnRclickList(NMHDR* pNMHDR, LRESULT* pResult);
	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MODULEVIEW_H__ACBAF89A_943E_462A_9822_7E7638E95773__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -