?? setpara3dlg.h
字號:
#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
//
/////////////////////////////////////////////////////////////////////////////
// CSetPara3Dlg dialog
class CSetPara3Dlg : public CDialog
{
// Construction
public:
CSetPara3Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CSetPara3Dlg)
enum { IDD = IDD_SETPARA3 };
CListBox m_dcjList;
CListBox m_cjList;
CListBox m_bfList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSetPara3Dlg)
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(CSetPara3Dlg)
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 + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -