?? fixedassetsview.h
字號(hào):
// FixedAssetsView.h : interface of the CFixedAssetsView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_FIXEDASSETSVIEW_H__0276B0DF_EBC1_4292_9CC5_47E9F7EAFD79__INCLUDED_)
#define AFX_FIXEDASSETSVIEW_H__0276B0DF_EBC1_4292_9CC5_47E9F7EAFD79__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include <afxdao.h>
class CFixedAssetsView : public CFormView
{
protected: // create from serialization only
CFixedAssetsView();
DECLARE_DYNCREATE(CFixedAssetsView)
public:
//{{AFX_DATA(CFixedAssetsView)
enum{ IDD = IDD_FIXEDASSETS_FORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
CFixedAssetsDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFixedAssetsView)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
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 OnPrint(CDC* pDC, CPrintInfo* pInfo);
virtual void OnDraw(CDC* pDC);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CFixedAssetsView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CFixedAssetsView)
afx_msg void OnAdd();
afx_msg void OnModify();
afx_msg void OnLiquidate();
afx_msg void OnLoan();
afx_msg void OnRepaire();
afx_msg void OnAssettype();
afx_msg void OnDepartment();
afx_msg void OnDepositary();
afx_msg void OnAddmode();
afx_msg void OnKeeper();
afx_msg void OnCleartype();
afx_msg void OnFindLoan();
afx_msg void OnFindGiveback();
afx_msg void OnFindRepair();
afx_msg void OnFindLiquidate();
afx_msg void OnFindOther();
afx_msg void OnFindDepreciation();
afx_msg void OnGiveBack();
afx_msg void OnRepaired();
afx_msg void OnFindRepaired();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in FixedAssetsView.cpp
inline CFixedAssetsDoc* CFixedAssetsView::GetDocument()
{ return (CFixedAssetsDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FIXEDASSETSVIEW_H__0276B0DF_EBC1_4292_9CC5_47E9F7EAFD79__INCLUDED_)
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -