📄 logview.h
字号:
#if !defined(AFX_LOGVIEW_H__45C05766_AC06_4E49_AEEC_20D3B679D335__INCLUDED_)
#define AFX_LOGVIEW_H__45C05766_AC06_4E49_AEEC_20D3B679D335__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LogView.h : header file
#include "StuTranInLog.h"
#include "StuTraOutLog.h"
#include "StuTranLog.h"
#include "StuGraduate.h"
#include "StuOutLog.h"
//
/////////////////////////////////////////////////////////////////////////////
// CLogView dialog
class CLogView : public CDialog
{
// Construction
public:
CLogView(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLogView)
enum { IDD = IDD_LOGVIEW_DIALOG };
CComboBox m_combo;
CListCtrl m_list;
//}}AFX_DATA
CStuTranInLog *m_pTranIn;
CStuTraOutLog *m_pTranOut;
CStuTranLog *m_pTranLog;
CStuGraduate *m_pGraLog;
CStuOutLog *m_pOutLog;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLogView)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLogView)
afx_msg void OnSelchangeCombo1();
virtual BOOL OnInitDialog();
afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
private:
void setGraLog();
void setOutLog();
void setTranLog();
void setTranOut();
void setTransIn();
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOGVIEW_H__45C05766_AC06_4E49_AEEC_20D3B679D335__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -