testjdlg.h
来自「一个面向对象的产生式推理模型」· C头文件 代码 · 共 61 行
H
61 行
#if !defined(AFX_TESTJDLG_H__27B31622_0781_11D3_A692_5254AB12065D__INCLUDED_)
#define AFX_TESTJDLG_H__27B31622_0781_11D3_A692_5254AB12065D__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// TestJDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// TestJDlg dialog
#include "editdlg.h"
class TestJDlg : public CDialog
{
// Construction
public:
int m_presentMtId;
int SetNextQuestion(int id);
int ShowAnswerTree();
AiExpert myExpert;
BOOL m_existConclusion;
CString filename;
TestJDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(TestJDlg)
enum { IDD = IDD_TEST_FOR_J };
CTreeCtrl m_tree;
CString m_question;
CString m_conclusion;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(TestJDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(TestJDlg)
afx_msg void OnButtonNext();
afx_msg void OnButtonEnd();
afx_msg void OnButtonBegin();
virtual BOOL OnInitDialog();
afx_msg void OnButtonOk();
afx_msg void OnButtonCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTJDLG_H__27B31622_0781_11D3_A692_5254AB12065D__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?