smsnew.cpp

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

CPP
15
字号
/*   * 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 "SMSNew.h"#include "SMSNewIco.h"SMSNew::SMSNew(FXApp * app):FXWizard(app,"Dodaj nowy kontakt",NULL,DECOR_TITLE|DECOR_BORDER) { FXPNGImage * icon   = new FXPNGImage(app,NewMoose);                           setImage(icon); FXGroupBox * dialog = new FXGroupBox(getContainer(),"Nowy kontakt",LAYOUT_FILL|FRAME_RIDGE,0,0,0,0, 10,10,0,0);                       new FXLabel(dialog,"Podaj imi

⌨️ 快捷键说明

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