用于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 10 months ago
..
porjectTemplates first commit 10 months ago
porjectTemplatesDefault first commit 10 months ago
res first commit 10 months ago
theme_sys_res first commit 10 months ago
trayicon first commit 10 months ago
uires first commit 10 months ago
AppUI.cpp first commit 10 months ago
AppUI.h first commit 10 months ago
MainDlg.cpp first commit 10 months ago
MainDlg.h first commit 10 months ago
ReadMe.txt first commit 10 months ago
Templates.inf first commit 10 months ago
demo.cpp first commit 10 months ago
demo.rc first commit 10 months ago
license.txt first commit 10 months ago
resource.h first commit 10 months ago
stdafx.cpp first commit 10 months ago
stdafx.h first commit 10 months ago

ReadMe.txt

========================================================================
[!output PROJECT_NAME] 项目概述
========================================================================

SOUI向导 已创建此 [!output PROJECT_NAME] 项目作为起点。

本文件概要介绍组成项目的每个文件的内容。


license.txt
SOUI license,发布请带上,tks!SOUI使用(MIT)协议,商业个人完全免费,使用请带上license.txt。感觉启程软件的无私!

ReadMe.txt
些项目的简要说明。

[!output PROJECT_NAME].cpp
程序主入口,SOUI的各种资源初使化及在此文件。

MainDlg.h
这是一个示例的默认窗口模板文件的头定义文件。

MainDlg.cpp
这是一个示例的默认窗口模板文件的实现文件。

[!if CHECKBOX_SHELLNOTIFYICON]
SShellNotifyIcon.h
一个托盘的示例头文件。

SShellNotifyIcon.cpp
一个托盘示例实现文件。
[!endif]

stdafx.h
预处理头文件。

stdafx.cpp
为了预处理头文件被编译器编译而生。

/////////////////////////////////////////////////////////////////////////////
其他注释:
uires 文件夹下保存所有SOUI的资源定义与资源文件!
res/soui_res.rc2 该文件由uiresbuilder生成,请不要手动修改!
/////////////////////////////////////////////////////////////////////////////

特别提示:透明窗口上不能放置真窗口(包括但不限于IE这样的控件),如果是ActiveX要看其具体实现,如果其内部会创建子窗口仍会无法正常显示。
重要说明:SOUI非线程安全,要刷新窗口必须要UI线程。