📄 resultshow.h
字号:
#if !defined(AFX_RESULTSHOW_H__12B5DF40_69A8_4DE3_859C_44F4F88E3BF3__INCLUDED_)
#define AFX_RESULTSHOW_H__12B5DF40_69A8_4DE3_859C_44F4F88E3BF3__INCLUDED_
#include "ADOConn.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResultShow.h : header file
//
#include "CBADlg.h"
#include "Neural_NetWork.h"
#include "XPButton.h"
/////////////////////////////////////////////////////////////////////////////
// CResultShow dialog
class CResultShow : public CDialog
{
// Construction
public:
CResultShow(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CResultShow)
enum { IDD = IDD_RESULTSHOW_DIALOG };
CString m_result;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResultShow)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
ADOConn ado;
CNeural_NetWork network;
//CCBADlg tempDlg; //临时对话框对象用于传递数据
CXPButton m_surebutton;
CXPButton m_savebutton;
CNeural_NetWork tempNetwork;
// Generated message map functions
//{{AFX_MSG(CResultShow)
afx_msg void OnGetResult();
afx_msg void OnSaveMode();
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESULTSHOW_H__12B5DF40_69A8_4DE3_859C_44F4F88E3BF3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -