📄 prop4.h
字号:
#if !defined(AFX_PROP4_H__79A67DE9_CB9C_4651_833E_ADF61F1A7094__INCLUDED_)
#define AFX_PROP4_H__79A67DE9_CB9C_4651_833E_ADF61F1A7094__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Prop4.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProp4 dialog
class CProp4 : public CPropertyPage
{
DECLARE_DYNCREATE(CProp4)
// Construction
public:
CProp4();
~CProp4();
// Dialog Data
//{{AFX_DATA(CProp4)
enum { IDD = IDD_PROP4 };
// NOTE - ClassWizard will add data members here.
// DO NOT EDIT what you see in these blocks of generated code !
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CProp4)
public:
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProp4)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
public:
afx_msg void OnEnChangeEdit1();
void OnStopTimer();
int IsUpdate();
private:
FILE* pFile;
long int addr;
int m_nOldLen;
int t;
UINT m_nTimer;
double origin[30];
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROP4_H__79A67DE9_CB9C_4651_833E_ADF61F1A7094__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -