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

📄 helplist.h

📁 cj60lib界面库 ,ado数据库编程 使用方法: 调试代码必须装有cj60lib界面扩展库 cj60lib的使用方法参看有关文档 不知道是不是我的cj60lib出问题
💻 H
字号:
#if !defined(AFX_HELPLIST_H__49337872_6E76_483A_BF2E_ED290107FF96__INCLUDED_)
#define AFX_HELPLIST_H__49337872_6E76_483A_BF2E_ED290107FF96__INCLUDED_

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

#include "vchelper.h"
/////////////////////////////////////////////////////////////////////////////
// CHelpListView view

class CVchelperDoc;
class CHelpListView : public CCJListView
{
protected:
	CHelpListView();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(CHelpListView)

// Attributes
public:
	_RecordsetPtr m_pDataset;
	_ConnectionPtr m_pCon;
	CListCtrl *m_pctrl;
	CString m_str;
	CString m_strFil;
	BOOL m_bSearch;
// Operations
public:
	void BuildColumns();
	CVchelperDoc* GetDocument();
	void OnChange(CString str="");
	CString GetPath(int id1,int id2);
	void FormatList();
	void Find();
	afx_msg void OnUp();
	afx_msg void OnNext();
	afx_msg void OnDeleterFile();
	afx_msg void OnUpdateDeleterFile(CCmdUI* pCmdUI);
	afx_msg void OnEditFile();
	void OnAddFile();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CHelpListView)
	public:
	virtual void OnInitialUpdate();
	protected:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
	//}}AFX_VIRTUAL

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

	// Generated message map functions
protected:
	//{{AFX_MSG(CHelpListView)
	afx_msg void OnItemchanged(NMHDR* pNMHDR, LRESULT* pResult);
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
	afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in ttttttView.cpp
inline CVchelperDoc* CHelpListView::GetDocument()
   { return (CVchelperDoc*)m_pDocument; }
#endif

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

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

#endif // !defined(AFX_HELPLIST_H__49337872_6E76_483A_BF2E_ED290107FF96__INCLUDED_)

⌨️ 快捷键说明

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