📄 syspara.h
字号:
#if !defined(AFX_SYSPARA_H__B17E7DFB_E220_4365_836E_C5CF56EDDBE3__INCLUDED_)
#define AFX_SYSPARA_H__B17E7DFB_E220_4365_836E_C5CF56EDDBE3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SysPara.h : header file
//
#include "mydata.h"
/////////////////////////////////////////////////////////////////////////////
// CSysPara dialog
class CSysPara : public CDialog
{
// Construction
public:
void ShowSysPara(int no);
CString GetChanPara(DEVPARA * dev);
CString GetChanType(uchar type);
CSysPara(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSysPara)
enum { IDD = IDD_DIALOG_SYSPARA };
CComboBox m_chan_no;
int m_chanNum;
int m_dataNum;
int m_timeNum;
CString m_rchanPara;
CString m_rchanType;
CString m_tchanPara;
CString m_tchanType;
CString m_termType;
//}}AFX_DATA
int m_no;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSysPara)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CSysPara)
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeChanNo();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SYSPARA_H__B17E7DFB_E220_4365_836E_C5CF56EDDBE3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -