📄 p09005435view.h
字号:
// p09005435View.h : interface of the CP09005435View class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_P09005435VIEW_H__7A017DFA_6625_4C0A_98C7_6A88C1F9D18E__INCLUDED_)
#define AFX_P09005435VIEW_H__7A017DFA_6625_4C0A_98C7_6A88C1F9D18E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "lianbiao.h"
class CP09005435View : public CListView
{
protected: // create from serialization only
CP09005435View();
DECLARE_DYNCREATE(CP09005435View)
// Attributes
public:
CP09005435Doc* GetDocument();
void updatashow(Cbooklianbiao * penter,CString coud);
// Operations
public:
int sign;
lianbiao * phead;
int jieshu;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CP09005435View)
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);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CP09005435View();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CP09005435View)
afx_msg void OnMatrix1();
afx_msg void OnMatrix2();
afx_msg void OnMatrixAdd();
afx_msg void OnMatrixMinus();
afx_msg void OnMatrixMulti();
afx_msg void OnMatrixTranspose();
afx_msg void OnMatrixSetvalue();
afx_msg void OnLianbiaoCreate();
afx_msg void OnLianbiaoDelete();
afx_msg void OnLianbiaoCharu();
afx_msg void OnLianbiaoAdd();
afx_msg void OnIookupInbank();
afx_msg void OnLookupOutbank();
afx_msg void OnLookupAll();
afx_msg void OnLookupAppoint();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in p09005435View.cpp
inline CP09005435Doc* CP09005435View::GetDocument()
{ return (CP09005435Doc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_P09005435VIEW_H__7A017DFA_6625_4C0A_98C7_6A88C1F9D18E__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -