登录界面文件logonxp转exe文件
1、先把下载下来的登录界面文件的logonxp后缀改为rar并解压出来,当然你也可直接用压缩软件打开来解压
我解压出的资源目录为F:\234\Qs_Inspirat,下面以此为列
2、把位图名为Bitmap_*.bmp文件前面的Bitmap_删除,我用的是一个小软件叫文件批量改名器,如下图
3、用Restorator打开一个logonui.exe文件也就是系统的登录文件了,该文件系统默认路径为 系统盘:\windows\system32\logonui.exe
在下图中选中文件浏览器把目录定位到解压出来的资源目录,并在左边位图资源上右键导入资源
4、现在打开左边UIFILE资源,并打开查看器菜单选中编辑模式,删除右边所有代码,然后把解压出来的资源中的UIFILE.txt文件中的代码复制至右边框中,如下图
有时上面代码会被改动,如果不改回来的是会报错的,但如何改动呢,你可以打开资源中的theme.ini文件,找到类似下面文本
; The bitmaps will have the number 200+Numb (es bitmap_114 is number 1 and will be referenced as 2001 in UIFILE.txt, bitmap_131 numb 8 will be
2008 etc.)
[MoreBitmaps]
Count=8
1=Bitmap_114.bmp
2=Bitmap_121.bmp
3=Bitmap_122.bmp
4=Bitmap_127.bmp
5=Bitmap_128.bmp
6=Bitmap_129.bmp
7=Bitmap_130.bmp
8=Bitmap_131.bmp
上面代码看的懂的,下面的就很容易了,看不懂的,看下面
代码更改如下
在UIFILE.txt代码中搜索200,找到后那一行格式一般为background: rcbmp(200*...
把200*做如下替换
2005替换为128
2002替换为121
2003替换为122
2004替换为127
2007替换为130
2008替换为131
关于字符串的更改、所有资源位于Theme.ini中的[Strings]字段后面
例如
引用
[Strings]
1=Tahoma (OpenType)
2=Tahoma (OpenType)
3=Tahoma (OpenType)
6=Password
7=Welcome
8=Please type your password again. \nBe sure to use the correct uppercase and lowercase letters.
9=You can click the "?" button to see your password hint.\n\nPlease type your password again. \nBe sure to use the correct uppercase and
lowercase letters.
10=Did you forget your password?
11=Shut Down
12=Power Off %s
13=Password Hint:
14=Undock
15=Logged on
16=Currently logged on
17=Undock %s
18=You can <A>use your password reset disk</A>.\n\nPlease type your password again. \nBe sure to use the correct uppercase and lowercase
letters.
19=You can click the "?" button to see your password hint.\nOr you can <A>use your password reset disk</A>.\n\nPlease type your password
again. \nBe sure to use the correct uppercase and lowercase letters.
22=Click your user name to begin.
25=
26=Logging on...
27=%d unread mail message.
28=%d unread mail messages.
29=%d program running.
30=%d programs running.
31=please wait...
32=%s has %d program running
33=%s has %d programs running
34=Running too many programs can slow down your computer. \nIf your computer is running more slowly than normal, try closing some programs.
35=%s has %d e-mail message
36=%s has %d e-mail messages
37=To read your messages, log on and choose E-mail from the Start menu.
38=%s is logged on
39=Running too many programs may slow down your computer. \nIf your computer is running more slowly than normal, try logging some users off.
40=%s (%d)
42=14
43=9
44=36
45=14
46=8
47=8
你可以把=号后面的字符替换原字符中的相应位置,当然不改也是可以的,也可以自己定义,自己看着办拉
最后当然是保存看效果了,不满意的话,可以自己调整代码,关于代码更改细节教程区有
转:远景
附件: 您所在的用户组无法下载或查看附件