📄 smsnew.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 "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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -