-
err
ResBorn 是一种高效方便的多语言引擎,它的工作模式如下:
1.导出字符串: 枚举指定PE文件(可以是当前进程的EXE文件)中的所有资源,把其中语言相关的字符串(对话框、菜单、字符表)导出为 LNG 格式的语言字符串列表(UNICODE带BOM的文本文件),用户可以使用任何文本编辑器编辑它。
2. 导入字符串:枚举指定PE文件(可以是当前进程的EXE文件,有自动退出更新机制)中的所有资源,根据1中所述的LNG文件,把特定的字符串更改结果回写到资源中,完成一个多语言版本的重构工作。
其中,步骤一可省略,开发者可以提供原始的语言文件。步骤二仅在切换语言时调用,正常运行时不需要耗费任何的性能损失(根本不用干活),和MUI方式一样。
简而言之,ResBorn 是一个 Win32 PE 资源专用解析引擎!
更进一步地,你可以根本不用考虑多语言引擎,因为 ResBorn 本身提供了一个使用 ResBorn Engine 的工具(名字就叫 ResBorn),可以认为是一个专用资源汉化工具(或者英化?等)。使用 ResBorn 工具,可以INI格式的语言字符列表,修改后回写到EXE/DLL文件中,即可得到一个新语言版本的程序。(理论上针对任何PE有效,不需要在程序中做什么工作,即,对任何第三方程序可用)-err
- 2022-01-26 04:07:31下载
- 积分:1
-
聊天室,通过SVN管理,QT界面做的,别人写的,健康。
聊天室,用SVN管理了源码,QT做的界面,别人写得,水平比我高-Chat rooms, managed by SVN source, QT interface to do, other people write, the high level than I
- 2022-01-25 20:15:33下载
- 积分:1
-
demonstrations on how to custom floating toolbar
示范如何定制浮动工具条-demonstrations on how to custom floating toolbar
- 2022-03-16 10:42:20下载
- 积分:1
-
课程管理和绩效管理,ASP的前景,台湾SQL2…
用于课程表管理和成绩的管理,前台ASP后,台SQL2000,非常方便实用-for curriculum management and performance management, ASP prospects, Taiwan SQL2000, very convenient and practical
- 2023-04-25 13:50:04下载
- 积分:1
-
TabStrip 页,仿VS.net 2003界面的tabstrip,源码,并带有示例,很好用
TabStrip 页,仿VS.net 2003界面的tabstrip,源码,并带有示例,很好用-TabStrip pages, fake VS.net 2003 tabstrip interface, the source, and with examples, good use
- 2022-10-01 05:05:03下载
- 积分:1
-
Improved grid control, add a user editing, right
改进的网格控件,添加了用户编辑,右键菜单,复制,黏贴,剪贴的功能-Improved grid control, add a user editing, right-click menu, copy, paste, cut and paste function
- 2022-03-12 00:19:23下载
- 积分:1
-
程序实现最基本的万年历功能。
显示画面式样如下:
Mon. Tues. Wed. Thurs. Fri. Sat. Sun.
1 2 3 4...
程序实现最基本的万年历功能。
显示画面式样如下:
Mon. Tues. Wed. Thurs. Fri. Sat. Sun.
1 2 3 4 5 6
7 8 9 10 11 12 13
…………
Please input year and month
画面要求说明:
1 显示某年某月的一个月内的月历。
2 周末的日期和星期标记用红色显示。
3 显示的日期右侧对齐。并且和星期也对期。
2.2 动作要求
程序默认显示2007年7月的月历,要求可以通过程序输入的方式指定显示年月。
其中年份控制在从1980到2100年之间,不符合要求重新输入。
输入年月后显示清屏,重新显示(要求原来的显示清除)。
按”Q”或”q”键退出程序。
-Procedures to achieve the most basic calendar functions. Display style as follows: Mon. Tues. Wed. Thurs. Fri. Sat. Sun. 1 2 3 4 5 67 8 9 10 11 12 13 ... ... ... ... Please input year and month screen requirements Description: 1 shows a certain period of within one month of the calendar. 2 over the weekend marking the date and week display in red. 3 shows the date right-aligned. And are also on the period of weeks. 2.2 shows the default action request procedure in July 2007 of the calendar, the demands, which can be imported through designated procedures show date. One year of control from the 1980-2100 years, do not meet the req
- 2022-09-02 09:40:03下载
- 积分:1
-
3d studio max sliding style of the tools of the very complex tools for the conte...
3d studio max 样式的可滑动的工具条,非常适合复杂的工具条内容的显示-3d studio max sliding style of the tools of the very complex tools for the content of the show
- 2023-03-20 18:55:03下载
- 积分:1
-
this program is the function of the DOS environment shows rotating linear proces...
这个程序实现的功能是在DOS环境下显示旋转直线程序-this program is the function of the DOS environment shows rotating linear process
- 2022-04-16 05:30:39下载
- 积分:1
-
MFC 实现窗口最大化、最小化、还原
对于初学MFC的同学,可以很好的学习并理解串口界面的弹出、最大化、最小化等功能
- 2023-08-10 19:05:04下载
- 积分:1