pfwininitdialog.h
来自「PowerFish is a class library, intended t」· C头文件 代码 · 共 26 行
H
26 行
///////////////////////////////////////////////////////////////////////////////////////////////////// PowerFish///////////////////////////////////////////////////////////////////////////////////////////////////// copyright (c) Camilla Berglund (camilla@uds.se)// this source code is licensed under the GNU GPL// see http://www.gnu.org/copyleft/gpl.html for details///////////////////////////////////////////////////////////////////////////////////////////////////#pragma once///////////////////////////////////////////////////////////////////////////////////////////////////class PfWinInitDialog : public PfWinDialog{public:// constructors PfWinInitDialog(void); virtual ~PfWinInitDialog(void);// accessors void SetMessage(const char* szMessage);protected:// event handlers virtual bool OnOK(void); virtual bool OnCancel(void);};///////////////////////////////////////////////////////////////////////////////////////////////////
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?