📄 aiaodlg.h
字号:
#if !defined(AFX_AIAODLG_H__985687A0_564F_4764_B479_332DCEBD1BAC__INCLUDED_)
#define AFX_AIAODLG_H__985687A0_564F_4764_B479_332DCEBD1BAC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// AIAODlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CAIAODlg dialog
class CAIAODlg : public CDialog
{
// Construction
public:
CAIAODlg(CWnd* pParent = NULL); // standard constructor
//----- add by Yeh --------------
CAIAODlg(int type, int addr, CWnd* pParent = NULL);
int m_type, m_idx;
//------- end of Add ------------
// Dialog Data
//{{AFX_DATA(CAIAODlg)
enum { IDD = IDD_AIAOTAG_DIALOG };
CStatic m_rl_text;
CStatic m_rh_text;
CStatic m_fl_text;
CStatic m_bl_text;
CStatic m_bh_text;
CEdit m_rl_ctrl;
CEdit m_rh_ctrl;
CEdit m_fl_ctrl;
CEdit m_bl_ctrl;
CEdit m_bh_ctrl;
float m_bh;
float m_bl;
float m_fl;
float m_h_limit;
float m_hh_limit;
float m_init;
float m_l_limit;
float m_dead;
float m_ll_limit;
CString m_addr;
float m_rh;
float m_rl;
float m_curr;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CAIAODlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CAIAODlg)
virtual BOOL OnInitDialog();
virtual void OnOK();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_AIAODLG_H__985687A0_564F_4764_B479_332DCEBD1BAC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -