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
|
5 months ago | |
---|---|---|
.. | ||
porjectTemplates | 5 months ago | |
porjectTemplatesDefault | 5 months ago | |
res | 5 months ago | |
theme_sys_res | 5 months ago | |
trayicon | 5 months ago | |
uires | 5 months ago | |
MainDlg.cpp | 5 months ago | |
MainDlg.h | 5 months ago | |
ReadMe.txt | 5 months ago | |
Templates.inf | 5 months ago | |
demo.cpp | 5 months ago | |
demo.rc | 5 months ago | |
license.txt | 5 months ago | |
resource.h | 5 months ago | |
stdafx.cpp | 5 months ago | |
stdafx.h | 5 months ago |
ReadMe.txt
========================================================================
[!output PROJECT_NAME] 项目概述
========================================================================
SOUI向导 已创建此 [!output PROJECT_NAME] 项目作为起点。
本文件概要介绍组成项目的每个文件的内容。
license.txt
SOUI license,发布请带上,tks!从3.0版本开始,开源协议从MIT调整为个人用户免费(个人商用收费),公司收费的形式,收费方式请联系作者。
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线程。