Windows XP Build 2223.1.main.000411-2307:修订间差异

跳转到导航 跳转到搜索
第 61 行: 第 61 行:


== 发现 ==
== 发现 ==
===Business theme===
=== Business 主题 ===
This is the first build to include parts of the [[visual style]] engine as well as an early version of the [[Watercolor|Business]] theme (<code>Business.thx</code>). Adrian of the Airesoft blog released a working UXtheme file to allow the theme to be enabled.<ref>http://blog.airesoft.co.uk/code/whistler/2223/</ref>
这是首个包含[[视觉样式]]引擎部分以及 [[Watercolor|Business]] 主题(<code>Business.thx</code>)早期版本的版本。Airesoft 博客的 Adrian 发布了一个有效的 UXtheme 文件,以允许启用此主题。<ref>http://blog.airesoft.co.uk/code/whistler/2223/</ref>


The theme, when enabled, changes the design of all windows to include a blue border with lighter gray shades. The theme was meant to engage in a more user-friendly experience for home users. It is buggy; the theme can often cut out parts of the window and some features such as displaying menus don't work or cause instability. Registry entries (located in <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager</code>) modify how the theme works:
启用此主题后,所有窗口的设计都会发生变化,包含带有浅灰色阴影的蓝色边框。此主题旨在为家庭用户提供更友好的用户体验。它存在缺陷;主题通常会剪掉窗口的一部分,且某些功能(例如显示菜单)不起作用或导致不稳定。注册表项(位于 <code>HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\ThemeManager</code>)可以修改主题的工作方式:
*<code>DllName</code> and <code>ThemeName</code>: Location of the theme file
*<code>DllName</code> <code>ThemeName</code>:主题文件的位置
*<code>EnableDialog</code>
*<code>EnableDialog</code>
*<code>EnableFrame</code>: If set to 1, enables the blue borders on the windows.
*<code>EnableFrame</code>:如果设置为 1,则启用窗口上的蓝色边框。
*<code>EnableTempControls</code>
*<code>EnableTempControls</code>
*<code>TargetApp</code>: Determines the application that will use the theme. If this value is blank, the theming will apply to all applications.
*<code>TargetApp</code>:确定将使用主题的应用程序。如果此值为空,主题将应用于所有应用程序。
*<code>ThemeActive</code>
*<code>ThemeActive</code>
*<code>ThemeId</code>
*<code>ThemeId</code>


The initial theme file contains comments regarding to changing the color of the theme. If these comments are uncommented, the theme will utilize color based on a <code>themes.inc</code> settings file. The file will be read as <code>.ini</code> format, similar to other builds onwards.
初始主题文件包含有关更改主题颜色的注释。如果这些评论未被注释,主题将使用基于 <code>themes.inc</code> 设置文件的颜色。此文件将以 <code>.ini</code> 格式读取,类似于其他版本。


===New Sound Setting applet ===
===New Sound Setting applet ===

导航菜单