Lua接口/客户端界面索引:修订间差异

来自天龙知识库
跳到导航跳到搜索
Waylee留言 | 贡献
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件
Waylee留言 | 贡献
新建客户端 Lua 接口页:全局函数、对象方法、窗口操作与客户端事件
 
第5行: 第5行:
<div class="lua-lead lua-accent-amber">
<div class="lua-lead lua-accent-amber">
<div role="heading" aria-level="2" class="lua-h1">客户端界面索引</div>
<div role="heading" aria-level="2" class="lua-h1">客户端界面索引</div>
<div class="lua-sub">界面上的功能面板对应哪个脚本、监听哪些命令、用到哪些接口:234 个界面脚本</div>
<div class="lua-sub">按界面中文名查它对应的脚本与布局文件:234 个界面脚本</div>
</div>
</div>
== 怎么用这页 ==
== 怎么用这页 ==
反查界面有两条路:从界面找脚本看下面的清单,从界面找它用到的接口见[[Lua接口/客户端界面索引/接口对照|界面与接口对照]]。界面名取自游戏自带的字符串表,不是按文件名猜的。
这页只做一件事:**按功能找文件**。在搜索框里搜你在界面上看到的中文(如「镶嵌」「摆摊」「珍兽」),或直接在下面的清单里找中文名,就能拿到它对应的两个文件路径(相对 <code>Data/Interface/</code>),在客户端资源里按路径直接打开。


== 界面清单 ==
* 脚本 <code>.lua</code>:界面逻辑。注册命令、响应事件、调用接口都写在这里。
<code>Data/Interface/</code> 下的每个 <code>.lua</code> 脚本是一个界面单元,共 234 个。「界面」列写的是脚本相对路径,脚本名与目录同名时省略(<code>Enchase</code> 即 <code>Enchase/Enchase.lua</code>),不同名时写全(<code>Materalcompose/MaterialCompound</code>)。带 <code>*</code> 的中文名**未从界面框架窗口确认**:这类面板没有标题栏,名字是按布局里第一个文本串取的,可能抓到菜单项或提示语(如 <code>Pet</code> 取到「成长率:」),仅供参考。
* 布局 <code>.layout.xml</code>:界面的控件层级与位置。界面上显示的文字是里面 <code>#&#123;键名&#125;</code> 引用字符串表的键。
 
想知道某个界面监听哪些命令、调用哪些接口,见[[Lua接口/客户端界面索引/接口对照|界面与接口对照]];界面名取自游戏自带的字符串表,不是按文件名猜的。
 
== 界面清单(按脚本名排序)==
<code>Data/Interface/</code> 下的每个 <code>.lua</code> 脚本是一个界面单元,共 234 个。每行给「中文名 → 脚本 → 布局」:
 
* 「界面」列第一行是界面中文名,第二行是脚本名。脚本名与所在目录同名时省略目录(<code>Enchase</code> 即 <code>Enchase/Enchase.lua</code>),不同名或一个目录里有多个脚本时写全(<code>Materalcompose/MaterialCompound</code>、<code>GuildLeague/GuildLeagueInfo</code>)。
* 「文件」列第一行是脚本 <code>.lua</code>,第二行是布局 <code>.layout.xml</code>,两个路径都相对 <code>Data/Interface/</code>。
* 带 <code>*</code> 的中文名**未从界面框架窗口确认**:这类面板没有标题栏,名字是按布局里第一个文本串取的,可能抓到菜单项或提示语(如 <code>Pet</code> 取到「成长率:」),仅供参考;按界面上的实际文字反查更可靠。


{| class="wikitable"
{| class="wikitable"
! scope="col" class="lua-w42" | 界面
! scope="col" class="lua-w26" | 界面
! scope="col" | 规模
! scope="col" | 文件
|-
|-
| <code>AcceSetup</code><br />自定义快捷键 *
| 自定义快捷键 *<br /><code>AcceSetup</code>
| <small class="lua-muted">171 个控件 · 5 条命令 · 8 个接口</small>
| <code>AcceSetup/AcceSetup.lua</code><br /><code>AcceSetup/AcceSetup.layout.xml</code>
|-
|-
| <code>AcceptBox</code><br />确定
| 确定<br /><code>AcceptBox</code>
| <small class="lua-muted">8 个控件 · 1 条命令 · 4 个接口</small>
| <code>AcceptBox/AcceptBox.lua</code><br /><code>AcceptBox/AcceptBox.layout.xml</code>
|-
|-
| <code>Action</code><br />休闲动作
| 休闲动作<br /><code>Action</code>
| <small class="lua-muted">32 个控件 · 2 条命令 · 7 个接口</small>
| <code>Action/Action.lua</code><br /><code>Action/Action.layout.xml</code>
|-
|-
| <code>ActionSkill</code><br />门派技能
| 门派技能<br /><code>ActionSkill</code>
| <small class="lua-muted">34 个控件 · 6 条命令 · 19 个接口</small>
| <code>ActionSkill/ActionSkill.lua</code><br /><code>ActionSkill/ActionSkill.layout.xml</code>
|-
|-
| <code>ActionSkillsStudy</code><br />增强门派主属性可最大限度发挥属性伤害 *
| 增强门派主属性可最大限度发挥属性伤害 *<br /><code>ActionSkillsStudy</code>
| <small class="lua-muted">39 个控件 · 7 条命令 · 11 个接口</small>
| <code>ActionSkillsStudy/ActionSkillsStudy.lua</code><br /><code>ActionSkillsStudy/ActionSkillsStudy.layout.xml</code>
|-
|-
| <code>Agname</code><br />称号
| 称号<br /><code>Agname</code>
| <small class="lua-muted">14 个控件 · 2 条命令 · 8 个接口</small>
| <code>Agname/Agname.lua</code><br /><code>Agname/Agname.layout.xml</code>
|-
|-
| <code>Agreement</code><br />同意
| 同意<br /><code>Agreement</code>
| <small class="lua-muted">10 个控件 · 2 条命令 · 5 个接口</small>
| <code>Agreement/Agreement.lua</code><br /><code>Agreement/Agreement.layout.xml</code>
|-
|-
| <code>AnqiShuxing</code><br />需要花费: *
| 需要花费: *<br /><code>AnqiShuxing</code>
| <small class="lua-muted">19 个控件 · 6 条命令 · 13 个接口</small>
| <code>AnqiShuxing/AnqiShuxing.lua</code><br /><code>AnqiShuxing/AnqiShuxing.layout.xml</code>
|-
|-
| <code>AntiRobot</code><br />防挂机检测
| 防挂机检测<br /><code>AntiRobot</code>
| <small class="lua-muted">16 个控件 · 1 条命令 · 2 个接口</small>
| <code>AntiRobot/AntiRobot.lua</code><br /><code>AntiRobot/AntiRobot.layout.xml</code>
|-
|-
| <code>AutoSearch</code><br />自动寻路
| 自动寻路<br /><code>AutoSearch</code>
| <small class="lua-muted">15 个控件 · 3 条命令 · 12 个接口</small>
| <code>AutoSearch/AutoSearch.lua</code><br /><code>AutoSearch/AutoSearch.layout.xml</code>
|-
|-
| <code>BanggongExchange</code><br />帮贡牌兑换
| 帮贡牌兑换<br /><code>BanggongExchange</code>
| <small class="lua-muted">11 个控件 · 3 条命令 · 14 个接口</small>
| <code>BanggongExchange/BanggongExchange.lua</code><br /><code>BanggongExchange/BanggongExchange.layout.xml</code>
|-
|-
| <code>Bank</code><br />钱庄
| 钱庄<br /><code>Bank</code>
| <small class="lua-muted">51 个控件 · 9 条命令 · 12 个接口</small>
| <code>Bank/Bank.lua</code><br /><code>Bank/Bank.layout.xml</code>
|-
|-
| <code>BankLockFast</code><br />保险箱
| 保险箱<br /><code>BankLockFast</code>
| <small class="lua-muted">12 个控件 · 1 条命令 · 2 个接口</small>
| <code>BankLockFast/BankLockFast.lua</code><br /><code>BankLockFast/BankLockFast.layout.xml</code>
|-
|-
| <code>Bg_Info/bg_info</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>Bg_Info/bg_info</code>
| <small class="lua-muted">7 个控件 · 2 条命令 · 2 个接口</small>
| <code>Bg_Info/bg_info.lua</code><br /><code>Bg_Info/bg_info.layout.xml</code>
|-
|-
| <code>BigBank</code><br />钱庄
| 钱庄<br /><code>BigBank</code>
| <small class="lua-muted">204 个控件 · 9 条命令 · 0 个接口</small>
| <code>BigBank/BigBank.lua</code><br /><code>BigBank/BigBank.layout.xml</code>
|-
|-
| <code>Blog</code><br />博客
| 博客<br /><code>Blog</code>
| <small class="lua-muted">29 个控件 · 2 条命令 · 9 个接口</small>
| <code>Blog/Blog.lua</code><br /><code>Blog/Blog.layout.xml</code>
|-
|-
| <code>Byname</code><br />结拜称号
| 结拜称号<br /><code>Byname</code>
| <small class="lua-muted">19 个控件 · 2 条命令 · 3 个接口</small>
| <code>Byname/Byname.lua</code><br /><code>Byname/Byname.layout.xml</code>
|-
|-
| <code>Carriage</code><br />漕运
| 漕运<br /><code>Carriage</code>
| <small class="lua-muted">71 个控件 · 2 条命令 · 12 个接口</small>
| <code>Carriage/Carriage.lua</code><br /><code>Carriage/Carriage.layout.xml</code>
|-
|-
| <code>Challenge</code><br />同 意 *
| 同 意 *<br /><code>Challenge</code>
| <small class="lua-muted">72 个控件 · 2 条命令 · 3 个接口</small>
| <code>Challenge/Challenge.lua</code><br /><code>Challenge/Challenge.layout.xml</code>
|-
|-
| <code>ChangeMinorPassword</code><br />修改密码
| 修改密码<br /><code>ChangeMinorPassword</code>
| <small class="lua-muted">18 个控件 · 2 条命令 · 4 个接口</small>
| <code>ChangeMinorPassword/ChangeMinorPassword.lua</code><br /><code>ChangeMinorPassword/ChangeMinorPassword.layout.xml</code>
|-
|-
| <code>ChannelCustomization</code><br />频道配置
| 频道配置<br /><code>ChannelCustomization</code>
| <small class="lua-muted">38 个控件 · 4 条命令 · 13 个接口</small>
| <code>ChannelCustomization/ChannelCustomization.lua</code><br /><code>ChannelCustomization/ChannelCustomization.layout.xml</code>
|-
|-
| <code>ChatFaceFrame</code><br />表情图标 *
| 表情图标 *<br /><code>ChatFaceFrame</code>
| <small class="lua-muted">106 个控件 · 2 条命令 · 1 个接口</small>
| <code>ChatFaceFrame/ChatFaceFrame.lua</code><br /><code>ChatFaceFrame/ChatFaceFrame.layout.xml</code>
|-
|-
| <code>ChatFrame</code><br />综合 *
| 综合 *<br /><code>ChatFrame</code>
| <small class="lua-muted">18 个控件 · 17 条命令 · 32 个接口</small>
| <code>ChatFrame/ChatFrame.lua</code><br /><code>ChatFrame/ChatFrame.layout.xml</code>
|-
|-
| <code>ChatInfo</code><br />玩家信息
| 玩家信息<br /><code>ChatInfo</code>
| <small class="lua-muted">25 个控件 · 1 条命令 · 6 个接口</small>
| <code>ChatInfo/ChatInfo.lua</code><br /><code>ChatInfo/ChatInfo.layout.xml</code>
|-
|-
| <code>ChatSpeaker</code><br />小喇叭
| 小喇叭<br /><code>ChatSpeaker</code>
| <small class="lua-muted">13 个控件 · 2 条命令 · 3 个接口</small>
| <code>ChatSpeaker/ChatSpeaker.lua</code><br /><code>ChatSpeaker/ChatSpeaker.layout.xml</code>
|-
|-
| <code>ChatTextColorFrame</code><br />文字颜色 *
| 文字颜色 *<br /><code>ChatTextColorFrame</code>
| <small class="lua-muted">46 个控件 · 2 条命令 · 1 个接口</small>
| <code>ChatTextColorFrame/ChatTextColorFrame.lua</code><br /><code>ChatTextColorFrame/ChatTextColorFrame.layout.xml</code>
|-
|-
| <code>CheckCustomPosition</code><br />自定义职位名称
| 自定义职位名称<br /><code>CheckCustomPosition</code>
| <small class="lua-muted">16 个控件 · 2 条命令 · 1 个接口</small>
| <code>CheckCustomPosition/CheckCustomPosition.lua</code><br /><code>CheckCustomPosition/CheckCustomPosition.layout.xml</code>
|-
|-
| <code>CityShop</code><br />城市商店
| 城市商店<br /><code>CityShop</code>
| <small class="lua-muted">84 个控件 · 3 条命令 · 8 个接口</small>
| <code>CityShop/CityShop.lua</code><br /><code>CityShop/CityShop.layout.xml</code>
|-
|-
| <code>CityTrendGraph</code><br />发展方向
| 发展方向<br /><code>CityTrendGraph</code>
| <small class="lua-muted">44 个控件 · 3 条命令 · 4 个接口</small>
| <code>CityTrendGraph/CityTrendGraph.lua</code><br /><code>CityTrendGraph/CityTrendGraph.layout.xml</code>
|-
|-
| <code>CommisionStall</code><br />寄售
| 寄售<br /><code>CommisionStall</code>
| <small class="lua-muted">41 个控件 · 5 条命令 · 9 个接口</small>
| <code>CommisionStall/CommisionStall.lua</code><br /><code>CommisionStall/CommisionStall.layout.xml</code>
|-
|-
| <code>CommonSkill</code><br />普通技能
| 普通技能<br /><code>CommonSkill</code>
| <small class="lua-muted">37 个控件 · 6 条命令 · 9 个接口</small>
| <code>CommonSkill/CommonSkill.lua</code><br /><code>CommonSkill/CommonSkill.layout.xml</code>
|-
|-
| <code>ConfraternityAddress</code><br />申请领地
| 申请领地<br /><code>ConfraternityAddress</code>
| <small class="lua-muted">22 个控件 · 3 条命令 · 3 个接口</small>
| <code>ConfraternityAddress/ConfraternityAddress.lua</code><br /><code>ConfraternityAddress/ConfraternityAddress.layout.xml</code>
|-
|-
| <code>ConfraternityApplyManor</code><br />最长十二字符 *
| 最长十二字符 *<br /><code>ConfraternityApplyManor</code>
| <small class="lua-muted">12 个控件 · 3 条命令 · 5 个接口</small>
| <code>ConfraternityApplyManor/ConfraternityApplyManor.lua</code><br /><code>ConfraternityApplyManor/ConfraternityApplyManor.layout.xml</code>
|-
|-
| <code>ConfraternityCount</code><br />积分榜
| 积分榜<br /><code>ConfraternityCount</code>
| <small class="lua-muted">40 个控件 · 1 条命令 · 1 个接口</small>
| <code>ConfraternityCount/ConfraternityCount.lua</code><br /><code>ConfraternityCount/ConfraternityCount.layout.xml</code>
|-
|-
| <code>ConfraternityCustomPosition</code><br />自定义职位名称
| 自定义职位名称<br /><code>ConfraternityCustomPosition</code>
| <small class="lua-muted">35 个控件 · 2 条命令 · 2 个接口</small>
| <code>ConfraternityCustomPosition/ConfraternityCustomPosition.lua</code><br /><code>ConfraternityCustomPosition/ConfraternityCustomPosition.layout.xml</code>
|-
|-
| <code>ConfraternityInfo</code><br />帮会详细信息
| 帮会详细信息<br /><code>ConfraternityInfo</code>
| <small class="lua-muted">61 个控件 · 4 条命令 · 5 个接口</small>
| <code>ConfraternityInfo/ConfraternityInfo.lua</code><br /><code>ConfraternityInfo/ConfraternityInfo.layout.xml</code>
|-
|-
| <code>ConfraternityInfo2</code><br />帮会详细信息
| 帮会详细信息<br /><code>ConfraternityInfo2</code>
| <small class="lua-muted">50 个控件 · 3 条命令 · 0 个接口</small>
| <code>ConfraternityInfo2/ConfraternityInfo2.lua</code><br /><code>ConfraternityInfo2/ConfraternityInfo2.layout.xml</code>
|-
|-
| <code>ConfraternityJuanxian</code><br />帮会资金捐助
| 帮会资金捐助<br /><code>ConfraternityJuanxian</code>
| <small class="lua-muted">16 个控件 · 3 条命令 · 2 个接口</small>
| <code>ConfraternityJuanxian/ConfraternityJuanxian.lua</code><br /><code>ConfraternityJuanxian/ConfraternityJuanxian.layout.xml</code>
|-
|-
| <code>ConfraternityList</code><br />帮会列表
| 帮会列表<br /><code>ConfraternityList</code>
| <small class="lua-muted">26 个控件 · 3 条命令 · 12 个接口</small>
| <code>ConfraternityList/ConfraternityList.lua</code><br /><code>ConfraternityList/ConfraternityList.layout.xml</code>
|-
|-
| <code>ConfraternityManage</code><br />会员管理
| 会员管理<br /><code>ConfraternityManage</code>
| <small class="lua-muted">40 个控件 · 7 条命令 · 27 个接口</small>
| <code>ConfraternityManage/ConfraternityManage.lua</code><br /><code>ConfraternityManage/ConfraternityManage.layout.xml</code>
|-
|-
| <code>ConfraternityMessage</code><br />设置上线留言
| 设置上线留言<br /><code>ConfraternityMessage</code>
| <small class="lua-muted">11 个控件 · 2 条命令 · 3 个接口</small>
| <code>ConfraternityMessage/ConfraternityMessage.lua</code><br /><code>ConfraternityMessage/ConfraternityMessage.layout.xml</code>
|-
|-
| <code>ConfraternityPK</code><br />帮会宣战列表
| 帮会宣战列表<br /><code>ConfraternityPK</code>
| <small class="lua-muted">12 个控件 · 2 条命令 · 5 个接口</small>
| <code>ConfraternityPK/ConfraternityPK.lua</code><br /><code>ConfraternityPK/ConfraternityPK.layout.xml</code>
|-
|-
| <code>ConfraternityPKStart</code><br />帮会宣战
| 帮会宣战<br /><code>ConfraternityPKStart</code>
| <small class="lua-muted">11 个控件 · 1 条命令 · 1 个接口</small>
| <code>ConfraternityPKStart/ConfraternityPKStart.lua</code><br /><code>ConfraternityPKStart/ConfraternityPKStart.layout.xml</code>
|-
|-
| <code>ConfraternityPosition</code><br />职位
| 职位<br /><code>ConfraternityPosition</code>
| <small class="lua-muted">10 个控件 · 2 条命令 · 3 个接口</small>
| <code>ConfraternityPosition/ConfraternityPosition.lua</code><br /><code>ConfraternityPosition/ConfraternityPosition.layout.xml</code>
|-
|-
| <code>ConfraternitySkillsStudy</code><br />帮会生活技能
| 帮会生活技能<br /><code>ConfraternitySkillsStudy</code>
| <small class="lua-muted">23 个控件 · 6 条命令 · 6 个接口</small>
| <code>ConfraternitySkillsStudy/ConfraternitySkillsStudy.lua</code><br /><code>ConfraternitySkillsStudy/ConfraternitySkillsStudy.layout.xml</code>
|-
|-
| <code>ConfraternityTiaozhan</code><br />是否接战? *
| 是否接战? *<br /><code>ConfraternityTiaozhan</code>
| <small class="lua-muted">12 个控件 · 1 条命令 · 2 个接口</small>
| <code>ConfraternityTiaozhan/ConfraternityTiaozhan.lua</code><br /><code>ConfraternityTiaozhan/ConfraternityTiaozhan.layout.xml</code>
|-
|-
| <code>ConfraternityWar</code><br />帮会战争
| 帮会战争<br /><code>ConfraternityWar</code>
| <small class="lua-muted">8 个控件 · 1 条命令 · 2 个接口</small>
| <code>ConfraternityWar/ConfraternityWar.lua</code><br /><code>ConfraternityWar/ConfraternityWar.layout.xml</code>
|-
|-
| <code>ConfraternityZT</code><br />本帮当前征讨列表 *
| 本帮当前征讨列表 *<br /><code>ConfraternityZT</code>
| <small class="lua-muted">12 个控件 · 2 条命令 · 5 个接口</small>
| <code>ConfraternityZT/ConfraternityZT.lua</code><br /><code>ConfraternityZT/ConfraternityZT.layout.xml</code>
|-
|-
| <code>ConfraternityZTStart</code><br />帮会征讨
| 帮会征讨<br /><code>ConfraternityZTStart</code>
| <small class="lua-muted">11 个控件 · 1 条命令 · 1 个接口</small>
| <code>ConfraternityZTStart/ConfraternityZTStart.lua</code><br /><code>ConfraternityZTStart/ConfraternityZTStart.layout.xml</code>
|-
|-
| <code>Confraternity_OfficialPositionList</code><br />官员列表
| 官员列表<br /><code>Confraternity_OfficialPositionList</code>
| <small class="lua-muted">24 个控件 · 3 条命令 · 4 个接口</small>
| <code>Confraternity_OfficialPositionList/Confraternity_OfficialPositionList.lua</code><br /><code>Confraternity_OfficialPositionList/Confraternity_OfficialPositionList.layout.xml</code>
|-
|-
| <code>ContexMenu</code><br />私聊 *
| 私聊 *<br /><code>ContexMenu</code>
| <small class="lua-muted">176 个控件 · 3 条命令 · 64 个接口</small>
| <code>ContexMenu/ContexMenu.lua</code><br /><code>ContexMenu/ContexMenu.layout.xml</code>
|-
|-
| <code>CoupleQuestion</code><br />心有灵犀
| 心有灵犀<br /><code>CoupleQuestion</code>
| <small class="lua-muted">20 个控件 · 1 条命令 · 3 个接口</small>
| <code>CoupleQuestion/CoupleQuestion.lua</code><br /><code>CoupleQuestion/CoupleQuestion.layout.xml</code>
|-
|-
| <code>CreateCommerceNet</code><br />建立商线帮会
| 建立商线帮会<br /><code>CreateCommerceNet</code>
| <small class="lua-muted">12 个控件 · 2 条命令 · 1 个接口</small>
| <code>CreateCommerceNet/CreateCommerceNet.lua</code><br /><code>CreateCommerceNet/CreateCommerceNet.layout.xml</code>
|-
|-
| <code>CreateConfraternity</code><br />创建帮会
| 创建帮会<br /><code>CreateConfraternity</code>
| <small class="lua-muted">14 个控件 · 2 条命令 · 1 个接口</small>
| <code>CreateConfraternity/CreateConfraternity.lua</code><br /><code>CreateConfraternity/CreateConfraternity.layout.xml</code>
|-
|-
| <code>CreateRole/CReateRole</code><br />角色名字 *
| 角色名字 *<br /><code>CreateRole/CReateRole</code>
| <small class="lua-muted">54 个控件 · 3 条命令 · 23 个接口</small>
| <code>CreateRole/CReateRole.lua</code><br /><code>CreateRole/CreateRole.layout.xml</code>
|-
|-
| <code>DebugListBox</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>DebugListBox</code>
| <small class="lua-muted">2 个控件 · 2 条命令 · 3 个接口</small>
| <code>DebugListBox/DebugListBox.lua</code><br /><code>DebugListBox/DebugListBox.layout.xml</code>
|-
|-
| <code>Denaturalization</code><br />天龙 *
| 天龙 *<br /><code>Denaturalization</code>
| <small class="lua-muted">17 个控件 · 13 条命令 · 8 个接口</small>
| <code>Denaturalization/Denaturalization.lua</code><br /><code>Denaturalization/Denaturalization.layout.xml</code>
|-
|-
| <code>Enchase</code><br />宝石镶嵌
| 宝石镶嵌<br /><code>Enchase</code>
| <small class="lua-muted">28 个控件 · 16 条命令 · 11 个接口</small>
| <code>Enchase/Enchase.lua</code><br /><code>Enchase/Enchase.layout.xml</code>
|-
|-
| <code>Enchase_Four</code><br />装备极限镶嵌
| 装备极限镶嵌<br /><code>Enchase_Four</code>
| <small class="lua-muted">29 个控件 · 9 条命令 · 9 个接口</small>
| <code>Enchase_Four/Enchase_Four.lua</code><br /><code>Enchase_Four/Enchase_Four.layout.xml</code>
|-
|-
| <code>EquipBind</code><br />装备刻铭
| 装备刻铭<br /><code>EquipBind</code>
| <small class="lua-muted">19 个控件 · 7 条命令 · 1 个接口</small>
| <code>EquipBind/EquipBind.lua</code><br /><code>EquipBind/EquipBind.layout.xml</code>
|-
|-
| <code>EquipChange</code><br />改变装备外形
| 改变装备外形<br /><code>EquipChange</code>
| <small class="lua-muted">25 个控件 · 6 条命令 · 5 个接口</small>
| <code>EquipChange/EquipChange.lua</code><br /><code>EquipChange/EquipChange.layout.xml</code>
|-
|-
| <code>EquipEnchange</code><br />装备强化
| 装备强化<br /><code>EquipEnchange</code>
| <small class="lua-muted">20 个控件 · 7 条命令 · 1 个接口</small>
| <code>EquipEnchange/EquipEnchange.lua</code><br /><code>EquipEnchange/EquipEnchange.layout.xml</code>
|-
|-
| <code>EquipRepair</code><br />装备修理
| 装备修理<br /><code>EquipRepair</code>
| <small class="lua-muted">16 个控件 · 5 条命令 · 6 个接口</small>
| <code>EquipRepair/EquipRepair.lua</code><br /><code>EquipRepair/EquipRepair.layout.xml</code>
|-
|-
| <code>EquipStrengthen</code><br />装备强化
| 装备强化<br /><code>EquipStrengthen</code>
| <small class="lua-muted">24 个控件 · 7 条命令 · 5 个接口</small>
| <code>EquipStrengthen/EquipStrengthen.lua</code><br /><code>EquipStrengthen/EquipStrengthen.layout.xml</code>
|-
|-
| <code>EquipUnBind</code><br />装备除铭
| 装备除铭<br /><code>EquipUnBind</code>
| <small class="lua-muted">19 个控件 · 7 条命令 · 0 个接口</small>
| <code>EquipUnBind/EquipUnBind.lua</code><br /><code>EquipUnBind/EquipUnBind.layout.xml</code>
|-
|-
| <code>ErjimimaJiesuo</code><br />二级密码
| 二级密码<br /><code>ErjimimaJiesuo</code>
| <small class="lua-muted">21 个控件 · 4 条命令 · 11 个接口</small>
| <code>ErjimimaJiesuo/ErjimimaJiesuo.lua</code><br /><code>ErjimimaJiesuo/ErjimimaJiesuo.layout.xml</code>
|-
|-
| <code>ErjimimaShezhi</code><br />二级密码设置
| 二级密码设置<br /><code>ErjimimaShezhi</code>
| <small class="lua-muted">24 个控件 · 2 条命令 · 4 个接口</small>
| <code>ErjimimaShezhi/ErjimimaShezhi.lua</code><br /><code>ErjimimaShezhi/ErjimimaShezhi.layout.xml</code>
|-
|-
| <code>ErjimimaXiugai</code><br />二级密码
| 二级密码<br /><code>ErjimimaXiugai</code>
| <small class="lua-muted">25 个控件 · 2 条命令 · 2 个接口</small>
| <code>ErjimimaXiugai/ErjimimaXiugai.lua</code><br /><code>ErjimimaXiugai/ErjimimaXiugai.layout.xml</code>
|-
|-
| <code>Evaluate</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>Evaluate</code>
| <small class="lua-muted">9 个控件 · 1 条命令 · 2 个接口</small>
| <code>Evaluate/Evaluate.lua</code><br /><code>Evaluate/Evaluate.layout.xml</code>
|-
|-
| <code>Examination</code><br />科举
| 科举<br /><code>Examination</code>
| <small class="lua-muted">21 个控件 · 2 条命令 · 0 个接口</small>
| <code>Examination/Examination.lua</code><br /><code>Examination/Examination.layout.xml</code>
|-
|-
| <code>Exchange</code><br />交 易
| 交 易<br /><code>Exchange</code>
| <small class="lua-muted">47 个控件 · 9 条命令 · 15 个接口</small>
| <code>Exchange/Exchange.lua</code><br /><code>Exchange/Exchange.layout.xml</code>
|-
|-
| <code>ExchangeSafe</code><br />操作记录
| 操作记录<br /><code>ExchangeSafe</code>
| <small class="lua-muted">7 个控件 · 11 条命令 · 4 个接口</small>
| <code>ExchangeSafe/ExchangeSafe.lua</code><br /><code>ExchangeSafe/ExchangeSafe.layout.xml</code>
|-
|-
| <code>ExpAssign</code><br />领取经验
| 领取经验<br /><code>ExpAssign</code>
| <small class="lua-muted">14 个控件 · 3 条命令 · 2 个接口</small>
| <code>ExpAssign/ExpAssign.lua</code><br /><code>ExpAssign/ExpAssign.layout.xml</code>
|-
|-
| <code>FRIENDSEARCH/FriendSearch</code><br />基础查找
| 基础查找<br /><code>FRIENDSEARCH/FriendSearch</code>
| <small class="lua-muted">31 个控件 · 2 条命令 · 12 个接口</small>
| <code>FRIENDSEARCH/FriendSearch.lua</code><br /><code>FRIENDSEARCH/FriendSearch.layout.xml</code>
|-
|-
| <code>FangChenMi</code><br />免费下载密保卡 *
| 免费下载密保卡 *<br /><code>FangChenMi</code>
| <small class="lua-muted">13 个控件 · 3 条命令 · 5 个接口</small>
| <code>FangChenMi/FangChenMi.lua</code><br /><code>FangChenMi/FangChenMi.layout.xml</code>
|-
|-
| <code>FangChenMiRefuse</code><br />3由于您尚未填写实名认证信息,系统拒绝登录,请您点击右下方按钮填写您的实名信息。
| 3由于您尚未填写实名认证信息,系统拒绝登录,请您点击右下方按钮填写您的实名信息。<br /><code>FangChenMiRefuse</code>
| <small class="lua-muted">4 个控件 · 1 条命令 · 0 个接口</small>
| <code>FangChenMiRefuse/FangChenMiRefuse.lua</code><br /><code>FangChenMiRefuse/FangChenMiRefuse.layout.xml</code>
|-
|-
| <code>FangDaohao</code><br />安全时间
| 安全时间<br /><code>FangDaohao</code>
| <small class="lua-muted">5 个控件 · 2 条命令 · 1 个接口</small>
| <code>FangDaohao/FangDaohao.lua</code><br /><code>FangDaohao/FangDaohao.layout.xml</code>
|-
|-
| <code>Fangdao</code><br />防盗号
| 防盗号<br /><code>Fangdao</code>
| <small class="lua-muted">19 个控件 · 3 条命令 · 5 个接口</small>
| <code>Fangdao/Fangdao.lua</code><br /><code>Fangdao/Fangdao.layout.xml</code>
|-
|-
| <code>Friend</code><br />好 友
| 好 友<br /><code>Friend</code>
| <small class="lua-muted">26 个控件 · 5 条命令 · 17 个接口</small>
| <code>Friend/Friend.lua</code><br /><code>Friend/Friend.layout.xml</code>
|-
|-
| <code>FriendInfo</code><br />玩家信息
| 玩家信息<br /><code>FriendInfo</code>
| <small class="lua-muted">27 个控件 · 2 条命令 · 8 个接口</small>
| <code>FriendInfo/FriendInfo.lua</code><br /><code>FriendInfo/FriendInfo.layout.xml</code>
|-
|-
| <code>FunctionBarRight</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>FunctionBarRight</code>
| <small class="lua-muted">11 个控件 · 3 条命令 · 3 个接口</small>
| <code>FunctionBarRight/FunctionBarRight.lua</code><br /><code>FunctionBarRight/FunctionBarRight.layout.xml</code>
|-
|-
| <code>G_YuanBao</code><br />寄售金币
| 寄售金币<br /><code>G_YuanBao</code>
| <small class="lua-muted">23 个控件 · 3 条命令 · 0 个接口</small>
| <code>G_YuanBao/G_YuanBao.lua</code><br /><code>G_YuanBao/G_YuanBao.layout.xml</code>
|-
|-
| <code>GameSetup</code><br />游戏性设置
| 游戏性设置<br /><code>GameSetup</code>
| <small class="lua-muted">39 个控件 · 4 条命令 · 6 个接口</small>
| <code>GameSetup/GameSetup.lua</code><br /><code>GameSetup/GameSetup.layout.xml</code>
|-
|-
| <code>GemCarve</code><br />雕琢
| 雕琢<br /><code>GemCarve</code>
| <small class="lua-muted">17 个控件 · 7 条命令 · 5 个接口</small>
| <code>GemCarve/GemCarve.lua</code><br /><code>GemCarve/GemCarve.layout.xml</code>
|-
|-
| <code>GemMelting</code><br />宝石熔炼
| 宝石熔炼<br /><code>GemMelting</code>
| <small class="lua-muted">23 个控件 · 7 条命令 · 5 个接口</small>
| <code>GemMelting/GemMelting.lua</code><br /><code>GemMelting/GemMelting.layout.xml</code>
|-
|-
| <code>GuildLeague/GuildLeagueApply</code><br />入盟申请列表
| 入盟申请列表<br /><code>GuildLeague/GuildLeagueApply</code>
| <small class="lua-muted">24 个控件 · 2 条命令 · 11 个接口</small>
| <code>GuildLeague/GuildLeagueApply.lua</code><br /><code>GuildLeague/GuildLeagueApply.layout.xml</code>
|-
|-
| <code>GuildLeague/GuildLeagueCreate</code><br />创建同盟
| 创建同盟<br /><code>GuildLeague/GuildLeagueCreate</code>
| <small class="lua-muted">14 个控件 · 3 条命令 · 1 个接口</small>
| <code>GuildLeague/GuildLeagueCreate.lua</code><br /><code>GuildLeague/GuildLeagueCreate.layout.xml</code>
|-
|-
| <code>GuildLeague/GuildLeagueInfo</code><br />同盟信息
| 同盟信息<br /><code>GuildLeague/GuildLeagueInfo</code>
| <small class="lua-muted">32 个控件 · 3 条命令 · 22 个接口</small>
| <code>GuildLeague/GuildLeagueInfo.lua</code><br /><code>GuildLeague/GuildLeagueInfo.layout.xml</code>
|-
|-
| <code>GuildLeague/GuildLeagueList</code><br />同盟列表
| 同盟列表<br /><code>GuildLeague/GuildLeagueList</code>
| <small class="lua-muted">20 个控件 · 4 条命令 · 9 个接口</small>
| <code>GuildLeague/GuildLeagueList.lua</code><br /><code>GuildLeague/GuildLeagueList.layout.xml</code>
|-
|-
| <code>HistoryCorrespondence</code><br />信息
| 信息<br /><code>HistoryCorrespondence</code>
| <small class="lua-muted">10 个控件 · 2 条命令 · 4 个接口</small>
| <code>HistoryCorrespondence/HistoryCorrespondence.lua</code><br /><code>HistoryCorrespondence/HistoryCorrespondence.layout.xml</code>
|-
|-
| <code>Huodongricheng</code><br />1时间: *
| 1时间: *<br /><code>Huodongricheng</code>
| <small class="lua-muted">67 个控件 · 2 条命令 · 3 个接口</small>
| <code>Huodongricheng/Huodongricheng.lua</code><br /><code>Huodongricheng/Huodongricheng.layout.xml</code>
|-
|-
| <code>Identify</code><br />资质鉴定
| 资质鉴定<br /><code>Identify</code>
| <small class="lua-muted">18 个控件 · 7 条命令 · 7 个接口</small>
| <code>Identify/Identify.lua</code><br /><code>Identify/Identify.layout.xml</code>
|-
|-
| <code>InfoBrowser</code><br />名字: *
| 名字: *<br /><code>InfoBrowser</code>
| <small class="lua-muted">24 个控件 · 3 条命令 · 7 个接口</small>
| <code>InfoBrowser/InfoBrowser.lua</code><br /><code>InfoBrowser/InfoBrowser.layout.xml</code>
|-
|-
| <code>InfoEdit</code><br />信件编辑
| 信件编辑<br /><code>InfoEdit</code>
| <small class="lua-muted">16 个控件 · 2 条命令 · 6 个接口</small>
| <code>InfoEdit/InfoEdit.lua</code><br /><code>InfoEdit/InfoEdit.layout.xml</code>
|-
|-
| <code>InputMoney</code><br />取钱
| 取钱<br /><code>InputMoney</code>
| <small class="lua-muted">13 个控件 · 3 条命令 · 16 个接口</small>
| <code>InputMoney/InputMoney.lua</code><br /><code>InputMoney/InputMoney.layout.xml</code>
|-
|-
| <code>InputMood</code><br />心情寄语
| 心情寄语<br /><code>InputMood</code>
| <small class="lua-muted">11 个控件 · 1 条命令 · 1 个接口</small>
| <code>InputMood/InputMood.lua</code><br /><code>InputMood/InputMood.layout.xml</code>
|-
|-
| <code>InputYuanbao</code><br />取钱
| 取钱<br /><code>InputYuanbao</code>
| <small class="lua-muted">9 个控件 · 2 条命令 · 4 个接口</small>
| <code>InputYuanbao/InputYuanbao.lua</code><br /><code>InputYuanbao/InputYuanbao.layout.xml</code>
|-
|-
| <code>Interior</code><br />城市建设
| 城市建设<br /><code>Interior</code>
| <small class="lua-muted">30 个控件 · 3 条命令 · 8 个接口</small>
| <code>Interior/Interior.lua</code><br /><code>Interior/Interior.layout.xml</code>
|-
|-
| <code>ItemCoffer</code><br />加锁
| 加锁<br /><code>ItemCoffer</code>
| <small class="lua-muted">214 个控件 · 6 条命令 · 16 个接口</small>
| <code>ItemCoffer/ItemCoffer.lua</code><br /><code>ItemCoffer/ItemCoffer.layout.xml</code>
|-
|-
| <code>Item_TuDunZhu</code><br />土遁珠
| 土遁珠<br /><code>Item_TuDunZhu</code>
| <small class="lua-muted">10 个控件 · 4 条命令 · 3 个接口</small>
| <code>Item_TuDunZhu/Item_TuDunZhu.lua</code><br /><code>Item_TuDunZhu/Item_TuDunZhu.layout.xml</code>
|-
|-
| <code>JinBiJiaoZi</code><br />金币兑换交子
| 金币兑换交子<br /><code>JinBiJiaoZi</code>
| <small class="lua-muted">14 个控件 · 1 条命令 · 0 个接口</small>
| <code>JinBiJiaoZi/JinBiJiaoZi.lua</code><br /><code>JinBiJiaoZi/JinBiJiaoZi.layout.xml</code>
|-
|-
| <code>LargeMap</code><br />按住鼠标右键拖动可以显示不同区域 *
| 按住鼠标右键拖动可以显示不同区域 *<br /><code>LargeMap</code>
| <small class="lua-muted">7 个控件 · 2 条命令 · 4 个接口</small>
| <code>LargeMap/LargeMap.lua</code><br /><code>LargeMap/LargeMap.layout.xml</code>
|-
|-
| <code>LifeSkill</code><br />生活技能
| 生活技能<br /><code>LifeSkill</code>
| <small class="lua-muted">39 个控件 · 5 条命令 · 4 个接口</small>
| <code>LifeSkill/LifeSkill.lua</code><br /><code>LifeSkill/LifeSkill.layout.xml</code>
|-
|-
| <code>LifeSkillsStudy</code><br />学习生活技能
| 学习生活技能<br /><code>LifeSkillsStudy</code>
| <small class="lua-muted">20 个控件 · 6 条命令 · 8 个接口</small>
| <code>LifeSkillsStudy/LifeSkillsStudy.lua</code><br /><code>LifeSkillsStudy/LifeSkillsStudy.layout.xml</code>
|-
|-
| <code>LogOnList/LogonList</code><br />选择 *
| 选择 *<br /><code>LogOnList/LogonList</code>
| <small class="lua-muted">11 个控件 · 2 条命令 · 4 个接口</small>
| <code>LogOnList/LogonList.lua</code><br /><code>LogOnList/LogonList.layout.xml</code>
|-
|-
| <code>Logon/LogOn</code><br />帮助 *
| 帮助 *<br /><code>Logon/LogOn</code>
| <small class="lua-muted">51 个控件 · 6 条命令 · 9 个接口</small>
| <code>Logon/LogOn.lua</code><br /><code>Logon/LogOn.layout.xml</code>
|-
|-
| <code>LootPacket</code><br />物品
| 物品<br /><code>LootPacket</code>
| <small class="lua-muted">27 个控件 · 6 条命令 · 2 个接口</small>
| <code>LootPacket/LootPacket.lua</code><br /><code>LootPacket/LootPacket.layout.xml</code>
|-
|-
| <code>MainMenuBar</code><br />人物 默认键Alt+C *
| 人物 默认键Alt+C *<br /><code>MainMenuBar</code>
| <small class="lua-muted">89 个控件 · 24 条命令 · 35 个接口</small>
| <code>MainMenuBar/MainMenuBar.lua</code><br /><code>MainMenuBar/MainMenuBar.layout.xml</code>
|-
|-
| <code>MainMenuBar_2</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>MainMenuBar_2</code>
| <small class="lua-muted">21 个控件 · 4 条命令 · 0 个接口</small>
| <code>MainMenuBar_2/MainMenuBar_2.lua</code><br /><code>MainMenuBar_2/MainMenuBar_2.layout.xml</code>
|-
|-
| <code>MainMenuBar_3</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>MainMenuBar_3</code>
| <small class="lua-muted">5 个控件 · 2 条命令 · 2 个接口</small>
| <code>MainMenuBar_3/MainMenuBar_3.lua</code><br /><code>MainMenuBar_3/MainMenuBar_3.layout.xml</code>
|-
|-
| <code>Materalcompose/MaterialCompound</code><br />合成宝石 *
| 合成宝石 *<br /><code>Materalcompose/MaterialCompound</code>
| <small class="lua-muted">25 个控件 · 14 条命令 · 7 个接口</small>
| <code>Materalcompose/MaterialCompound.lua</code><br /><code>Materalcompose/Materalcompose.layout.xml</code>
|-
|-
| <code>MessageBall</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>MessageBall</code>
| <small class="lua-muted">7 个控件 · 1 条命令 · 1 个接口</small>
| <code>MessageBall/MessageBall.lua</code><br /><code>MessageBall/MessageBall.layout.xml</code>
|-
|-
| <code>MessageBoxCommon</code><br />好友申请
| 好友申请<br /><code>MessageBoxCommon</code>
| <small class="lua-muted">9 个控件 · 2 条命令 · 2 个接口</small>
| <code>MessageBoxCommon/MessageBoxCommon.lua</code><br /><code>MessageBoxCommon/MessageBoxCommon.layout.xml</code>
|-
|-
| <code>MessageBox_Friend</code><br />好友申请
| 好友申请<br /><code>MessageBox_Friend</code>
| <small class="lua-muted">10 个控件 · 1 条命令 · 5 个接口</small>
| <code>MessageBox_Friend/MessageBox_Friend.lua</code><br /><code>MessageBox_Friend/MessageBox_Friend.layout.xml</code>
|-
|-
| <code>MessageBox_Other</code><br />信息
| 信息<br /><code>MessageBox_Other</code>
| <small class="lua-muted">10 个控件 · 7 条命令 · 10 个接口</small>
| <code>MessageBox_Other/MessageBox_Other.lua</code><br /><code>MessageBox_Other/MessageBox_Other.layout.xml</code>
|-
|-
| <code>MessageBox_Self</code><br />摊位信息保存功能,系统将为您保存本次摆摊时的摊位名,摊位广告,曾出售商品,但对商品数量改变,打孔,镶嵌等属性变化的操作,对珍兽属性及技能变化皆不做保存,保存的信息到您下线时会被清空,请问您需要保存吗?注意:普通摊位和元宝摊位的信息将会分别保存。 *
| 摊位信息保存功能,系统将为您保存本次摆摊时的摊位名,摊位广告,曾出售商品,但对商品数量改变,打孔,镶嵌等属性变化的操作,对珍兽属性及技能变化皆不做保存,保存的信息到您下线时会被清空,请问您需要保存吗?注意:普通摊位和元宝摊位的信息将会分别保存。 *<br /><code>MessageBox_Self</code>
| <small class="lua-muted">9 个控件 · 65 条命令 · 63 个接口</small>
| <code>MessageBox_Self/MessageBox_Self.lua</code><br /><code>MessageBox_Self/MessageBox_Self.layout.xml</code>
|-
|-
| <code>MiniMap</code><br />最小化 *
| 最小化 *<br /><code>MiniMap</code>
| <small class="lua-muted">56 个控件 · 17 条命令 · 28 个接口</small>
| <code>MiniMap/MiniMap.lua</code><br /><code>MiniMap/MiniMap.layout.xml</code>
|-
|-
| <code>MissionObjDel</code><br />销毁任务物品
| 销毁任务物品<br /><code>MissionObjDel</code>
| <small class="lua-muted">12 个控件 · 4 条命令 · 1 个接口</small>
| <code>MissionObjDel/MissionObjDel.lua</code><br /><code>MissionObjDel/MissionObjDel.layout.xml</code>
|-
|-
| <code>MissionReply</code><br />需要的物品: *
| 需要的物品: *<br /><code>MissionReply</code>
| <small class="lua-muted">20 个控件 · 5 条命令 · 14 个接口</small>
| <code>MissionReply/MissionReply.lua</code><br /><code>MissionReply/MissionReply.layout.xml</code>
|-
|-
| <code>NewbieCardActivation</code><br />财富卡激活
| 财富卡激活<br /><code>NewbieCardActivation</code>
| <small class="lua-muted">10 个控件 · 3 条命令 · 2 个接口</small>
| <code>NewbieCardActivation/NewbieCardActivation.lua</code><br /><code>NewbieCardActivation/NewbieCardActivation.layout.xml</code>
|-
|-
| <code>Operation</code><br />系统选项
| 系统选项<br /><code>Operation</code>
| <small class="lua-muted">13 个控件 · 7 条命令 · 10 个接口</small>
| <code>Operation/Operation.lua</code><br /><code>Operation/Operation.layout.xml</code>
|-
|-
| <code>OtherInfo</code><br />其他信息
| 其他信息<br /><code>OtherInfo</code>
| <small class="lua-muted">42 个控件 · 6 条命令 · 5 个接口</small>
| <code>OtherInfo/OtherInfo.lua</code><br /><code>OtherInfo/OtherInfo.layout.xml</code>
|-
|-
| <code>OtherPet</code><br />成长率: *
| 成长率: *<br /><code>OtherPet</code>
| <small class="lua-muted">94 个控件 · 2 条命令 · 57 个接口</small>
| <code>OtherPet/OtherPet.lua</code><br /><code>OtherPet/OtherPet.layout.xml</code>
|-
|-
| <code>OtherRide</code><br />骑乘
| 骑乘<br /><code>OtherRide</code>
| <small class="lua-muted">32 个控件 · 2 条命令 · 4 个接口</small>
| <code>OtherRide/OtherRide.lua</code><br /><code>OtherRide/OtherRide.layout.xml</code>
|-
|-
| <code>PKWarning</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>PKWarning</code>
| <small class="lua-muted">1 个控件 · 2 条命令 · 0 个接口</small>
| <code>PKWarning/PKWarning.lua</code><br /><code>PKWarning/PKWarning.layout.xml</code>
|-
|-
| <code>PK_message</code><br />决斗目标
| 决斗目标<br /><code>PK_message</code>
| <small class="lua-muted">13 个控件 · 1 条命令 · 3 个接口</small>
| <code>PK_message/PK_message.lua</code><br /><code>PK_message/PK_message.layout.xml</code>
|-
|-
| <code>PS_CreateShop</code><br />开张新店铺
| 开张新店铺<br /><code>PS_CreateShop</code>
| <small class="lua-muted">21 个控件 · 3 条命令 · 4 个接口</small>
| <code>PS_CreateShop/PS_CreateShop.lua</code><br /><code>PS_CreateShop/PS_CreateShop.layout.xml</code>
|-
|-
| <code>PS_Input</code><br />充入本金
| 充入本金<br /><code>PS_Input</code>
| <small class="lua-muted">19 个控件 · 3 条命令 · 2 个接口</small>
| <code>PS_Input/PS_Input.lua</code><br /><code>PS_Input/PS_Input.layout.xml</code>
|-
|-
| <code>PS_Message</code><br />交易记录
| 交易记录<br /><code>PS_Message</code>
| <small class="lua-muted">11 个控件 · 2 条命令 · 6 个接口</small>
| <code>PS_Message/PS_Message.lua</code><br /><code>PS_Message/PS_Message.layout.xml</code>
|-
|-
| <code>PS_Search</code><br />分类查找
| 分类查找<br /><code>PS_Search</code>
| <small class="lua-muted">13 个控件 · 3 条命令 · 1 个接口</small>
| <code>PS_Search/PS_Search.lua</code><br /><code>PS_Search/PS_Search.layout.xml</code>
|-
|-
| <code>PS_Shop</code><br />店铺
| 店铺<br /><code>PS_Shop</code>
| <small class="lua-muted">51 个控件 · 5 条命令 · 16 个接口</small>
| <code>PS_Shop/PS_Shop.lua</code><br /><code>PS_Shop/PS_Shop.layout.xml</code>
|-
|-
| <code>PS_ShopList</code><br />商店列表
| 商店列表<br /><code>PS_ShopList</code>
| <small class="lua-muted">21 个控件 · 5 条命令 · 15 个接口</small>
| <code>PS_ShopList/PS_ShopList.lua</code><br /><code>PS_ShopList/PS_ShopList.layout.xml</code>
|-
|-
| <code>PS_ShopMag</code><br />店铺本金: *
| 店铺本金: *<br /><code>PS_ShopMag</code>
| <small class="lua-muted">86 个控件 · 8 条命令 · 34 个接口</small>
| <code>PS_ShopMag/PS_ShopMag.lua</code><br /><code>PS_ShopMag/PS_ShopMag.layout.xml</code>
|-
|-
| <code>PS_Transfer</code><br />店铺名: *
| 店铺名: *<br /><code>PS_Transfer</code>
| <small class="lua-muted">56 个控件 · 5 条命令 · 2 个接口</small>
| <code>PS_Transfer/PS_Transfer.lua</code><br /><code>PS_Transfer/PS_Transfer.layout.xml</code>
|-
|-
| <code>Packet</code><br />包裹
| 包裹<br /><code>Packet</code>
| <small class="lua-muted">138 个控件 · 22 条命令 · 6 个接口</small>
| <code>Packet/Packet.lua</code><br /><code>Packet/Packet.layout.xml</code>
|-
|-
| <code>PartyFrame</code><br />左键点击,可选中队友珍兽;右键点击,可查看队友珍兽信息。 *
| 左键点击,可选中队友珍兽;右键点击,可查看队友珍兽信息。 *<br /><code>PartyFrame</code>
| <small class="lua-muted">71 个控件 · 5 条命令 · 10 个接口</small>
| <code>PartyFrame/PartyFrame.lua</code><br /><code>PartyFrame/PartyFrame.layout.xml</code>
|-
|-
| <code>Pet</code><br />成长率: *
| 成长率: *<br /><code>Pet</code>
| <small class="lua-muted">115 个控件 · 7 条命令 · 66 个接口</small>
| <code>Pet/Pet.lua</code><br /><code>Pet/Pet.layout.xml</code>
|-
|-
| <code>PetAgname</code><br />称号
| 称号<br /><code>PetAgname</code>
| <small class="lua-muted">14 个控件 · 3 条命令 · 5 个接口</small>
| <code>PetAgname/PetAgname.lua</code><br /><code>PetAgname/PetAgname.layout.xml</code>
|-
|-
| <code>PetFrame</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>PetFrame</code>
| <small class="lua-muted">15 个控件 · 2 条命令 · 10 个接口</small>
| <code>PetFrame/PetFrame.lua</code><br /><code>PetFrame/PetFrame.layout.xml</code>
|-
|-
| <code>PetFriendSearch</code><br />适合珍兽
| 适合珍兽<br /><code>PetFriendSearch</code>
| <small class="lua-muted">62 个控件 · 2 条命令 · 9 个接口</small>
| <code>PetFriendSearch/PetFriendSearch.lua</code><br /><code>PetFriendSearch/PetFriendSearch.layout.xml</code>
|-
|-
| <code>PetInviteFriend</code><br />珍兽交友
| 珍兽交友<br /><code>PetInviteFriend</code>
| <small class="lua-muted">36 个控件 · 3 条命令 · 6 个接口</small>
| <code>PetInviteFriend/PetInviteFriend.lua</code><br /><code>PetInviteFriend/PetInviteFriend.layout.xml</code>
|-
|-
| <code>PetJian</code><br />珍兽图鉴
| 珍兽图鉴<br /><code>PetJian</code>
| <small class="lua-muted">16 个控件 · 2 条命令 · 4 个接口</small>
| <code>PetJian/PetJian.lua</code><br /><code>PetJian/PetJian.layout.xml</code>
|-
|-
| <code>PetLevelup</code><br />珍兽技能升级
| 珍兽技能升级<br /><code>PetLevelup</code>
| <small class="lua-muted">33 个控件 · 7 条命令 · 9 个接口</small>
| <code>PetLevelup/PetLevelup.lua</code><br /><code>PetLevelup/PetLevelup.layout.xml</code>
|-
|-
| <code>PetList</code><br />珍兽列表
| 珍兽列表<br /><code>PetList</code>
| <small class="lua-muted">9 个控件 · 9 条命令 · 5 个接口</small>
| <code>PetList/PetList.lua</code><br /><code>PetList/PetList.layout.xml</code>
|-
|-
| <code>PetMedicineHC</code><br />合成灵兽丹
| 合成灵兽丹<br /><code>PetMedicineHC</code>
| <small class="lua-muted">21 个控件 · 6 条命令 · 4 个接口</small>
| <code>PetMedicineHC/PetMedicineHC.lua</code><br /><code>PetMedicineHC/PetMedicineHC.layout.xml</code>
|-
|-
| <code>PetProcreate</code><br />珍兽繁殖
| 珍兽繁殖<br /><code>PetProcreate</code>
| <small class="lua-muted">28 个控件 · 7 条命令 · 8 个接口</small>
| <code>PetProcreate/PetProcreate.lua</code><br /><code>PetProcreate/PetProcreate.layout.xml</code>
|-
|-
| <code>PetSavvy</code><br />提升珍兽悟性
| 提升珍兽悟性<br /><code>PetSavvy</code>
| <small class="lua-muted">23 个控件 · 7 条命令 · 9 个接口</small>
| <code>PetSavvy/PetSavvy.lua</code><br /><code>PetSavvy/PetSavvy.layout.xml</code>
|-
|-
| <code>PetSavvyGGD</code><br />提升珍兽悟性
| 提升珍兽悟性<br /><code>PetSavvyGGD</code>
| <small class="lua-muted">20 个控件 · 7 条命令 · 2 个接口</small>
| <code>PetSavvyGGD/PetSavvyGGD.lua</code><br /><code>PetSavvyGGD/PetSavvyGGD.layout.xml</code>
|-
|-
| <code>PetShelizi</code><br />炼制珍兽舍利子
| 炼制珍兽舍利子<br /><code>PetShelizi</code>
| <small class="lua-muted">18 个控件 · 7 条命令 · 7 个接口</small>
| <code>PetShelizi/PetShelizi.lua</code><br /><code>PetShelizi/PetShelizi.layout.xml</code>
|-
|-
| <code>PetSkillStudy</code><br />请将要使用的道具拖拽到右边的道具框中 *
| 请将要使用的道具拖拽到右边的道具框中 *<br /><code>PetSkillStudy</code>
| <small class="lua-muted">19 个控件 · 7 条命令 · 16 个接口</small>
| <code>PetSkillStudy/PetSkillStudy.lua</code><br /><code>PetSkillStudy/PetSkillStudy.layout.xml</code>
|-
|-
| <code>PetStudyNewSkill</code><br />请将要使用的道具拖拽到右边的道具框中 *
| 请将要使用的道具拖拽到右边的道具框中 *<br /><code>PetStudyNewSkill</code>
| <small class="lua-muted">31 个控件 · 7 条命令 · 6 个接口</small>
| <code>PetStudyNewSkill/PetStudyNewSkill.lua</code><br /><code>PetStudyNewSkill/PetStudyNewSkill.layout.xml</code>
|-
|-
| <code>PetSynthesize</code><br />珍兽合成
| 珍兽合成<br /><code>PetSynthesize</code>
| <small class="lua-muted">21 个控件 · 6 条命令 · 3 个接口</small>
| <code>PetSynthesize/PetSynthesize.lua</code><br /><code>PetSynthesize/PetSynthesize.layout.xml</code>
|-
|-
| <code>PetXingGe</code><br />改变珍兽性格
| 改变珍兽性格<br /><code>PetXingGe</code>
| <small class="lua-muted">13 个控件 · 6 条命令 · 2 个接口</small>
| <code>PetXingGe/PetXingGe.lua</code><br /><code>PetXingGe/PetXingGe.layout.xml</code>
|-
|-
| <code>PetZhengYou</code><br />珍兽征友
| 珍兽征友<br /><code>PetZhengYou</code>
| <small class="lua-muted">62 个控件 · 2 条命令 · 4 个接口</small>
| <code>PetZhengYou/PetZhengYou.lua</code><br /><code>PetZhengYou/PetZhengYou.layout.xml</code>
|-
|-
| <code>PlayerFrame</code><br />打开珍兽征友界面 *
| 打开珍兽征友界面 *<br /><code>PlayerFrame</code>
| <small class="lua-muted">27 个控件 · 19 条命令 · 9 个接口</small>
| <code>PlayerFrame/PlayerFrame.lua</code><br /><code>PlayerFrame/PlayerFrame.layout.xml</code>
|-
|-
| <code>PlayerImpactFrame</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>PlayerImpactFrame</code>
| <small class="lua-muted">257 个控件 · 4 条命令 · 5 个接口</small>
| <code>PlayerImpactFrame/PlayerImpactFrame.lua</code><br /><code>PlayerImpactFrame/PlayerImpactFrame.layout.xml</code>
|-
|-
| <code>PlayerList</code><br />附近玩家列表
| 附近玩家列表<br /><code>PlayerList</code>
| <small class="lua-muted">12 个控件 · 1 条命令 · 4 个接口</small>
| <code>PlayerList/PlayerList.lua</code><br /><code>PlayerList/PlayerList.layout.xml</code>
|-
|-
| <code>PlayerZhengyou</code><br />征友交互平台
| 征友交互平台<br /><code>PlayerZhengyou</code>
| <small class="lua-muted">8 个控件 · 2 条命令 · 1 个接口</small>
| <code>PlayerZhengyou/PlayerZhengyou.lua</code><br /><code>PlayerZhengyou/PlayerZhengyou.layout.xml</code>
|-
|-
| <code>PlayerZhengyouPT</code><br />玩家征友
| 玩家征友<br /><code>PlayerZhengyouPT</code>
| <small class="lua-muted">75 个控件 · 6 条命令 · 18 个接口</small>
| <code>PlayerZhengyouPT/PlayerZhengyouPT.lua</code><br /><code>PlayerZhengyouPT/PlayerZhengyouPT.layout.xml</code>
|-
|-
| <code>ProgressBar</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>ProgressBar</code>
| <small class="lua-muted">1 个控件 · 5 条命令 · 1 个接口</small>
| <code>ProgressBar/ProgressBar.lua</code><br /><code>ProgressBar/ProgressBar.layout.xml</code>
|-
|-
| <code>Pswprotect</code><br />密保卡输入
| 密保卡输入<br /><code>Pswprotect</code>
| <small class="lua-muted">16 个控件 · 1 条命令 · 4 个接口</small>
| <code>Pswprotect/Pswprotect.lua</code><br /><code>Pswprotect/Pswprotect.layout.xml</code>
|-
|-
| <code>Quest</code><br />拒绝 *
| 拒绝 *<br /><code>Quest</code>
| <small class="lua-muted">10 个控件 · 12 条命令 · 22 个接口</small>
| <code>Quest/Quest.lua</code><br /><code>Quest/Quest.layout.xml</code>
|-
|-
| <code>QuestLog</code><br />任务日志
| 任务日志<br /><code>QuestLog</code>
| <small class="lua-muted">23 个控件 · 9 条命令 · 39 个接口</small>
| <code>QuestLog/QuestLog.lua</code><br /><code>QuestLog/QuestLog.layout.xml</code>
|-
|-
| <code>QuitRelative</code><br />确定
| 确定<br /><code>QuitRelative</code>
| <small class="lua-muted">5 个控件 · 2 条命令 · 1 个接口</small>
| <code>QuitRelative/QuitRelative.lua</code><br /><code>QuitRelative/QuitRelative.layout.xml</code>
|-
|-
| <code>Quiz</code><br />问答
| 问答<br /><code>Quiz</code>
| <small class="lua-muted">11 个控件 · 2 条命令 · 0 个接口</small>
| <code>Quiz/Quiz.lua</code><br /><code>Quiz/Quiz.layout.xml</code>
|-
|-
| <code>REVENGE/Revenge</code><br />仇杀申请
| 仇杀申请<br /><code>REVENGE/Revenge</code>
| <small class="lua-muted">15 个控件 · 1 条命令 · 1 个接口</small>
| <code>REVENGE/Revenge.lua</code><br /><code>REVENGE/Revenge.layout.xml</code>
|-
|-
| <code>RecycleShop</code><br />我要收购的材料
| 我要收购的材料<br /><code>RecycleShop</code>
| <small class="lua-muted">47 个控件 · 4 条命令 · 14 个接口</small>
| <code>RecycleShop/RecycleShop.lua</code><br /><code>RecycleShop/RecycleShop.layout.xml</code>
|-
|-
| <code>Recycle_InputBox</code><br />收购广告
| 收购广告<br /><code>Recycle_InputBox</code>
| <small class="lua-muted">11 个控件 · 2 条命令 · 2 个接口</small>
| <code>Recycle_InputBox/Recycle_InputBox.lua</code><br /><code>Recycle_InputBox/Recycle_InputBox.layout.xml</code>
|-
|-
| <code>Relation</code><br />关系
| 关系<br /><code>Relation</code>
| <small class="lua-muted">47 个控件 · 2 条命令 · 1 个接口</small>
| <code>Relation/Relation.lua</code><br /><code>Relation/Relation.layout.xml</code>
|-
|-
| <code>Relive</code><br />复活
| 复活<br /><code>Relive</code>
| <small class="lua-muted">13 个控件 · 4 条命令 · 4 个接口</small>
| <code>Relive/Relive.lua</code><br /><code>Relive/Relive.layout.xml</code>
|-
|-
| <code>Reputation</code><br />声望
| 声望<br /><code>Reputation</code>
| <small class="lua-muted">91 个控件 · 1 条命令 · 1 个接口</small>
| <code>Reputation/Reputation.lua</code><br /><code>Reputation/Reputation.layout.xml</code>
|-
|-
| <code>Research</code><br />城市研究
| 城市研究<br /><code>Research</code>
| <small class="lua-muted">35 个控件 · 4 条命令 · 9 个接口</small>
| <code>Research/Research.lua</code><br /><code>Research/Research.layout.xml</code>
|-
|-
| <code>Ride</code><br />骑乘
| 骑乘<br /><code>Ride</code>
| <small class="lua-muted">32 个控件 · 4 条命令 · 4 个接口</small>
| <code>Ride/Ride.lua</code><br /><code>Ride/Ride.layout.xml</code>
|-
|-
| <code>SafeTime</code><br />安全时间
| 安全时间<br /><code>SafeTime</code>
| <small class="lua-muted">24 个控件 · 3 条命令 · 1 个接口</small>
| <code>SafeTime/SafeTime.lua</code><br /><code>SafeTime/SafeTime.layout.xml</code>
|-
|-
| <code>SceneMap</code><br />切换至世界地图
| 切换至世界地图<br /><code>SceneMap</code>
| <small class="lua-muted">17 个控件 · 3 条命令 · 5 个接口</small>
| <code>SceneMap/SceneMap.lua</code><br /><code>SceneMap/SceneMap.layout.xml</code>
|-
|-
| <code>SceneTrans</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>SceneTrans</code>
| <small class="lua-muted">3 个控件 · 3 条命令 · 0 个接口</small>
| <code>SceneTrans/SceneTrans.lua</code><br /><code>SceneTrans/SceneTrans.layout.xml</code>
|-
|-
| <code>ScreenList</code><br />屏蔽
| 屏蔽<br /><code>ScreenList</code>
| <small class="lua-muted">10 个控件 · 3 条命令 · 3 个接口</small>
| <code>ScreenList/ScreenList.lua</code><br /><code>ScreenList/ScreenList.layout.xml</code>
|-
|-
| <code>ScrollInfo</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>ScrollInfo</code>
| <small class="lua-muted">5 个控件 · 3 条命令 · 1 个接口</small>
| <code>ScrollInfo/ScrollInfo.lua</code><br /><code>ScrollInfo/ScrollInfo.layout.xml</code>
|-
|-
| <code>SelectFacestyle</code><br />更改脸型
| 更改脸型<br /><code>SelectFacestyle</code>
| <small class="lua-muted">29 个控件 · 3 条命令 · 5 个接口</small>
| <code>SelectFacestyle/SelectFacestyle.lua</code><br /><code>SelectFacestyle/SelectFacestyle.layout.xml</code>
|-
|-
| <code>SelectHairColor</code><br />选择头发颜色
| 选择头发颜色<br /><code>SelectHairColor</code>
| <small class="lua-muted">27 个控件 · 3 条命令 · 7 个接口</small>
| <code>SelectHairColor/SelectHairColor.lua</code><br /><code>SelectHairColor/SelectHairColor.layout.xml</code>
|-
|-
| <code>SelectHairstyle</code><br />选择发型
| 选择发型<br /><code>SelectHairstyle</code>
| <small class="lua-muted">30 个控件 · 3 条命令 · 3 个接口</small>
| <code>SelectHairstyle/SelectHairstyle.lua</code><br /><code>SelectHairstyle/SelectHairstyle.layout.xml</code>
|-
|-
| <code>SelectHeadstyle</code><br />修改头像
| 修改头像<br /><code>SelectHeadstyle</code>
| <small class="lua-muted">65 个控件 · 2 条命令 · 3 个接口</small>
| <code>SelectHeadstyle/SelectHeadstyle.lua</code><br /><code>SelectHeadstyle/SelectHeadstyle.layout.xml</code>
|-
|-
| <code>SelectRecycleItem</code><br />新增收购 *
| 新增收购 *<br /><code>SelectRecycleItem</code>
| <small class="lua-muted">66 个控件 · 2 条命令 · 8 个接口</small>
| <code>SelectRecycleItem/SelectRecycleItem.lua</code><br /><code>SelectRecycleItem/SelectRecycleItem.layout.xml</code>
|-
|-
| <code>SelectRole</code><br />名字:月光光照大床 *
| 名字:月光光照大床 *<br /><code>SelectRole</code>
| <small class="lua-muted">26 个控件 · 6 条命令 · 10 个接口</small>
| <code>SelectRole/SelectRole.lua</code><br /><code>SelectRole/SelectRole.layout.xml</code>
|-
|-
| <code>SelectServer</code><br />您选择的服务器是:乌鲁木齐网通四区 龙图天下 *
| 您选择的服务器是:乌鲁木齐网通四区 龙图天下 *<br /><code>SelectServer</code>
| <small class="lua-muted">159 个控件 · 9 条命令 · 12 个接口</small>
| <code>SelectServer/SelectServer.lua</code><br /><code>SelectServer/SelectServer.layout.xml</code>
|-
|-
| <code>SelectServerQuest</code><br />确定 *
| 确定 *<br /><code>SelectServerQuest</code>
| <small class="lua-muted">6 个控件 · 9 条命令 · 9 个接口</small>
| <code>SelectServerQuest/SelectServerQuest.lua</code><br /><code>SelectServerQuest/SelectServerQuest.layout.xml</code>
|-
|-
| <code>SelfData</code><br />以下资料 *
| 以下资料 *<br /><code>SelfData</code>
| <small class="lua-muted">48 个控件 · 3 条命令 · 7 个接口</small>
| <code>SelfData/SelfData.lua</code><br /><code>SelfData/SelfData.layout.xml</code>
|-
|-
| <code>SelfEquip</code><br />头盔 *
| 头盔 *<br /><code>SelfEquip</code>
| <small class="lua-muted">113 个控件 · 45 条命令 · 12 个接口</small>
| <code>SelfEquip/SelfEquip.lua</code><br /><code>SelfEquip/SelfEquip.layout.xml</code>
|-
|-
| <code>Service</code><br />修理
| 修理<br /><code>Service</code>
| <small class="lua-muted">13 个控件 · 5 条命令 · 0 个接口</small>
| <code>Service/Service.lua</code><br /><code>Service/Service.layout.xml</code>
|-
|-
| <code>SetCommerceNet</code><br />设置商业线路
| 设置商业线路<br /><code>SetCommerceNet</code>
| <small class="lua-muted">11 个控件 · 3 条命令 · 5 个接口</small>
| <code>SetCommerceNet/SetCommerceNet.lua</code><br /><code>SetCommerceNet/SetCommerceNet.layout.xml</code>
|-
|-
| <code>SetMinorPassword</code><br />设置密码
| 设置密码<br /><code>SetMinorPassword</code>
| <small class="lua-muted">15 个控件 · 2 条命令 · 0 个接口</small>
| <code>SetMinorPassword/SetMinorPassword.lua</code><br /><code>SetMinorPassword/SetMinorPassword.layout.xml</code>
|-
|-
| <code>ShiMingRenZheng</code><br />实名认证提示
| 实名认证提示<br /><code>ShiMingRenZheng</code>
| <small class="lua-muted">7 个控件 · 1 条命令 · 0 个接口</small>
| <code>ShiMingRenZheng/ShiMingRenZheng.lua</code><br /><code>ShiMingRenZheng/ShiMingRenZheng.layout.xml</code>
|-
|-
| <code>Shop</code><br />购买确认 *
| 购买确认 *<br /><code>Shop</code>
| <small class="lua-muted">91 个控件 · 6 条命令 · 22 个接口</small>
| <code>Shop/Shop.lua</code><br /><code>Shop/Shop.layout.xml</code>
|-
|-
| <code>Shop_BulkBuying</code><br />批量购买
| 批量购买<br /><code>Shop_BulkBuying</code>
| <small class="lua-muted">24 个控件 · 4 条命令 · 5 个接口</small>
| <code>Shop_BulkBuying/Shop_BulkBuying.lua</code><br /><code>Shop_BulkBuying/Shop_BulkBuying.layout.xml</code>
|-
|-
| <code>Shop_Fitting</code><br />试衣间
| 试衣间<br /><code>Shop_Fitting</code>
| <small class="lua-muted">10 个控件 · 5 条命令 · 2 个接口</small>
| <code>Shop_Fitting/Shop_Fitting.lua</code><br /><code>Shop_Fitting/Shop_Fitting.layout.xml</code>
|-
|-
| <code>SoftKeyBoard</code><br />软键盘
| 软键盘<br /><code>SoftKeyBoard</code>
| <small class="lua-muted">7 个控件 · 4 条命令 · 1 个接口</small>
| <code>SoftKeyBoard/SoftKeyBoard.lua</code><br /><code>SoftKeyBoard/SoftKeyBoard.layout.xml</code>
|-
|-
| <code>SoundSetup</code><br />声音设置
| 声音设置<br /><code>SoundSetup</code>
| <small class="lua-muted">37 个控件 · 4 条命令 · 0 个接口</small>
| <code>SoundSetup/SoundSetup.lua</code><br /><code>SoundSetup/SoundSetup.layout.xml</code>
|-
|-
| <code>SplitGem</code><br />宝石摘除
| 宝石摘除<br /><code>SplitGem</code>
| <small class="lua-muted">18 个控件 · 5 条命令 · 6 个接口</small>
| <code>SplitGem/SplitGem.lua</code><br /><code>SplitGem/SplitGem.layout.xml</code>
|-
|-
| <code>SplitGem_Four</code><br />宝石极限摘除
| 宝石极限摘除<br /><code>SplitGem_Four</code>
| <small class="lua-muted">14 个控件 · 5 条命令 · 2 个接口</small>
| <code>SplitGem_Four/SplitGem_Four.lua</code><br /><code>SplitGem_Four/SplitGem_Four.layout.xml</code>
|-
|-
| <code>SplitItem</code><br />拆分
| 拆分<br /><code>SplitItem</code>
| <small class="lua-muted">12 个控件 · 2 条命令 · 4 个接口</small>
| <code>SplitItem/SplitItem.lua</code><br /><code>SplitItem/SplitItem.layout.xml</code>
|-
|-
| <code>StallBuy</code><br />摊位购物
| 摊位购物<br /><code>StallBuy</code>
| <small class="lua-muted">44 个控件 · 7 条命令 · 19 个接口</small>
| <code>StallBuy/StallBuy.lua</code><br /><code>StallBuy/StallBuy.layout.xml</code>
|-
|-
| <code>StallMessage</code><br />摊位信息
| 摊位信息<br /><code>StallMessage</code>
| <small class="lua-muted">17 个控件 · 2 条命令 · 10 个接口</small>
| <code>StallMessage/StallMessage.lua</code><br /><code>StallMessage/StallMessage.layout.xml</code>
|-
|-
| <code>StallSale</code><br />摆摊
| 摆摊<br /><code>StallSale</code>
| <small class="lua-muted">50 个控件 · 8 条命令 · 15 个接口</small>
| <code>StallSale/StallSale.lua</code><br /><code>StallSale/StallSale.layout.xml</code>
|-
|-
| <code>Stiletto</code><br />打孔
| 打孔<br /><code>Stiletto</code>
| <small class="lua-muted">17 个控件 · 5 条命令 · 3 个接口</small>
| <code>Stiletto/Stiletto.lua</code><br /><code>Stiletto/Stiletto.layout.xml</code>
|-
|-
| <code>Stiletto_Four</code><br />极限打孔
| 极限打孔<br /><code>Stiletto_Four</code>
| <small class="lua-muted">17 个控件 · 5 条命令 · 4 个接口</small>
| <code>Stiletto_Four/Stiletto_Four.lua</code><br /><code>Stiletto_Four/Stiletto_Four.layout.xml</code>
|-
|-
| <code>SuperToolTip/supertooltip</code><br />测试的类型 *
| 测试的类型 *<br /><code>SuperToolTip/supertooltip</code>
| <small class="lua-muted">41 个控件 · 2 条命令 · 27 个接口</small>
| <code>SuperToolTip/supertooltip.lua</code><br /><code>SuperToolTip/SuperTooltip.layout.xml</code>
|-
|-
| <code>SuperToolTip2/SuperTooltip2</code><br />测试类型 *
| 测试类型 *<br /><code>SuperToolTip2/SuperTooltip2</code>
| <small class="lua-muted">40 个控件 · 1 条命令 · 4 个接口</small>
| <code>SuperToolTip2/SuperTooltip2.lua</code><br /><code>SuperToolTip2/SuperTooltip2.layout.xml</code>
|-
|-
| <code>Synthesize</code><br />合 成
| 合 成<br /><code>Synthesize</code>
| <small class="lua-muted">55 个控件 · 13 条命令 · 29 个接口</small>
| <code>Synthesize/Synthesize.lua</code><br /><code>Synthesize/Synthesize.layout.xml</code>
|-
|-
| <code>SystemNotice</code><br />提 示
| 提 示<br /><code>SystemNotice</code>
| <small class="lua-muted">10 个控件 · 1 条命令 · 1 个接口</small>
| <code>SystemNotice/SystemNotice.lua</code><br /><code>SystemNotice/SystemNotice.layout.xml</code>
|-
|-
| <code>TargetBlog</code><br />博客
| 博客<br /><code>TargetBlog</code>
| <small class="lua-muted">28 个控件 · 2 条命令 · 0 个接口</small>
| <code>TargetBlog/TargetBlog.lua</code><br /><code>TargetBlog/TargetBlog.layout.xml</code>
|-
|-
| <code>TargetBuff</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>TargetBuff</code>
| <small class="lua-muted">7 个控件 · 3 条命令 · 3 个接口</small>
| <code>TargetBuff/TargetBuff.lua</code><br /><code>TargetBuff/TargetBuff.layout.xml</code>
|-
|-
| <code>TargetData</code><br />以下资料 *
| 以下资料 *<br /><code>TargetData</code>
| <small class="lua-muted">45 个控件 · 3 条命令 · 0 个接口</small>
| <code>TargetData/TargetData.lua</code><br /><code>TargetData/TargetData.layout.xml</code>
|-
|-
| <code>TargetEquip</code><br />XX级 *
| XX级 *<br /><code>TargetEquip</code>
| <small class="lua-muted">43 个控件 · 5 条命令 · 3 个接口</small>
| <code>TargetEquip/TargetEquip.lua</code><br /><code>TargetEquip/TargetEquip.layout.xml</code>
|-
|-
| <code>TargetFrame</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>TargetFrame</code>
| <small class="lua-muted">19 个控件 · 7 条命令 · 13 个接口</small>
| <code>TargetFrame/TargetFrame.lua</code><br /><code>TargetFrame/TargetFrame.layout.xml</code>
|-
|-
| <code>TargetPet</code><br />成长率: *
| 成长率: *<br /><code>TargetPet</code>
| <small class="lua-muted">86 个控件 · 5 条命令 · 41 个接口</small>
| <code>TargetPet/TargetPet.lua</code><br /><code>TargetPet/TargetPet.layout.xml</code>
|-
|-
| <code>TeamFrame</code><br />组队跟随 *
| 组队跟随 *<br /><code>TeamFrame</code>
| <small class="lua-muted">81 个控件 · 6 条命令 · 29 个接口</small>
| <code>TeamFrame/TeamFrame.lua</code><br /><code>TeamFrame/TeamFrame.layout.xml</code>
|-
|-
| <code>TeamMessageBox1</code><br />队伍信息
| 队伍信息<br /><code>TeamMessageBox1</code>
| <small class="lua-muted">51 个控件 · 1 条命令 · 2 个接口</small>
| <code>TeamMessageBox1/TeamMessageBox1.lua</code><br /><code>TeamMessageBox1/TeamMessageBox1.layout.xml</code>
|-
|-
| <code>TextValidate</code><br />请输入验证码
| 请输入验证码<br /><code>TextValidate</code>
| <small class="lua-muted">13 个控件 · 11 条命令 · 13 个接口</small>
| <code>TextValidate/TextValidate.lua</code><br /><code>TextValidate/TextValidate.layout.xml</code>
|-
|-
| <code>TodayCampaignList</code><br />活动日程
| 活动日程<br /><code>TodayCampaignList</code>
| <small class="lua-muted">11 个控件 · 1 条命令 · 1 个接口</small>
| <code>TodayCampaignList/TodayCampaignList.lua</code><br /><code>TodayCampaignList/TodayCampaignList.layout.xml</code>
|-
|-
| <code>UnlockMinorPassword</code><br />解除密码 *
| 解除密码 *<br /><code>UnlockMinorPassword</code>
| <small class="lua-muted">14 个控件 · 4 条命令 · 3 个接口</small>
| <code>UnlockMinorPassword/UnlockMinorPassword.lua</code><br /><code>UnlockMinorPassword/UnlockMinorPassword.layout.xml</code>
|-
|-
| <code>ViewSetup</code><br />显示设置
| 显示设置<br /><code>ViewSetup</code>
| <small class="lua-muted">94 个控件 · 4 条命令 · 2 个接口</small>
| <code>ViewSetup/ViewSetup.lua</code><br /><code>ViewSetup/ViewSetup.layout.xml</code>
|-
|-
| <code>VotedPlayer</code><br />本选项投票玩家 *
| 本选项投票玩家 *<br /><code>VotedPlayer</code>
| <small class="lua-muted">12 个控件 · 3 条命令 · 4 个接口</small>
| <code>VotedPlayer/VotedPlayer.lua</code><br /><code>VotedPlayer/VotedPlayer.layout.xml</code>
|-
|-
| <code>WorldReference</code><br />江湖指南
| 江湖指南<br /><code>WorldReference</code>
| <small class="lua-muted">7 个控件 · 6 条命令 · 12 个接口</small>
| <code>WorldReference/WorldReference.lua</code><br /><code>WorldReference/WorldReference.layout.xml</code>
|-
|-
| <code>XingYun</code><br />完成抽奖
| 完成抽奖<br /><code>XingYun</code>
| <small class="lua-muted">111 个控件 · 3 条命令 · 1 个接口</small>
| <code>XingYun/XingYun.lua</code><br /><code>XingYun/XingYun.layout.xml</code>
|-
|-
| <code>XunZong</code><br />寻踪
| 寻踪<br /><code>XunZong</code>
| <small class="lua-muted">25 个控件 · 2 条命令 · 1 个接口</small>
| <code>XunZong/XunZong.lua</code><br /><code>XunZong/XunZong.layout.xml</code>
|-
|-
| <code>YBShopReference</code><br /><small class="lua-muted"><small class="lua-muted">未从布局解析到界面名</small> *</small>
| <small class="lua-muted">未从布局解析到界面名 *</small><br /><code>YBShopReference</code>
| <small class="lua-muted">7 个控件 · 1 条命令 · 0 个接口</small>
| <code>YBShopReference/YBShopReference.lua</code><br /><code>YBShopReference/YBShopReference.layout.xml</code>
|-
|-
| <code>YuanBao_G</code><br />寄售元宝
| 寄售元宝<br /><code>YuanBao_G</code>
| <small class="lua-muted">24 个控件 · 3 条命令 · 1 个接口</small>
| <code>YuanBao_G/YuanBao_G.lua</code><br /><code>YuanBao_G/YuanBao_G.layout.xml</code>
|-
|-
| <code>YuanbaoExchange</code><br />元宝兑换
| 元宝兑换<br /><code>YuanbaoExchange</code>
| <small class="lua-muted">14 个控件 · 2 条命令 · 1 个接口</small>
| <code>YuanbaoExchange/YuanbaoExchange.lua</code><br /><code>YuanbaoExchange/YuanbaoExchange.layout.xml</code>
|-
|-
| <code>YuanbaoShop</code><br />元宝商店
| 元宝商店<br /><code>YuanbaoShop</code>
| <small class="lua-muted">115 个控件 · 9 条命令 · 5 个接口</small>
| <code>YuanbaoShop/YuanbaoShop.lua</code><br /><code>YuanbaoShop/YuanbaoShop.layout.xml</code>
|-
|-
| <code>YuanbaopiaoExchange</code><br />元宝票兑换
| 元宝票兑换<br /><code>YuanbaopiaoExchange</code>
| <small class="lua-muted">11 个控件 · 3 条命令 · 1 个接口</small>
| <code>YuanbaopiaoExchange/YuanbaopiaoExchange.lua</code><br /><code>YuanbaopiaoExchange/YuanbaopiaoExchange.layout.xml</code>
|-
|-
| <code>ZdShop_BulkBuying</code><br />批量购买
| 批量购买<br /><code>ZdShop_BulkBuying</code>
| <small class="lua-muted">24 个控件 · 3 条命令 · 0 个接口</small>
| <code>ZdShop_BulkBuying/ZdShop_BulkBuying.lua</code><br /><code>ZdShop_BulkBuying/ZdShop_BulkBuying.layout.xml</code>
|-
|-
| <code>ZhengyouInfoFabu</code><br />发布信息
| 发布信息<br /><code>ZhengyouInfoFabu</code>
| <small class="lua-muted">17 个控件 · 2 条命令 · 1 个接口</small>
| <code>ZhengyouInfoFabu/ZhengyouInfoFabu.lua</code><br /><code>ZhengyouInfoFabu/ZhengyouInfoFabu.layout.xml</code>
|-
|-
| <code>ZhengyouSearch</code><br />条件
| 条件<br /><code>ZhengyouSearch</code>
| <small class="lua-muted">23 个控件 · 2 条命令 · 1 个接口</small>
| <code>ZhengyouSearch/ZhengyouSearch.lua</code><br /><code>ZhengyouSearch/ZhengyouSearch.layout.xml</code>
|-
|-
| <code>ZhengyouYaoqiu</code><br />条件
| 条件<br /><code>ZhengyouYaoqiu</code>
| <small class="lua-muted">19 个控件 · 3 条命令 · 1 个接口</small>
| <code>ZhengyouYaoqiu/ZhengyouYaoqiu.lua</code><br /><code>ZhengyouYaoqiu/ZhengyouYaoqiu.layout.xml</code>
|}
|}



2026年9月19日 (六) 17:16的最新版本

客户端界面索引
按界面中文名查它对应的脚本与布局文件:234 个界面脚本

怎么用这页

这页只做一件事:**按功能找文件**。在搜索框里搜你在界面上看到的中文(如「镶嵌」「摆摊」「珍兽」),或直接在下面的清单里找中文名,就能拿到它对应的两个文件路径(相对 Data/Interface/),在客户端资源里按路径直接打开。

  • 脚本 .lua:界面逻辑。注册命令、响应事件、调用接口都写在这里。
  • 布局 .layout.xml:界面的控件层级与位置。界面上显示的文字是里面 #{键名} 引用字符串表的键。

想知道某个界面监听哪些命令、调用哪些接口,见界面与接口对照;界面名取自游戏自带的字符串表,不是按文件名猜的。

界面清单(按脚本名排序)

Data/Interface/ 下的每个 .lua 脚本是一个界面单元,共 234 个。每行给「中文名 → 脚本 → 布局」:

  • 「界面」列第一行是界面中文名,第二行是脚本名。脚本名与所在目录同名时省略目录(EnchaseEnchase/Enchase.lua),不同名或一个目录里有多个脚本时写全(Materalcompose/MaterialCompoundGuildLeague/GuildLeagueInfo)。
  • 「文件」列第一行是脚本 .lua,第二行是布局 .layout.xml,两个路径都相对 Data/Interface/
  • * 的中文名**未从界面框架窗口确认**:这类面板没有标题栏,名字是按布局里第一个文本串取的,可能抓到菜单项或提示语(如 Pet 取到「成长率:」),仅供参考;按界面上的实际文字反查更可靠。
界面 文件
自定义快捷键 *
AcceSetup
AcceSetup/AcceSetup.lua
AcceSetup/AcceSetup.layout.xml
确定
AcceptBox
AcceptBox/AcceptBox.lua
AcceptBox/AcceptBox.layout.xml
休闲动作
Action
Action/Action.lua
Action/Action.layout.xml
门派技能
ActionSkill
ActionSkill/ActionSkill.lua
ActionSkill/ActionSkill.layout.xml
增强门派主属性可最大限度发挥属性伤害 *
ActionSkillsStudy
ActionSkillsStudy/ActionSkillsStudy.lua
ActionSkillsStudy/ActionSkillsStudy.layout.xml
称号
Agname
Agname/Agname.lua
Agname/Agname.layout.xml
同意
Agreement
Agreement/Agreement.lua
Agreement/Agreement.layout.xml
需要花费: *
AnqiShuxing
AnqiShuxing/AnqiShuxing.lua
AnqiShuxing/AnqiShuxing.layout.xml
防挂机检测
AntiRobot
AntiRobot/AntiRobot.lua
AntiRobot/AntiRobot.layout.xml
自动寻路
AutoSearch
AutoSearch/AutoSearch.lua
AutoSearch/AutoSearch.layout.xml
帮贡牌兑换
BanggongExchange
BanggongExchange/BanggongExchange.lua
BanggongExchange/BanggongExchange.layout.xml
钱庄
Bank
Bank/Bank.lua
Bank/Bank.layout.xml
保险箱
BankLockFast
BankLockFast/BankLockFast.lua
BankLockFast/BankLockFast.layout.xml
未从布局解析到界面名 *
Bg_Info/bg_info
Bg_Info/bg_info.lua
Bg_Info/bg_info.layout.xml
钱庄
BigBank
BigBank/BigBank.lua
BigBank/BigBank.layout.xml
博客
Blog
Blog/Blog.lua
Blog/Blog.layout.xml
结拜称号
Byname
Byname/Byname.lua
Byname/Byname.layout.xml
漕运
Carriage
Carriage/Carriage.lua
Carriage/Carriage.layout.xml
同 意 *
Challenge
Challenge/Challenge.lua
Challenge/Challenge.layout.xml
修改密码
ChangeMinorPassword
ChangeMinorPassword/ChangeMinorPassword.lua
ChangeMinorPassword/ChangeMinorPassword.layout.xml
频道配置
ChannelCustomization
ChannelCustomization/ChannelCustomization.lua
ChannelCustomization/ChannelCustomization.layout.xml
表情图标 *
ChatFaceFrame
ChatFaceFrame/ChatFaceFrame.lua
ChatFaceFrame/ChatFaceFrame.layout.xml
综合 *
ChatFrame
ChatFrame/ChatFrame.lua
ChatFrame/ChatFrame.layout.xml
玩家信息
ChatInfo
ChatInfo/ChatInfo.lua
ChatInfo/ChatInfo.layout.xml
小喇叭
ChatSpeaker
ChatSpeaker/ChatSpeaker.lua
ChatSpeaker/ChatSpeaker.layout.xml
文字颜色 *
ChatTextColorFrame
ChatTextColorFrame/ChatTextColorFrame.lua
ChatTextColorFrame/ChatTextColorFrame.layout.xml
自定义职位名称
CheckCustomPosition
CheckCustomPosition/CheckCustomPosition.lua
CheckCustomPosition/CheckCustomPosition.layout.xml
城市商店
CityShop
CityShop/CityShop.lua
CityShop/CityShop.layout.xml
发展方向
CityTrendGraph
CityTrendGraph/CityTrendGraph.lua
CityTrendGraph/CityTrendGraph.layout.xml
寄售
CommisionStall
CommisionStall/CommisionStall.lua
CommisionStall/CommisionStall.layout.xml
普通技能
CommonSkill
CommonSkill/CommonSkill.lua
CommonSkill/CommonSkill.layout.xml
申请领地
ConfraternityAddress
ConfraternityAddress/ConfraternityAddress.lua
ConfraternityAddress/ConfraternityAddress.layout.xml
最长十二字符 *
ConfraternityApplyManor
ConfraternityApplyManor/ConfraternityApplyManor.lua
ConfraternityApplyManor/ConfraternityApplyManor.layout.xml
积分榜
ConfraternityCount
ConfraternityCount/ConfraternityCount.lua
ConfraternityCount/ConfraternityCount.layout.xml
自定义职位名称
ConfraternityCustomPosition
ConfraternityCustomPosition/ConfraternityCustomPosition.lua
ConfraternityCustomPosition/ConfraternityCustomPosition.layout.xml
帮会详细信息
ConfraternityInfo
ConfraternityInfo/ConfraternityInfo.lua
ConfraternityInfo/ConfraternityInfo.layout.xml
帮会详细信息
ConfraternityInfo2
ConfraternityInfo2/ConfraternityInfo2.lua
ConfraternityInfo2/ConfraternityInfo2.layout.xml
帮会资金捐助
ConfraternityJuanxian
ConfraternityJuanxian/ConfraternityJuanxian.lua
ConfraternityJuanxian/ConfraternityJuanxian.layout.xml
帮会列表
ConfraternityList
ConfraternityList/ConfraternityList.lua
ConfraternityList/ConfraternityList.layout.xml
会员管理
ConfraternityManage
ConfraternityManage/ConfraternityManage.lua
ConfraternityManage/ConfraternityManage.layout.xml
设置上线留言
ConfraternityMessage
ConfraternityMessage/ConfraternityMessage.lua
ConfraternityMessage/ConfraternityMessage.layout.xml
帮会宣战列表
ConfraternityPK
ConfraternityPK/ConfraternityPK.lua
ConfraternityPK/ConfraternityPK.layout.xml
帮会宣战
ConfraternityPKStart
ConfraternityPKStart/ConfraternityPKStart.lua
ConfraternityPKStart/ConfraternityPKStart.layout.xml
职位
ConfraternityPosition
ConfraternityPosition/ConfraternityPosition.lua
ConfraternityPosition/ConfraternityPosition.layout.xml
帮会生活技能
ConfraternitySkillsStudy
ConfraternitySkillsStudy/ConfraternitySkillsStudy.lua
ConfraternitySkillsStudy/ConfraternitySkillsStudy.layout.xml
是否接战? *
ConfraternityTiaozhan
ConfraternityTiaozhan/ConfraternityTiaozhan.lua
ConfraternityTiaozhan/ConfraternityTiaozhan.layout.xml
帮会战争
ConfraternityWar
ConfraternityWar/ConfraternityWar.lua
ConfraternityWar/ConfraternityWar.layout.xml
本帮当前征讨列表 *
ConfraternityZT
ConfraternityZT/ConfraternityZT.lua
ConfraternityZT/ConfraternityZT.layout.xml
帮会征讨
ConfraternityZTStart
ConfraternityZTStart/ConfraternityZTStart.lua
ConfraternityZTStart/ConfraternityZTStart.layout.xml
官员列表
Confraternity_OfficialPositionList
Confraternity_OfficialPositionList/Confraternity_OfficialPositionList.lua
Confraternity_OfficialPositionList/Confraternity_OfficialPositionList.layout.xml
私聊 *
ContexMenu
ContexMenu/ContexMenu.lua
ContexMenu/ContexMenu.layout.xml
心有灵犀
CoupleQuestion
CoupleQuestion/CoupleQuestion.lua
CoupleQuestion/CoupleQuestion.layout.xml
建立商线帮会
CreateCommerceNet
CreateCommerceNet/CreateCommerceNet.lua
CreateCommerceNet/CreateCommerceNet.layout.xml
创建帮会
CreateConfraternity
CreateConfraternity/CreateConfraternity.lua
CreateConfraternity/CreateConfraternity.layout.xml
角色名字 *
CreateRole/CReateRole
CreateRole/CReateRole.lua
CreateRole/CreateRole.layout.xml
未从布局解析到界面名 *
DebugListBox
DebugListBox/DebugListBox.lua
DebugListBox/DebugListBox.layout.xml
天龙 *
Denaturalization
Denaturalization/Denaturalization.lua
Denaturalization/Denaturalization.layout.xml
宝石镶嵌
Enchase
Enchase/Enchase.lua
Enchase/Enchase.layout.xml
装备极限镶嵌
Enchase_Four
Enchase_Four/Enchase_Four.lua
Enchase_Four/Enchase_Four.layout.xml
装备刻铭
EquipBind
EquipBind/EquipBind.lua
EquipBind/EquipBind.layout.xml
改变装备外形
EquipChange
EquipChange/EquipChange.lua
EquipChange/EquipChange.layout.xml
装备强化
EquipEnchange
EquipEnchange/EquipEnchange.lua
EquipEnchange/EquipEnchange.layout.xml
装备修理
EquipRepair
EquipRepair/EquipRepair.lua
EquipRepair/EquipRepair.layout.xml
装备强化
EquipStrengthen
EquipStrengthen/EquipStrengthen.lua
EquipStrengthen/EquipStrengthen.layout.xml
装备除铭
EquipUnBind
EquipUnBind/EquipUnBind.lua
EquipUnBind/EquipUnBind.layout.xml
二级密码
ErjimimaJiesuo
ErjimimaJiesuo/ErjimimaJiesuo.lua
ErjimimaJiesuo/ErjimimaJiesuo.layout.xml
二级密码设置
ErjimimaShezhi
ErjimimaShezhi/ErjimimaShezhi.lua
ErjimimaShezhi/ErjimimaShezhi.layout.xml
二级密码
ErjimimaXiugai
ErjimimaXiugai/ErjimimaXiugai.lua
ErjimimaXiugai/ErjimimaXiugai.layout.xml
未从布局解析到界面名 *
Evaluate
Evaluate/Evaluate.lua
Evaluate/Evaluate.layout.xml
科举
Examination
Examination/Examination.lua
Examination/Examination.layout.xml
交 易
Exchange
Exchange/Exchange.lua
Exchange/Exchange.layout.xml
操作记录
ExchangeSafe
ExchangeSafe/ExchangeSafe.lua
ExchangeSafe/ExchangeSafe.layout.xml
领取经验
ExpAssign
ExpAssign/ExpAssign.lua
ExpAssign/ExpAssign.layout.xml
基础查找
FRIENDSEARCH/FriendSearch
FRIENDSEARCH/FriendSearch.lua
FRIENDSEARCH/FriendSearch.layout.xml
免费下载密保卡 *
FangChenMi
FangChenMi/FangChenMi.lua
FangChenMi/FangChenMi.layout.xml
3由于您尚未填写实名认证信息,系统拒绝登录,请您点击右下方按钮填写您的实名信息。
FangChenMiRefuse
FangChenMiRefuse/FangChenMiRefuse.lua
FangChenMiRefuse/FangChenMiRefuse.layout.xml
安全时间
FangDaohao
FangDaohao/FangDaohao.lua
FangDaohao/FangDaohao.layout.xml
防盗号
Fangdao
Fangdao/Fangdao.lua
Fangdao/Fangdao.layout.xml
好 友
Friend
Friend/Friend.lua
Friend/Friend.layout.xml
玩家信息
FriendInfo
FriendInfo/FriendInfo.lua
FriendInfo/FriendInfo.layout.xml
未从布局解析到界面名 *
FunctionBarRight
FunctionBarRight/FunctionBarRight.lua
FunctionBarRight/FunctionBarRight.layout.xml
寄售金币
G_YuanBao
G_YuanBao/G_YuanBao.lua
G_YuanBao/G_YuanBao.layout.xml
游戏性设置
GameSetup
GameSetup/GameSetup.lua
GameSetup/GameSetup.layout.xml
雕琢
GemCarve
GemCarve/GemCarve.lua
GemCarve/GemCarve.layout.xml
宝石熔炼
GemMelting
GemMelting/GemMelting.lua
GemMelting/GemMelting.layout.xml
入盟申请列表
GuildLeague/GuildLeagueApply
GuildLeague/GuildLeagueApply.lua
GuildLeague/GuildLeagueApply.layout.xml
创建同盟
GuildLeague/GuildLeagueCreate
GuildLeague/GuildLeagueCreate.lua
GuildLeague/GuildLeagueCreate.layout.xml
同盟信息
GuildLeague/GuildLeagueInfo
GuildLeague/GuildLeagueInfo.lua
GuildLeague/GuildLeagueInfo.layout.xml
同盟列表
GuildLeague/GuildLeagueList
GuildLeague/GuildLeagueList.lua
GuildLeague/GuildLeagueList.layout.xml
信息
HistoryCorrespondence
HistoryCorrespondence/HistoryCorrespondence.lua
HistoryCorrespondence/HistoryCorrespondence.layout.xml
1时间: *
Huodongricheng
Huodongricheng/Huodongricheng.lua
Huodongricheng/Huodongricheng.layout.xml
资质鉴定
Identify
Identify/Identify.lua
Identify/Identify.layout.xml
名字: *
InfoBrowser
InfoBrowser/InfoBrowser.lua
InfoBrowser/InfoBrowser.layout.xml
信件编辑
InfoEdit
InfoEdit/InfoEdit.lua
InfoEdit/InfoEdit.layout.xml
取钱
InputMoney
InputMoney/InputMoney.lua
InputMoney/InputMoney.layout.xml
心情寄语
InputMood
InputMood/InputMood.lua
InputMood/InputMood.layout.xml
取钱
InputYuanbao
InputYuanbao/InputYuanbao.lua
InputYuanbao/InputYuanbao.layout.xml
城市建设
Interior
Interior/Interior.lua
Interior/Interior.layout.xml
加锁
ItemCoffer
ItemCoffer/ItemCoffer.lua
ItemCoffer/ItemCoffer.layout.xml
土遁珠
Item_TuDunZhu
Item_TuDunZhu/Item_TuDunZhu.lua
Item_TuDunZhu/Item_TuDunZhu.layout.xml
金币兑换交子
JinBiJiaoZi
JinBiJiaoZi/JinBiJiaoZi.lua
JinBiJiaoZi/JinBiJiaoZi.layout.xml
按住鼠标右键拖动可以显示不同区域 *
LargeMap
LargeMap/LargeMap.lua
LargeMap/LargeMap.layout.xml
生活技能
LifeSkill
LifeSkill/LifeSkill.lua
LifeSkill/LifeSkill.layout.xml
学习生活技能
LifeSkillsStudy
LifeSkillsStudy/LifeSkillsStudy.lua
LifeSkillsStudy/LifeSkillsStudy.layout.xml
选择 *
LogOnList/LogonList
LogOnList/LogonList.lua
LogOnList/LogonList.layout.xml
帮助 *
Logon/LogOn
Logon/LogOn.lua
Logon/LogOn.layout.xml
物品
LootPacket
LootPacket/LootPacket.lua
LootPacket/LootPacket.layout.xml
人物 默认键Alt+C *
MainMenuBar
MainMenuBar/MainMenuBar.lua
MainMenuBar/MainMenuBar.layout.xml
未从布局解析到界面名 *
MainMenuBar_2
MainMenuBar_2/MainMenuBar_2.lua
MainMenuBar_2/MainMenuBar_2.layout.xml
未从布局解析到界面名 *
MainMenuBar_3
MainMenuBar_3/MainMenuBar_3.lua
MainMenuBar_3/MainMenuBar_3.layout.xml
合成宝石 *
Materalcompose/MaterialCompound
Materalcompose/MaterialCompound.lua
Materalcompose/Materalcompose.layout.xml
未从布局解析到界面名 *
MessageBall
MessageBall/MessageBall.lua
MessageBall/MessageBall.layout.xml
好友申请
MessageBoxCommon
MessageBoxCommon/MessageBoxCommon.lua
MessageBoxCommon/MessageBoxCommon.layout.xml
好友申请
MessageBox_Friend
MessageBox_Friend/MessageBox_Friend.lua
MessageBox_Friend/MessageBox_Friend.layout.xml
信息
MessageBox_Other
MessageBox_Other/MessageBox_Other.lua
MessageBox_Other/MessageBox_Other.layout.xml
摊位信息保存功能,系统将为您保存本次摆摊时的摊位名,摊位广告,曾出售商品,但对商品数量改变,打孔,镶嵌等属性变化的操作,对珍兽属性及技能变化皆不做保存,保存的信息到您下线时会被清空,请问您需要保存吗?注意:普通摊位和元宝摊位的信息将会分别保存。 *
MessageBox_Self
MessageBox_Self/MessageBox_Self.lua
MessageBox_Self/MessageBox_Self.layout.xml
最小化 *
MiniMap
MiniMap/MiniMap.lua
MiniMap/MiniMap.layout.xml
销毁任务物品
MissionObjDel
MissionObjDel/MissionObjDel.lua
MissionObjDel/MissionObjDel.layout.xml
需要的物品: *
MissionReply
MissionReply/MissionReply.lua
MissionReply/MissionReply.layout.xml
财富卡激活
NewbieCardActivation
NewbieCardActivation/NewbieCardActivation.lua
NewbieCardActivation/NewbieCardActivation.layout.xml
系统选项
Operation
Operation/Operation.lua
Operation/Operation.layout.xml
其他信息
OtherInfo
OtherInfo/OtherInfo.lua
OtherInfo/OtherInfo.layout.xml
成长率: *
OtherPet
OtherPet/OtherPet.lua
OtherPet/OtherPet.layout.xml
骑乘
OtherRide
OtherRide/OtherRide.lua
OtherRide/OtherRide.layout.xml
未从布局解析到界面名 *
PKWarning
PKWarning/PKWarning.lua
PKWarning/PKWarning.layout.xml
决斗目标
PK_message
PK_message/PK_message.lua
PK_message/PK_message.layout.xml
开张新店铺
PS_CreateShop
PS_CreateShop/PS_CreateShop.lua
PS_CreateShop/PS_CreateShop.layout.xml
充入本金
PS_Input
PS_Input/PS_Input.lua
PS_Input/PS_Input.layout.xml
交易记录
PS_Message
PS_Message/PS_Message.lua
PS_Message/PS_Message.layout.xml
分类查找
PS_Search
PS_Search/PS_Search.lua
PS_Search/PS_Search.layout.xml
店铺
PS_Shop
PS_Shop/PS_Shop.lua
PS_Shop/PS_Shop.layout.xml
商店列表
PS_ShopList
PS_ShopList/PS_ShopList.lua
PS_ShopList/PS_ShopList.layout.xml
店铺本金: *
PS_ShopMag
PS_ShopMag/PS_ShopMag.lua
PS_ShopMag/PS_ShopMag.layout.xml
店铺名: *
PS_Transfer
PS_Transfer/PS_Transfer.lua
PS_Transfer/PS_Transfer.layout.xml
包裹
Packet
Packet/Packet.lua
Packet/Packet.layout.xml
左键点击,可选中队友珍兽;右键点击,可查看队友珍兽信息。 *
PartyFrame
PartyFrame/PartyFrame.lua
PartyFrame/PartyFrame.layout.xml
成长率: *
Pet
Pet/Pet.lua
Pet/Pet.layout.xml
称号
PetAgname
PetAgname/PetAgname.lua
PetAgname/PetAgname.layout.xml
未从布局解析到界面名 *
PetFrame
PetFrame/PetFrame.lua
PetFrame/PetFrame.layout.xml
适合珍兽
PetFriendSearch
PetFriendSearch/PetFriendSearch.lua
PetFriendSearch/PetFriendSearch.layout.xml
珍兽交友
PetInviteFriend
PetInviteFriend/PetInviteFriend.lua
PetInviteFriend/PetInviteFriend.layout.xml
珍兽图鉴
PetJian
PetJian/PetJian.lua
PetJian/PetJian.layout.xml
珍兽技能升级
PetLevelup
PetLevelup/PetLevelup.lua
PetLevelup/PetLevelup.layout.xml
珍兽列表
PetList
PetList/PetList.lua
PetList/PetList.layout.xml
合成灵兽丹
PetMedicineHC
PetMedicineHC/PetMedicineHC.lua
PetMedicineHC/PetMedicineHC.layout.xml
珍兽繁殖
PetProcreate
PetProcreate/PetProcreate.lua
PetProcreate/PetProcreate.layout.xml
提升珍兽悟性
PetSavvy
PetSavvy/PetSavvy.lua
PetSavvy/PetSavvy.layout.xml
提升珍兽悟性
PetSavvyGGD
PetSavvyGGD/PetSavvyGGD.lua
PetSavvyGGD/PetSavvyGGD.layout.xml
炼制珍兽舍利子
PetShelizi
PetShelizi/PetShelizi.lua
PetShelizi/PetShelizi.layout.xml
请将要使用的道具拖拽到右边的道具框中 *
PetSkillStudy
PetSkillStudy/PetSkillStudy.lua
PetSkillStudy/PetSkillStudy.layout.xml
请将要使用的道具拖拽到右边的道具框中 *
PetStudyNewSkill
PetStudyNewSkill/PetStudyNewSkill.lua
PetStudyNewSkill/PetStudyNewSkill.layout.xml
珍兽合成
PetSynthesize
PetSynthesize/PetSynthesize.lua
PetSynthesize/PetSynthesize.layout.xml
改变珍兽性格
PetXingGe
PetXingGe/PetXingGe.lua
PetXingGe/PetXingGe.layout.xml
珍兽征友
PetZhengYou
PetZhengYou/PetZhengYou.lua
PetZhengYou/PetZhengYou.layout.xml
打开珍兽征友界面 *
PlayerFrame
PlayerFrame/PlayerFrame.lua
PlayerFrame/PlayerFrame.layout.xml
未从布局解析到界面名 *
PlayerImpactFrame
PlayerImpactFrame/PlayerImpactFrame.lua
PlayerImpactFrame/PlayerImpactFrame.layout.xml
附近玩家列表
PlayerList
PlayerList/PlayerList.lua
PlayerList/PlayerList.layout.xml
征友交互平台
PlayerZhengyou
PlayerZhengyou/PlayerZhengyou.lua
PlayerZhengyou/PlayerZhengyou.layout.xml
玩家征友
PlayerZhengyouPT
PlayerZhengyouPT/PlayerZhengyouPT.lua
PlayerZhengyouPT/PlayerZhengyouPT.layout.xml
未从布局解析到界面名 *
ProgressBar
ProgressBar/ProgressBar.lua
ProgressBar/ProgressBar.layout.xml
密保卡输入
Pswprotect
Pswprotect/Pswprotect.lua
Pswprotect/Pswprotect.layout.xml
拒绝 *
Quest
Quest/Quest.lua
Quest/Quest.layout.xml
任务日志
QuestLog
QuestLog/QuestLog.lua
QuestLog/QuestLog.layout.xml
确定
QuitRelative
QuitRelative/QuitRelative.lua
QuitRelative/QuitRelative.layout.xml
问答
Quiz
Quiz/Quiz.lua
Quiz/Quiz.layout.xml
仇杀申请
REVENGE/Revenge
REVENGE/Revenge.lua
REVENGE/Revenge.layout.xml
我要收购的材料
RecycleShop
RecycleShop/RecycleShop.lua
RecycleShop/RecycleShop.layout.xml
收购广告
Recycle_InputBox
Recycle_InputBox/Recycle_InputBox.lua
Recycle_InputBox/Recycle_InputBox.layout.xml
关系
Relation
Relation/Relation.lua
Relation/Relation.layout.xml
复活
Relive
Relive/Relive.lua
Relive/Relive.layout.xml
声望
Reputation
Reputation/Reputation.lua
Reputation/Reputation.layout.xml
城市研究
Research
Research/Research.lua
Research/Research.layout.xml
骑乘
Ride
Ride/Ride.lua
Ride/Ride.layout.xml
安全时间
SafeTime
SafeTime/SafeTime.lua
SafeTime/SafeTime.layout.xml
切换至世界地图
SceneMap
SceneMap/SceneMap.lua
SceneMap/SceneMap.layout.xml
未从布局解析到界面名 *
SceneTrans
SceneTrans/SceneTrans.lua
SceneTrans/SceneTrans.layout.xml
屏蔽
ScreenList
ScreenList/ScreenList.lua
ScreenList/ScreenList.layout.xml
未从布局解析到界面名 *
ScrollInfo
ScrollInfo/ScrollInfo.lua
ScrollInfo/ScrollInfo.layout.xml
更改脸型
SelectFacestyle
SelectFacestyle/SelectFacestyle.lua
SelectFacestyle/SelectFacestyle.layout.xml
选择头发颜色
SelectHairColor
SelectHairColor/SelectHairColor.lua
SelectHairColor/SelectHairColor.layout.xml
选择发型
SelectHairstyle
SelectHairstyle/SelectHairstyle.lua
SelectHairstyle/SelectHairstyle.layout.xml
修改头像
SelectHeadstyle
SelectHeadstyle/SelectHeadstyle.lua
SelectHeadstyle/SelectHeadstyle.layout.xml
新增收购 *
SelectRecycleItem
SelectRecycleItem/SelectRecycleItem.lua
SelectRecycleItem/SelectRecycleItem.layout.xml
名字:月光光照大床 *
SelectRole
SelectRole/SelectRole.lua
SelectRole/SelectRole.layout.xml
您选择的服务器是:乌鲁木齐网通四区 龙图天下 *
SelectServer
SelectServer/SelectServer.lua
SelectServer/SelectServer.layout.xml
确定 *
SelectServerQuest
SelectServerQuest/SelectServerQuest.lua
SelectServerQuest/SelectServerQuest.layout.xml
以下资料 *
SelfData
SelfData/SelfData.lua
SelfData/SelfData.layout.xml
头盔 *
SelfEquip
SelfEquip/SelfEquip.lua
SelfEquip/SelfEquip.layout.xml
修理
Service
Service/Service.lua
Service/Service.layout.xml
设置商业线路
SetCommerceNet
SetCommerceNet/SetCommerceNet.lua
SetCommerceNet/SetCommerceNet.layout.xml
设置密码
SetMinorPassword
SetMinorPassword/SetMinorPassword.lua
SetMinorPassword/SetMinorPassword.layout.xml
实名认证提示
ShiMingRenZheng
ShiMingRenZheng/ShiMingRenZheng.lua
ShiMingRenZheng/ShiMingRenZheng.layout.xml
购买确认 *
Shop
Shop/Shop.lua
Shop/Shop.layout.xml
批量购买
Shop_BulkBuying
Shop_BulkBuying/Shop_BulkBuying.lua
Shop_BulkBuying/Shop_BulkBuying.layout.xml
试衣间
Shop_Fitting
Shop_Fitting/Shop_Fitting.lua
Shop_Fitting/Shop_Fitting.layout.xml
软键盘
SoftKeyBoard
SoftKeyBoard/SoftKeyBoard.lua
SoftKeyBoard/SoftKeyBoard.layout.xml
声音设置
SoundSetup
SoundSetup/SoundSetup.lua
SoundSetup/SoundSetup.layout.xml
宝石摘除
SplitGem
SplitGem/SplitGem.lua
SplitGem/SplitGem.layout.xml
宝石极限摘除
SplitGem_Four
SplitGem_Four/SplitGem_Four.lua
SplitGem_Four/SplitGem_Four.layout.xml
拆分
SplitItem
SplitItem/SplitItem.lua
SplitItem/SplitItem.layout.xml
摊位购物
StallBuy
StallBuy/StallBuy.lua
StallBuy/StallBuy.layout.xml
摊位信息
StallMessage
StallMessage/StallMessage.lua
StallMessage/StallMessage.layout.xml
摆摊
StallSale
StallSale/StallSale.lua
StallSale/StallSale.layout.xml
打孔
Stiletto
Stiletto/Stiletto.lua
Stiletto/Stiletto.layout.xml
极限打孔
Stiletto_Four
Stiletto_Four/Stiletto_Four.lua
Stiletto_Four/Stiletto_Four.layout.xml
测试的类型 *
SuperToolTip/supertooltip
SuperToolTip/supertooltip.lua
SuperToolTip/SuperTooltip.layout.xml
测试类型 *
SuperToolTip2/SuperTooltip2
SuperToolTip2/SuperTooltip2.lua
SuperToolTip2/SuperTooltip2.layout.xml
合 成
Synthesize
Synthesize/Synthesize.lua
Synthesize/Synthesize.layout.xml
提 示
SystemNotice
SystemNotice/SystemNotice.lua
SystemNotice/SystemNotice.layout.xml
博客
TargetBlog
TargetBlog/TargetBlog.lua
TargetBlog/TargetBlog.layout.xml
未从布局解析到界面名 *
TargetBuff
TargetBuff/TargetBuff.lua
TargetBuff/TargetBuff.layout.xml
以下资料 *
TargetData
TargetData/TargetData.lua
TargetData/TargetData.layout.xml
XX级 *
TargetEquip
TargetEquip/TargetEquip.lua
TargetEquip/TargetEquip.layout.xml
未从布局解析到界面名 *
TargetFrame
TargetFrame/TargetFrame.lua
TargetFrame/TargetFrame.layout.xml
成长率: *
TargetPet
TargetPet/TargetPet.lua
TargetPet/TargetPet.layout.xml
组队跟随 *
TeamFrame
TeamFrame/TeamFrame.lua
TeamFrame/TeamFrame.layout.xml
队伍信息
TeamMessageBox1
TeamMessageBox1/TeamMessageBox1.lua
TeamMessageBox1/TeamMessageBox1.layout.xml
请输入验证码
TextValidate
TextValidate/TextValidate.lua
TextValidate/TextValidate.layout.xml
活动日程
TodayCampaignList
TodayCampaignList/TodayCampaignList.lua
TodayCampaignList/TodayCampaignList.layout.xml
解除密码 *
UnlockMinorPassword
UnlockMinorPassword/UnlockMinorPassword.lua
UnlockMinorPassword/UnlockMinorPassword.layout.xml
显示设置
ViewSetup
ViewSetup/ViewSetup.lua
ViewSetup/ViewSetup.layout.xml
本选项投票玩家 *
VotedPlayer
VotedPlayer/VotedPlayer.lua
VotedPlayer/VotedPlayer.layout.xml
江湖指南
WorldReference
WorldReference/WorldReference.lua
WorldReference/WorldReference.layout.xml
完成抽奖
XingYun
XingYun/XingYun.lua
XingYun/XingYun.layout.xml
寻踪
XunZong
XunZong/XunZong.lua
XunZong/XunZong.layout.xml
未从布局解析到界面名 *
YBShopReference
YBShopReference/YBShopReference.lua
YBShopReference/YBShopReference.layout.xml
寄售元宝
YuanBao_G
YuanBao_G/YuanBao_G.lua
YuanBao_G/YuanBao_G.layout.xml
元宝兑换
YuanbaoExchange
YuanbaoExchange/YuanbaoExchange.lua
YuanbaoExchange/YuanbaoExchange.layout.xml
元宝商店
YuanbaoShop
YuanbaoShop/YuanbaoShop.lua
YuanbaoShop/YuanbaoShop.layout.xml
元宝票兑换
YuanbaopiaoExchange
YuanbaopiaoExchange/YuanbaopiaoExchange.lua
YuanbaopiaoExchange/YuanbaopiaoExchange.layout.xml
批量购买
ZdShop_BulkBuying
ZdShop_BulkBuying/ZdShop_BulkBuying.lua
ZdShop_BulkBuying/ZdShop_BulkBuying.layout.xml
发布信息
ZhengyouInfoFabu
ZhengyouInfoFabu/ZhengyouInfoFabu.lua
ZhengyouInfoFabu/ZhengyouInfoFabu.layout.xml
条件
ZhengyouSearch
ZhengyouSearch/ZhengyouSearch.lua
ZhengyouSearch/ZhengyouSearch.layout.xml
条件
ZhengyouYaoqiu
ZhengyouYaoqiu/ZhengyouYaoqiu.lua
ZhengyouYaoqiu/ZhengyouYaoqiu.layout.xml

中文名解析情况

中文名来自 Data/Config/StrDictionary.txt:布局里的文字是 #{键名},框架窗口 <界面>_Frame / _DragTitle / _Title 引用的那个键就是界面标题(如 INTERFACE_XML_19 = 宝石镶嵌)。

  • 已确认:**170** 个
  • 待校准(标 *):**48** 个
  • 未解析到:**16** 个(多为常驻浮层,布局里没有标题文字)

非界面目录

Data/Interface/ 下还有几个名字容易误认的目录,它们不是界面:

目录 说明
SuperWeaponRepair 只有布局 <code>SuperWeaponRepair.layout.xml</code>,没有对应的 <code>.lua</code> 脚本
Common 62 个资源文件(dds、imageset.xml),是图片与控件外观定义,没有脚本
Icons 301 个资源文件(imageset.xml),是图片与控件外观定义,没有脚本
Schema 27 个资源文件(25.font、75.font、bin、font、looknfeel.xml、scheme.xml、xml),是图片与控件外观定义,没有脚本

约定

  • 界面名有权威来源,但**界面做什么**是按脚本里的命令、调用与界面文字归纳的,未在游戏内执行验证。
  • **一个目录可能包含多个界面脚本**(如 GuildLeague 下有 GuildLeagueApply / GuildLeagueCreate / GuildLeagueInfo 等),这类界面在上面清单里写成 目录/脚本
  • **界面目录 ≠ 窗口名**:一个脚本可以创建多个窗口,脚本里 OpenWindow("X") 用的是窗口名而不是目录名,因此本页不列「谁打开了这个界面」。
  • 客户端脚本里的数值常量(如宝石镶嵌的花费与成功率)**只影响界面显示**,实际判定在服务端;改动数值请改服务端配置。
  • 本页只做定位与索引,不替代各接口页的参数说明;界面本身不做独立页。