performerdlg.h

来自「wince图形界面的开发」· C头文件 代码 · 共 62 行

H
62
字号
/************************************************************************************
File Name		:	PerformerDlg.h

Class Name		:	MECPerformerDlg

Description		:	This file contains the declarations for the functions and attributes

Developed by	:	B.Manivannan

Date			:	24-10-2001
*************************************************************************************/
#if !defined(AFX_PERFORMERDLG_H__EFA887FD_53E1_43E2_BDCD_E66B5356454C__INCLUDED_)
#define AFX_PERFORMERDLG_H__EFA887FD_53E1_43E2_BDCD_E66B5356454C__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

#include "GraphCtrl.h"
/////////////////////////////////////////////////////////////////////////////
// MECPerformerDlg dialog

class MECPerformerDlg : public CDialog
{
// Construction
public:
	MECPerformerDlg(CWnd* pParent = NULL);	// standard constructor
	static BOOL RegisterWndClass(HINSTANCE hInstance);
	MECGraphCtrl m_oGraphCtrl;
	BOOL m_bStartStop;
	double m_dXValue[8], m_dYValue[8];
	int  m_nTimerIndex;
// Dialog Data
	//{{AFX_DATA(MECPerformerDlg)
	enum { IDD = IDD_PERFORMER_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(MECPerformerDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	afx_msg void OnRunOrStop();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_PERFORMERDLG_H__EFA887FD_53E1_43E2_BDCD_E66B5356454C__INCLUDED_)

⌨️ 快捷键说明

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