日期:2014-05-17  浏览次数:22942 次

有谁见过这样的UIFILE布局文件?
以下取自windows 7 :\windows\system32\authui.dll - UIFILE\12400
作用是控制windows logon screen的界面
请问在哪里能找到这种格式的说明?
XML code
 
<?xml version="1.0" encoding="utf-8"?>
<duixml>
<MainFrame resid="MainFrame" sheet="MainFrameStyle" layout="verticalflowlayout(1,2,2,2)">
<element layout="filllayout()" width="2560rp" height="1600rp" id="atom(InsideFrame)">
<element layout="flowlayout(0, 0, 0, 0)" padding="rect(5rp,5rp,5rp,5rp)" sheet="OptionsStyle">
<element id="atom(LanguageBarParent)" layout="filllayout()" visible="false"/>
</element>
<element layout="borderlayout()">
<element layoutpos="client" layout="verticalflowlayout(1,2,2,2)">
<element layout="filllayout()">
<element id="atom(Locked)" visible="false" layout="verticalflowlayout(1,2,2,2)">
<element id="atom(LockedMessage)" />
<element id="atom(LockedSubMessage)" />
</element>
<element id="atom(Window)" layout="borderlayout()">
<element id="atom(InsideWindow)" layoutpos="client" layout="filllayout()">
<UserList id="atom(LogonUserList)" visible="false" layout="filllayout()"/>
<UserList id="atom(PLAPUserList)" visible="false" layout="filllayout()" />
<element id="atom(SecurityOptions)" layout="verticalflowlayout(1,2,2,1)" visible="false">
<element layout="verticalflowlayout(0,0,0,1)" sheet="CommandLinks" padding="rect(0rp, 9rp, 0rp, 9rp)">
<button id="atom(SecurityLock)" accname="resstr(12136)" layoutpos="none" layout="flowlayout()" margin="rect(0rp, 0rp, 0rp, 6rp)" class="SecurityCommandLink">
<element content="resstr(12113)" shortcut="auto"/>
</button>
<button id="atom(SecuritySwitchUser)" accname="resstr(12140)" layoutpos="none" layout="flowlayout()" margin="rect(0rp, 0rp, 0rp, 6rp)" class="SecurityCommandLink">
<element content="resstr(12123)" shortcut="auto"/>
</button>
<button id="atom(SecurityLogOff)" accname="resstr(12137)" layoutpos="none" layout="flowlayout()" margin="rect(0rp, 0rp, 0rp, 6rp)" class="SecurityCommandLink">
<element content="resstr(12114)" shortcut="auto"/>
</button>
<button id="atom(SecurityChange)" accname="resstr(12138)" layoutpos="none" layout="flowlayout()" margin="rect(0rp, 0rp, 0rp, 6rp)" class="SecurityCommandLink">
<element content="resstr(12115)" shortcut="auto"/>
</button>
<button id="atom(SecurityTaskManager)" accname="resstr(12139)" layoutpos="none" layout="flowlayout()" margin="rect(0rp, 0rp, 0rp, 6rp)" class="SecurityCommandLink">
<element content="resstr(12116)" shortcut="auto"/>
</button>
</element>
</element>
<element id="atom(MessageFrame)" layout="filllayout()" visible="false">
<element id="atom(FullMessageFrame)" layout=&qu