⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 material_misview.h

📁 支持ACCESS数据库的数据的查询、打印、统计等
💻 H
字号:
// Material_MISView.h : interface of the CMaterial_MISView class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MATERIAL_MISVIEW_H__E031A217_1476_40AD_A6A1_3984B3A7FA4F__INCLUDED_)
#define AFX_MATERIAL_MISVIEW_H__E031A217_1476_40AD_A6A1_3984B3A7FA4F__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000



#include "Material_MISDoc.h"

class CMaterial_MISView : public CView
{
protected: // create from serialization only
	CMaterial_MISView();
	DECLARE_DYNCREATE(CMaterial_MISView)

// Attributes
public:
	CMaterial_MISDoc* GetDocument();

// Operations
public:
	BOOL del_confirm;

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMaterial_MISView)
	public:
	virtual void OnDraw(CDC* pDC);  // overridden to draw this view
	virtual void OnInitialUpdate();
	//}}AFX_VIRTUAL

// Implementation
public:
	int tt;
	int flag;
	int num,num1;
	COleDateTime m_t2;
	COleDateTime m_t1;
    CString seq[10000],chex[10000],wo[10000],mi[10000],neis[10000],wais[10000],dd[10000],chex1[10000],No[200],Nod[200],shuliang[200],pipo[10000];

	void LoadListCtrl();
	CString m_sCurrentList;
	virtual ~CMaterial_MISView();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:

// Generated message map functions
protected:
	//{{AFX_MSG(CMaterial_MISView)
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint point);
	afx_msg void OnMenuListbasicinfo();
	afx_msg void OnMenuListbasicinfo1();
	afx_msg void OnMenuitemPi();
	afx_msg void OnMENUITEMpipo();
	afx_msg void OnMenuitemPo();
	afx_msg void OnMenuitemPopbs();
	afx_msg void OnMenuitemPbs();
	afx_msg void OnMenuPbs();
	afx_msg void OnMENUpio();
	afx_msg void OnMENUpopbs();
	afx_msg void OnS();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	void Drcx();
	void Dpopb();
	void Dpipo();
	void Dpbs();
	void Dpo();
	void Dpi();
	void pbw();
	void pbr();
	void pow1();
	void por1();
	void tj1();
	void tj();
	void por();
	void pir();
	void piw();
	void pow();
	void CreateMaterialInfodpbs();
	void CreateMaterialInfo1();
	void CreateMaterialInfo();
	CListCtrl m_ListCtrl;
	CStatic m_StaticCtrl;
	CFont font;
};

#ifndef _DEBUG  // debug version in Material_MISView.cpp
inline CMaterial_MISDoc* CMaterial_MISView::GetDocument()
   { return (CMaterial_MISDoc*)m_pDocument; }
#endif

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_MATERIAL_MISVIEW_H__E031A217_1476_40AD_A6A1_3984B3A7FA4F__INCLUDED_)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -