splashscreen.h
来自「EVC4.0开发的国际象棋的元代码」· C头文件 代码 · 共 21 行
H
21 行
/****************************************************
Author: S. Senthil kumar
Class Name: SplashScreen
Purpose: Shows the splash screen
******************************************************/
class SplashScreen:public CDialog
{
public:
SplashScreen();
int OnInitDialog();
void OnOK();
void OnCancel();
void PostNcDestroy();
void OnLButtonDown(UINT flags,CPoint point);
DECLARE_MESSAGE_MAP();
};
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?