📄 autofull.h
字号:
#if !defined(AFX_AUTOFULL_H__D06BEB01_D501_4E00_BA9D_4ED67B640248__INCLUDED_)
#define AFX_AUTOFULL_H__D06BEB01_D501_4E00_BA9D_4ED67B640248__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AutoFull.h : header file
//
#include "alm1.h"
/////////////////////////////////////////////////////////////////////////////
// CAutoFull dialog
class CAutoFull : public CDialog
{
// Construction
public:
CAutoFull(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CAutoFull)
enum { IDD = IDD_DIALOGAUTOFULL };
CStatic m_vac;
CStatic m_sdm;
CStatic m_mop;
CStatic m_emc;
CStatic m_efp;
CStatic m_ck;
CStatic m_auto;
double m_mdmx;
double m_mdmz;
double m_mdmsy;
double m_mdsx;
double m_mdsz;
CString m_mdmx_str;
CString m_mdmz_str;
CString m_mdmsy_str;
CString m_mdsx_str;
CString m_mdsz_str;
int m_fixstep;
int m_timecount;
int m_inputdata;
//}}AFX_DATA
CPoint led[7];
Calm1 * dlgalm1;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAutoFull)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAutoFull)
afx_msg void OnButton1();
afx_msg void OnButton2();
afx_msg void OnButton3();
afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
afx_msg void OnButton4();
afx_msg void OnTimer(UINT nIDEvent);
virtual BOOL OnInitDialog();
afx_msg void OnButton5();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AUTOFULL_H__D06BEB01_D501_4E00_BA9D_4ED67B640248__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -