splash.h
来自「3D reconstruction, medical image process」· C头文件 代码 · 共 56 行
H
56 行
// CG: This file was added by the Splash Screen component.#ifndef _SPLASH_SCRN_#define _SPLASH_SCRN_// Splash.h : header file///////////////////////////////////////////////////////////////////////////////// Splash Screen classclass RxSplashWnd : public CWnd{// Constructionprotected: RxSplashWnd();// Attributes:public: CBitmap m_bitmap;// Operationspublic: static void EnableSplashScreen(BOOL bEnable = TRUE); static void ShowSplashScreen(CWnd* pParentWnd = NULL); static BOOL PreTranslateAppMessage(MSG* pMsg);// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(RxSplashWnd) //}}AFX_VIRTUAL// Implementationpublic: ~RxSplashWnd(); virtual void PostNcDestroy();protected: BOOL Create(CWnd* pParentWnd = NULL); void HideSplashScreen(); static BOOL c_bShowSplashWnd; static RxSplashWnd* c_pSplashWnd;// Generated message map functionsprotected: //{{AFX_MSG(RxSplashWnd) afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); afx_msg void OnPaint(); afx_msg void OnTimer(UINT nIDEvent); //}}AFX_MSG DECLARE_MESSAGE_MAP()};#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?