📄 s2009072032view.h
字号:
// S2009072032View.h : interface of the CS2009072032View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_S2009072032VIEW_H__DCDE9267_950A_4C3C_BBB2_BC2E1F0476CC__INCLUDED_)
#define AFX_S2009072032VIEW_H__DCDE9267_950A_4C3C_BBB2_BC2E1F0476CC__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CS2009072032View : public CListView
{
protected: // create from serialization only
CS2009072032View();
DECLARE_DYNCREATE(CS2009072032View)
// Attributes
public:
CS2009072032Doc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CS2009072032View)
public:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void OnInitialUpdate(); // called first time after construct
virtual BOOL OnPreparePrinting(CPrintInfo* pInfo);
virtual void OnBeginPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnEndPrinting(CDC* pDC, CPrintInfo* pInfo);
virtual void OnUpdate(CView* pSender, LPARAM lHint, CObject* pHint);
//}}AFX_VIRTUAL
// Implementation
public:
void DispAllRec(int nTable,int nField, CString strFilter="");
int m_nSelTable;
virtual ~CS2009072032View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CS2009072032View)
afx_msg void OnOpAdd();
afx_msg void OnOpDelete();
afx_msg void OnOpModify();
afx_msg void OnOpQuery();
afx_msg void OnOpStatistic();
afx_msg void OnSeldataCourseinfo();
afx_msg void OnSeldataStuinfo();
afx_msg void OnSeldataStuscore();
afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
afx_msg void OnUpdateSeldataCourseinfo(CCmdUI* pCmdUI);
afx_msg void OnUpdateSeldataStuinfo(CCmdUI* pCmdUI);
afx_msg void OnUpdateSeldataStuscore(CCmdUI* pCmdUI);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in S2009072032View.cpp
inline CS2009072032Doc* CS2009072032View::GetDocument()
{ return (CS2009072032Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_S2009072032VIEW_H__DCDE9267_950A_4C3C_BBB2_BC2E1F0476CC__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -