📄 storeview.h
字号:
// StoreView.h : interface of the CStoreView class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_STOREVIEW_H__ECA89A9A_19D4_4DE6_B0B1_B63256ED91F1__INCLUDED_)
#define AFX_STOREVIEW_H__ECA89A9A_19D4_4DE6_B0B1_B63256ED91F1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CStoreView : public CFormView
{
protected: // create from serialization only
CStoreView();
DECLARE_DYNCREATE(CStoreView)
public:
//{{AFX_DATA(CStoreView)
enum{ IDD = IDD_STORE_FORM };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
// Attributes
public:
CStoreDoc* GetDocument();
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CStoreView)
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);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CStoreView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected:
// Generated message map functions
protected:
//{{AFX_MSG(CStoreView)
afx_msg void OnInputBuyInputForm();
afx_msg void OnInputMaterialMoveForm();
afx_msg void OnInputMaterialOutputForm();
afx_msg void OnInputProductInputForm();
afx_msg void OnInputProductLoseForm();
afx_msg void OnInputProductOutputForm();
afx_msg void OnInputProductMoveForm();
afx_msg void OnSearchBuyInputForm();
afx_msg void OnSearchMaterialMoveForm();
afx_msg void OnSearchMaterialOutputForm();
afx_msg void OnSearchProductInputForm();
afx_msg void OnSearchProductOutputForm();
afx_msg void OnSearchProductLoseForm();
afx_msg void OnSearchProductMoveForm();
afx_msg void OnAnalysisSumProduct();
afx_msg void OnAnalysisProductInput();
afx_msg void OnAnalysisMaterialInputForm();
afx_msg void OnAnalysisProductOutputForm();
afx_msg void OnAnalysisMaterialOutputForm();
afx_msg void OnInputSumary();
afx_msg void OnSearchSumary();
afx_msg void OnInputAccount();
afx_msg void OnInputMaterialLoseForm();
afx_msg void OnSearchMaterialLoseForm();
afx_msg void OnInputMaterialSummary();
afx_msg void OnAnalysisSumMaterial();
afx_msg void OnSetProductInfo();
afx_msg void OnSetMaterialInfo();
afx_msg void OnAnalysisalarmMaterial();
afx_msg void OnAnalysisAlarmProduct();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in StoreView.cpp
inline CStoreDoc* CStoreView::GetDocument()
{ return (CStoreDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STOREVIEW_H__ECA89A9A_19D4_4DE6_B0B1_B63256ED91F1__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -