?? mainfrm.h
字號:
// MainFrm.h : interface of the CMainFrame class
//
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_)
#define AFX_MAINFRM_H__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "CoolTabBar.h"
#include "CoolListBox.h"
#include ".\\3D-MaxTab\\RollupCtrl.h"
#include ".\\coolmenu\\CoolMenu.h"
#include ".\\TrayIco\\SystemIcon.h"
#include "InfoLookDialog.h"
#include ".\\clock\\EDCLOCK.H"//工具欄上的時鐘
#include "Page3.h"
class CMainFrame : public CFrameWnd
{
protected: // create from serialization only
CMainFrame();
DECLARE_DYNCREATE(CMainFrame)
// Attributes
public:
// Operations
public:
BOOL PlayResource(WORD wResourceID);
BOOL CreateExToolBar();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMainFrame)
public:
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
protected:
virtual void DoDataExchange(CDataExchange* pDX);
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CMainFrame();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
protected: // control bar embedded members
// CQQView* pView;
CReBar m_wndReBar; //Rebar條
CStatusBar m_wndStatusBar;
CToolBar m_wndToolBar;
CCoolTabBar m_wndTabBar;
CCoolListBox m_wndListBox1;
CCoolListBox m_wndListBox2;
CLEDClock m_clock; //時鐘對象
CCoolMenu m_CoolMenu;
CSystemIcon m_systemIcon ; //任務欄圖標類
CInfoLookDialog m_InfoLookDialog;//消息顯示對話框
CPage3 page3;
public:
void RestorViewBmp();
CRollupCtrl m_wndRollupCtrl;
// Generated message map functions
protected:
CDialogBar m_wndDialogBar;
//{{AFX_MSG(CMainFrame)
afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
afx_msg void OnClose();
afx_msg void OnHelp();
afx_msg void OnEmail();
afx_msg void OnExit();
afx_msg void OnAppWzd();
afx_msg void OnPre();
afx_msg void OnBack();
afx_msg void OnSizing(UINT fwSide, LPRECT pRect);
//}}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__E710476A_1E9E_4198_A902_2FA0B32BD707__INCLUDED_)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -