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

📄 cbsystemview.h

📁 基于WIN CE 的抄表系统,环境wince .net
💻 H
字号:
// CbsystemView.h : interface of the CCbsystemView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_CBSYSTEMVIEW_H__7BCDED1E_399C_4D88_ABB8_FC8E3D6F759F__INCLUDED_)
#define AFX_CBSYSTEMVIEW_H__7BCDED1E_399C_4D88_ABB8_FC8E3D6F759F__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

class CCbsystemView : public CListView
{
protected: // create from serialization only
	CCbsystemView();
	DECLARE_DYNCREATE(CCbsystemView)

// Attributes
public:
	CCbsystemDoc* GetDocument();

	CImageList m_imagelist;

// Operations
public:


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CCbsystemView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	virtual void OnInitialUpdate(); // called first time after construct
	//}}AFX_VIRTUAL

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

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CCbsystemView)
	afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnSysPassword();
	afx_msg void OnSysSet();
	afx_msg void OnSjBrowse();
	afx_msg void OnSjWrite();
	afx_msg void OnSjQuery();
	afx_msg void OnSjEmpty();
	afx_msg void OnSjJz();
	afx_msg void OnTxDr();
	afx_msg void OnTxDc();
	afx_msg void OnTxSet();
	afx_msg void OnTxCb();
	afx_msg void OnHelpAbout();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in CbsystemView.cpp
inline CCbsystemDoc* CCbsystemView::GetDocument()
   { return (CCbsystemDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_CBSYSTEMVIEW_H__7BCDED1E_399C_4D88_ABB8_FC8E3D6F759F__INCLUDED_)

⌨️ 快捷键说明

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