📄 resultview.h
字号:
#if !defined(AFX_RESULTVIEW_H__7A643B33_5D63_46F1_9A7A_3C7E81879CB3__INCLUDED_)
#define AFX_RESULTVIEW_H__7A643B33_5D63_46F1_9A7A_3C7E81879CB3__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ResultView.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CResultView dialog
class CResultView : public CDialog
{
// Construction
public:
void matlab_paint_sumary();
void matlab_paint_one();
void update_agent_flag();
void update_task_flag();
void showResultList();
CResultView(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CResultView)
enum { IDD = IDD_DIALOG_RESULTVIEW };
CListBox m_listGA;
CListBox m_listRand;
CListBox m_listDFS;
CListBox m_list;
int m_testID;
float m_editResRand;
float m_editReDFS;
float m_editResGA;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CResultView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CResultView)
afx_msg void OnButton_GO();
afx_msg void OnButtonNext();
afx_msg void OnButtonLast();
afx_msg void OnButtonFirst();
afx_msg void OnChangeEditTestid();
afx_msg void OnBUTTONSaveToFile();
afx_msg void OnButtonCompare();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_RESULTVIEW_H__7A643B33_5D63_46F1_9A7A_3C7E81879CB3__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -