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

📄 mainfrm.h

📁 Resource editor base speadrum Chinese mobile
💻 H
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAINFRM_H__AE78273F_78EB_4E07_8C3D_0FC1CFC2054D__INCLUDED_)
#define AFX_MAINFRM_H__AE78273F_78EB_4E07_8C3D_0FC1CFC2054D__INCLUDED_

#include "BGWnd.h"	// Added by ClassView
#include "ModuleView.h"
#include "BinFileFactory.h"
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCoolBar;
class CMainFrame : public CMDIFrameWnd
{
	DECLARE_DYNAMIC(CMainFrame)
public:
	CMainFrame();

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	public:
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL

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

protected:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
public:
	CToolBar    m_wndToolBar;

// Generated message map functions
protected:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnUpdateFileNew(CCmdUI* pCmdUI);
	afx_msg void OnUpdateFileOpen(CCmdUI* pCmdUI);
	afx_msg void OnUpdateViewImg(CCmdUI* pCmdUI);
	afx_msg void OnUpdateViewRing(CCmdUI* pCmdUI);
	afx_msg void OnUpdateViewText(CCmdUI* pCmdUI);
	afx_msg void OnUpdateViewFont(CCmdUI* pCmdUI);
	afx_msg void OnUpdateProjectClose(CCmdUI* pCmdUI);
	afx_msg void OnUpdateFileSave(CCmdUI* pCmdUI);
	afx_msg void OnUpdateFileSaveAs(CCmdUI* pCmdUI);
	afx_msg void OnUpdateFileSaveImage(CCmdUI* pCmdUI);
	afx_msg void OnUpdateViewAnim(CCmdUI* pCmdUI);
	afx_msg void OnUpdateAddToModuleList(CCmdUI* pCmdUI);
    afx_msg void OnAddToModuleList();
	afx_msg void OnClose();
	afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
	afx_msg void OnAppHelp();
	afx_msg void OnSaveResource();
	afx_msg void OnUpdateSaveResource(CCmdUI* pCmdUI);
	afx_msg void OnViewModuleList();
	afx_msg void OnUpdateViewModuleList(CCmdUI* pCmdUI);
	afx_msg void OnOpenResource();
	afx_msg void OnUpdateOpenResource(CCmdUI* pCmdUI);
	afx_msg void OnUpdateOptionAnimTrans(CCmdUI* pCmdUI);
	afx_msg void OnUpdateOptionReport(CCmdUI* pCmdUI);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CBGWnd m_wndBG;
	CCoolBar* m_pOutBar;
	CModuleView *m_module_list;
	CBinFileFactory     * m_pBinFactory;
	CPrjFactory         * m_pPrjFactory;
};

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

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

#endif // !defined(AFX_MAINFRM_H__AE78273F_78EB_4E07_8C3D_0FC1CFC2054D__INCLUDED_)

⌨️ 快捷键说明

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