⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 bayesclassifierview.h

📁 很好用的一个适用程序
💻 H
字号:
// BayesClassifierView.h : interface of the CBayesClassifierView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_BAYESCLASSIFIERVIEW_H__2AFB0FEC_3EDD_4804_A310_F28405FDEFD1__INCLUDED_)
#define AFX_BAYESCLASSIFIERVIEW_H__2AFB0FEC_3EDD_4804_A310_F28405FDEFD1__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000


class CBayesClassifierView : public CFormView
{
protected: // create from serialization only
	CBayesClassifierView();
	DECLARE_DYNCREATE(CBayesClassifierView)

public:
	//{{AFX_DATA(CBayesClassifierView)
	enum { IDD = IDD_BAYESCLASSIFIER_FORM };
	CEdit	m_SymptomEdit;
	CButton	m_FylqjRadio;
	BOOL	m_FbjCheck;
	BOOL	m_KsxtCheck;
	BOOL	m_TxstCheck;
	BOOL	m_ShilyinCheck;
	BOOL	m_FshbCheck;
	BOOL	m_HxjcCheck;
	BOOL	m_FyfdshbCheck;
	BOOL	m_FnzhCheck;
	BOOL	m_YxzCheck;
	CString	m_Fyqjpro;
	CString	m_Jtjpro;
	CString	m_Klbgjpro;
	CString	m_Ptqjpro;
	BOOL	m_XjjyCheck;
	BOOL	m_WkdCheck;
	CString	m_tt;
	BOOL	m_HzhgrCheck;
	CString	m_FinalDiag;
	//}}AFX_DATA

// Attributes
public:
	CBayesClassifierDoc* GetDocument();

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CBayesClassifierView)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	virtual void OnInitialUpdate(); // called first time after construct
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CBayesClassifierView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CBayesClassifierView)
	afx_msg void OnconfirmBUTTON();
	afx_msg void OnconfirmfylxBUTTON();
	afx_msg void OnafreshBUTTON();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

#ifndef _DEBUG  // debug version in BayesClassifierView.cpp
inline CBayesClassifierDoc* CBayesClassifierView::GetDocument()
   { return (CBayesClassifierDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_BAYESCLASSIFIERVIEW_H__2AFB0FEC_3EDD_4804_A310_F28405FDEFD1__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -