nextdlg.h

来自「NI公司的PCI-6120四通道电压测量卡控制程序。该程序主要用VC实现对PCI」· C头文件 代码 · 共 51 行

H
51
字号
#if !defined(AFX_NEXTDLG_H__FD0B676A_E77A_4EBD_99BA_00C226BA53F7__INCLUDED_)
#define AFX_NEXTDLG_H__FD0B676A_E77A_4EBD_99BA_00C226BA53F7__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NextDlg.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CNextDlg dialog

class CNextDlg : public CDialog
{
// Construction
public:
	CNextDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	//{{AFX_DATA(CNextDlg)
	enum { IDD = IDD_DIALOG1 };
	CListBox	m_list;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CNextDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CNextDlg)
	afx_msg void OnButton1();
	afx_msg void OnDLineOutput();
	afx_msg void OnDPortOutput();
	afx_msg void OnButton2();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_NEXTDLG_H__FD0B676A_E77A_4EBD_99BA_00C226BA53F7__INCLUDED_)

⌨️ 快捷键说明

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