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

📄 pedialogbase.h

📁 一个用于无刷直流电动机的驱动与控制程序.里面所用的采集卡的型号为MC08.
💻 H
字号:
#if !defined(AFX_PEDIALOGBASE_H__29196BE8_F223_40B3_BF8B_0A609C624E78__INCLUDED_)
#define AFX_PEDIALOGBASE_H__29196BE8_F223_40B3_BF8B_0A609C624E78__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// PeDialogBase.h : header file
//
//#include "EncoderDialog.h"
//#include "PTestDialog.h"

#include "PowerDlg.h"
#include "CoderDlg.h"

#define ptotalDialog 2

/////////////////////////////////////////////////////////////////////////////
// PeDialogBase form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class PeDialogBase : public CFormView
{
/*protected:*/
public:
	PeDialogBase();           // protected constructor used by dynamic creation
	DECLARE_DYNCREATE(PeDialogBase)

// Form Data
public:
	//{{AFX_DATA(PeDialogBase)
	enum { IDD = IDD_PEDIALOG_BASE };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:
	UINT m_nCurrPage;
	HWND m_arhwndPage[ptotalDialog];

	PowerDlg powerDlg;	//效率仪主控对话框
	CCoderDlg coderDlg;	//光电编码器主控对话框

// Operations
public:
	void PESwitchView(int nview);

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

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

	// Generated message map functions
	//{{AFX_MSG(PeDialogBase)
		// NOTE - the ClassWizard will add and remove member functions here.
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_PEDIALOGBASE_H__29196BE8_F223_40B3_BF8B_0A609C624E78__INCLUDED_)

⌨️ 快捷键说明

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