📄 setcurrent.h
字号:
#if !defined(AFX_SETCURRENT_H__F95087E5_28B1_4B27_B2B1_46B9FD073FE6__INCLUDED_)
#define AFX_SETCURRENT_H__F95087E5_28B1_4B27_B2B1_46B9FD073FE6__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetCurrent.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// SetCurrent dialog
#define ADMinvalue 1
#define ADMaxvalue 999
class SetCurrent : public CPropertyPage
{
DECLARE_DYNCREATE(SetCurrent)
// Construction
public:
SetCurrent();
~SetCurrent();
unsigned int PWMNum;
// Dialog Data
//{{AFX_DATA(SetCurrent)
enum { IDD = IDD_DIALOG_SetCurrent };
CComboBox m_RHCurrent;
CComboBox m_CurrentSet;
UINT m_SetCurrent_Frequency;
//}}AFX_DATA
UINT RHFlag;
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(SetCurrent)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(SetCurrent)
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnButton2();
afx_msg void OnButton1();
afx_msg void OnButton3();
afx_msg void OnEditchangeCombo1();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnSelchangeCombo1();
afx_msg void OnButton4();
afx_msg void OnButton5();
afx_msg void OnButton6();
afx_msg void OnEditchangeCombo2();
afx_msg void OnSelchangeCombo2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETCURRENT_H__F95087E5_28B1_4B27_B2B1_46B9FD073FE6__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -