用于EagleEye3.0 规则集漏报和误报测试的示例项目,项目收集于github和gitee
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Guo XIn 291e661666 first commit 5 months ago
..
SMcListViewEx first commit 5 months ago
dlghelp first commit 5 months ago
gif first commit 5 months ago
image3d first commit 5 months ago
propgrid first commit 5 months ago
reole first commit 5 months ago
smiley first commit 5 months ago
trayicon first commit 5 months ago
ExtendCtrls.cpp first commit 5 months ago
ExtendCtrls.h first commit 5 months ago
ExtendSkins.cpp first commit 5 months ago
ExtendSkins.h first commit 5 months ago
FileHelper.h first commit 5 months ago
SAniWindow.cpp first commit 5 months ago
SAniWindow.h first commit 5 months ago
SAnimImg.cpp first commit 5 months ago
SAnimImg.h first commit 5 months ago
SAnimator.h first commit 5 months ago
SButtonEx.cpp first commit 5 months ago
SButtonEx.h first commit 5 months ago
SByteArray.cpp first commit 5 months ago
SByteArray.h first commit 5 months ago
SCalendar2.cpp first commit 5 months ago
SCalendar2.h first commit 5 months ago
SChatEdit.cpp first commit 5 months ago
SChatEdit.h first commit 5 months ago
SCheckBox2.cpp first commit 5 months ago
SCheckBox2.h first commit 5 months ago
SChromeTabCtrl.cpp first commit 5 months ago
SChromeTabCtrl.h first commit 5 months ago
SComboBoxEx.cpp first commit 5 months ago
SComboBoxEx.h first commit 5 months ago
SDateTimeEdit.cpp first commit 5 months ago
SDateTimeEdit.h first commit 5 months ago
SDocHostUIHandler.cpp first commit 5 months ago
SDocHostUIHandler.h first commit 5 months ago
SFadeFrame.cpp first commit 5 months ago
SFadeFrame.h first commit 5 months ago
SFreeMoveWindow.cpp first commit 5 months ago
SFreeMoveWindow.h first commit 5 months ago
SGroupList.cpp first commit 5 months ago
SGroupList.h first commit 5 months ago
SHexEdit.cpp first commit 5 months ago
SHexEdit.h first commit 5 months ago
SIECtrl.cpp first commit 5 months ago
SIECtrl.h first commit 5 months ago
SIPAddressCtrl.cpp first commit 5 months ago
SIPAddressCtrl.h first commit 5 months ago
SImageMaskWnd.cpp first commit 5 months ago
SImageMaskWnd.h first commit 5 months ago
SImagePlayer.cpp first commit 5 months ago
SImagePlayer.h first commit 5 months ago
SItembox.cpp first commit 5 months ago
SItembox.h first commit 5 months ago
SListCtrlEx.cpp first commit 5 months ago
SListCtrlEx.h first commit 5 months ago
SListboxex.cpp first commit 5 months ago
SListboxex.h first commit 5 months ago
SProgressRing.cpp first commit 5 months ago
SProgressRing.h first commit 5 months ago
SRadioBox2.cpp first commit 5 months ago
SRadioBox2.h first commit 5 months ago
SRatingBar.cpp first commit 5 months ago
SRatingBar.h first commit 5 months ago
SRealWndHandler_Scintilla.cpp first commit 5 months ago
SRealWndHandler_Scintilla.h first commit 5 months ago
SRoundImage.cpp first commit 5 months ago
SRoundImage.h first commit 5 months ago
SScrollText.cpp first commit 5 months ago
SScrollText.h first commit 5 months ago
SSkinImgFrame3.cpp first commit 5 months ago
SSkinImgFrame3.h first commit 5 months ago
SSkinNewScrollBar.h first commit 5 months ago
SSplitBar.cpp first commit 5 months ago
SSplitBar.h first commit 5 months ago
SStaticGdip.cpp first commit 5 months ago
SStaticGdip.h first commit 5 months ago
STabCtrl2.cpp first commit 5 months ago
STabCtrl2.h first commit 5 months ago
SText.cpp first commit 5 months ago
SText.h first commit 5 months ago
STreeBox.cpp first commit 5 months ago
STreeBox.h first commit 5 months ago
STurn3DView.cpp first commit 5 months ago
STurn3DView.h first commit 5 months ago
SVscrollbar.h first commit 5 months ago
SWkeWebkit.cpp first commit 5 months ago
SWkeWebkit.h first commit 5 months ago
ScintillaWnd.cpp first commit 5 months ago
ScintillaWnd.h first commit 5 months ago
TipWnd.cpp first commit 5 months ago
TipWnd.h first commit 5 months ago
readme.txt first commit 5 months ago
reg.h first commit 5 months ago

readme.txt

这里提供扩展控件。所有扩展控件在使用前先注册到系统。
假定一个控件名为CTestCtrl
控件注册:
SApplication::getSingleton().RegisterWndFactory(TplSWindowFactory<CTestCtrl>());
反注册:
SApplication::getSingleton().UnregisterWndFactory(CTestCtrl::GetClassName());