📄 mode.h
字号:
#if !defined(AFX_MODE_H__4B3EDCA1_A143_11D6_8DED_5254AB31B860__INCLUDED_)
#define AFX_MODE_H__4B3EDCA1_A143_11D6_8DED_5254AB31B860__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// MODE.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CMODE dialog
class CMODE : public CDialog
{
// Construction
public:
CMODE(CWnd* pParent = NULL); // standard constructor
int D16,D17,D18,D20,D21,D22,D23;
BYTE p1,p2,p3,p4;
int p5;
long int rww;
int Channel;
int Timer,TimerH,TimerL;
// Dialog Data
//{{AFX_DATA(CMODE)
enum { IDD = IDD_MODE };
CButton m_TowFrequency;
CEdit m_CChannel;
BOOL m_VInterrupt;
int m_VChannal;
int m_VsamplePeriod;
BOOL m_D16_Scan;
BOOL m_D17_Clock;
BOOL m_D18_Diference;
BOOL m_D21_Touch5;
BOOL m_D20_Touch4;
BOOL m_D22_Frequency6;
BOOL m_D23_Frequency7;
int m_D2021_SoftTouch;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMODE)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CMODE)
afx_msg void OnRww0scan();
afx_msg void OnRww1clock();
afx_msg void OnRww2diference();
afx_msg void OnRwwInterrupt();
virtual void OnOK();
afx_msg void OnRww4softtouch();
afx_msg void OnRWW4ExteriorTouch();
afx_msg void OnRWW4TimeTouch();
afx_msg void OnRWW6TwoFREQUENCY();
afx_msg void OnRWW6FourFREQUENCY();
afx_msg void OnRWW6EightFREQUENCY();
afx_msg void OnRWW6SixteenFREQUENCY();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_MODE_H__4B3EDCA1_A143_11D6_8DED_5254AB31B860__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -