📄 camtestdlg.h
字号:
// camtestDlg.h : header file
//
#if !defined(AFX_CAMTESTDLG_H__D934F426_6869_11D7_AE3C_10BE48C10001__INCLUDED_)
#define AFX_CAMTESTDLG_H__D934F426_6869_11D7_AE3C_10BE48C10001__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
/////////////////////////////////////////////////////////////////////////////
// CCamtestDlg dialog
class CCamtestDlg : public CDialog
{
// Construction
public:
CCamtestDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCamtestDlg)
enum { IDD = IDD_CAMTEST_DIALOG };
CComboBox m_cNOB;
CComboBox m_cFunction;
CComboBox m_cAddress;
CComboBox m_cStation;
CComboBox m_cCrate;
CListBox m_cDataLB;
CButton m_cXBit;
CButton m_cQBit;
CString m_sValue;
CString m_sNTR;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCamtestDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
int m_nC;
int m_nN;
int m_nA;
int m_nF;
int m_nValue;
int m_nNOB;
int m_nNTR;
// Generated message map functions
//{{AFX_MSG(CCamtestDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnExecute();
afx_msg void OnDMARead();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
void Read_Controls();
void Update_GUI();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_CAMTESTDLG_H__D934F426_6869_11D7_AE3C_10BE48C10001__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -