?? testdlg.h
字號:
#if !defined(AFX_TESTDLG_H__AE9F0725_8C0D_4DE3_ADE3_DC0864B45167__INCLUDED_)
#define AFX_TESTDLG_H__AE9F0725_8C0D_4DE3_ADE3_DC0864B45167__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TestDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTestDlg dialog
#include "SystemDB.h"
#include "TdlyghDB.h"
#include "DjclDB.h"
#include "DjclnounexplainDB.h"
#include "DjcljdtDB.h"
#include "TdlyghjdtDB.h"
#include "TdlyghmcjsDB.h"
#include "TdlyghlstDB.h"
class CTestDlg : public CDialog
{
public:
CSystemDB m_SystemDB;
CTdlyghDB m_TdlyghDB;
CDjclDB m_DjclDB;
CDjclnounexplainDB m_DjclnounexplainDB;
CTdlyghjdtDB m_TdlyghjdtDB;
CDjcljdtDB m_DjcljdtDB;
CArray<int ,int >m_IndexArraryOfSelJdt;
CTdlyghmcjsDB m_TdlyghmcjsDB;
CArray<int ,int >m_IndexArraryOfSelMcjs;
CTdlyghlstDB m_TdlyghlstDB;
TV_INSERTSTRUCT tvstruct;
CString coursename;
CString tixing;
void Readzhuanyetypetocombo();
void Readcoursenametocombo(CString zhuanyetype);
void Readyeartocomboyear1();
void Treeconstruct(CString course);
void Readtestcontenttolistbox();
void writetestcontenttotestpaper(CString course);
void Readtestseltolistctrl(CString knowledgename,CString tixing);// standard constructor
// Construction
public:
CTestDlg(CWnd* pParent = NULL);
// Dialog Data
//{{AFX_DATA(CTestDlg
enum { IDD = IDD_MANSELDLG };
CTreeCtrl m_knowledgetree;
CComboBox m_year1;
CComboBox m_zhuanyetype;
CComboBox m_coursename;
CComboBox m_classname;
CString m_year2;
CString m_editcoursename;
CListBox m_listtestcontent;
CListCtrl m_TestSeleInfoListctrl;
CListCtrl m_listseledtest;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeZhuanyetype();
afx_msg void OnSelchangeComboYear();
afx_msg void OnSelchangeCoursename();
afx_msg void OnSelchangedTreeKnowledgeNode(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnButtonSeltest();
afx_msg void OnButtonAdd();
afx_msg void OnButtonDelect();
afx_msg void OnButtonViewtest();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTDLG_H__AE9F0725_8C0D_4DE3_ADE3_DC0864B45167__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -