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

📄 mainfrm.h

📁 离线的RSS阅读器
💻 H
字号:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////

#include "StaticSplitterWnd.h"
#include "NoBorderSplitterWnd.h"

#if !defined(AFX_MAINFRM_H__46D9CC49_119B_42B1_B1FA_3B5D261318FE__INCLUDED_)
#define AFX_MAINFRM_H__46D9CC49_119B_42B1_B1FA_3B5D261318FE__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:
	BOOL funTransmit(OperatorType type,void *param);
// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMainFrame)
	virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
	//}}AFX_VIRTUAL
	BOOL OnCreateClient(LPCREATESTRUCT lpcs, CCreateContext* pContext);
	void newRootCategory();
	int sortType();
// Implementation
public:
	virtual ~CMainFrame();
#ifdef _DEBUG
	virtual void AssertValid() const;
	virtual void Dump(CDumpContext& dc) const;
#endif

public:  // control bar embedded members
	CStatusBar  m_wndStatusBar;
	CToolBar    m_wndToolBar;
	/*CNoBorderSplitterWnd m_spli1,m_spli2;*/
	CSplitterWnd m_spli1,m_spli2;
	CStaticSplitterWnd m_spli3,m_spli4;
	void sortItem(int type,int arc);

	void findALL(char *key);
// Generated message map functions
public:
	//{{AFX_MSG(CMainFrame)
	afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
	afx_msg void OnFileImport();
	afx_msg void OnFileExport();
	afx_msg void OnFileExit();
	afx_msg void OnCategoryNew();
	afx_msg void OnChannelNew();
	afx_msg void OnCategoryDelete();
	afx_msg void OnCategoryModify();
	afx_msg void onShowChannel();
	afx_msg void onUpdateChannel();
	afx_msg void onDeleteChannel();
	afx_msg void onSearchChannel();
	afx_msg void OnCategorySearch();
	afx_msg void OnUpdateALL();
	afx_msg void OnUpdateTreeSelect(CCmdUI* pCmdUI);
	afx_msg void OnUpdateRss(CCmdUI* pCmdUI);
	afx_msg void OnUpdateChannelAndCategory(CCmdUI* pCmdUI);
	afx_msg void OnChannelSortAuthor();
	afx_msg void OnChannelSortDown();
	afx_msg void OnChannelSortTitle();
	afx_msg void OnChannelSortUp();
	afx_msg void OnChannelSortTime();
	afx_msg void OnClose();
	afx_msg void OnCategoryNewRoot();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
	CImageList m_imageList;
	
};

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

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

#endif // !defined(AFX_MAINFRM_H__46D9CC49_119B_42B1_B1FA_3B5D261318FE__INCLUDED_)

⌨️ 快捷键说明

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