📄 performerdlg.h
字号:
/************************************************************************************
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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -