smsabout.cpp

来自「sms发送短信的程序」· C++ 代码 · 共 22 行

CPP
22
字号
/*   * Written By S砤womir Szczyrba <steev@hot.pl>  * All rights reserved. No warrenties, use at your own risk.   * This source is distributed under the GNU GENERAL PUBLIC LICENCE,   * see the file "COPYING" for more information.   */#include "SMSAbout.h"//FXIMPLEMENT(SMSAbout,FXDialogBox,SMSAboutMap,ARRAYNUMBER(SMSAboutMap))SMSAbout::SMSAbout(FXApp* a,const FXString& name):FXDialogBox(a,name){ construct(); }// Construct Wizard which will always float over the owner windowSMSAbout::SMSAbout(FXWindow* owner,const FXString& name):FXDialogBox(owner,name){ construct(); }// Common part of constructorvoid SMSAbout::construct(){ FXLabel  * l;// FXButton * b; lab1="

⌨️ 快捷键说明

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