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

📄 smsnet.h

📁 sms发送短信的程序
💻 H
字号:
/*   * 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.   */#ifndef SMSNet_H #define SMSNet_H#include <fox-1.4/fx.h>class FXAPI SMSNet {private:protected:public: SMSNet(); ~SMSNet();  FXint numberOK(const FXchar  *numer); FXint numberOK(const FXString numer){return numberOK(numer.text());}};enum { NR_ERA=1,       NR_PLUS,       NR_IDEA,       NR_HEYAH,       NR_SAMISWOI};#endif /* SMSNet_H */

⌨️ 快捷键说明

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