⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 smsabout.cpp

📁 sms发送短信的程序
💻 CPP
字号:
/*   * 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -