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

📄 mainfrm.h

📁 用VC编写的立体仓库的管理软件源程序和设计说明书。
💻 H
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAINFRM_H__8EA5BF00_9CE4_4978_B6F5_2FEC910B01D1__INCLUDED_)
#define AFX_MAINFRM_H__8EA5BF00_9CE4_4978_B6F5_2FEC910B01D1__INCLUDED_

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

class CMainFrame : public CFrameWnd
{
	
protected: // create from serialization only
	CMainFrame();
	DECLARE_DYNCREATE(CMainFrame)

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	protected:
	virtual BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CMainFrame();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

protected:  // control bar embedded members
	CSplitterWnd m_wndSplitter1;
	CSplitterWnd m_wndSplitter2;
	CStatusBar   m_wndStatusBar;
	CToolBar     m_wndToolBar;
	HICON        m_hIcon;

// Generated message map functions
protected:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnWindowPosChanging(WINDOWPOS FAR* lpwndpos);
	afx_msg void OnBackup();
	afx_msg void OnAdministratorInfo();
	afx_msg void OnWorklog();
	afx_msg void OnRestore();
	afx_msg void OnStockAlert();
	afx_msg void OnAdjustTask();
	afx_msg void OnInputTask();
	afx_msg void OnCustomerInfo();
	afx_msg void OnSupplierInfo();
	afx_msg void OnCarrierInfo();
	afx_msg void OnProductsInfo();
	afx_msg void OnStockSet();
	afx_msg void OnTrayInfo();
	afx_msg void OnDeviceFault();
	afx_msg void OnOutTask();
	afx_msg void OnGoodsStoryQuery();
	afx_msg void OnSortTask();
	afx_msg void OnOrderInlibSearch();
	afx_msg void OnSiteInfo();
	afx_msg void OnOrderOutlibSearch();
	afx_msg void OnInlibInfoQuery();
	afx_msg void OnOulibInfoQuery();
	afx_msg void OnClose();
	afx_msg void OnManageTask();
	afx_msg void OnStockVelocity();
	afx_msg void OnAverageTime();
	afx_msg void OnEquipmentAvailability();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_MAINFRM_H__8EA5BF00_9CE4_4978_B6F5_2FEC910B01D1__INCLUDED_)

⌨️ 快捷键说明

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