登录
首页 » Windows开发 » Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Del...

Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用Del...

于 2022-02-11 发布 文件大小:232.00 kB
0 195
下载积分: 2 下载次数: 1

代码说明:

Delphi资源文件生成工具 我经常要在程序中加入许多资源,比如:声音、位图、光标等,这样可以使自己 软件更具特色。可以自己建立一个.RC的文件,然后再用DelphiBinBrcc32.EXE来 编译生成一个.RES的文件,有了这个文件才能把资源编译到软件中去。 可是如果要加入一大批资源,要加入30个位图和20个光标的话,就要在.RC文件中一 行行加入要用的资源,比较麻烦。我是个懒人,所以自已写了这个能自动批量帮你完 成这个任务的工具,可以非常方便的生成.RES资源文件。 注意:由于Borland的Brcc32.EXE不能识别包含有空格和汉字的路径,所以你的资源来 源路径和保存路径不要带有空格和汉字,否则不能建立.RES的文件。-Delphi resources to generate tool I often join in the proceedings of many resources, for example : voice, bitmaps, cursors, etc., can make more software features. One can establish their own. RC paper, and then spend the Delphi bin Brcc32.EXE to build a generation. RES document, the document can have the resources to build software. But if a large number of resources to join, to join the 30-bit map and the cursor 20, then we should. RC paper lines to join with the resources, and trouble. I was lazy, so own writing this volume will automatically help you complete this task tool, it is easy generation. RES resource files. Note : Due to Borland"s Brcc32.EXE not include

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • 筛库 SET TALK OFF SELECT 街乡码,count(*) FROM aaa GROUP BY 街乡码 INTO ARRAY 街乡码库...
    筛库 SET TALK OFF SELECT 街乡码,count(*) FROM aaa GROUP BY 街乡码 INTO ARRAY 街乡码库 FOR i=1 TO _TALLY SELECT * FROM aaa WHERE aaa.街乡码 = 街乡码库[i,1] INTO TABLE ( 街乡 +街乡码库[i,1]) ENDFOR CLOSE DATABASES-Sieve library SET TALK OFF SELECT街乡code, count (*) FROM aaa GROUP BY街乡code INTO ARRAY街乡Code Library FOR i = 1 TO _TALLY SELECT* FROM aaa WHERE aaa.街乡Code =街乡code library [i , 1] INTO TABLE (街乡+街乡code libraries [i, 1]) ENDFOR CLOSE DATABASES
    2022-01-31 00:38:58下载
    积分:1
  • To test the document should be the first to start UdpServer server
    、测试该文件时应首先启动UdpServer的服务器端,接着启动myUdpClient的客户端软件。 3、在myUdpClient项目文件中myUdpClient.cs文件的56行为连接到远程服务器端的IP地址,这里为本地IP地址,实际使用时应相应更改。 以上软件是需要注册才能长期正常使用的软件,请大家支持正版软件的使用-To test the document should be the first to start UdpServer server-side, and then start the myUdpClient client software. 3, myUdpClient project documents myUdpClient.cs file 56 acts to connect to the remote server-side IP address, where the local IP address, the actual use should be changed accordingly. The above software is required to be registered in order to long-term normal use of the software, please support the use of genuine software
    2022-07-20 00:11:13下载
    积分:1
  • 商城源码,功能强大,适合个人网站商城建军站
    商城源码,功能强大,适合个人网站商城建军站-shop online
    2022-12-01 08:50:03下载
    积分:1
  • 这是我们生活中常用的人民币大小写转换程序C代码
    这是我们生活中常用的人民币大小写转换程序C代码-This is commonly used in our lives RMB case the conversion process C code
    2022-06-28 10:15:05下载
    积分:1
  • 同样是讲电路高速设计的资料,希望帮助大家
    同样是讲电路高速设计的资料,希望帮助大家-The same stresses of high-speed circuit design information, in order to help U.S.
    2022-11-07 00:45:04下载
    积分:1
  • 画图程序 可实现类windows上画图程序部分功能 包括区域绘制等。...
    画图程序 可实现类windows上画图程序部分功能 包括区域绘制等。-drawing
    2022-03-07 21:59:39下载
    积分:1
  • 仿企鹅屏幕抓取工具源码
    资源描述 一个仿企鹅的屏幕抓取工具,还是很不错的,来源不可考 开发平台    XP + delphi7 功能   支持自动选框和自由拖拽截图。 说明   程序运行后会出现在右下角托盘区   1.(Ctrl + Alt + D) 开始截图   2.单击左键退出截图程序(托盘区)   3.也可用命令行的方式运行  ...ScreenShot.exe runonce
    2022-07-12 18:32:27下载
    积分:1
  • This is a staff training system, to see how kind? Express their opinions
    这是一个员工培训系统,看看怎么样?发表一下意见-This is a staff training system, to see how kind? Express their opinions
    2023-01-28 10:20:03下载
    积分:1
  • 使用真正的Winsock做的最简单的通信程
    使用真正的Winsock做的最简单的通信程-use the real Winsock do the most simple way of communication
    2022-02-20 21:59:07下载
    积分:1
  • 孙鑫老师c++教程第一讲Windows程序运行原理
    孙鑫老师c++教程第一讲Windows程序运行原理-SUN Xin teachers c++ Tutorial Windows program to run the first principle stresses
    2022-02-01 04:17:46下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载