📄 minedabseview.h
字号:
// mineDabseView.h : interface of the CMineDabseView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MINEDABSEVIEW_H__762227F2_A600_425C_82FB_39AE2E704BD9__INCLUDED_)
#define AFX_MINEDABSEVIEW_H__762227F2_A600_425C_82FB_39AE2E704BD9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "MineWindDlg.h"
#include "RuleChain.h"
#include "Fact.h"
#include "showResult.h"
#include "RuleMaintenance.h"
class CMineDabseView : public CView
{
protected: // create from serialization only
CMineDabseView();
DECLARE_DYNCREATE(CMineDabseView)
// Attributes
public:
CMineDabseDoc* GetDocument();
protected:
CMineWindDlg* mineWindDlg;
showResult showResultDlg;
CRuleMaintenance ruleMaintenance;
CWeightInput inputWeight;
CFactChain* factChain;
RuleChain* ruleChain;
_RecordsetPtr m_pRecordset;
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMineDabseView)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
virtual void OnInitialUpdate();
protected:
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
//}}AFX_VIRTUAL
// Implementation
public:
CString str_showText;
void setRuleFlag(RuleNode &head,CString ruleName);
bool findCon(CString ruleName,CString rulePre,CString con );
virtual ~CMineDabseView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CMineDabseView)
afx_msg void OnMenuNetinput();
afx_msg void OnMandetect();
afx_msg void OnGasDetect();
afx_msg void OnMainblower();
afx_msg void OnLocalblower();
afx_msg void OnJueJinFengLiang();
afx_msg void OnHuiCaiFengLiang();
afx_msg void OnDuanLuPanDuan();
afx_msg void OnAutodetect();
afx_msg void OnMenuitemjiesuan();
afx_msg void OnKnowlegebase();
afx_msg void OnButtonpre();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in mineDabseView.cpp
inline CMineDabseDoc* CMineDabseView::GetDocument()
{ return (CMineDabseDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MINEDABSEVIEW_H__762227F2_A600_425C_82FB_39AE2E704BD9__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -