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

📄 mainfrm.h

📁 标签控制
💻 H
字号:
/////////////////////////////////////////////////////////////////////////////

#if !defined(AFX_MAINFRM_H__5D337A27_4851_4CAF_9D90_D8A0FF3EB260__INCLUDED_)
#define AFX_MAINFRM_H__5D337A27_4851_4CAF_9D90_D8A0FF3EB260__INCLUDED_

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

#include "GfxSplitterWnd.h"
#include "GfxOutBarCtrl.h"
#include "FolderFrame.h"
#include "resource.h"

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

// Attributes
public:

	CGfxSplitterWnd	wndSplitter;
	CGfxOutBarCtrl	wndBar;
	CReBar			m_wndReBar;
	CImageList		imaLarge, imaSmall;

	CTreeCtrl		wndTree;

	CProgressCtrl   m_test; 
	int  timer;

// Operations
public:

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

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

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

	CFolderFrame	m_wndFolderFrame;
	virtual BOOL	OnCreateClient( LPCREATESTRUCT, CCreateContext* pcc);
	

	void StartSlideShow();

// Generated message map functions
protected:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnGfxLargeicon();
	afx_msg void OnUpdateGfxLargeicon(CCmdUI* pCmdUI);
	afx_msg void OnGfxSmallicon();
	afx_msg void OnUpdateGfxSmallicon(CCmdUI* pCmdUI);
	afx_msg void OnMsgRecieved();
	afx_msg void OnMsgSended();
	afx_msg void OnTelBook();
	afx_msg void OnGetAllSimMsg();
	afx_msg void OnRefreshSel();
	afx_msg void OnRefreshAll();
	afx_msg void OnMsgDeleted();
	afx_msg void OnWriteMsg();
	afx_msg void OnSchoolReportCard();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	afx_msg void OnToolbarDropDown(NMTOOLBAR* pnmh, LRESULT* plRes);
	afx_msg void OnGetMinMaxInfo(MINMAXINFO* lpMMI);
	afx_msg void OnContextMenu(CWnd* pWnd, CPoint pos);
	afx_msg long OnOutbarNotify(WPARAM wParam, LPARAM lParam);
	DECLARE_MESSAGE_MAP()
};

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

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

#endif // !defined(AFX_MAINFRM_H__5D337A27_4851_4CAF_9D90_D8A0FF3EB260__INCLUDED_)


⌨️ 快捷键说明

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