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