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

📄 manseledlg.h

📁 VC实现word 和ACCESS数据库的连接
💻 H
字号:
#if !defined(AFX_MANSELEDLG_H__1DDB3B03_8E1D_4371_BC4F_50FC1D3820C4__INCLUDED_)
#define AFX_MANSELEDLG_H__1DDB3B03_8E1D_4371_BC4F_50FC1D3820C4__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ManSeleDlg.h : header file
//
#include "Tsyslistviewex.h"
/////////////////////////////////////////////////////////////////////////////
// CManSeleDlg dialog
#include "KnowlodgeDB.h"

typedef CArray <int,int>INTArray ;
typedef struct tagKnowlodgeContent
{
	
	CString		m_KnowlodgeType;							//知识点类型
	int         m_KnowlodgeNum;							//知识点数目
	
}KnowlodgeContent;
typedef CArray <KnowlodgeContent* ,KnowlodgeContent*> KnowlodgeContent_ARRAY;

class CManSeleDlg : public CDialog
{
// Construction
public:
    CKnowlodgeDB m_KnowlodgeDB;
    CString m_CurKnowlodgeType ;
public:
    void _ReadKnowlodgeTypeToListbox();
	CManSeleDlg(CWnd* pParent = NULL); 
		// standard constructor

// Dialog Data
	//{{AFX_DATA(CManSeleDlg)
	enum { IDD = IDD_DIALOG_TEST_MANSELE_DLG };
    CCheckListBox m_KnowlodgeTypeListbox;

		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CManSeleDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX); 
	virtual BOOL OnInitDialog();// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CManSeleDlg)
	afx_msg void OnSelchangeLISTKnowlogeType();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_MANSELEDLG_H__1DDB3B03_8E1D_4371_BC4F_50FC1D3820C4__INCLUDED_)

⌨️ 快捷键说明

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