📄 rulewizardview.h
字号:
#if !defined(AFX_RULEWIZARDVIEW_H__49A6EB75_3752_4C74_881F_596A339B4719__INCLUDED_)
#define AFX_RULEWIZARDVIEW_H__49A6EB75_3752_4C74_881F_596A339B4719__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// RuleWizardView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CRuleWizardView form view
#ifndef __AFXEXT_H__
#include <afxext.h>
#endif
//先声明这三个类
class CRuleDefineView ;
class CNodeTreeView;
class CTipView ;
class CMainFrame;
//class CBlurRulePage;
//int nCurStyle = 1;//1:规则推理 2:模糊推理 3:信息融合 4:神经网络
class CRuleWizardView : public CFormView
{
protected:
CRuleWizardView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CRuleWizardView)
// Form Data
public:
//{{AFX_DATA(CRuleWizardView)
enum { IDD = IDD_RULEWIZARD_FORM };
CStatic m_static_2;
CStatic m_static_1;
CComboBox m_combo_mhhs;
CComboBox m_cRelationOp;
CComboBox m_cLogicOp;
CComboBox m_cDtElement;
CStatic m_Picture;
//}}AFX_DATA
// Attributes
public:
// Operations
public:
int GetNextStyle(int buttonnum);
bool SetCurStyle(int style);
CView* GetView(CRuntimeClass* pClass) ;
bool SetCorMenu(int index);
CString GetRegRule();
void ClearRegRule();
void ShowRegWizard(bool bShow);
void ShowImage(CString strname);
void GetComboSelItem(const CComboBox &cCombox);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CRuleWizardView)
public:
virtual void OnInitialUpdate();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CRuleWizardView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
//{{AFX_MSG(CRuleWizardView)
afx_msg void OnButtonAlter1();
afx_msg void OnButtonAlter2();
afx_msg void OnButtonAlter3();
afx_msg void OnSelendokComboDatatypee();
afx_msg void OnSelendokComboRelationop();
afx_msg void OnSelendokComboLogicop();
afx_msg void OnSelendokCOMBOmhhs();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
CRuleDefineView *m_pRdView;
CNodeTreeView *m_pNtView;
CTipView *m_pTipView;
// CBlurRulePage *m_blurview;
CMainFrame *m_pMainWnd;
CString m_strRegRule;
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RULEWIZARDVIEW_H__49A6EB75_3752_4C74_881F_596A339B4719__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -