bpinfodlg.h
来自「故障诊断工作涉及的领域相当广泛」· C头文件 代码 · 共 61 行
H
61 行
#if !defined(AFX_BPINFODLG_H__BBB56D4B_46B8_4CEF_95BF_67D24E10B9CC__INCLUDED_)
#define AFX_BPINFODLG_H__BBB56D4B_46B8_4CEF_95BF_67D24E10B9CC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// bpinfodlg.h : header file
//
#include "bphidenodecnt.h"
#include "bp_node.h"
/////////////////////////////////////////////////////////////////////////////
// bpinfodlg dialog
class bpinfodlg : public CDialog
{
protected:
CComboBox* cmbfunctype;
// CBitmap* image;
// Construction
public:
bpinfodlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(bpinfodlg)
enum { IDD = IDD_DIALOG_BPINFO };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(bpinfodlg)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
public:
//bphidenodecntdlg dlg;
unsigned int nin;
unsigned int nout;
unsigned int nlayer;
unsigned int* pinfo;
double stderror;
bp_node_type type;
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(bpinfodlg)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeComboFunc();
afx_msg void OnButton1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BPINFODLG_H__BBB56D4B_46B8_4CEF_95BF_67D24E10B9CC__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?