目录结构调整

This commit is contained in:
2026-02-04 23:47:45 +08:00
parent 6938c911c3
commit 6b22238c6e
8780 changed files with 15333 additions and 574 deletions

View File

@@ -0,0 +1,72 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcResItem ClassName="TAbcImgResItem">
<Show>
<PropList>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图片资源ID"/>
<Language Name="English" Display="ImageResID"/>
</Property>
<Property Name="ImageExt" DataType="0" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图片格式"/>
</Property>
<Property Name="ImageWidth" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图片宽度"/>
</Property>
<Property Name="ImageHeight" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图片高度"/>
</Property>
<Property Name="HorzFrameCount" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="横向帧数"/>
</Property>
<Property Name="VertFrameCount" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="纵向帧数"/>
</Property>
<Property Name="TotalFrameCount" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="总帧数"/>
</Property>
<Property Name="ImageContent" DataType="0" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图片内容"/>
</Property>
<Property Name="SingleFrameWidth" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="单帧宽度"/>
</Property>
<Property Name="SingleFrameHeight" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="单帧高度"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="资源名称"/>
<Language Name="English" Display="ResourceName"/>
</Property>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
</PropList>
</Show>
<Save>
<PropList>
<Property Name="ID" NeedAssign="0"/>
<Property Name="ImageFile" NeedAssign="0"/>
<Property Name="Name"/>
<Property Name="ImageWidth"/>
<Property Name="ImageHeight"/>
<Property Name="HorzFrameCount"/>
<Property Name="VertFrameCount"/>
<Property Name="TotalFrameCount"/>
<Property Name="ImageContent"/>
<Property Name="Description"/>
</PropList>
</Save>
<Output>
<PropList>
<Property Name="ID" ToName="id"/>
<Property Name="ImageWidth" ToName="w_all"/>
<Property Name="ImageHeight" ToName="h_all"/>
<Property Name="HorzFrameCount" ToName="w"/>
<Property Name="VertFrameCount" ToName="h"/>
<Property Name="TotalFrameCount" ToName="frame_all"/>
<Property Name="ImageFile" ToName="bmp" DataType="0"/>
<Property Name="SingleFrameWidth" ToName="w1"/>
<Property Name="SingleFrameHeight" ToName="h1"/>
</PropList>
</Output>
</TAbcResItem>

View File

@@ -0,0 +1,70 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcResItem ClassName="TAbcTxtResItem">
<Show>
<PropList>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="文字资源ID"/>
<Language Name="English" Display="TextResID"/>
</Property>
<Property Name="FontName" DataType="0" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="字体名称"/>
</Property>
<Property Name="FontSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="字体大小"/>
</Property>
<Property Name="FontBold" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否粗体"/>
</Property>
<Property Name="FontColor" Rep="er_Prop_Color">
<Language Name="Chinese" Display="字体颜色"/>
</Property>
<Property Name="FontColorA" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="字体颜色Alpha"/>
<Language Name="English" Display="FontColorAlpha"/>
</Property>
<Property Name="BackColor" Rep="er_Prop_Color">
<Language Name="Chinese" Display="底色"/>
</Property>
<Property Name="BackColorA" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="底色Alpha"/>
<Language Name="English" Display="BackColorAlpha"/>
</Property>
<Property Name="Text" DataType="0" ShowType="2" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="文字内容"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="资源名称"/>
<Language Name="English" Display="ResourceName"/>
</Property>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
</PropList>
</Show>
<Save>
<PropList>
<Property Name="ID" NeedAssign="0"/>
<Property Name="Text"/>
<Property Name="FontSize"/>
<Property Name="FontBold"/>
<Property Name="FontColor"/>
<Property Name="FontColorA"/>
<Property Name="BackColor"/>
<Property Name="BackColorA"/>
<Property Name="Name"/>
<Property Name="Description"/>
</PropList>
</Save>
<Output>
<PropList>
<Property Name="ID" ToName="GameTxtID"/>
<Property Name="Text" ToName="Text" DataType="0"/>
<Property Name="FontSize" ToName="Size"/>
<Property Name="FontBold" ToName="Bold"/>
<Property Name="FontColorR" ToName="ColorR"/>
<Property Name="FontColorG" ToName="ColorG"/>
<Property Name="FontColorB" ToName="ColorB"/>
<Property Name="FontColorStr" ToName="Color" DataType="0"/>
</PropList>
</Output>
</TAbcResItem>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcResItem ClassName="TAbcVoiResItem">
<Show>
<PropList>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="声音资源ID"/>
<Language Name="English" Display="VoiceResID"/>
</Property>
<Property Name="VoiceExt" DataType="0" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="声音格式"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="资源名称"/>
<Language Name="English" Display="ResourceName"/>
</Property>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
</PropList>
</Show>
<Save>
<PropList>
<Property Name="ID" NeedAssign="0"/>
<Property Name="VoiceFile" NeedAssign="0"/>
<Property Name="Name"/>
<Property Name="Description"/>
</PropList>
</Save>
<Output>
<PropList>
<Property Name="ID" ToName="id"/>
<Property Name="VoiceFile" ToName="file" DataType="0"/>
</PropList>
</Output>
</TAbcResItem>

View File

@@ -0,0 +1,6 @@
gameid, spid, downx, downy, no1, no2, no3, no4, no5, no6
{
//请在下面输入您的代码
|
};

View File

@@ -0,0 +1,6 @@
gameid, spid, downx, downy, movex,movey ,timelong,offmovex, offmovey, no1
{
//请在下面输入您的代码
|
};

View File

@@ -0,0 +1,6 @@
gameid, spid_down, downx, downy, spid_up, upx, upy, timelong, no1, no2
{
//请在下面输入您的代码
|
};

View File

@@ -0,0 +1,13 @@
gameid, spid, times, timelong, alltimes
{
/*
参数说明:
times本次间隔多少次了
timelong本次间隔多久
alltimes开启后运行多少次了
*/
//请在下面输入您的代码
//set_self(1,18,5,1,0);
|
};

View File

@@ -0,0 +1,12 @@
recid,rectype,url,error,len
{
//资源加载完成函数
//recid:资源id
//rectype:1 图片 2声音
//url :网络地址
//error:是否加载错误
//len:资源大小
//logmessage("onload:"+recid+"/"+rectype);
|
};

View File

@@ -0,0 +1,4 @@
精灵事件的函数体配置
1文件名必须与事件名一致。
2txt文件中第一行是事件参数其余的为函数体。
3精灵的事件函数体配置优先读取相同类名目录下的txt文件如果没读到则读取Events目录下的txt文件。

View File

@@ -0,0 +1,34 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcGroup" ImageIdx="2">
<PrefixName DefValue="Group"/>
<Show>
<PropList>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="群组名称"/>
<Language Name="English" Display="GroupName"/>
</Property>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="SpiritCount" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵数量"/>
</Property>
</PropList>
</Show>
<Save>
<PropList>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="Description"/>
</PropList>
</Save>
<Output>
<PropList>
<Property Name="ID" ToName="GroupID"/>
</PropList>
</Output>
</TAbcUI>

View File

@@ -0,0 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcLayer" ImageIdx="1">
<PrefixName DefValue="Layer"/>
<Show>
<PropList>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="Name" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="图层名称"/>
<Language Name="English" Display="LayerName"/>
</Property>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="SpiritCount" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵数量"/>
</Property>
</PropList>
</Show>
<Save>
<PropList>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="Description"/>
</PropList>
</Save>
<Output>
<PropList>
<Property Name="ID" ToName="LayerID"/>
<Property Name="Name" ToName="LayerName" DataType="0"/>
</PropList>
</Output>
</TAbcUI>

View File

@@ -0,0 +1,141 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcProject" ImageIdx="0">
<PrefixName DefValue="Project"/>
<Show>
<PropList>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="工程名称"/>
<Language Name="English" Display="ProjectName"/>
</Property>
<Property Name="WebTitle" DataType="0">
<Language Name="Chinese" Display="页面标题"/>
</Property>
<Property Name="SceneWidth" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="场景宽度"/>
</Property>
<Property Name="SceneHeight" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="场景高度"/>
</Property>
<Property Name="ScreenWidth" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="屏幕宽度"/>
</Property>
<Property Name="ScreenHeight" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="屏幕高度"/>
</Property>
<Property Name="ScreenFitMode" Rep="er_Prop_ScreenFitMode">
<Language Name="Chinese" Display="屏幕适配模式"/>
</Property>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="TcpIP" DataType="0"/>
<Property Name="TcpPort"/>
<Property Name="Http" DataType="0"/>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
<Property Name="Statistics" IsProperty="0">
<Language Name="Chinese" Display="统计"/>
</Property>
<Property Name="RealLayerCount" Parent="Statistics" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="图层数量"/>
<Language Name="English" Display="LayerCount"/>
</Property>
<Property Name="RealGroupCount" Parent="Statistics" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="群组数量"/>
<Language Name="English" Display="GroupCount"/>
</Property>
<Property Name="RealSpiritCount" Parent="Statistics" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵数量"/>
<Language Name="English" Display="SpiritCount"/>
</Property>
</PropList>
<OptiList>
<Option Name="fps" Parent="Options" DefValue="30"/>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="showmodel" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="GameStart" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="GameBeginDraw" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="GameEndDraw" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="MouseDown_NoMove" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="GameMyDraw" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="GameMyDrawBegin" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="ChongZhi" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="TcpConnected" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="TcpDisconnected" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="TcpMessage" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="TcpError" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="HttpMessage" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="Ani_DoEnd" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="Box_DoEnd" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="OnResize" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
<Event Name="OnLoadUrl" ShowType="1" Rep="er_Event_ReadOnly" DefValue="0"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="Name"/>
<Property Name="SceneWidth"/>
<Property Name="SceneHeight"/>
<Property Name="ScreenWidth"/>
<Property Name="ScreenHeight"/>
<Property Name="ScreenFitMode"/>
<Property Name="WebTitle"/>
<Property Name="Description"/>
<Property Name="TcpIP"/>
<Property Name="TcpPort"/>
<Property Name="Http"/>
<Property Name="RealLayerCount" NeedAssign="0"/>
<Property Name="RealGroupCount" NeedAssign="0"/>
<Property Name="RealSpiritCount" NeedAssign="0"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<PropList>
<Property Name="Name" ToName="ProjectName" DataType="0"/>
<Property Name="ScreenWidth"/>
<Property Name="ScreenHeight"/>
<Property Name="SceneWidth" ToName="GameSceneWidth"/>
<Property Name="SceneHeight" ToName="GameSceneHeight"/>
<Property Name="ScreenFitMode"/>
<Property Name="TcpIP" DataType="0"/>
<Property Name="TcpPort" DataType="0"/>
<Property Name="Http" DataType="0"/>
<Property Name="WebTitle" ToName="title" DataType="0"/>
</PropList>
<OptiList/>
<EventList>
<Event Name="GameStart" ToName="gamestart"/>
<Event Name="GameBeginDraw" ToName="gamebegindraw"/>
<Event Name="GameEndDraw" ToName="gameenddraw"/>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseDown_NoMove" ToName="mousedown_nomove"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="GameMyDraw" ToName="gamemydraw"/>
<Event Name="GameMyDrawBegin" ToName="gamemydrawbegin"/>
<Event Name="ChongZhi" ToName="chongzhi"/>
<Event Name="TcpConnected" ToName="tcpconnected"/>
<Event Name="TcpDisconnected" ToName="tcpdisconnected"/>
<Event Name="TcpMessage" ToName="tcpmessage"/>
<Event Name="TcpError" ToName="tcperror"/>
<Event Name="HttpMessage" ToName="httpmessage"/>
<Event Name="Ani_DoEnd" ToName="ani_doend"/>
<Event Name="Box_DoEnd" ToName="box_doend"/>
<Event Name="OnResize" ToName="onresize"/>
<Event Name="OnTimer" ToName="ontimer"/>
<Event Name="OnLoadUrl" ToName="onloadurl"/>
</EventList>
</Output>
</TAbcUI>

View File

@@ -0,0 +1,216 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpirit9Grid" ImageIdx="8" SpiritType="5" DblClickEnterEvent="MouseUp">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="ImgResID" ShowType="2" Rep="er_Prop_ImgResID">
<Language Name="Chinese" Display="资源ID"/>
<Language Name="English" Display="ImageResID"/>
</Property>
<Property Name="LeftEdge" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="左边距"/>
</Property>
<Property Name="TopEdge" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="上边距"/>
</Property>
<Property Name="RightEdge" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="右边距"/>
</Property>
<Property Name="BottomEdge" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="下边距"/>
</Property>
<Property Name="Width" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="CanClick" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可点击"/>
</Property>
<Property Name="CanDragSize" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="可拖动大小"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="RelativeCoord" IsProperty="0">
<Language Name="Chinese" Display="相对坐标"/>
</Property>
<Property Name="CoordParentID" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="CoordParentPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="父亲参考位置"/>
</Property>
<Property Name="CoordSelfPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="自己参考位置"/>
</Property>
<Property Name="CoordRelaX" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的X坐标"/>
<Language Name="English" Display="RelativeX"/>
</Property>
<Property Name="CoordRelaY" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的Y坐标"/>
<Language Name="English" Display="RelativeY"/>
</Property>
<Property Name="RelativeSize" IsProperty="0">
<Language Name="Chinese" Display="相对尺寸"/>
</Property>
<Property Name="SizeCalcMode" Parent="RelativeSize" Rep="er_Prop_SizeCalcMode">
<Language Name="Chinese" Display="尺寸确定方式"/>
</Property>
<Property Name="SizeParentID" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="WidthCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="宽度计算方式"/>
</Property>
<Property Name="SizeRelaWidth" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的宽度值"/>
</Property>
<Property Name="HeightCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="高度计算方式"/>
</Property>
<Property Name="SizeRelaHeight" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的高度值"/>
</Property>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
</PropList>
<OptiList>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="vx" Parent="Options" DefValue="0"/>
<Option Name="vy" Parent="Options" DefValue="0"/>
<Option Name="vw" Parent="Options" DefValue="0"/>
<Option Name="vh" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="LeftEdge"/>
<Property Name="TopEdge"/>
<Property Name="RightEdge"/>
<Property Name="BottomEdge"/>
<Property Name="ImgResID"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<OptiList/>
<EventList>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="OnTimer" ToName="ontimer"/>
</EventList>
</Output>
<Copy>
<PropList>
<Property Name="LeftEdge"/>
<Property Name="TopEdge"/>
<Property Name="RightEdge"/>
<Property Name="BottomEdge"/>
<Property Name="ImgResID"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,196 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpiritImage" ImageIdx="3" SpiritType="0" DblClickEnterEvent="MouseUp">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="ImgResID" ShowType="2" Rep="er_Prop_ImgResID">
<Language Name="Chinese" Display="资源ID"/>
<Language Name="English" Display="ImageResID"/>
</Property>
<Property Name="Width" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="CanClick" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可点击"/>
</Property>
<Property Name="CanDragSize" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="可拖动大小"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="RelativeCoord" IsProperty="0">
<Language Name="Chinese" Display="相对坐标"/>
</Property>
<Property Name="CoordParentID" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="CoordParentPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="父亲参考位置"/>
</Property>
<Property Name="CoordSelfPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="自己参考位置"/>
</Property>
<Property Name="CoordRelaX" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的X坐标"/>
<Language Name="English" Display="RelativeX"/>
</Property>
<Property Name="CoordRelaY" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的Y坐标"/>
<Language Name="English" Display="RelativeY"/>
</Property>
<Property Name="RelativeSize" IsProperty="0">
<Language Name="Chinese" Display="相对尺寸"/>
</Property>
<Property Name="SizeCalcMode" Parent="RelativeSize" Rep="er_Prop_SizeCalcMode">
<Language Name="Chinese" Display="尺寸确定方式"/>
</Property>
<Property Name="SizeParentID" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="WidthCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="宽度计算方式"/>
</Property>
<Property Name="SizeRelaWidth" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的宽度值"/>
</Property>
<Property Name="HeightCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="高度计算方式"/>
</Property>
<Property Name="SizeRelaHeight" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的高度值"/>
</Property>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
</PropList>
<OptiList>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="vx" Parent="Options" DefValue="0"/>
<Option Name="vy" Parent="Options" DefValue="0"/>
<Option Name="vw" Parent="Options" DefValue="0"/>
<Option Name="vh" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="ImgResID"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<OptiList/>
<EventList>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="OnTimer" ToName="ontimer"/>
</EventList>
</Output>
<Copy>
<PropList>
<Property Name="ImgResID"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,229 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpiritImageText" ImageIdx="5" SpiritType="2" DblClickEnterEvent="MouseUp">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="TxtResID" ShowType="2" Rep="er_Prop_TxtResID">
<Language Name="Chinese" Display="资源ID"/>
<Language Name="English" Display="TextResID"/>
</Property>
<Property Name="Width" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="Style" ShowType="2" IsProperty="0">
<Language Name="Chinese" Display="样式"/>
</Property>
<Property Name="TextStyle" Parent="Style" Rep="er_Prop_TextStyle">
<Language Name="Chinese" Display="文本样式"/>
</Property>
<Property Name="AutoSize" Parent="Style" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="自适应大小"/>
</Property>
<Property Name="WordWrap" Parent="Style" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="自动换行"/>
</Property>
<Property Name="LineSpace" Parent="Style" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="行间距"/>
</Property>
<Property Name="AlignHorz" Parent="Style" Rep="er_Prop_AlignHorz">
<Language Name="Chinese" Display="横向对齐"/>
</Property>
<Property Name="AlignVert" Parent="Style" Rep="er_Prop_AlignVert">
<Language Name="Chinese" Display="纵向对齐"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="CanClick" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可点击"/>
</Property>
<Property Name="CanDragSize" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="可拖动大小"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="RelativeCoord" IsProperty="0">
<Language Name="Chinese" Display="相对坐标"/>
</Property>
<Property Name="CoordParentID" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="CoordParentPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="父亲参考位置"/>
</Property>
<Property Name="CoordSelfPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="自己参考位置"/>
</Property>
<Property Name="CoordRelaX" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的X坐标"/>
<Language Name="English" Display="RelativeX"/>
</Property>
<Property Name="CoordRelaY" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的Y坐标"/>
<Language Name="English" Display="RelativeY"/>
</Property>
<Property Name="RelativeSize" IsProperty="0">
<Language Name="Chinese" Display="相对尺寸"/>
</Property>
<Property Name="SizeCalcMode" Parent="RelativeSize" Rep="er_Prop_SizeCalcMode_Text">
<Language Name="Chinese" Display="尺寸确定方式"/>
</Property>
<Property Name="SizeParentID" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="WidthCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="宽度计算方式"/>
</Property>
<Property Name="SizeRelaWidth" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的宽度值"/>
</Property>
<Property Name="HeightCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="高度计算方式"/>
</Property>
<Property Name="SizeRelaHeight" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的高度值"/>
</Property>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
</PropList>
<OptiList>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="vx" Parent="Options" DefValue="0"/>
<Option Name="vy" Parent="Options" DefValue="0"/>
<Option Name="vw" Parent="Options" DefValue="0"/>
<Option Name="vh" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="AutoSize"/>
<Property Name="TextStyle"/>
<Property Name="WordWrap"/>
<Property Name="LineSpace"/>
<Property Name="AlignHorz"/>
<Property Name="AlignVert"/>
<Property Name="TxtResID"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<OptiList/>
<EventList>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="OnTimer" ToName="ontimer"/>
</EventList>
</Output>
<Copy>
<PropList>
<Property Name="AutoSize"/>
<Property Name="TextStyle"/>
<Property Name="WordWrap"/>
<Property Name="LineSpace"/>
<Property Name="AlignHorz"/>
<Property Name="AlignVert"/>
<Property Name="TxtResID"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpiritMultiFrame" ImageIdx="6" SpiritType="3" DblClickEnterEvent="MouseUp">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="ImgResID" ShowType="2" Rep="er_Prop_ImgResID">
<Language Name="Chinese" Display="资源ID"/>
<Language Name="English" Display="ImageResID"/>
</Property>
<Property Name="Frame" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="单帧号"/>
</Property>
<Property Name="Width" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="CanClick" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可点击"/>
</Property>
<Property Name="CanDragSize" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="可拖动大小"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="RelativeCoord" IsProperty="0">
<Language Name="Chinese" Display="相对坐标"/>
</Property>
<Property Name="CoordParentID" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="CoordParentPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="父亲参考位置"/>
</Property>
<Property Name="CoordSelfPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="自己参考位置"/>
</Property>
<Property Name="CoordRelaX" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的X坐标"/>
<Language Name="English" Display="RelativeX"/>
</Property>
<Property Name="CoordRelaY" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的Y坐标"/>
<Language Name="English" Display="RelativeY"/>
</Property>
<Property Name="RelativeSize" IsProperty="0">
<Language Name="Chinese" Display="相对尺寸"/>
</Property>
<Property Name="SizeCalcMode" Parent="RelativeSize" Rep="er_Prop_SizeCalcMode">
<Language Name="Chinese" Display="尺寸确定方式"/>
</Property>
<Property Name="SizeParentID" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="WidthCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="宽度计算方式"/>
</Property>
<Property Name="SizeRelaWidth" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的宽度值"/>
</Property>
<Property Name="HeightCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="高度计算方式"/>
</Property>
<Property Name="SizeRelaHeight" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的高度值"/>
</Property>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
</PropList>
<OptiList>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="vx" Parent="Options" DefValue="0"/>
<Option Name="vy" Parent="Options" DefValue="0"/>
<Option Name="vw" Parent="Options" DefValue="0"/>
<Option Name="vh" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="Frame"/>
<Property Name="ImgResID"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<OptiList/>
<EventList>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="OnTimer" ToName="ontimer"/>
</EventList>
</Output>
<Copy>
<PropList>
<Property Name="Frame"/>
<Property Name="ImgResID"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,201 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpiritNumber" ImageIdx="7" SpiritType="4" DblClickEnterEvent="MouseUp">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="ImgResID" ShowType="2" Rep="er_Prop_ImgResID">
<Language Name="Chinese" Display="资源ID"/>
<Language Name="English" Display="ImageResID"/>
</Property>
<Property Name="FrameText" DataType="0" ShowType="2">
<Language Name="Chinese" Display="多帧号"/>
</Property>
<Property Name="Width" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="CanClick" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可点击"/>
</Property>
<Property Name="CanDragSize" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="可拖动大小"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="RelativeCoord" IsProperty="0">
<Language Name="Chinese" Display="相对坐标"/>
</Property>
<Property Name="CoordParentID" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="CoordParentPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="父亲参考位置"/>
</Property>
<Property Name="CoordSelfPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="自己参考位置"/>
</Property>
<Property Name="CoordRelaX" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的X坐标"/>
<Language Name="English" Display="RelativeX"/>
</Property>
<Property Name="CoordRelaY" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的Y坐标"/>
<Language Name="English" Display="RelativeY"/>
</Property>
<Property Name="RelativeSize" IsProperty="0">
<Language Name="Chinese" Display="相对尺寸"/>
</Property>
<Property Name="SizeCalcMode" Parent="RelativeSize" Rep="er_Prop_SizeCalcMode">
<Language Name="Chinese" Display="尺寸确定方式"/>
</Property>
<Property Name="SizeParentID" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="WidthCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="宽度计算方式"/>
</Property>
<Property Name="SizeRelaWidth" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的宽度值"/>
</Property>
<Property Name="HeightCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="高度计算方式"/>
</Property>
<Property Name="SizeRelaHeight" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的高度值"/>
</Property>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
</PropList>
<OptiList>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="vx" Parent="Options" DefValue="0"/>
<Option Name="vy" Parent="Options" DefValue="0"/>
<Option Name="vw" Parent="Options" DefValue="0"/>
<Option Name="vh" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="FrameText"/>
<Property Name="ImgResID"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<OptiList/>
<EventList>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="OnTimer" ToName="ontimer"/>
</EventList>
</Output>
<Copy>
<PropList>
<Property Name="FrameText"/>
<Property Name="ImgResID"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,106 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpiritPanel" ImageIdx="9" SpiritType="6">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="Width" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="Align" ShowType="2" Rep="er_Prop_Panel_Align">
<Language Name="Chinese" Display="位置"/>
</Property>
<Property Name="SizeMode" ShowType="2" Rep="er_Prop_Panel_SizeMode">
<Language Name="Chinese" Display="尺寸计算"/>
</Property>
<Property Name="Size" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="尺寸"/>
</Property>
<Property Name="Transparent" DataType="2" ShowType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否透明"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
</PropList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="Align"/>
<Property Name="SizeMode"/>
<Property Name="Size"/>
<Property Name="Transparent"/>
</PropList>
</Save>
<Output>
</Output>
<Copy>
<PropList>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="Align"/>
<Property Name="SizeMode"/>
<Property Name="Size"/>
<Property Name="Transparent"/>
</PropList>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,266 @@
<?xml version="1.0" encoding="UTF-8"?>
<TAbcUI ClassName="TAbcSpiritText" ImageIdx="4" SpiritType="1" DblClickEnterEvent="MouseUp">
<PrefixName DefValue="Spirit"/>
<Show>
<PropList>
<Property Name="SpiritType" ShowType="1" Rep="er_Prop_SpiritType">
<Language Name="Chinese" Display="精灵类别"/>
</Property>
<Property Name="ID" ShowType="2" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="精灵ID"/>
<Language Name="English" Display="SpiritID"/>
</Property>
<Property Name="Name" DataType="0">
<Language Name="Chinese" Display="精灵名称"/>
<Language Name="English" Display="SpiritName"/>
</Property>
<Property Name="X" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="X坐标"/>
<Language Name="English" Display="X Coord"/>
</Property>
<Property Name="Y" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="Y坐标"/>
<Language Name="English" Display="Y Coord"/>
</Property>
<Property Name="Width" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="宽度"/>
</Property>
<Property Name="Height" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="高度"/>
</Property>
<Property Name="BelongLayerID" ShowType="2" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属图层ID"/>
<Language Name="English" Display="LayerID"/>
</Property>
<Property Name="IndexOfLayer" ShowTypeWhenMultiSelect="1" Rep="er_Prop_Integer" RepWhenMultiSelect="er_Prop_ReadOnly">
<Language Name="Chinese" Display="显示顺序号"/>
</Property>
<Property Name="BelongGroupID" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="所属群组ID"/>
<Language Name="English" Display="GroupID"/>
</Property>
<Property Name="Text" DataType="0" ShowType="2" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="文字内容"/>
</Property>
<Property Name="Font" ShowType="2" IsProperty="0">
<Language Name="Chinese" Display="字体"/>
</Property>
<Property Name="FontName" Parent="Font" DataType="0" ShowType="1" Rep="er_Prop_ReadOnly">
<Language Name="Chinese" Display="字体名称"/>
</Property>
<Property Name="FontSize" Parent="Font" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="字体大小"/>
</Property>
<Property Name="FontBold" Parent="Font" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否粗体"/>
</Property>
<Property Name="FontColor" Parent="Font" Rep="er_Prop_Color">
<Language Name="Chinese" Display="字体颜色"/>
</Property>
<Property Name="FontColorA" Parent="Font" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="字体颜色Alpha"/>
<Language Name="English" Display="FontColorAlpha"/>
</Property>
<Property Name="BackColor" Parent="Font" Rep="er_Prop_Color">
<Language Name="Chinese" Display="底色"/>
</Property>
<Property Name="BackColorA" Parent="Font" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="底色Alpha"/>
<Language Name="English" Display="BackColorAlpha"/>
</Property>
<Property Name="Style" ShowType="2" IsProperty="0">
<Language Name="Chinese" Display="样式"/>
</Property>
<Property Name="TextStyle" Parent="Style" Rep="er_Prop_TextStyle">
<Language Name="Chinese" Display="文本样式"/>
</Property>
<Property Name="AutoSize" Parent="Style" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="自适应大小"/>
</Property>
<Property Name="WordWrap" Parent="Style" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="自动换行"/>
</Property>
<Property Name="LineSpace" Parent="Style" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="行间距"/>
</Property>
<Property Name="AlignHorz" Parent="Style" Rep="er_Prop_AlignHorz">
<Language Name="Chinese" Display="横向对齐"/>
</Property>
<Property Name="AlignVert" Parent="Style" Rep="er_Prop_AlignVert">
<Language Name="Chinese" Display="纵向对齐"/>
</Property>
<Property Name="IsVisible" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可见"/>
<Language Name="English" Display="Visible"/>
</Property>
<Property Name="CanClick" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="是否可点击"/>
</Property>
<Property Name="CanDragSize" DataType="2" Rep="er_Prop_Boolean">
<Language Name="Chinese" Display="可拖动大小"/>
</Property>
<Property Name="TimerInterval" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="定时器频率"/>
</Property>
<Property Name="Data" DataType="0" Rep="er_Prop_Memo"/>
<Property Name="Description" DataType="0" Rep="er_Prop_Memo">
<Language Name="Chinese" Display="描述信息"/>
</Property>
<Property Name="RelativeCoord" IsProperty="0">
<Language Name="Chinese" Display="相对坐标"/>
</Property>
<Property Name="CoordParentID" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="CoordParentPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="父亲参考位置"/>
</Property>
<Property Name="CoordSelfPos" Parent="RelativeCoord" Rep="er_Prop_RelaPos">
<Language Name="Chinese" Display="自己参考位置"/>
</Property>
<Property Name="CoordRelaX" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的X坐标"/>
<Language Name="English" Display="RelativeX"/>
</Property>
<Property Name="CoordRelaY" Parent="RelativeCoord" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的Y坐标"/>
<Language Name="English" Display="RelativeY"/>
</Property>
<Property Name="RelativeSize" IsProperty="0">
<Language Name="Chinese" Display="相对尺寸"/>
</Property>
<Property Name="SizeCalcMode" Parent="RelativeSize" Rep="er_Prop_SizeCalcMode_Text">
<Language Name="Chinese" Display="尺寸确定方式"/>
</Property>
<Property Name="SizeParentID" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="父亲精灵的ID"/>
<Language Name="English" Display="ParentID"/>
</Property>
<Property Name="WidthCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="宽度计算方式"/>
</Property>
<Property Name="SizeRelaWidth" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的宽度值"/>
</Property>
<Property Name="HeightCalcMode" Parent="RelativeSize" Rep="er_Prop_WidthHeightCalcMode">
<Language Name="Chinese" Display="高度计算方式"/>
</Property>
<Property Name="SizeRelaHeight" Parent="RelativeSize" Rep="er_Prop_Integer">
<Language Name="Chinese" Display="相对的高度值"/>
</Property>
<Property Name="Options" IsProperty="0">
<Language Name="Chinese" Display="选项(选项值为整型)"/>
</Property>
</PropList>
<OptiList>
<Option Name="tag" Parent="Options" DefValue="0"/>
<Option Name="tag1" Parent="Options" DefValue="0"/>
<Option Name="tag2" Parent="Options" DefValue="0"/>
<Option Name="tag3" Parent="Options" DefValue="0"/>
<Option Name="vx" Parent="Options" DefValue="0"/>
<Option Name="vy" Parent="Options" DefValue="0"/>
<Option Name="vw" Parent="Options" DefValue="0"/>
<Option Name="vh" Parent="Options" DefValue="0"/>
</OptiList>
<EventList>
<Event Name="MouseDown" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseUp" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="MouseMove" ShowType="1" Rep="er_Event_ReadOnly"/>
<Event Name="OnTimer" ShowType="1" Rep="er_Event_ReadOnly"/>
</EventList>
</Show>
<Save>
<PropList>
<Property Name="SpiritType" NeedAssign="0"/>
<Property Name="ID"/>
<Property Name="Name"/>
<Property Name="FontSize"/>
<Property Name="FontBold"/>
<Property Name="FontColor"/>
<Property Name="FontColorA"/>
<Property Name="BackColor"/>
<Property Name="BackColorA"/>
<Property Name="AutoSize"/>
<Property Name="TextStyle"/>
<Property Name="WordWrap"/>
<Property Name="LineSpace"/>
<Property Name="AlignHorz"/>
<Property Name="AlignVert"/>
<Property Name="Text"/>
<Property Name="X"/>
<Property Name="Y"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongLayerID"/>
<Property Name="IndexOfLayer"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
<EventList/>
</Save>
<Output>
<OptiList/>
<EventList>
<Event Name="MouseDown" ToName="mousedown"/>
<Event Name="MouseUp" ToName="mouseup"/>
<Event Name="MouseMove" ToName="mousemove"/>
<Event Name="OnTimer" ToName="ontimer"/>
</EventList>
</Output>
<Copy>
<PropList>
<Property Name="FontSize"/>
<Property Name="FontBold"/>
<Property Name="FontColor"/>
<Property Name="FontColorA"/>
<Property Name="BackColor"/>
<Property Name="BackColorA"/>
<Property Name="AutoSize"/>
<Property Name="TextStyle"/>
<Property Name="WordWrap"/>
<Property Name="LineSpace"/>
<Property Name="AlignHorz"/>
<Property Name="AlignVert"/>
<Property Name="Text"/>
<Property Name="Width"/>
<Property Name="Height"/>
<Property Name="BelongGroupID"/>
<Property Name="IsVisible"/>
<Property Name="CanClick"/>
<Property Name="CanDragSize"/>
<Property Name="TimerInterval"/>
<Property Name="Data"/>
<Property Name="Description"/>
<Property Name="CoordParentID"/>
<Property Name="CoordParentPos"/>
<Property Name="CoordSelfPos"/>
<Property Name="CoordRelaX"/>
<Property Name="CoordRelaY"/>
<Property Name="SizeCalcMode"/>
<Property Name="SizeParentID"/>
<Property Name="WidthCalcMode"/>
<Property Name="SizeRelaWidth"/>
<Property Name="HeightCalcMode"/>
<Property Name="SizeRelaHeight"/>
</PropList>
<OptiList/>
</Copy>
</TAbcUI>

View File

@@ -0,0 +1,9 @@
[System]
AppTitle=heihu
AppExe=heihu2.exe
gameabcClassName=gameabc_face
DefHttpPort=58888
DefNullSpiritSize_ImageWidth=64
DefNullSpiritSize_ImageHeight=64
DefNullSpiritSize_ImgTxtWidth=128
DefNullSpiritSize_ImgTxtHeight=32

View File

@@ -0,0 +1,628 @@
<?xml version="1.0" encoding="UTF-8"?>
<Language Name="Chinese" Display="中文">
<ShowName>
<Screen Show="屏幕"/>
<Spirit Show="精灵"/>
<Resource Show="资源"/>
</ShowName>
<LayerToolbarButton>
<ShowButton Hint="显示或隐藏"/>
<CloseButton Hint="关闭"/>
<LeftButton Hint="左移"/>
<RightButton Hint="右移"/>
</LayerToolbarButton>
<UI>
<FormClass Name="TfrmMain">
<Control Name="menuFile" Property="Caption" Value="工程"/>
<Control Name="menuHistory" Property="Caption" Value="历史"/>
<Control Name="menuView" Property="Caption" Value="视图"/>
<Control Name="menuRun" Property="Caption" Value="运行"/>
<Control Name="menuDir" Property="Caption" Value="目录"/>
<Control Name="menuLanguage" Property="Caption" Value="语言"/>
<Control Name="menuDemo" Property="Caption" Value="样例"/>
<Control Name="menuHelp" Property="Caption" Value="帮助"/>
<Control Name="menuHistory_Null" Property="Caption" Value="无"/>
<Control Name="menuDemo_Null" Property="Caption" Value="无"/>
<Control Name="actFile_New" Property="Caption" Value="新建"/>
<Control Name="actFile_New" Property="Hint" Value="新建工程"/>
<Control Name="actFile_Open" Property="Caption" Value="打开"/>
<Control Name="actFile_Open" Property="Hint" Value="打开工程"/>
<Control Name="actFile_Close" Property="Caption" Value="关闭"/>
<Control Name="actFile_Close" Property="Hint" Value="关闭工程"/>
<Control Name="actFile_Save" Property="Caption" Value="保存"/>
<Control Name="actFile_Save" Property="Hint" Value="保存工程"/>
<Control Name="actFile_Exit" Property="Caption" Value="退出"/>
<Control Name="actFile_Exit" Property="Hint" Value="退出软件"/>
<Control Name="actHistory_Clear" Property="Caption" Value="清除历史记录"/>
<Control Name="actHistory_Clear" Property="Hint" Value="清除历史记录"/>
<Control Name="actView_UIDesign" Property="Caption" Value="界面设计窗口"/>
<Control Name="actView_UIDesign" Property="Hint" Value="界面设计窗口"/>
<Control Name="actView_CodeEdit" Property="Caption" Value="代码编辑窗口"/>
<Control Name="actView_CodeEdit" Property="Hint" Value="代码编辑窗口"/>
<Control Name="actView_ImageRes" Property="Caption" Value="图片资源管理"/>
<Control Name="actView_ImageRes" Property="Hint" Value="图片资源管理"/>
<Control Name="actView_TextRes" Property="Caption" Value="图文资源管理"/>
<Control Name="actView_TextRes" Property="Hint" Value="图文资源管理"/>
<Control Name="actView_VoiceRes" Property="Caption" Value="声音资源管理"/>
<Control Name="actView_VoiceRes" Property="Hint" Value="声音资源管理"/>
<Control Name="actView_UILayerView" Property="Caption" Value="图层与群组视图"/>
<Control Name="actView_UILayerView" Property="Hint" Value="图层与群组视图"/>
<Control Name="actView_UIToolbar" Property="Caption" Value="工作图层工具栏"/>
<Control Name="actView_UIToolbar" Property="Hint" Value="工作图层工具栏"/>
<Control Name="actView_UIPropList" Property="Caption" Value="属性与事件列表"/>
<Control Name="actView_UIPropList" Property="Hint" Value="属性与事件列表"/>
<Control Name="actView_UISpiritTool" Property="Caption" Value="辅助设计工具栏"/>
<Control Name="actView_UISpiritTool" Property="Hint" Value="辅助设计工具栏"/>
<Control Name="actRun_Run" Property="Caption" Value="运行游戏"/>
<Control Name="actRun_Run" Property="Hint" Value="保存工程、刷新http、运行游戏"/>
<Control Name="actRun_Refresh" Property="Caption" Value="刷新http"/>
<Control Name="actRun_Refresh" Property="Hint" Value="保存工程、刷新http"/>
<Control Name="actRun_Http" Property="Caption" Value="拷贝http地址到剪切板"/>
<Control Name="actRun_Http" Property="Hint" Value="拷贝http地址到剪切板"/>
<Control Name="actRun_Param" Property="Caption" Value="运行参数设置"/>
<Control Name="actRun_Param" Property="Hint" Value="运行参数设置"/>
<Control Name="actDir_Projects" Property="Caption" Value="Projects目录"/>
<Control Name="actDir_Projects" Property="Hint" Value="Projects目录"/>
<Control Name="actDir_Project" Property="Caption" Value="工程目录"/>
<Control Name="actDir_Bmp" Property="Caption" Value="工程的图片资源目录"/>
<Control Name="actDir_Wav" Property="Caption" Value="工程的声音资源目录"/>
<Control Name="actHelp_UIDesign" Property="Caption" Value="界面设计帮助"/>
<Control Name="actHelp_UIDesign" Property="Hint" Value="界面设计帮助"/>
<Control Name="actHelp_CodeEdit" Property="Caption" Value="代码编辑帮助"/>
<Control Name="actHelp_CodeEdit" Property="Hint" Value="代码编辑帮助"/>
<Control Name="actHelp_FuncProp" Property="Caption" Value="常用函数与属性"/>
<Control Name="actHelp_FuncProp" Property="Hint" Value="常用函数与属性"/>
<Control Name="actHelp_HotKey" Property="Caption" Value="热键使用说明"/>
<Control Name="actHelp_HotKey" Property="Hint" Value="热键使用说明"/>
<Control Name="actHelp_JSGrammar" Property="Caption" Value="javascript基础语法"/>
<Control Name="actHelp_JSGrammar" Property="Hint" Value="javascript基础语法"/>
<Control Name="actHelp_Baedeker" Property="Caption" Value="开发入门必备"/>
<Control Name="actHelp_Baedeker" Property="Hint" Value="开发入门必备"/>
<Control Name="actHelp_About" Property="Caption" Value="关于"/>
<Control Name="actHelp_About" Property="Hint" Value="关于"/>
<Control Name="actHelp_Version" Property="Caption" Value="版本升级说明"/>
<Control Name="actHelp_Version" Property="Hint" Value="版本升级说明"/>
<Control Name="actHelp_Url" Property="Caption" Value="www.html5abc.com"/>
<Control Name="actHelp_Url" Property="Hint" Value="http://www.html5abc.com"/>
<Control Name="btnRun" Property="Caption" Value="运行"/>
<Control Name="btnHttp" Property="Caption" Value="http"/>
<Control Name="btnRefresh" Property="Caption" Value="刷新"/>
<Control Name="btnSysParam" Property="Caption" Value="设置"/>
<Control Name="tabUIDesign" Property="Caption" Value="界面设计"/>
<Control Name="tabCodeEdit" Property="Caption" Value="代码编辑"/>
<Control Name="tabResImage" Property="Caption" Value="图片资源"/>
<Control Name="tabResText" Property="Caption" Value="图文资源"/>
<Control Name="tabResVoice" Property="Caption" Value="声音资源"/>
</FormClass>
<FormClass Name="TfrmUIDesign">
<Control Name="actLayer_Add" Property="Caption" Value="新建图层 Alt+L"/>
<Control Name="menuAddSpirit" Property="Caption" Value="新建精灵"/>
<Control Name="actSpirit_AddImage" Property="Caption" Value="图片 Alt+I"/>
<Control Name="actSpirit_AddText" Property="Caption" Value="文字 Alt+T"/>
<Control Name="actSpirit_AddImageText" Property="Caption" Value="图文 Alt+R"/>
<Control Name="actSpirit_AddFrameImage" Property="Caption" Value="多帧图 Alt+M"/>
<Control Name="actSpirit_AddNumber" Property="Caption" Value="数字多帧图 Alt+N"/>
<Control Name="actSpirit_Add9Grid" Property="Caption" Value="9宫格 Alt+G"/>
<Control Name="actSpirit_AddPanel" Property="Caption" Value="布局 Alt+P"/>
<Control Name="menuVisible" Property="Caption" Value="精灵是否可见"/>
<Control Name="menuCanDragSize" Property="Caption" Value="精灵是否可拖动大小"/>
</FormClass>
<FormClass Name="TfrmUILayerView">
<Control Name="Self" Property="Caption" Value="图层与群组视图"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="tabLayer" Property="Caption" Value="图层视图"/>
<Control Name="tabGroup" Property="Caption" Value="群组视图"/>
<Control Name="actLayer_ExpandLayer" Property="Caption" Value="展开到图层"/>
<Control Name="actGroup_ExpandGroup" Property="Caption" Value="展开到群组"/>
<Control Name="actLayer_ExpandSpirit" Property="Caption" Value="展开到精灵"/>
<Control Name="actGroup_ExpandSpirit" Property="Caption" Value="展开到精灵"/>
<Control Name="actLayer_SelectAllLayer" Property="Caption" Value="选中全部图层"/>
<Control Name="actGroup_SelectAllGroup" Property="Caption" Value="选中全部群组"/>
<Control Name="actLayer_SelectAllSpirit" Property="Caption" Value="选中全部精灵"/>
<Control Name="actGroup_SelectAllSpirit" Property="Caption" Value="选中全部精灵 Ctrl+A"/>
<Control Name="actLayer_SelectAllChild" Property="Caption" Value="选中全部子精灵"/>
<Control Name="actGroup_SelectAllChild" Property="Caption" Value="选中全部子精灵"/>
<Control Name="actLayer_OpenLayer" Property="Caption" Value="打开 Enter"/>
<Control Name="actLayer_CloseLayer" Property="Caption" Value="关闭"/>
<Control Name="actLayer_DeleteLayer" Property="Caption" Value="删除 Del"/>
<Control Name="actLayer_DeleteLayer" Property="Hint" Value="删除 (Del)"/>
<Control Name="actLayer_SpiritDelete" Property="Caption" Value="删除 Del"/>
<Control Name="actLayer_SpiritDelete" Property="Hint" Value="删除 (Del)"/>
<Control Name="actGroup_SpiritDelete" Property="Caption" Value="删除 (Del)"/>
<Control Name="actLayer_SpiritCopy" Property="Caption" Value="复制 Ctrl+C"/>
<Control Name="actLayer_SpiritPaste" Property="Caption" Value="粘贴 Ctrl+V"/>
<Control Name="actLayer_SpiritPasteX" Property="Caption" Value="粘贴8 Ctrl+B"/>
<Control Name="actLayer_SpiritLookRes" Property="Caption" Value="查看资源"/>
<Control Name="actLayer_SpiritToTop" Property="Caption" Value="同层置顶"/>
<Control Name="actLayer_SpiritToTop" Property="Hint" Value="同层置顶"/>
<Control Name="actLayer_SpiritToUp" Property="Caption" Value="同层上移"/>
<Control Name="actLayer_SpiritToUp" Property="Hint" Value="同层上移"/>
<Control Name="actLayer_SpiritToDown" Property="Caption" Value="同层下移"/>
<Control Name="actLayer_SpiritToDown" Property="Hint" Value="同层下移"/>
<Control Name="actLayer_SpiritToBottom" Property="Caption" Value="同层置底"/>
<Control Name="actLayer_SpiritToBottom" Property="Hint" Value="同层置底"/>
<Control Name="actLayer_Find" Property="Caption" Value="查找精灵 Ctrl+F"/>
<Control Name="actLayer_Find" Property="Hint" Value="查找精灵 (Ctrl+F)"/>
<Control Name="actLayer_NullID" Property="Caption" Value="查看空闲ID"/>
<Control Name="actLayer_NullID" Property="Hint" Value="查看空闲ID"/>
<Control Name="actGroup_Show" Property="Caption" Value="显示群组"/>
<Control Name="actGroup_ShowAll" Property="Caption" Value="显示全部精灵"/>
<Control Name="actGroup_Hide" Property="Caption" Value="隐藏群组"/>
<Control Name="actGroup_HideAll" Property="Caption" Value="隐藏全部精灵"/>
<Control Name="act_AllLayerOffset" Property="Caption" Value="全部图层ID偏移..."/>
<Control Name="act_AllGroupOffset" Property="Caption" Value="全部群组ID偏移..."/>
<Control Name="act_AllSpiritOffset" Property="Caption" Value="全部精灵ID偏移..."/>
<Control Name="act_SelectLayerOffset" Property="Caption" Value="选中图层ID偏移..."/>
<Control Name="act_SelectGroupOffset" Property="Caption" Value="选中群组ID偏移..."/>
<Control Name="act_SelectSpiritOffset" Property="Caption" Value="选中精灵ID偏移..."/>
</FormClass>
<FormClass Name="TfrmUIToolbar">
<Control Name="Self" Property="Caption" Value="工作图层工具栏"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="pnlLayerToolbar" Property="Hint" Value="工作图层"/>
<Control Name="pnlSpirit" Property="Hint" Value="精灵面板"/>
<Control Name="btnLayer" Property="Hint" Value="图层"/>
<Control Name="btnImage" Property="Hint" Value="图片"/>
<Control Name="btnText" Property="Hint" Value="文字"/>
<Control Name="btnImageText" Property="Hint" Value="图文"/>
<Control Name="btnFrameImage" Property="Hint" Value="多帧图"/>
<Control Name="btnNumber" Property="Hint" Value="数字多帧图(组合多帧图)"/>
<Control Name="btn9Grid" Property="Hint" Value="9宫格"/>
<Control Name="btnPanel" Property="Hint" Value="布局"/>
<Control Name="menuAllLayer" Property="Caption" Value="工作图层"/>
<Control Name="menuShowOrHide" Property="Caption" Value="显示或隐藏"/>
<Control Name="menuShowOnly" Property="Caption" Value="单独显示"/>
<Control Name="menuShowAll" Property="Caption" Value="全部显示"/>
<Control Name="menuClose" Property="Caption" Value="关闭"/>
<Control Name="menuCloseOther" Property="Caption" Value="关闭其他图层"/>
<Control Name="menuCloseAll" Property="Caption" Value="关闭所有图层"/>
<Control Name="menuMoveLeft" Property="Caption" Value="左移"/>
<Control Name="menuMoveRight" Property="Caption" Value="右移"/>
<Control Name="lblLayerStartID" Property="Caption" Value="新图层的起始id"/>
<Control Name="lblSpiritStartID" Property="Caption" Value="新精灵的起始id"/>
<Control Name="lblDefGroupID" Property="Caption" Value="新精灵的群组id"/>
<Control Name="speLayerStartID" Property="Hint" Value="起始id的最小值为1不能设置为比1更小的数"/>
<Control Name="speSpiritStartID" Property="Hint" Value="起始id的最小值为1不能设置为比1更小的数"/>
</FormClass>
<FormClass Name="TfrmUIPropList">
<Control Name="Self" Property="Caption" Value="属性与事件列表"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="tabProp" Property="Caption" Value="属性"/>
<Control Name="tabEvent" Property="Caption" Value="事件"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="属性名"/>
<Column Idx="1" Caption="属性值"/>
</TcxTreeList>
<TcxTreeList Name="treeEvent">
<Column Idx="0" Caption="事件名"/>
<Column Idx="1" Caption="事件值"/>
</TcxTreeList>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_SpiritType">
<Item Idx="0" Description="图片"/>
<Item Idx="1" Description="文字"/>
<Item Idx="2" Description="图文"/>
<Item Idx="3" Description="多帧图"/>
<Item Idx="4" Description="数字多帧图"/>
<Item Idx="5" Description="9宫格"/>
<Item Idx="6" Description="布局"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_RelaPos">
<Item Idx="0" Description="左上"/>
<Item Idx="1" Description="左中"/>
<Item Idx="2" Description="左下"/>
<Item Idx="3" Description="中上"/>
<Item Idx="4" Description="中心"/>
<Item Idx="5" Description="中下"/>
<Item Idx="6" Description="右上"/>
<Item Idx="7" Description="右中"/>
<Item Idx="8" Description="右下"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_SizeCalcMode">
<Item Idx="0" Description="绝对"/>
<Item Idx="1" Description="相对"/>
<Item Idx="2" Description="资源"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_SizeCalcMode_Text">
<Item Idx="0" Description="绝对"/>
<Item Idx="1" Description="相对"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_WidthHeightCalcMode">
<Item Idx="0" Description="绝对"/>
<Item Idx="1" Description="相对"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_WidthHeightCalcModeReadOnly">
<Item Idx="0" Description="绝对"/>
<Item Idx="1" Description="相对"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_TextStyle">
<Item Idx="0" Description="普通文本"/>
<Item Idx="1" Description="输入框"/>
<Item Idx="2" Description="数字输入框"/>
<Item Idx="3" Description="密码输入框"/>
<Item Idx="4" Description="多行文本框"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_AlignHorz">
<Item Idx="0" Description="居左"/>
<Item Idx="1" Description="居中"/>
<Item Idx="2" Description="居右"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_AlignVert">
<Item Idx="0" Description="居上"/>
<Item Idx="1" Description="居中"/>
<Item Idx="2" Description="居下"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_Panel_Align">
<Item Idx="0" Description="靠左"/>
<Item Idx="1" Description="靠上"/>
<Item Idx="2" Description="靠右"/>
<Item Idx="3" Description="靠下"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_Panel_SizeMode">
<Item Idx="0" Description="绝对尺寸"/>
<Item Idx="1" Description="屏幕尺寸万分比"/>
<Item Idx="2" Description="空白区域万分比"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_ScreenFitMode">
<Item Idx="0" Description="平铺拉伸"/>
<Item Idx="1" Description="按屏幕大小适配"/>
<Item Idx="2" Description="按场景大小适配"/>
</TcxEditRepositoryImageComboBoxItem>
</FormClass>
<FormClass Name="TfrmUISpiritTool">
<Control Name="Self" Property="Caption" Value="辅助设计工具栏"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="tabLayout" Property="Caption" Value="对齐"/>
<Control Name="actAlignLeft" Property="Hint" Value="左对齐"/>
<Control Name="actAlignRight" Property="Hint" Value="右对齐"/>
<Control Name="actAlignHorzCenter" Property="Hint" Value="横向中间对齐"/>
<Control Name="actAlignHorzSameSpace" Property="Hint" Value="横向等间距"/>
<Control Name="actAlignHorzSameSpace2" Property="Hint" Value="横向等间距?"/>
<Control Name="actAlignTop" Property="Hint" Value="上对齐"/>
<Control Name="actAlignBottom" Property="Hint" Value="下对齐"/>
<Control Name="actAlignVertCenter" Property="Hint" Value="纵向中间对齐"/>
<Control Name="actAlignVertSameSpace" Property="Hint" Value="纵向等间距"/>
<Control Name="actAlignVertSameSpace2" Property="Hint" Value="纵向等间距?"/>
</FormClass>
<FormClass Name="TfrmResImage">
<Control Name="actResImg_Add" Property="Caption" Value="添加"/>
<Control Name="actResImg_Add" Property="Hint" Value="添加图片资源支持png透明 (Inc)"/>
<Control Name="actResImg_Del" Property="Caption" Value="删除"/>
<Control Name="actResImg_Del" Property="Hint" Value="删除图片资源保留资源ID (Del)"/>
<Control Name="actResImg_Destroy" Property="Caption" Value="彻底删除末尾的空白项释放资源ID"/>
<Control Name="actResImg_Replace" Property="Caption" Value="替换"/>
<Control Name="actResImg_Replace" Property="Hint" Value="替换资源图"/>
<Control Name="actResImg_Import" Property="Caption" Value="导入"/>
<Control Name="actResImg_Import" Property="Hint" Value="导入目录下的所有图片文件"/>
<Control Name="actResImg_Export" Property="Caption" Value="导出"/>
<Control Name="actResImg_Export" Property="Hint" Value="导出选中的图片文件"/>
<Control Name="actResImg_Forward1" Property="Caption" Value="前移"/>
<Control Name="actResImg_Forward1" Property="Hint" Value="前移1位"/>
<Control Name="actResImg_Forward3" Property="Caption" Value="前移3位"/>
<Control Name="actResImg_Forward5" Property="Caption" Value="前移5位"/>
<Control Name="actResImg_Forward10" Property="Caption" Value="前移10位"/>
<Control Name="actResImg_Forward20" Property="Caption" Value="前移20位"/>
<Control Name="actResImg_Forward50" Property="Caption" Value="前移50位"/>
<Control Name="actResImg_Forward100" Property="Caption" Value="前移100位"/>
<Control Name="actResImg_Forward" Property="Caption" Value="自定义..."/>
<Control Name="actResImg_Backward1" Property="Caption" Value="后移"/>
<Control Name="actResImg_Backward1" Property="Hint" Value="后移1位"/>
<Control Name="actResImg_Backward3" Property="Caption" Value="后移3位"/>
<Control Name="actResImg_Backward5" Property="Caption" Value="后移5位"/>
<Control Name="actResImg_Backward10" Property="Caption" Value="后移10位"/>
<Control Name="actResImg_Backward20" Property="Caption" Value="后移20位"/>
<Control Name="actResImg_Backward50" Property="Caption" Value="后移50位"/>
<Control Name="actResImg_Backward100" Property="Caption" Value="后移100位"/>
<Control Name="actResImg_Backward" Property="Caption" Value="自定义..."/>
<Control Name="actResImg_SelectAll" Property="Caption" Value="全选"/>
<Control Name="actResImg_SelectAll" Property="Hint" Value="全选 (Ctrl+A)"/>
<Control Name="actResImg_Refresh" Property="Caption" Value="刷新"/>
<Control Name="actResImg_Refresh" Property="Hint" Value="选中的资源重新读取文件"/>
<Control Name="actResImg_Look" Property="Caption" Value="查看大图"/>
<Control Name="actResImg_Look" Property="Hint" Value="查看大图"/>
<Control Name="actResImg_ShowProp" Property="Caption" Value="显示属性栏"/>
<Control Name="actResImg_ShowProp" Property="Hint" Value="显示属性栏 (F3)"/>
<Control Name="actResImg_HideProp" Property="Caption" Value="隐藏属性栏"/>
<Control Name="actResImg_HideProp" Property="Hint" Value="隐藏属性栏 (F3)"/>
<Control Name="tabListImg" Property="Caption" Value="图片列表"/>
<Control Name="tabBigImg" Property="Caption" Value="查看大图"/>
<Control Name="tabBigImg" Property="Hint" Value="按左方向或右方向键可查看上一张或下一张图片"/>
<Control Name="lblNewID" Property="Caption" Value="新图片资源的起始id"/>
<Control Name="speStartID" Property="Hint" Value="起始id的最小值为1不能设置为比1更小的数"/>
<Control Name="menuOptionAddMode" Property="Caption" Value="选项:添加图片资源时填充空白项"/>
<Control Name="menuOptionDelAsk" Property="Caption" Value="选项:删除图片资源时需要询问确认"/>
<Control Name="menuMoreForward" Property="Caption" Value="更多前移"/>
<Control Name="menuMoreBackward" Property="Caption" Value="更多后移"/>
</FormClass>
<FormClass Name="TfrmResImgProp">
<Control Name="Self" Property="Caption" Value="图片属性栏"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="tabProp" Property="Caption" Value="图片属性"/>
<Control Name="tabSpirit" Property="Caption" Value="相关精灵"/>
<Control Name="tabTest" Property="Caption" Value="多帧图测试"/>
<Control Name="lblLook" Property="Caption" Value="查看单帧"/>
<Control Name="lblFrameIdx" Property="Caption" Value="单帧帧号"/>
<Control Name="lblPlay" Property="Caption" Value="逐帧播放"/>
<Control Name="lblPlayFreq" Property="Caption" Value="播放频率"/>
<Control Name="btnPlay" Property="Caption" Value="播放"/>
<Control Name="btnStop" Property="Caption" Value="停止"/>
<Control Name="lblMutliFrame" Property="Caption" Value="多帧组合显示"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="属性名"/>
<Column Idx="1" Caption="属性值"/>
</TcxTreeList>
<TcxTreeList Name="treeSpirit">
<Column Idx="0" Caption="图层"/>
<Column Idx="1" Caption="精灵"/>
<Column Idx="2" Caption="跳转"/>
</TcxTreeList>
</FormClass>
<FormClass Name="TfrmResText">
<Control Name="actResTxt_Add" Property="Caption" Value="添加"/>
<Control Name="actResTxt_Add" Property="Hint" Value="添加图文资源 (Inc)"/>
<Control Name="actResTxt_Del" Property="Caption" Value="删除"/>
<Control Name="actResTxt_Del" Property="Hint" Value="删除图文资源保留资源ID (Del)"/>
<Control Name="actResTxt_Destroy" Property="Caption" Value="彻底删除末尾的空白项释放资源ID"/>
<Control Name="actResTxt_Forward1" Property="Caption" Value="前移"/>
<Control Name="actResTxt_Forward1" Property="Hint" Value="前移1位"/>
<Control Name="actResTxt_Forward3" Property="Caption" Value="前移3位"/>
<Control Name="actResTxt_Forward5" Property="Caption" Value="前移5位"/>
<Control Name="actResTxt_Forward10" Property="Caption" Value="前移10位"/>
<Control Name="actResTxt_Forward20" Property="Caption" Value="前移20位"/>
<Control Name="actResTxt_Forward50" Property="Caption" Value="前移50位"/>
<Control Name="actResTxt_Forward100" Property="Caption" Value="前移100位"/>
<Control Name="actResTxt_Forward" Property="Caption" Value="自定义..."/>
<Control Name="actResTxt_Backward1" Property="Caption" Value="后移"/>
<Control Name="actResTxt_Backward1" Property="Hint" Value="后移1位"/>
<Control Name="actResTxt_Backward3" Property="Caption" Value="后移3位"/>
<Control Name="actResTxt_Backward5" Property="Caption" Value="后移5位"/>
<Control Name="actResTxt_Backward10" Property="Caption" Value="后移10位"/>
<Control Name="actResTxt_Backward20" Property="Caption" Value="后移20位"/>
<Control Name="actResTxt_Backward50" Property="Caption" Value="后移50位"/>
<Control Name="actResTxt_Backward100" Property="Caption" Value="后移100位"/>
<Control Name="actResTxt_Backward" Property="Caption" Value="自定义..."/>
<Control Name="actResTxt_SelectAll" Property="Caption" Value="全选"/>
<Control Name="actResTxt_SelectAll" Property="Hint" Value="全选 (Ctrl+A)"/>
<Control Name="actResTxt_Look" Property="Caption" Value="查看大图"/>
<Control Name="actResTxt_Look" Property="Hint" Value="查看大图"/>
<Control Name="actResTxt_ShowProp" Property="Caption" Value="显示属性栏"/>
<Control Name="actResTxt_ShowProp" Property="Hint" Value="显示属性栏 (F3)"/>
<Control Name="actResTxt_HideProp" Property="Caption" Value="隐藏属性栏"/>
<Control Name="actResTxt_HideProp" Property="Hint" Value="隐藏属性栏 (F3)"/>
<Control Name="tabListTxt" Property="Caption" Value="图文列表"/>
<Control Name="tabBigTxt" Property="Caption" Value="查看大图"/>
<Control Name="lblNewID" Property="Caption" Value="新图文资源的起始id"/>
<Control Name="speStartID" Property="Hint" Value="起始id的最小值为1不能设置为比1更小的数"/>
<Control Name="menuOptionDelAsk" Property="Caption" Value="选项:删除图文资源时需要询问确认"/>
<Control Name="menuMoreForward" Property="Caption" Value="更多前移"/>
<Control Name="menuMoreBackward" Property="Caption" Value="更多后移"/>
</FormClass>
<FormClass Name="TfrmResTxtProp">
<Control Name="Self" Property="Caption" Value="图文属性栏"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="tabProp" Property="Caption" Value="图文属性"/>
<Control Name="tabSpirit" Property="Caption" Value="相关精灵"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="属性名"/>
<Column Idx="1" Caption="属性值"/>
</TcxTreeList>
</FormClass>
<FormClass Name="TfrmResVoice">
<Control Name="actResVoi_Add" Property="Caption" Value="添加"/>
<Control Name="actResVoi_Add" Property="Hint" Value="添加声音资源 (Inc)"/>
<Control Name="actResVoi_Del" Property="Caption" Value="删除"/>
<Control Name="actResVoi_Del" Property="Hint" Value="删除声音资源保留资源ID (Del)"/>
<Control Name="actResVoi_Destroy" Property="Caption" Value="彻底删除末尾的空白项释放资源ID"/>
<Control Name="actResVoi_Replace" Property="Caption" Value="替换"/>
<Control Name="actResVoi_Replace" Property="Hint" Value="替换声音文件"/>
<Control Name="actResVoi_Import" Property="Caption" Value="导入"/>
<Control Name="actResVoi_Import" Property="Hint" Value="导入目录下的所有声音文件"/>
<Control Name="actResVoi_Export" Property="Caption" Value="导出"/>
<Control Name="actResVoi_Export" Property="Hint" Value="导出选中的声音文件"/>
<Control Name="actResVoi_Forward1" Property="Caption" Value="前移"/>
<Control Name="actResVoi_Forward1" Property="Hint" Value="前移1位"/>
<Control Name="actResVoi_Forward3" Property="Caption" Value="前移3位"/>
<Control Name="actResVoi_Forward5" Property="Caption" Value="前移5位"/>
<Control Name="actResVoi_Forward10" Property="Caption" Value="前移10位"/>
<Control Name="actResVoi_Forward20" Property="Caption" Value="前移20位"/>
<Control Name="actResVoi_Forward50" Property="Caption" Value="前移50位"/>
<Control Name="actResVoi_Forward100" Property="Caption" Value="前移100位"/>
<Control Name="actResVoi_Forward" Property="Caption" Value="自定义..."/>
<Control Name="actResVoi_Backward1" Property="Caption" Value="后移"/>
<Control Name="actResVoi_Backward1" Property="Hint" Value="后移1位"/>
<Control Name="actResVoi_Backward3" Property="Caption" Value="后移3位"/>
<Control Name="actResVoi_Backward5" Property="Caption" Value="后移5位"/>
<Control Name="actResVoi_Backward10" Property="Caption" Value="后移10位"/>
<Control Name="actResVoi_Backward20" Property="Caption" Value="后移20位"/>
<Control Name="actResVoi_Backward50" Property="Caption" Value="后移50位"/>
<Control Name="actResVoi_Backward100" Property="Caption" Value="后移100位"/>
<Control Name="actResVoi_Backward" Property="Caption" Value="自定义..."/>
<Control Name="actResVoi_SelectAll" Property="Caption" Value="全选"/>
<Control Name="actResVoi_SelectAll" Property="Hint" Value="全选 (Ctrl+A)"/>
<Control Name="actResVoi_ShowProp" Property="Caption" Value="显示属性栏"/>
<Control Name="actResVoi_ShowProp" Property="Hint" Value="显示属性栏 (F3)"/>
<Control Name="actResVoi_HideProp" Property="Caption" Value="隐藏属性栏"/>
<Control Name="actResVoi_HideProp" Property="Hint" Value="隐藏属性栏 (F3)"/>
<Control Name="actResVoi_Play" Property="Caption" Value="播放"/>
<Control Name="actResVoi_Play" Property="Hint" Value="播放声音"/>
<Control Name="actResVoi_Stop" Property="Caption" Value="停止"/>
<Control Name="actResVoi_Stop" Property="Hint" Value="停止播放"/>
<Control Name="lblNewID" Property="Caption" Value="新声音资源的起始id"/>
<Control Name="speStartID" Property="Hint" Value="起始id的最小值为1不能设置为比1更小的数"/>
<Control Name="menuOptionAddMode" Property="Caption" Value="选项:添加声音资源时填充空白项"/>
<Control Name="menuOptionDelAsk" Property="Caption" Value="选项:删除声音资源时需要询问确认"/>
<Control Name="menuMoreForward" Property="Caption" Value="更多前移"/>
<Control Name="menuMoreBackward" Property="Caption" Value="更多后移"/>
</FormClass>
<FormClass Name="TfrmResVoiProp">
<Control Name="Self" Property="Caption" Value="声音属性栏"/>
<Control Name="actFrmDocked" Property="Caption" Value="停靠"/>
<Control Name="actFrmDocked" Property="Hint" Value="停靠"/>
<Control Name="actFrmFloat" Property="Caption" Value="浮动"/>
<Control Name="actFrmFloat" Property="Hint" Value="浮动"/>
<Control Name="actFrmHide" Property="Caption" Value="隐藏"/>
<Control Name="actFrmHide" Property="Hint" Value="隐藏"/>
<Control Name="tabProp" Property="Caption" Value="声音属性"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="属性名"/>
<Column Idx="1" Caption="属性值"/>
</TcxTreeList>
</FormClass>
</UI>
<ShowMessage>
<Message Name="NewPrjFail_UI" Msg="初始化界面设计窗口时发生错误,新建工程失败!"/>
<Message Name="NewPrjFail_Code" Msg="初始化代码编辑窗口时发生错误,新建工程失败!"/>
<Message Name="NewPrjFail_ResImage" Msg="初始化图片资源窗口时发生错误,新建工程失败!"/>
<Message Name="NewPrjFail_ResText" Msg="初始化图文资源窗口时发生错误,新建工程失败!"/>
<Message Name="NewPrjFail_ResVoice" Msg="初始化声音资源窗口时发生错误,新建工程失败!"/>
<Message Name="OpenPrjFail_NotExists" Msg="目录不存在,打开工程失败!"/>
<Message Name="OpenPrjFail_UI" Msg="加载界面设计时发生错误,打开工程失败!"/>
<Message Name="OpenPrjFail_Code" Msg="加载代码编辑时发生错误,打开工程失败!"/>
<Message Name="OpenPrjFail_ResImage" Msg="加载图片资源时发生错误,打开工程失败!"/>
<Message Name="OpenPrjFail_ResText" Msg="加载图文资源时发生错误,打开工程失败!"/>
<Message Name="OpenPrjFail_ResVoice" Msg="加载声音资源时发生错误,打开工程失败!"/>
<Message Name="SavePrjFail_UI" Msg="保存界面失败!"/>
<Message Name="SavePrjFail_Code" Msg="保存代码失败!"/>
<Message Name="SavePrjFail_ResImage" Msg="保存图片资源失败!"/>
<Message Name="SavePrjFail_ResText" Msg="保存图文资源失败!"/>
<Message Name="SavePrjFail_ResVoice" Msg="保存声音资源失败!"/>
<Message Name="ClosePrjFail_UI" Msg="关闭界面失败!"/>
<Message Name="ClosePrjFail_Code" Msg="关闭代码失败!"/>
<Message Name="ClosePrjFail_ResImage" Msg="关闭图片资源失败!"/>
<Message Name="ClosePrjFail_ResText" Msg="关闭图文资源失败!"/>
<Message Name="ClosePrjFail_ResVoice" Msg="关闭声音资源失败!"/>
<Message Name="AskSavePrj_NewPrj" Msg="当前新建的工程还未保存,是否保存?"/>
<Message Name="AskSavePrj_OpenPrj" Msg="当前打开的工程编辑后还未保存,是否保存?"/>
<Message Name="AskDelAsk_ImgRes" Msg="确定要删除选中的图片资源吗?"/>
<Message Name="AskDelAsk_TxtRes" Msg="确定要删除选中的图文资源吗?"/>
<Message Name="AskDelAsk_VoiRes" Msg="确定要删除选中的声音资源吗?"/>
<Message Name="AskDelAsk_Layer" Msg="确定要删除选中的图层及其精灵吗?"/>
<Message Name="AskDelAsk_Spirit" Msg="确定要删除选中的精灵吗?"/>
<Message Name="Ask_ChangeResID1" Msg="目标ID已存在请选择操作"/>
<Message Name="Ask_ChangeResID2" Msg="1覆盖当前对象覆盖目标ID的原有对象原有对象将会被删除"/>
<Message Name="Ask_ChangeResID3" Msg="2对调当前对象与目标ID的原有对象进行ID对调"/>
<Message Name="Ask_ChangeResID4" Msg="3取消取消操作。"/>
<Message Name="Ask_ChangeSizeCalcM1" Msg="将“尺寸确定方式”修改成“资源”时,精灵的尺寸将会恢复成资源图片的原始尺寸,"/>
<Message Name="Ask_ChangeSizeCalcM2" Msg="是否继续修改?"/>
<Message Name="RenamePrj_InvSign" Msg="工程名称不能包含以下字符.\/:*?&quot;&lt;&gt;|"/>
<Message Name="RenamePrj_EnglishName" Msg="请使用英文的工程名称!"/>
<Message Name="RenamePrj_RenDirFail" Msg="重命名工程目录失败:可能已经存在了一个相同名称的目录或工程目录被占用!"/>
<Message Name="RenamePrj_NoPrjPath" Msg="重命名工程目录失败:工程目录不存在!"/>
<Message Name="Invalid_PropValue" Msg="错误的属性值!"/>
<Message Name="InvRes_IdOversize" Msg="资源ID设置的太大超出了系统范围1~9999"/>
<Message Name="InvRes_HorzFrame1" Msg="1横向帧数必须是整数且大于0"/>
<Message Name="InvRes_HorzFrame2" Msg="2图片宽度必须能被横向帧数整除"/>
<Message Name="InvRes_VertFrame1" Msg="1纵向帧数必须是整数且大于0"/>
<Message Name="InvRes_VertFrame2" Msg="2图片高度必须能被纵向帧数整除"/>
<Message Name="InvRes_TotalFrame1" Msg="1总帧数必须是整数且大于0"/>
<Message Name="InvRes_TotalFrame2" Msg="2总帧数不能大于横向帧数乘以纵向帧数"/>
<Message Name="InvRes_EnglishContent" Msg="请使用英文字符!"/>
<Message Name="InvProj_SceneSize" Msg="场景大小设置的太大,超出了系统范围!"/>
<Message Name="InvLayer_IdOversize" Msg="修改ID失败图层ID超出了系统范围1~9999"/>
<Message Name="InvLayer_IDExist" Msg="修改ID失败图层ID已存在"/>
<Message Name="InvGroup_IdOversize" Msg="修改ID失败群组ID超出了系统范围1~9999"/>
<Message Name="InvGroup_IDExist" Msg="修改ID失败群组ID已存在"/>
<Message Name="InvSpirit_IdOversize" Msg="修改ID失败精灵ID超出了系统范围1~9999"/>
<Message Name="InvSpirit_IDExist" Msg="修改ID失败精灵ID已存在"/>
<Message Name="InvSpirit_ParentNotExistID" Msg="设置父亲精灵失败:父亲精灵不存在!"/>
<Message Name="InvSpirit_ParentNotControl" Msg="设置父亲精灵失败父亲精灵不是TAbcControl类"/>
<Message Name="InvSpirit_ParentIsSelf" Msg="设置父亲精灵失败:父亲精灵不能是自己!"/>
<Message Name="InvSpirit_ParentIsChild" Msg="设置父亲精灵失败:父亲精灵不能是自己的子精灵!"/>
<Message Name="InvSpirit_ResIDNotExist" Msg="资源不存在!"/>
<Message Name="InvSpirit_LayerIDNotExist" Msg="图层不存在!"/>
<Message Name="Invalid_EventValue" Msg="错误的事件值!"/>
<Message Name="Cant_AddResPathFile" Msg="不能添加资源目录下的文件!"/>
<Message Name="Cant_ReplaceImgRes" Msg="选择的文件数量与选中的资源数量不相符!"/>
<Message Name="Cant_DestroyRes" Msg="资源还有相关联的精灵,不可彻底删除资源!"/>
<Message Name="Cant_AddSpirit" Msg="未设置当前操作的图层,不能新建精灵!"/>
<Message Name="Cant_SelectProjectDirFile" Msg="只能选择工程目录下的文件!"/>
<Message Name="Wait_OpenUIDesign" Msg="正在载入界面..."/>
<Message Name="Wait_SaveUIDesign" Msg="正在保存界面..."/>
<Message Name="Wait_CloseUIDesign" Msg="正在关闭界面..."/>
<Message Name="Wait_OpenImageRes" Msg="正在载入图片资源..."/>
<Message Name="Wait_SaveImageRes" Msg="正在保存图片资源..."/>
<Message Name="Wait_CloseImageRes" Msg="正在关闭图片资源..."/>
<Message Name="Wait_AddImageRes" Msg="正在添加图片资源..."/>
<Message Name="Wait_ReplaceImageRes" Msg="正在替换图片资源..."/>
<Message Name="Wait_ImportImageRes" Msg="正在导入图片资源..."/>
<Message Name="Wait_ExportImageRes" Msg="正在导出图片资源..."/>
<Message Name="Wait_MoveImageRes" Msg="正在移动图片资源..."/>
<Message Name="Wait_RefreshImageRes" Msg="正在刷新图片资源..."/>
<Message Name="Wait_OpenTextRes" Msg="正在载入图文资源..."/>
<Message Name="Wait_SaveTextRes" Msg="正在保存图文资源..."/>
<Message Name="Wait_CloseTextRes" Msg="正在关闭图文资源..."/>
<Message Name="Wait_MoveTextRes" Msg="正在移动图文资源..."/>
<Message Name="Wait_OpenVoiceRes" Msg="正在载入声音资源..."/>
<Message Name="Wait_SaveVoiceRes" Msg="正在保存声音资源..."/>
<Message Name="Wait_CloseVoiceRes" Msg="正在关闭声音资源..."/>
<Message Name="Wait_AddVoiceRes" Msg="正在添加声音资源..."/>
<Message Name="Wait_ImportVoiceRes" Msg="正在导入声音资源..."/>
<Message Name="Wait_ExportVoiceRes" Msg="正在导出声音资源..."/>
<Message Name="Wait_MoveVoiceRes" Msg="正在移动声音资源..."/>
<Message Name="Wait_OpenCodeEdit" Msg="正在载入代码..."/>
<Message Name="Wait_SaveCodeEdit" Msg="正在保存代码..."/>
<Message Name="Wait_CloseCodeEdit" Msg="正在关闭代码..."/>
<Message Name="Wait_OpenLayer" Msg="正在打开图层..."/>
<Message Name="Wait_Version1To2_ResImage" Msg="正在兼容老版本的图片资源..."/>
<Message Name="Wait_Version1To2_ResVoice" Msg="正在兼容老版本的声音资源..."/>
<Message Name="Wait_Version1To2_ResText" Msg="正在兼容老版本的图文资源..."/>
<Message Name="Wait_Version1To2_Project" Msg="正在兼容老版本的工程信息..."/>
<Message Name="Wait_Version1To2_Layer" Msg="正在兼容老版本的图层信息..."/>
<Message Name="Wait_Version1To2_Spirit" Msg="正在兼容老版本的精灵信息..."/>
<Message Name="Wait_BuildJS_ResImage" Msg="正在生成图片资源json..."/>
<Message Name="Wait_BuildJS_ResText" Msg="正在生成图文资源json..."/>
<Message Name="Wait_BuildJS_ResVoice" Msg="正在生成声音资源json..."/>
<Message Name="Wait_BuildJS_Project" Msg="正在生成工程json..."/>
<Message Name="Wait_BuildJS_Layer" Msg="正在生成图层json..."/>
<Message Name="Wait_BuildJS_Group" Msg="正在生成群组json..."/>
<Message Name="Wait_BuildJS_Spirit" Msg="正在生成精灵json..."/>
<Message Name="Wait_BuildJS_DataJs" Msg="正在生成data.js..."/>
<Message Name="Err_BuildJS_ResImage" Msg="生成图片资源json失败"/>
<Message Name="Err_BuildJS_ResText" Msg="生成图文资源json失败"/>
<Message Name="Err_BuildJS_ResVoice" Msg="生成声音资源json失败"/>
<Message Name="Err_BuildJS_Project" Msg="生成工程json失败"/>
<Message Name="Err_BuildJS_Layer" Msg="生成图层json失败"/>
<Message Name="Err_BuildJS_Group" Msg="生成群组json失败"/>
<Message Name="Err_BuildJS_Spirit" Msg="生成精灵json失败"/>
<Message Name="Msg_NoDefExplorer" Msg="未设置运行的浏览器或设置的浏览器不存在请设置一个支持html5的浏览器。"/>
<Message Name="Msg_DiffResImgSize1" Msg="资源 {id} 的新图片尺寸({nw}*{nh})与原图片尺寸({ow}*{oh})不一致,软件将按"/>
<Message Name="Msg_DiffResImgSize2" Msg="以下规则修改资源属性值:"/>
<Message Name="Msg_DiffResImgSize3" Msg="1.该资源的“图片宽度”和“图片高度”属性值修改为新图片的宽度和高度值。"/>
<Message Name="Msg_DiffResImgSize4" Msg="2.如果该资源原先设置成了多帧图,那么当新图片的宽度能被“横向帧数”整除"/>
<Message Name="Msg_DiffResImgSize5" Msg="并且新图片的高度能被“纵向帧数”整除时,“横向帧数”和“纵向帧数”属性"/>
<Message Name="Msg_DiffResImgSize6" Msg="值保持不变否则都重新设置为1。"/>
<Message Name="Msg_DiffResImgSize7" Msg=""/>
<Message Name="Msg_DiffResImgSize8" Msg="资源 {id} 的新属性值修改为:"/>
<Message Name="Msg_DiffResImgSize9" Msg="1.图片宽度{ow}->{nw} 图片高度{oh}->{nh}"/>
<Message Name="Msg_DiffResImgSize10" Msg="2.横向帧数{oh}->{nh} 纵向帧数{ov}->{nv} 总帧数{ot}->{nt}"/>
</ShowMessage>
</Language>

View File

@@ -0,0 +1,628 @@
<?xml version="1.0" encoding="UTF-8"?>
<Language Name="English" Display="English">
<ShowName>
<Screen Show="Screen"/>
<Spirit Show="Spirit"/>
<Resource Show="Resource"/>
</ShowName>
<LayerToolbarButton>
<ShowButton Hint="Show or Hide"/>
<CloseButton Hint="Close"/>
<LeftButton Hint="Left Move"/>
<RightButton Hint="Right Move"/>
</LayerToolbarButton>
<UI>
<FormClass Name="TfrmMain">
<Control Name="menuFile" Property="Caption" Value="Project"/>
<Control Name="menuHistory" Property="Caption" Value="History"/>
<Control Name="menuView" Property="Caption" Value="View"/>
<Control Name="menuRun" Property="Caption" Value="Run"/>
<Control Name="menuDir" Property="Caption" Value="Directory"/>
<Control Name="menuLanguage" Property="Caption" Value="Language"/>
<Control Name="menuDemo" Property="Caption" Value="Demo"/>
<Control Name="menuHelp" Property="Caption" Value="Help"/>
<Control Name="menuHistory_Null" Property="Caption" Value="Null"/>
<Control Name="menuDemo_Null" Property="Caption" Value="Null"/>
<Control Name="actFile_New" Property="Caption" Value="New"/>
<Control Name="actFile_New" Property="Hint" Value="New Project"/>
<Control Name="actFile_Open" Property="Caption" Value="Open"/>
<Control Name="actFile_Open" Property="Hint" Value="Open Project"/>
<Control Name="actFile_Close" Property="Caption" Value="Close"/>
<Control Name="actFile_Close" Property="Hint" Value="Close Project"/>
<Control Name="actFile_Save" Property="Caption" Value="Save"/>
<Control Name="actFile_Save" Property="Hint" Value="Save Project"/>
<Control Name="actFile_Exit" Property="Caption" Value="Exit"/>
<Control Name="actFile_Exit" Property="Hint" Value="Exit"/>
<Control Name="actHistory_Clear" Property="Caption" Value="Clear History Record"/>
<Control Name="actHistory_Clear" Property="Hint" Value="Clear History Record"/>
<Control Name="actView_UIDesign" Property="Caption" Value="UI Design"/>
<Control Name="actView_UIDesign" Property="Hint" Value="UI Design"/>
<Control Name="actView_CodeEdit" Property="Caption" Value="Code Edit Form"/>
<Control Name="actView_CodeEdit" Property="Hint" Value="Code Edit Form"/>
<Control Name="actView_ImageRes" Property="Caption" Value="Image Resource"/>
<Control Name="actView_ImageRes" Property="Hint" Value="Image Resource"/>
<Control Name="actView_TextRes" Property="Caption" Value="ImageText Resource"/>
<Control Name="actView_TextRes" Property="Hint" Value="ImageText Resource"/>
<Control Name="actView_VoiceRes" Property="Caption" Value="Voice Resource"/>
<Control Name="actView_VoiceRes" Property="Hint" Value="Voice Resource"/>
<Control Name="actView_UILayerView" Property="Caption" Value="Layer Group View"/>
<Control Name="actView_UILayerView" Property="Hint" Value="Layer Group View"/>
<Control Name="actView_UIToolbar" Property="Caption" Value="UIDesign Toolbar"/>
<Control Name="actView_UIToolbar" Property="Hint" Value="UIDesign Toolbar"/>
<Control Name="actView_UIPropList" Property="Caption" Value="Property Event List"/>
<Control Name="actView_UIPropList" Property="Hint" Value="Property Event List"/>
<Control Name="actView_UISpiritTool" Property="Caption" Value="Auxiliary Tools"/>
<Control Name="actView_UISpiritTool" Property="Hint" Value="Auxiliary Tools"/>
<Control Name="actRun_Run" Property="Caption" Value="Run Game"/>
<Control Name="actRun_Run" Property="Hint" Value="Run Game"/>
<Control Name="actRun_Refresh" Property="Caption" Value="Refresh http"/>
<Control Name="actRun_Refresh" Property="Hint" Value="Refresh http"/>
<Control Name="actRun_Http" Property="Caption" Value="Copy http Address"/>
<Control Name="actRun_Http" Property="Hint" Value="Copy http Address"/>
<Control Name="actRun_Param" Property="Caption" Value="Run Parameters"/>
<Control Name="actRun_Param" Property="Hint" Value="Run Parameters"/>
<Control Name="actDir_Projects" Property="Caption" Value="Projects Directory"/>
<Control Name="actDir_Projects" Property="Hint" Value="Projects Directory"/>
<Control Name="actDir_Project" Property="Caption" Value="Project Dir"/>
<Control Name="actDir_Bmp" Property="Caption" Value="Project Bmp Dir"/>
<Control Name="actDir_Wav" Property="Caption" Value="Project Wav Dir"/>
<Control Name="actHelp_UIDesign" Property="Caption" Value="UI Design Help"/>
<Control Name="actHelp_UIDesign" Property="Hint" Value="UI Design Help"/>
<Control Name="actHelp_CodeEdit" Property="Caption" Value="Code Edit Help"/>
<Control Name="actHelp_CodeEdit" Property="Hint" Value="Code Edit Help"/>
<Control Name="actHelp_FuncProp" Property="Caption" Value="Func And Prop"/>
<Control Name="actHelp_FuncProp" Property="Hint" Value="Func And Prop"/>
<Control Name="actHelp_HotKey" Property="Caption" Value="Hotkey Help"/>
<Control Name="actHelp_HotKey" Property="Hint" Value="Hotkey Help"/>
<Control Name="actHelp_JSGrammar" Property="Caption" Value="javascript Base Grammar"/>
<Control Name="actHelp_JSGrammar" Property="Hint" Value="javascript Base Grammar"/>
<Control Name="actHelp_Baedeker" Property="Caption" Value="Develop Baedeker"/>
<Control Name="actHelp_Baedeker" Property="Hint" Value="Develop Baedeker"/>
<Control Name="actHelp_About" Property="Caption" Value="About"/>
<Control Name="actHelp_About" Property="Hint" Value="About"/>
<Control Name="actHelp_Version" Property="Caption" Value="Upgrade Content"/>
<Control Name="actHelp_Version" Property="Hint" Value="Upgrade Content"/>
<Control Name="actHelp_Url" Property="Caption" Value="www.html5abc.com"/>
<Control Name="actHelp_Url" Property="Hint" Value="http://www.html5abc.com"/>
<Control Name="btnRun" Property="Caption" Value="Run"/>
<Control Name="btnHttp" Property="Caption" Value="http"/>
<Control Name="btnRefresh" Property="Caption" Value="Refresh"/>
<Control Name="btnSysParam" Property="Caption" Value="Settings"/>
<Control Name="tabUIDesign" Property="Caption" Value="UIDesign"/>
<Control Name="tabCodeEdit" Property="Caption" Value="CodeEdit"/>
<Control Name="tabResImage" Property="Caption" Value="Image Resource"/>
<Control Name="tabResText" Property="Caption" Value="ImageText Resource"/>
<Control Name="tabResVoice" Property="Caption" Value="Voice Resource"/>
</FormClass>
<FormClass Name="TfrmUIDesign">
<Control Name="actLayer_Add" Property="Caption" Value="New Layer(Alt+L)"/>
<Control Name="menuAddSpirit" Property="Caption" Value="New Spirit"/>
<Control Name="actSpirit_AddImage" Property="Caption" Value="Image (Alt+I)"/>
<Control Name="actSpirit_AddText" Property="Caption" Value="Text (Alt+T)"/>
<Control Name="actSpirit_AddImageText" Property="Caption" Value="ImageText (Alt+R)"/>
<Control Name="actSpirit_AddFrameImage" Property="Caption" Value="MultiFrame (Alt+M)"/>
<Control Name="actSpirit_AddNumber" Property="Caption" Value="Number (Alt+N)"/>
<Control Name="actSpirit_Add9Grid" Property="Caption" Value="9Grid (Alt+G)"/>
<Control Name="actSpirit_AddPanel" Property="Caption" Value="Layout (Alt+P)"/>
<Control Name="menuVisible" Property="Caption" Value="Spirit Visible"/>
<Control Name="menuCanDragSize" Property="Caption" Value="Spirit CanDragSize"/>
</FormClass>
<FormClass Name="TfrmUILayerView">
<Control Name="Self" Property="Caption" Value="Layer Group View"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Docked"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="tabLayer" Property="Caption" Value="Layer View"/>
<Control Name="tabGroup" Property="Caption" Value="Group View"/>
<Control Name="actLayer_ExpandLayer" Property="Caption" Value="Expand To Layer"/>
<Control Name="actGroup_ExpandGroup" Property="Caption" Value="Expand To Group"/>
<Control Name="actLayer_ExpandSpirit" Property="Caption" Value="Expand To Spirit"/>
<Control Name="actGroup_ExpandSpirit" Property="Caption" Value="Expand To Spirit"/>
<Control Name="actLayer_SelectAllLayer" Property="Caption" Value="Select All Layer"/>
<Control Name="actGroup_SelectAllGroup" Property="Caption" Value="Select All Group"/>
<Control Name="actLayer_SelectAllSpirit" Property="Caption" Value="Select All Spirit"/>
<Control Name="actGroup_SelectAllSpirit" Property="Caption" Value="Select All Spirit"/>
<Control Name="actLayer_SelectAllChild" Property="Caption" Value="Select All Child Spirit"/>
<Control Name="actGroup_SelectAllChild" Property="Caption" Value="Select All Child Spirit"/>
<Control Name="actLayer_OpenLayer" Property="Caption" Value="Open (Enter)"/>
<Control Name="actLayer_CloseLayer" Property="Caption" Value="Close"/>
<Control Name="actLayer_DeleteLayer" Property="Caption" Value="Delete (Del)"/>
<Control Name="actLayer_DeleteLayer" Property="Hint" Value="Delete (Del)"/>
<Control Name="actLayer_SpiritDelete" Property="Caption" Value="Delete (Del)"/>
<Control Name="actLayer_SpiritDelete" Property="Hint" Value="Delete (Del)"/>
<Control Name="actGroup_SpiritDelete" Property="Caption" Value="Delete (Del)"/>
<Control Name="actLayer_SpiritCopy" Property="Caption" Value="Copy (Ctrl+C)"/>
<Control Name="actLayer_SpiritPaste" Property="Caption" Value="Paste (Ctrl+V)"/>
<Control Name="actLayer_SpiritPasteX" Property="Caption" Value="Paste8 (Ctrl+B)"/>
<Control Name="actLayer_SpiritLookRes" Property="Caption" Value="Look Resource"/>
<Control Name="actLayer_SpiritToTop" Property="Caption" Value="To Top"/>
<Control Name="actLayer_SpiritToTop" Property="Hint" Value="To Top"/>
<Control Name="actLayer_SpiritToUp" Property="Caption" Value="To Up"/>
<Control Name="actLayer_SpiritToUp" Property="Hint" Value="To Up"/>
<Control Name="actLayer_SpiritToDown" Property="Caption" Value="To Down"/>
<Control Name="actLayer_SpiritToDown" Property="Hint" Value="To Down"/>
<Control Name="actLayer_SpiritToBottom" Property="Caption" Value="To Bottom"/>
<Control Name="actLayer_SpiritToBottom" Property="Hint" Value="To Bottom"/>
<Control Name="actLayer_Find" Property="Caption" Value="Find (Ctrl+F)"/>
<Control Name="actLayer_Find" Property="Hint" Value="Find (Ctrl+F)"/>
<Control Name="actLayer_NullID" Property="Caption" Value="Look Null ID"/>
<Control Name="actLayer_NullID" Property="Hint" Value="Look Null ID"/>
<Control Name="actGroup_Show" Property="Caption" Value="Show Group"/>
<Control Name="actGroup_ShowAll" Property="Caption" Value="Show All Spirit"/>
<Control Name="actGroup_Hide" Property="Caption" Value="Hide Group"/>
<Control Name="actGroup_HideAll" Property="Caption" Value="Hide All Spirit"/>
<Control Name="act_AllLayerOffset" Property="Caption" Value="All Layer ID Offset..."/>
<Control Name="act_AllGroupOffset" Property="Caption" Value="All Group ID Offset..."/>
<Control Name="act_AllSpiritOffset" Property="Caption" Value="All Spirit ID Offset..."/>
<Control Name="act_SelectLayerOffset" Property="Caption" Value="Select Layer ID Offset..."/>
<Control Name="act_SelectGroupOffset" Property="Caption" Value="Select Group ID Offset..."/>
<Control Name="act_SelectSpiritOffset" Property="Caption" Value="Select Spirit ID Offset..."/>
</FormClass>
<FormClass Name="TfrmUIToolbar">
<Control Name="Self" Property="Caption" Value="UIDesign Toolbar"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Docked"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="pnlLayerToolbar" Property="Hint" Value="Work Layer"/>
<Control Name="pnlSpirit" Property="Hint" Value="Spirit Panel"/>
<Control Name="btnLayer" Property="Hint" Value="Layer"/>
<Control Name="btnImage" Property="Hint" Value="Image"/>
<Control Name="btnText" Property="Hint" Value="Text"/>
<Control Name="btnImageText" Property="Hint" Value="ImageText"/>
<Control Name="btnFrameImage" Property="Hint" Value="Multiframe Image"/>
<Control Name="btnNumber" Property="Hint" Value="Number Multiframe Image (Combined Multiframe Image)"/>
<Control Name="btn9Grid" Property="Hint" Value="9Grid"/>
<Control Name="btnPanel" Property="Hint" Value="Layout"/>
<Control Name="menuAllLayer" Property="Caption" Value="Work Layer"/>
<Control Name="menuShowOrHide" Property="Caption" Value="Show Or Hide"/>
<Control Name="menuShowOnly" Property="Caption" Value="Only Show"/>
<Control Name="menuShowAll" Property="Caption" Value="All Show"/>
<Control Name="menuClose" Property="Caption" Value="Close"/>
<Control Name="menuCloseOther" Property="Caption" Value="Close Other Layer"/>
<Control Name="menuCloseAll" Property="Caption" Value="Close All Layer"/>
<Control Name="menuMoveLeft" Property="Caption" Value="Move Left"/>
<Control Name="menuMoveRight" Property="Caption" Value="Move Right"/>
<Control Name="lblLayerStartID" Property="Caption" Value="NewLayer StartID"/>
<Control Name="lblSpiritStartID" Property="Caption" Value="NewSpiritStartID"/>
<Control Name="lblDefGroupID" Property="Caption" Value="NewSpiritGroupID"/>
<Control Name="speLayerStartID" Property="Hint" Value="StartID MinValue Is 1"/>
<Control Name="speSpiritStartID" Property="Hint" Value="StartID MinValue Is 1"/>
</FormClass>
<FormClass Name="TfrmUIPropList">
<Control Name="Self" Property="Caption" Value="Property Event List"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Docked"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="tabProp" Property="Caption" Value="Property"/>
<Control Name="tabEvent" Property="Caption" Value="Event"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="PropName"/>
<Column Idx="1" Caption="PropValue"/>
</TcxTreeList>
<TcxTreeList Name="treeEvent">
<Column Idx="0" Caption="EventName"/>
<Column Idx="1" Caption="EventValue"/>
</TcxTreeList>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_SpiritType">
<Item Idx="0" Description="Image"/>
<Item Idx="1" Description="Text"/>
<Item Idx="2" Description="ImageText"/>
<Item Idx="3" Description="Multiframe"/>
<Item Idx="4" Description="Number"/>
<Item Idx="5" Description="9Grid"/>
<Item Idx="6" Description="Layout"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_RelaPos">
<Item Idx="0" Description="LeftTop"/>
<Item Idx="1" Description="LeftCenter"/>
<Item Idx="2" Description="LeftBottom"/>
<Item Idx="3" Description="CenterTop"/>
<Item Idx="4" Description="Center"/>
<Item Idx="5" Description="CenterBottom"/>
<Item Idx="6" Description="RightTop"/>
<Item Idx="7" Description="RightCenter"/>
<Item Idx="8" Description="RightBottom"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_SizeCalcMode">
<Item Idx="0" Description="Absolute"/>
<Item Idx="1" Description="Relative"/>
<Item Idx="2" Description="Resource"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_SizeCalcMode_Text">
<Item Idx="0" Description="Absolute"/>
<Item Idx="1" Description="Relative"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_WidthHeightCalcMode">
<Item Idx="0" Description="Absolute"/>
<Item Idx="1" Description="Relative"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_WidthHeightCalcModeReadOnly">
<Item Idx="0" Description="Absolute"/>
<Item Idx="1" Description="Relative"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_TextStyle">
<Item Idx="0" Description="Normal"/>
<Item Idx="1" Description="Input"/>
<Item Idx="2" Description="Input Number"/>
<Item Idx="3" Description="Input Password"/>
<Item Idx="4" Description="Memo"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_AlignHorz">
<Item Idx="0" Description="LeftAlign"/>
<Item Idx="1" Description="CenterAlign"/>
<Item Idx="2" Description="RightAlign"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_AlignVert">
<Item Idx="0" Description="TopAlign"/>
<Item Idx="1" Description="CenterAlign"/>
<Item Idx="2" Description="BottomAlign"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_Panel_Align">
<Item Idx="0" Description="alLeft"/>
<Item Idx="1" Description="alTop"/>
<Item Idx="2" Description="alRight"/>
<Item Idx="3" Description="alBottom"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_Panel_SizeMode">
<Item Idx="0" Description="smAbsolute"/>
<Item Idx="1" Description="smScreen"/>
<Item Idx="2" Description="smBlank"/>
</TcxEditRepositoryImageComboBoxItem>
<TcxEditRepositoryImageComboBoxItem Name="er_Prop_ScreenFitMode">
<Item Idx="0" Description="Stretch"/>
<Item Idx="1" Description="Fit ScreenSize"/>
<Item Idx="2" Description="Fit SceneSize"/>
</TcxEditRepositoryImageComboBoxItem>
</FormClass>
<FormClass Name="TfrmUISpiritTool">
<Control Name="Self" Property="Caption" Value="Auxiliary Tools"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Docked"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="tabLayout" Property="Caption" Value="Align"/>
<Control Name="actAlignLeft" Property="Hint" Value="Left Align"/>
<Control Name="actAlignRight" Property="Hint" Value="Right Align"/>
<Control Name="actAlignHorzCenter" Property="Hint" Value="HorzCenter Align"/>
<Control Name="actAlignHorzSameSpace" Property="Hint" Value="HorzSameSpace Align"/>
<Control Name="actAlignHorzSameSpace2" Property="Hint" Value="HorzSameSpace Align?"/>
<Control Name="actAlignTop" Property="Hint" Value="Top Align"/>
<Control Name="actAlignBottom" Property="Hint" Value="Bottom Align"/>
<Control Name="actAlignVertCenter" Property="Hint" Value="VertCenter Align"/>
<Control Name="actAlignVertSameSpace" Property="Hint" Value="VertSameSpace Align"/>
<Control Name="actAlignVertSameSpace2" Property="Hint" Value="VertSameSpace Align?"/>
</FormClass>
<FormClass Name="TfrmResImage">
<Control Name="actResImg_Add" Property="Caption" Value="Add"/>
<Control Name="actResImg_Add" Property="Hint" Value="Add Image Resource, support png transparent (Inc)"/>
<Control Name="actResImg_Del" Property="Caption" Value="Del"/>
<Control Name="actResImg_Del" Property="Hint" Value="Del Image Resource, Reserve Res ID (Del)"/>
<Control Name="actResImg_Destroy" Property="Caption" Value="Thorough Del Null Items, Free Resource ID"/>
<Control Name="actResImg_Replace" Property="Caption" Value="Replace"/>
<Control Name="actResImg_Replace" Property="Hint" Value="Replace Res Image"/>
<Control Name="actResImg_Import" Property="Caption" Value="Import"/>
<Control Name="actResImg_Import" Property="Hint" Value="Import Image"/>
<Control Name="actResImg_Export" Property="Caption" Value="Export"/>
<Control Name="actResImg_Export" Property="Hint" Value="Export Image"/>
<Control Name="actResImg_Forward1" Property="Caption" Value="Forward"/>
<Control Name="actResImg_Forward1" Property="Hint" Value="Forward By 1"/>
<Control Name="actResImg_Forward3" Property="Caption" Value="Forward By 3"/>
<Control Name="actResImg_Forward5" Property="Caption" Value="Forward By 5"/>
<Control Name="actResImg_Forward10" Property="Caption" Value="Forward By 10"/>
<Control Name="actResImg_Forward20" Property="Caption" Value="Forward By 20"/>
<Control Name="actResImg_Forward50" Property="Caption" Value="Forward By 50"/>
<Control Name="actResImg_Forward100" Property="Caption" Value="Forward By 100"/>
<Control Name="actResImg_Forward" Property="Caption" Value="Custom..."/>
<Control Name="actResImg_Backward1" Property="Caption" Value="Backward"/>
<Control Name="actResImg_Backward1" Property="Hint" Value="Backward By 1"/>
<Control Name="actResImg_Backward3" Property="Caption" Value="Backward By 3"/>
<Control Name="actResImg_Backward5" Property="Caption" Value="Backward By 5"/>
<Control Name="actResImg_Backward10" Property="Caption" Value="Backward By 10"/>
<Control Name="actResImg_Backward20" Property="Caption" Value="Backward By 20"/>
<Control Name="actResImg_Backward50" Property="Caption" Value="Backward By 50"/>
<Control Name="actResImg_Backward100" Property="Caption" Value="Backward By 100"/>
<Control Name="actResImg_Backward" Property="Caption" Value="Custom..."/>
<Control Name="actResImg_SelectAll" Property="Caption" Value="Select All"/>
<Control Name="actResImg_SelectAll" Property="Hint" Value="Select All (Ctrl+A)"/>
<Control Name="actResImg_Refresh" Property="Caption" Value="Refresh"/>
<Control Name="actResImg_Refresh" Property="Hint" Value="Refresh"/>
<Control Name="actResImg_Look" Property="Caption" Value="Look Big Image"/>
<Control Name="actResImg_Look" Property="Hint" Value="Look Big Image"/>
<Control Name="actResImg_ShowProp" Property="Caption" Value="Show Propery"/>
<Control Name="actResImg_ShowProp" Property="Hint" Value="Show Propery (F3)"/>
<Control Name="actResImg_HideProp" Property="Caption" Value="Hide Propery"/>
<Control Name="actResImg_HideProp" Property="Hint" Value="Hide Propery (F3)"/>
<Control Name="tabListImg" Property="Caption" Value="Image List"/>
<Control Name="tabBigImg" Property="Caption" Value="Big Image"/>
<Control Name="tabBigImg" Property="Hint" Value="press left or right direction key can look prior or next image"/>
<Control Name="lblNewID" Property="Caption" Value="StartID For NewRes"/>
<Control Name="speStartID" Property="Hint" Value="StartID MinValue Is 1"/>
<Control Name="menuOptionAddMode" Property="Caption" Value="Option: Fill Null Item When Add Image Resource"/>
<Control Name="menuOptionDelAsk" Property="Caption" Value="Option: Need Confirm When Delete Image Resource"/>
<Control Name="menuMoreForward" Property="Caption" Value="More Forward"/>
<Control Name="menuMoreBackward" Property="Caption" Value="More Backward"/>
</FormClass>
<FormClass Name="TfrmResImgProp">
<Control Name="Self" Property="Caption" Value="Image Property"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Dockedy"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="tabProp" Property="Caption" Value="Image Prop"/>
<Control Name="tabSpirit" Property="Caption" Value="Related Spirit"/>
<Control Name="tabTest" Property="Caption" Value="Multiframe Image Test"/>
<Control Name="lblLook" Property="Caption" Value="Look Single Frame"/>
<Control Name="lblFrameIdx" Property="Caption" Value="FrameIdx"/>
<Control Name="lblPlay" Property="Caption" Value="Play One By One"/>
<Control Name="lblPlayFreq" Property="Caption" Value="Frequency"/>
<Control Name="btnPlay" Property="Caption" Value="Play"/>
<Control Name="btnStop" Property="Caption" Value="Stop"/>
<Control Name="lblMutliFrame" Property="Caption" Value="Combined Multiframe"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="PropName"/>
<Column Idx="1" Caption="PropValue"/>
</TcxTreeList>
<TcxTreeList Name="treeSpirit">
<Column Idx="0" Caption="layer"/>
<Column Idx="1" Caption="spirit"/>
<Column Idx="2" Caption="goto"/>
</TcxTreeList>
</FormClass>
<FormClass Name="TfrmResText">
<Control Name="actResTxt_Add" Property="Caption" Value="Add"/>
<Control Name="actResTxt_Add" Property="Hint" Value="Add ImageText Resource (Inc)"/>
<Control Name="actResTxt_Del" Property="Caption" Value="Del"/>
<Control Name="actResTxt_Del" Property="Hint" Value="Del ImageText Resource, Reserve Res ID (Del)"/>
<Control Name="actResTxt_Destroy" Property="Caption" Value="Thorough Del Null Items, Free Resource ID"/>
<Control Name="actResTxt_Forward1" Property="Caption" Value="Forward"/>
<Control Name="actResTxt_Forward1" Property="Hint" Value="Forward By 1"/>
<Control Name="actResTxt_Forward3" Property="Caption" Value="Forward By 3"/>
<Control Name="actResTxt_Forward5" Property="Caption" Value="Forward By 5"/>
<Control Name="actResTxt_Forward10" Property="Caption" Value="Forward By 10"/>
<Control Name="actResTxt_Forward20" Property="Caption" Value="Forward By 20"/>
<Control Name="actResTxt_Forward50" Property="Caption" Value="Forward By 50"/>
<Control Name="actResTxt_Forward100" Property="Caption" Value="Forward By 100"/>
<Control Name="actResTxt_Forward" Property="Caption" Value="Custom..."/>
<Control Name="actResTxt_Backward1" Property="Caption" Value="Backward"/>
<Control Name="actResTxt_Backward1" Property="Hint" Value="Backward By 1"/>
<Control Name="actResTxt_Backward3" Property="Caption" Value="Backward By 3"/>
<Control Name="actResTxt_Backward5" Property="Caption" Value="Backward By 5"/>
<Control Name="actResTxt_Backward10" Property="Caption" Value="Backward By 10"/>
<Control Name="actResTxt_Backward20" Property="Caption" Value="Backward By 20"/>
<Control Name="actResTxt_Backward50" Property="Caption" Value="Backward By 50"/>
<Control Name="actResTxt_Backward100" Property="Caption" Value="Backward By 100"/>
<Control Name="actResTxt_Backward" Property="Caption" Value="Custom..."/>
<Control Name="actResTxt_SelectAll" Property="Caption" Value="Select All"/>
<Control Name="actResTxt_SelectAll" Property="Hint" Value="Select All (Ctrl+A)"/>
<Control Name="actResTxt_Look" Property="Caption" Value="Look Big Image"/>
<Control Name="actResTxt_Look" Property="Hint" Value="Look Big Image"/>
<Control Name="actResTxt_ShowProp" Property="Caption" Value="Show Propery"/>
<Control Name="actResTxt_ShowProp" Property="Hint" Value="Show Propery (F3)"/>
<Control Name="actResTxt_HideProp" Property="Caption" Value="Hide Propery"/>
<Control Name="actResTxt_HideProp" Property="Hint" Value="Hide Propery (F3)"/>
<Control Name="tabListTxt" Property="Caption" Value="ImageText List"/>
<Control Name="tabBigTxt" Property="Caption" Value="Big Image"/>
<Control Name="lblNewID" Property="Caption" Value="StartID For NewRes"/>
<Control Name="speStartID" Property="Hint" Value="StartID MinValue Is 1"/>
<Control Name="menuOptionDelAsk" Property="Caption" Value="Option: Need Confirm When Delete ImageText Resource"/>
<Control Name="menuMoreForward" Property="Caption" Value="More Forward"/>
<Control Name="menuMoreBackward" Property="Caption" Value="More Backward"/>
</FormClass>
<FormClass Name="TfrmResTxtProp">
<Control Name="Self" Property="Caption" Value="ImageText Property"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Docked"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="tabProp" Property="Caption" Value="ImageText Prop"/>
<Control Name="tabSpirit" Property="Caption" Value="Related Spirit"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="PropName"/>
<Column Idx="1" Caption="PropValue"/>
</TcxTreeList>
</FormClass>
<FormClass Name="TfrmResVoice">
<Control Name="actResVoi_Add" Property="Caption" Value="Add"/>
<Control Name="actResVoi_Add" Property="Hint" Value="Add Voice Resource (Inc)"/>
<Control Name="actResVoi_Del" Property="Caption" Value="Del"/>
<Control Name="actResVoi_Del" Property="Hint" Value="Del Voice Resource, Reserve Res ID (Del)"/>
<Control Name="actResVoi_Destroy" Property="Caption" Value="Thorough Del Null Items, Free Resource ID"/>
<Control Name="actResVoi_Replace" Property="Caption" Value="Replace"/>
<Control Name="actResVoi_Replace" Property="Hint" Value="Replace Res Voice"/>
<Control Name="actResVoi_Import" Property="Caption" Value="Import"/>
<Control Name="actResVoi_Import" Property="Hint" Value="Import Voice"/>
<Control Name="actResVoi_Export" Property="Caption" Value="Export"/>
<Control Name="actResVoi_Export" Property="Hint" Value="Export Voice"/>
<Control Name="actResVoi_Forward1" Property="Caption" Value="Forward"/>
<Control Name="actResVoi_Forward1" Property="Hint" Value="Forward By 1"/>
<Control Name="actResVoi_Forward3" Property="Caption" Value="Forward By 3"/>
<Control Name="actResVoi_Forward5" Property="Caption" Value="Forward By 5"/>
<Control Name="actResVoi_Forward10" Property="Caption" Value="Forward By 10"/>
<Control Name="actResVoi_Forward20" Property="Caption" Value="Forward By 20"/>
<Control Name="actResVoi_Forward50" Property="Caption" Value="Forward By 50"/>
<Control Name="actResVoi_Forward100" Property="Caption" Value="Forward By 100"/>
<Control Name="actResVoi_Forward" Property="Caption" Value="Custom..."/>
<Control Name="actResVoi_Backward1" Property="Caption" Value="Backward"/>
<Control Name="actResVoi_Backward1" Property="Hint" Value="Backward By 1"/>
<Control Name="actResVoi_Backward3" Property="Caption" Value="Backward By 3"/>
<Control Name="actResVoi_Backward5" Property="Caption" Value="Backward By 5"/>
<Control Name="actResVoi_Backward10" Property="Caption" Value="Backward By 10"/>
<Control Name="actResVoi_Backward20" Property="Caption" Value="Backward By 20"/>
<Control Name="actResVoi_Backward50" Property="Caption" Value="Backward By 50"/>
<Control Name="actResVoi_Backward100" Property="Caption" Value="Backward By 100"/>
<Control Name="actResVoi_Backward" Property="Caption" Value="Custom..."/>
<Control Name="actResVoi_SelectAll" Property="Caption" Value="Select All"/>
<Control Name="actResVoi_SelectAll" Property="Hint" Value="Select All (Ctrl+A)"/>
<Control Name="actResVoi_ShowProp" Property="Caption" Value="Show Propery"/>
<Control Name="actResVoi_ShowProp" Property="Hint" Value="Show Propery (F3)"/>
<Control Name="actResVoi_HideProp" Property="Caption" Value="Hide Propery"/>
<Control Name="actResVoi_HideProp" Property="Hint" Value="Hide Propery (F3)"/>
<Control Name="actResVoi_Play" Property="Caption" Value="Play"/>
<Control Name="actResVoi_Play" Property="Hint" Value="Play"/>
<Control Name="actResVoi_Stop" Property="Caption" Value="Stop"/>
<Control Name="actResVoi_Stop" Property="Hint" Value="Stop"/>
<Control Name="lblNewID" Property="Caption" Value="StartID For NewRes"/>
<Control Name="speStartID" Property="Hint" Value="StartID MinValue Is 1"/>
<Control Name="menuOptionAddMode" Property="Caption" Value="Option: Fill Null Item When Add Voice Resource"/>
<Control Name="menuOptionDelAsk" Property="Caption" Value="Option: Need Confirm When Delete Voice Resource"/>
<Control Name="menuMoreForward" Property="Caption" Value="More Forward"/>
<Control Name="menuMoreBackward" Property="Caption" Value="More Backward"/>
</FormClass>
<FormClass Name="TfrmResVoiProp">
<Control Name="Self" Property="Caption" Value="Voice Property"/>
<Control Name="actFrmDocked" Property="Caption" Value="Docked"/>
<Control Name="actFrmDocked" Property="Hint" Value="Docked"/>
<Control Name="actFrmFloat" Property="Caption" Value="Float"/>
<Control Name="actFrmFloat" Property="Hint" Value="Float"/>
<Control Name="actFrmHide" Property="Caption" Value="Hide"/>
<Control Name="actFrmHide" Property="Hint" Value="Hide"/>
<Control Name="tabProp" Property="Caption" Value="Voice Property"/>
<TcxTreeList Name="treeProp">
<Column Idx="0" Caption="PropName"/>
<Column Idx="1" Caption="PropValue"/>
</TcxTreeList>
</FormClass>
</UI>
<ShowMessage>
<Message Name="NewPrjFail_UI" Msg=""/>
<Message Name="NewPrjFail_Code" Msg=""/>
<Message Name="NewPrjFail_ResImage" Msg=""/>
<Message Name="NewPrjFail_ResText" Msg=""/>
<Message Name="NewPrjFail_ResVoice" Msg=""/>
<Message Name="OpenPrjFail_NotExists" Msg=""/>
<Message Name="OpenPrjFail_UI" Msg=""/>
<Message Name="OpenPrjFail_Code" Msg=""/>
<Message Name="OpenPrjFail_ResImage" Msg=""/>
<Message Name="OpenPrjFail_ResText" Msg=""/>
<Message Name="OpenPrjFail_ResVoice" Msg=""/>
<Message Name="SavePrjFail_UI" Msg=""/>
<Message Name="SavePrjFail_Code" Msg=""/>
<Message Name="SavePrjFail_ResImage" Msg=""/>
<Message Name="SavePrjFail_ResText" Msg=""/>
<Message Name="SavePrjFail_ResVoice" Msg=""/>
<Message Name="ClosePrjFail_UI" Msg=""/>
<Message Name="ClosePrjFail_Code" Msg=""/>
<Message Name="ClosePrjFail_ResImage" Msg=""/>
<Message Name="ClosePrjFail_ResText" Msg=""/>
<Message Name="ClosePrjFail_ResVoice" Msg=""/>
<Message Name="AskSavePrj_NewPrj" Msg=""/>
<Message Name="AskSavePrj_OpenPrj" Msg=""/>
<Message Name="AskDelAsk_ImgRes" Msg=""/>
<Message Name="AskDelAsk_TxtRes" Msg=""/>
<Message Name="AskDelAsk_VoiRes" Msg=""/>
<Message Name="AskDelAsk_Layer" Msg=""/>
<Message Name="AskDelAsk_Spirit" Msg=""/>
<Message Name="Ask_ChangeResID1" Msg=""/>
<Message Name="Ask_ChangeResID2" Msg=""/>
<Message Name="Ask_ChangeResID3" Msg=""/>
<Message Name="Ask_ChangeResID4" Msg=""/>
<Message Name="Ask_ChangeSizeCalcM1" Msg=""/>
<Message Name="Ask_ChangeSizeCalcM2" Msg=""/>
<Message Name="RenamePrj_InvSign" Msg=""/>
<Message Name="RenamePrj_EnglishName" Msg=""/>
<Message Name="RenamePrj_RenDirFail" Msg=""/>
<Message Name="RenamePrj_NoPrjPath" Msg=""/>
<Message Name="Invalid_PropValue" Msg=""/>
<Message Name="InvRes_IdOversize" Msg=""/>
<Message Name="InvRes_HorzFrame1" Msg=""/>
<Message Name="InvRes_HorzFrame2" Msg=""/>
<Message Name="InvRes_VertFrame1" Msg=""/>
<Message Name="InvRes_VertFrame2" Msg=""/>
<Message Name="InvRes_TotalFrame1" Msg=""/>
<Message Name="InvRes_TotalFrame2" Msg=""/>
<Message Name="InvRes_EnglishContent" Msg=""/>
<Message Name="InvProj_SceneSize" Msg=""/>
<Message Name="InvLayer_IdOversize" Msg=""/>
<Message Name="InvLayer_IDExist" Msg=""/>
<Message Name="InvGroup_IdOversize" Msg=""/>
<Message Name="InvGroup_IDExist" Msg=""/>
<Message Name="InvSpirit_IdOversize" Msg=""/>
<Message Name="InvSpirit_IDExist" Msg=""/>
<Message Name="InvSpirit_ParentNotExistID" Msg=""/>
<Message Name="InvSpirit_ParentNotControl" Msg=""/>
<Message Name="InvSpirit_ParentIsSelf" Msg=""/>
<Message Name="InvSpirit_ParentIsChild" Msg=""/>
<Message Name="InvSpirit_ResIDNotExist" Msg=""/>
<Message Name="InvSpirit_LayerIDNotExist" Msg=""/>
<Message Name="Invalid_EventValue" Msg=""/>
<Message Name="Cant_AddResPathFile" Msg=""/>
<Message Name="Cant_ReplaceImgRes" Msg=""/>
<Message Name="Cant_DestroyRes" Msg=""/>
<Message Name="Cant_AddSpirit" Msg=""/>
<Message Name="Cant_SelectProjectDirFile" Msg=""/>
<Message Name="Wait_OpenUIDesign" Msg=""/>
<Message Name="Wait_SaveUIDesign" Msg=""/>
<Message Name="Wait_CloseUIDesign" Msg=""/>
<Message Name="Wait_OpenImageRes" Msg=""/>
<Message Name="Wait_SaveImageRes" Msg=""/>
<Message Name="Wait_CloseImageRes" Msg=""/>
<Message Name="Wait_AddImageRes" Msg=""/>
<Message Name="Wait_ReplaceImageRes" Msg=""/>
<Message Name="Wait_ImportImageRes" Msg=""/>
<Message Name="Wait_ExportImageRes" Msg=""/>
<Message Name="Wait_MoveImageRes" Msg=""/>
<Message Name="Wait_RefreshImageRes" Msg=""/>
<Message Name="Wait_OpenTextRes" Msg=""/>
<Message Name="Wait_SaveTextRes" Msg=""/>
<Message Name="Wait_CloseTextRes" Msg=""/>
<Message Name="Wait_MoveTextRes" Msg=""/>
<Message Name="Wait_OpenVoiceRes" Msg=""/>
<Message Name="Wait_SaveVoiceRes" Msg=""/>
<Message Name="Wait_CloseVoiceRes" Msg=""/>
<Message Name="Wait_AddVoiceRes" Msg=""/>
<Message Name="Wait_ImportVoiceRes" Msg=""/>
<Message Name="Wait_ExportVoiceRes" Msg=""/>
<Message Name="Wait_MoveVoiceRes" Msg=""/>
<Message Name="Wait_OpenCodeEdit" Msg=""/>
<Message Name="Wait_SaveCodeEdit" Msg=""/>
<Message Name="Wait_CloseCodeEdit" Msg=""/>
<Message Name="Wait_OpenLayer" Msg=""/>
<Message Name="Wait_Version1To2_ResImage" Msg=""/>
<Message Name="Wait_Version1To2_ResVoice" Msg=""/>
<Message Name="Wait_Version1To2_ResText" Msg=""/>
<Message Name="Wait_Version1To2_Project" Msg=""/>
<Message Name="Wait_Version1To2_Layer" Msg=""/>
<Message Name="Wait_Version1To2_Spirit" Msg=""/>
<Message Name="Wait_BuildJS_ResImage" Msg=""/>
<Message Name="Wait_BuildJS_ResText" Msg=""/>
<Message Name="Wait_BuildJS_ResVoice" Msg=""/>
<Message Name="Wait_BuildJS_Project" Msg=""/>
<Message Name="Wait_BuildJS_Layer" Msg=""/>
<Message Name="Wait_BuildJS_Group" Msg=""/>
<Message Name="Wait_BuildJS_Spirit" Msg=""/>
<Message Name="Wait_BuildJS_DataJs" Msg=""/>
<Message Name="Err_BuildJS_ResImage" Msg=""/>
<Message Name="Err_BuildJS_ResText" Msg=""/>
<Message Name="Err_BuildJS_ResVoice" Msg=""/>
<Message Name="Err_BuildJS_Project" Msg=""/>
<Message Name="Err_BuildJS_Layer" Msg=""/>
<Message Name="Err_BuildJS_Group" Msg=""/>
<Message Name="Err_BuildJS_Spirit" Msg=""/>
<Message Name="Msg_NoDefExplorer" Msg=""/>
<Message Name="Msg_DiffResImgSize1" Msg=""/>
<Message Name="Msg_DiffResImgSize2" Msg=""/>
<Message Name="Msg_DiffResImgSize3" Msg=""/>
<Message Name="Msg_DiffResImgSize4" Msg=""/>
<Message Name="Msg_DiffResImgSize5" Msg=""/>
<Message Name="Msg_DiffResImgSize6" Msg=""/>
<Message Name="Msg_DiffResImgSize7" Msg=""/>
<Message Name="Msg_DiffResImgSize8" Msg=""/>
<Message Name="Msg_DiffResImgSize9" Msg=""/>
<Message Name="Msg_DiffResImgSize10" Msg=""/>
</ShowMessage>
</Language>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 KiB

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB