?? manseledlg.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 + -