cspdlg.h
来自「《Visual C++串口通信技术与典型实例》中所举例子的源代码」· C头文件 代码 · 共 60 行
H
60 行
#if !defined(AFX_SETPARA3DLG_H__59E6C26F_DAA2_4FB9_BBFC_E7E310281CB9__INCLUDED_)
#define AFX_SETPARA3DLG_H__59E6C26F_DAA2_4FB9_BBFC_E7E310281CB9__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SetPara3Dlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CCSPDlg dialog
class CCSPDlg : public CDialog
{
// Construction
public:
CCSPDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CCSPDlg)
enum { IDD = IDD_SETPARA3 };
CListBox m_dcjList;
CListBox m_cjList;
CListBox m_bfList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CCSPDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
void RefreshRelation();
int analystRs(CString cjname);
CStringArray m_dcjStrArray; //记录所有布防所对应的多个处警名
CStringArray strcj; //记录函数分析出的多个字符串,即单个布防所对应的多个处警名
// Generated message map functions
//{{AFX_MSG(CCSPDlg)
afx_msg void OnPrev();
afx_msg void OnFinish();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeList1();
afx_msg void OnCheckin();
afx_msg void OnCheckout();
afx_msg void OnDblclkList3();
afx_msg void OnDblclkList2();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SETPARA3DLG_H__59E6C26F_DAA2_4FB9_BBFC_E7E310281CB9__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?