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

📄 fxsms.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 FXSMS_H #define FXSMS_H#include <fox-1.4/fx.h>class FXAPI FXSMS {private:protected: static FXuchar  plChars[]; static FXuchar  usChars[]; static FXString phone; static FXString message; static FXString proxyAddress; static FXString proxyPort; static FXint    proxy; static FXString error;//FXProgressDialog *progress;  	FXApp    *app;public:// constructor FXSMS(){} FXSMS(FXApp * a){app=a;}// virtual ~FXSMS(); ~FXSMS(){}; FXString   convert(FXString s); void       setProxyAddress(FXString a); void       setProxyPort(FXString p); void       useProxy(FXint p); void       setPhone(FXString ph); void       setMessage(FXString ms); const char *getError(void);};#endif /* FXSMS_H */

⌨️ 快捷键说明

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