📄 protocolpara.h
字号:
#if !defined(AFX_PROTOCOLPARA_H__4B8CA9F8_A9F8_11D3_B29B_0000B4916054__INCLUDED_)
#define AFX_PROTOCOLPARA_H__4B8CA9F8_A9F8_11D3_B29B_0000B4916054__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ProtocolPara.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CProtocolPara dialog
class CProtocolPara : public CDialog
{
DECLARE_DYNCREATE(CProtocolPara)
// Construction
public:
CProtocolPara();
~CProtocolPara();
bool SaveAProtocolPara();
BYTE CurRtuNo;
BYTE CurProtocol;
// Dialog Data
//{{AFX_DATA(CProtocolPara)
enum { IDD = IDD_PROTOCOL_PARA };
CComboBox m_SelSynWord;
CComboBox m_JinZhi;
CComboBox m_FuHao;
int m_Radio_BMYes;
int m_Radio_JFYes;
int m_Radio_ZDYes;
int m_Radio_BMNo;
int m_Radio_JFNo;
int m_Radio_ZDNo;
CString m_StartYx;
CString m_StartYc;
CString m_StartKwh;
CString m_CustomSynWord;
BOOL m_CheckCustom;
BOOL m_ONoPerchPre;
//}}AFX_DATA
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CProtocolPara)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CProtocolPara)
virtual BOOL OnInitDialog();
afx_msg void OnRadioBmyes();
afx_msg void OnRadioJfyes();
afx_msg void OnRadioZdyes();
afx_msg void OnRadioBmno();
afx_msg void OnRadioJfno();
afx_msg void OnRadioZdno();
afx_msg void OnChar(UINT nChar, UINT nRepCnt, UINT nFlags);
afx_msg void OnChangeStartKwh();
afx_msg void OnChangeStartYc();
afx_msg void OnChangeStartYx();
afx_msg void OnCheckCustom();
afx_msg void OnChangeCustomSynword();
afx_msg void OnUpdateStartKwh();
afx_msg void OnSelchangeSelSynword();
afx_msg void OnSelchangeComboJinzhi();
afx_msg void OnSelchangeComboFuhao();
virtual void OnOK();
afx_msg void OnDefaultValue();
afx_msg void OnCheck1();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PROTOCOLPARA_H__4B8CA9F8_A9F8_11D3_B29B_0000B4916054__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -