master
lingmeng 2026-06-18 01:07:06 +08:00
parent d471fd04bf
commit 5b7ea1877e
209 changed files with 851 additions and 804 deletions

View File

@ -70,7 +70,7 @@ local function __update_check(data, onback, _version_view)
end
coroutine.step()
end
download_size = download_size + game_data["size"]
download_size = download_size + (game_data["size"] or 0)
ResourcesManager.ReadAssetConfig(asset_path)
end
onback(1, true)

View File

@ -64,7 +64,7 @@ function Main()
if Application.platform == RuntimePlatform.WindowsEditor then
debug_print = true
end
-- debug_print = true
debug_print = true
local NetManager = taurus.client.NetManager
NetManager.debug_print = debug_print
-- 网络延时8秒

View File

@ -528,9 +528,9 @@ end
function M:ChangeCodeByTo(card)
local flower = card % 10
local number = math.floor(card / 10)
if number == 15 then
number = 2
end
-- if number == 15 then
-- number = 2
-- end
return flower * 100 + number
end

View File

@ -219,12 +219,18 @@ function M:InitPoker(pokerList, isPlayAni, open)
self._view_handCard:RemoveChildren(0, -1, true)
self._view_handCard.selectedIndex = -1
local cs = 0.97
local card_width = 300
self._view_handCard.columnGap = -150
if DataManager.CurrenRoom.pai == 0 then
self._view_handCard.columnGap = -185
card_width = (GRoot.inst.width*0.92 - self._view_handCard.columnGap * 14) / 15
end
if DataManager.CurrenRoom.cardsize == 0 then
cs = 0.97
elseif DataManager.CurrenRoom.cardsize == 1 then
cs = 0.95
end
local card_width = 275 * cs
card_width = card_width * cs
if isPlayAni == true then
self.cor_init_poker =
@ -236,7 +242,7 @@ function M:InitPoker(pokerList, isPlayAni, open)
end
self._view_handCard.align = FairyGUI.AlignType.Left
self._view_handCard.width = card_width * 15 + self._view_handCard.columnGap * 14
self._view_handCard:Center()
-- self._view_handCard:Center()
for i = #pokerList, 1, -1 do
if pokerList[i] == 403 then
self._flag_ruleCard = true
@ -258,10 +264,10 @@ function M:InitPoker(pokerList, isPlayAni, open)
coroutine.wait(0.01)
end
table.sort(self.card_list, tableSortNumber)
self._view_handCard.x = 0
-- self._view_handCard.x = 0
self._view_handCard.width = GRoot.inst.width
self._view_handCard.align = FairyGUI.AlignType.Center
self._view_handCard:Center()
-- self._view_handCard:Center()
self:AddTouchMoveEvent(self._view_handCard)
for i = 1, #self.card_list do
local card = self.card_list[i]

View File

@ -3,30 +3,85 @@
"libview.iconScale": 0,
"doc.openedDocs": [
"ui://8wph7p8nyffnmy",
"ui://8wph7p8nyffnnx",
"ui://8wph7p8nyffn8o",
"ui://8wph7p8nyffn8s",
"ui://8wph7p8nro85cr3",
"ui://8wph7p8nro85crh",
"ui://8wph7p8nro85csf",
"ui://8wph7p8nro85ct3",
"ui://m7iejg46kwi0hma",
"ui://8wph7p8nro85cuf",
"ui://8wph7p8nro85cqx",
"ui://m7iejg46mpllhv2",
"ui://m7iejg46kwi0hkl",
"ui://m7iejg46mpllhv5",
"ui://8wph7p8nyffn2h",
"ui://8wph7p8nhuw1cms",
"ui://8wph7p8nhuw1cmm"
"ui://lx6k641g9f2gk0",
"ui://lx6k641g9f2gke",
"ui://lx6k641g9f2gkc",
"ui://lx6k641g9f2gl0",
"ui://lx6k641g9f2gli",
"ui://lx6k641g9f2gm0",
"ui://lx6k641g9f2gju",
"ui://8wph7p8nyffnk6"
],
"test.device": "Huawei Mate20",
"canvasColor": 10066329,
"auxline2": true,
"doc.activeDoc": "ui://m7iejg46mpllhv5",
"doc.activeDoc": "ui://m7iejg46kwi0hma",
"libview.twoColumn": false,
"libview.expandedNodes": [
"8wph7p8n",
"/",
"8wph7p8n",
"/Main_New/",
"8wph7p8n",
"/component/",
"8wph7p8n",
"/component/head/",
"8wph7p8n",
"/component/image/",
"8wph7p8n",
"/component/newcard/",
"8wph7p8n",
"/component/newcard/1/",
"8wph7p8n",
"/component/newcard/素材/"
"/component/newcard/2/",
"8wph7p8n",
"/component/newcard/3/",
"8wph7p8n",
"/component/newcard/4/",
"8wph7p8n",
"/component/newcard/素材/",
"8wph7p8n",
"/images/",
"lx6k641g",
"/",
"lx6k641g",
"/image/",
"lx6k641g",
"/image/NewPoker/",
"lx6k641g",
"/newcard2/",
"lx6k641g",
"/newcard2/1/",
"lx6k641g",
"/newcard2/2/",
"lx6k641g",
"/newcard2/3/",
"lx6k641g",
"/newcard2/4/",
"lx6k641g",
"/newcard2/new_assert/",
"m7iejg46",
"/",
"m7iejg46",
"/mgr/",
"m7iejg46",
"/mgr/component/",
"m7iejg46",
"/mgr/component/game/"
],
"auxline1": true,
"snapToGrid": true,

View File

@ -1,22 +1,22 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="275,400" extention="Button">
<component size="290,375" extention="Button">
<controller name="choose" pages="0,,1," selected="0"/>
<controller name="button" pages="0,up,1,down" selected="0"/>
<controller name="choose2" pages="0,,1," selected="0"/>
<displayList>
<loader id="n4_ckvb" name="icon" xy="1,0" size="275,400" group="n6_ckvb" url="ui://8wph7p8nhuw1cms" align="center" vAlign="bottom" fill="scaleFree">
<loader id="n4_ckvb" name="icon" xy="1,-4" size="290,375" group="n6_ckvb" url="ui://lx6k641g9f2gk0" align="center" vAlign="bottom" fill="scaleFree">
<relation target="" sidePair="width-width,height-height"/>
</loader>
<image id="n7_diqo" name="n7" src="yffn1h" fileName="Main_New/Component/Image/bg_mask.png" xy="-4,-4" size="283,409" group="n6_ckvb">
<image id="n7_diqo" name="n7" src="yffn1h" fileName="Main_New/Component/Image/bg_mask.png" xy="-1,-5" size="293,381" group="n6_ckvb">
<gearDisplay controller="choose" pages="1"/>
<relation target="" sidePair="width-width%,height-height%"/>
</image>
<image id="n9_huw1" name="n9" src="huw1cmk" fileName="Main_New/Component/Image/bg_mask(1).png" xy="7,2" size="271,398" group="n6_ckvb">
<image id="n9_huw1" name="n9" src="huw1cmk" fileName="Main_New/Component/Image/bg_mask(1).png" xy="3,-2" size="286,372" group="n6_ckvb">
<gearDisplay controller="choose2" pages="1"/>
<relation target="" sidePair="width-width%,height-height%"/>
</image>
<group id="n6_ckvb" name="body" xy="-4,-4" size="283,409" advanced="true">
<gearXY controller="button" pages="0,1" values="-4,-4|-4,-60"/>
<group id="n6_ckvb" name="body" xy="-1,-5" size="293,381" advanced="true">
<gearXY controller="button" pages="0,1" values="-1,-5|0,-50"/>
</group>
</displayList>
<Button mode="Check" downEffect="dark" downEffectValue=".8"/>

View File

@ -63,7 +63,7 @@
<Button icon="ui://8wph7p8nyffn9j" selectedIcon="ui://8wph7p8nyffn9j" controller="piao_value" page="5"/>
</component>
<group id="n63_i3h6" name="piao" xy="66,-185" size="1250,103"/>
<list id="n69_ckvb" name="List_HandCard" xy="0,-71" pivot="0.5,0.5" size="2532,400" layout="row" selectionMode="none" colGap="-145" defaultItem="ui://8wph7p8nyffn2h" autoItemSize="false" align="center" vAlign="bottom" autoClearItems="true">
<list id="n69_ckvb" name="List_HandCard" xy="1266,130" pivot="0.5,0.5" anchor="true" size="2532,400" layout="row" selectionMode="none" colGap="-145" defaultItem="ui://8wph7p8nyffn2h" autoItemSize="false" align="center" vAlign="bottom" autoClearItems="true">
<relation target="" sidePair="width-width,height-height"/>
<item/>
<item/>

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="98,113" extention="Button">
<displayList>
<image id="n0_qz7i" name="n0" src="huw1cp2" fileName="component/newcard/00.png" xy="-2,-1" size="102,117">
<image id="n0_qz7i" name="n0" src="ro85cv3" fileName="component/newcard/00.png" xy="-2,-1" size="102,117">
<relation target="" sidePair="width-width,height-height"/>
</image>
<text id="n1_qz7i" name="title" xy="19,23" pivot="0.5,0.5" size="58,69" scale="1.6,1.2" font="ui://8wph7p8nyffn2m" fontSize="54" color="#ffffff" leading="0" text="15">

View File

@ -135,7 +135,7 @@
<relation target="" sidePair="left-left,bottom-bottom%"/>
</component>
<group id="n121_ckvb" name="playiinfo" xy="130,86" size="2329,545"/>
<component id="n69_sdax" name="player_card_info_1" src="yffn8s" fileName="Main_New/Player_card_info_1.xml" xy="0,838" size="2532,328" group="n122_ckvb">
<component id="n69_sdax" name="player_card_info_1" src="yffn8s" fileName="Main_New/Player_card_info_1.xml" xy="0,842" size="2532,328" group="n122_ckvb">
<gearDisplay controller="state" pages="1,3,4"/>
<gearLook controller="state" pages="3" values="1,0,0,1" default="1,0,0,1"/>
<relation target="" sidePair="width-width%,height-height%,center-center,bottom-bottom"/>
@ -144,7 +144,7 @@
<gearDisplay controller="state" pages="1,3,4"/>
<relation target="n18" sidePair="right-left,middle-middle"/>
</component>
<group id="n122_ckvb" name="playCardInfo" xy="0,243" size="2532,923"/>
<group id="n122_ckvb" name="playCardInfo" xy="0,243" size="2532,927"/>
<component id="n153_n9qr" name="btn_ready_inClear" src="yffn1u" fileName="Main_New/Component/Btn_Ready.xml" xy="1078,712" size="378,127">
<gearDisplay controller="Inclear" pages="1"/>
<relation target="" sidePair="width-width%,height-height%,center-center,top-middle%"/>
@ -153,10 +153,10 @@
<gearDisplay controller="time" pages="1,2,3"/>
<gearXY controller="time" pages="1,2" values="729,667|2133,159" default="388,492"/>
</component>
<text id="n135_ckvb" name="Text_CurrenRound" xy="1491,14" size="32,64" group="n155_diqo" font="ALIBABAPUHUITI-3-55-REGULAR" fontSize="48" color="#ffffff" singleLine="true" text="0">
<text id="n135_ckvb" name="Text_CurrenRound" xy="1491,14" size="31,64" group="n155_diqo" font="ALIBABAPUHUITI-3-55-REGULAR" fontSize="48" color="#ffffff" singleLine="true" text="0">
<relation target="n136_ckvb" sidePair="right-left"/>
</text>
<text id="n136_ckvb" name="Text_MaxMaxRound" xy="1521,13" size="135,64" group="n155_diqo" font="ALIBABAPUHUITI-3-55-REGULAR" fontSize="48" color="#ffffff" letterSpacing="2" singleLine="true" text="/10局"/>
<text id="n136_ckvb" name="Text_MaxMaxRound" xy="1521,13" size="125,64" group="n155_diqo" font="ALIBABAPUHUITI-3-55-REGULAR" fontSize="48" color="#ffffff" letterSpacing="2" singleLine="true" text="/10局"/>
<group id="n155_diqo" name="n155" xy="1491,13" size="165,65" advanced="true">
<relation target="" sidePair="left-right%,top-top"/>
</group>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 844 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 141 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 139 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 327 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 345 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 374 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.5 KiB

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" fileName="component/newcard/素材/01.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" fileName="component/newcard/素材/01.png" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400"/>
<image id="n2_iqk2" name="n2" src="huw1cmt" fileName="component/newcard/素材/03.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1"/>
<image id="n3_iqk2" name="n3" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69"/>
<image id="n4_iqk2" name="n4" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="132,215" size="128,121"/>
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0"/>
<image id="n2_iqk2" name="n2" src="ro85cr4" fileName="component/newcard/素材/03.png" xy="7,10" aspect="true" scale="1.1,1.1"/>
<image id="n3_iqk2" name="n3" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2"/>
<image id="n4_iqk2" name="n4" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="60,90" size="61,61" aspect="true"/>
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmv" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr6" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmx" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr8" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmz" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cra" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn1" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crc" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn3" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cre" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn5" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crg" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400"/>
<image id="n2_iqk2" name="n2" src="huw1cn7" fileName="component/newcard/素材/10.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1"/>
<image id="n3_iqk2" name="n3" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69"/>
<image id="n4_iqk2" name="n4" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="132,215" size="128,121"/>
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0"/>
<image id="n2_iqk2" name="n2" src="ro85cri" fileName="component/newcard/素材/10.png" xy="7,10" size="36,45" scale="1.1,1.1"/>
<image id="n3_iqk2" name="n3" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2"/>
<image id="n4_iqk2" name="n4" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="60,90" size="61,61" aspect="true"/>
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn9" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crk" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="275,400">
<?xml version='1.0' encoding='utf-8'?>
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400"/>
<image id="n2_iqk2" name="n2" src="huw1cnb" fileName="component/newcard/素材/12.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1"/>
<image id="n3_iqk2" name="n3" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69"/>
<image id="n4_iqk2" name="n4" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="132,215" size="128,121"/>
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crm" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnd" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cro" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" fileName="component/newcard/素材/02.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cmp" fileName="component/newcard/素材/fangpian.png" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" fileName="component/newcard/素材/02.png" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cr0" fileName="component/newcard/素材/fangpian.png" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmt" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr4" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmv" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr6" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmx" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr8" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmz" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cra" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn1" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crc" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn3" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cre" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn5" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crg" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<?xml version="1.0" encoding="utf-8"?>
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn7" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0"/>
<image id="n2_iqk2" name="n2" src="ro85cri" fileName="component/newcard/素材/10.png" xy="7,10" size="36,45" scale="1.1,1.1" color="#000000"/>
<image id="n3_iqk2" name="n3" src="ro85cs6" fileName="component/newcard/素材/meihua.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2"/>
<image id="n4_iqk2" name="n4" src="ro85cs6" fileName="component/newcard/素材/meihua.png" xy="60,90" size="61,61" aspect="true"/>
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn9" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crk" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnb" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crm" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnd" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cro" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" fileName="component/newcard/素材/02.png" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnh" fileName="component/newcard/素材/meihua.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnh" fileName="component/newcard/素材/meihua.png" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" fileName="component/newcard/素材/02.png" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cs6" fileName="component/newcard/素材/meihua.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cs6" fileName="component/newcard/素材/meihua.png" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmt" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr4" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmv" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr6" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmx" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr8" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmz" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cra" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn1" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crc" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn3" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cre" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn5" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crg" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<?xml version="1.0" encoding="utf-8"?>
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn7" fileName="component/newcard/素材/10.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" fileName="component/newcard/素材/hongtao.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" fileName="component/newcard/素材/hongtao.png" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0"/>
<image id="n2_iqk2" name="n2" src="ro85cri" fileName="component/newcard/素材/10.png" xy="7,10" size="36,45" scale="1.1,1.1"/>
<image id="n3_iqk2" name="n3" src="ro85ct4" fileName="component/newcard/素材/hongtao.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2"/>
<image id="n4_iqk2" name="n4" src="ro85ct4" fileName="component/newcard/素材/hongtao.png" xy="60,90" size="61,61" aspect="true"/>
</displayList>
</component>

View File

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn7" fileName="component/newcard/素材/10.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" fileName="component/newcard/素材/hongtao.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" fileName="component/newcard/素材/hongtao.png" xy="132,215" size="128,121" />
<image id="n6_nnbw" name="n6" src="huw1coe" fileName="component/poker/fb.png" xy="0,0" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cri" fileName="component/newcard/素材/10.png" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" fileName="component/newcard/素材/hongtao.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" fileName="component/newcard/素材/hongtao.png" xy="60,90" size="61,61" aspect="true" />
<image id="n6_nnbw" name="n6" src="ro85ctj" fileName="component/poker/fb.png" xy="0,0" />
</displayList>
</component>

View File

@ -1,10 +1,10 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cnw" fileName="component/newcard/3/newcard2/di.xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cog" fileName="component/newcard/3/10.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1coh" fileName="component/newcard/3/h03.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1coh" fileName="component/newcard/3/h03.png" xy="132,215" size="128,121" />
<image id="n6_ttzk" name="n6" src="huw1coe" fileName="component/poker/fb.png" xy="0,0" />
<component id="n5_iqk2" name="n5" src="ro85ct0" fileName="component/newcard/3/newcard2/di.xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85ctl" fileName="component/newcard/3/10.png" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ctm" fileName="component/newcard/3/h03.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ctm" fileName="component/newcard/3/h03.png" xy="60,90" size="61,61" aspect="true" />
<image id="n6_ttzk" name="n6" src="ro85ctj" fileName="component/poker/fb.png" xy="0,0" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn9" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crk" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnb" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crm" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnd" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cro" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" fileName="component/newcard/素材/02.png" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cnz" fileName="component/newcard/素材/hongtao.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cnz" fileName="component/newcard/素材/hongtao.png" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" fileName="component/newcard/素材/02.png" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85ct4" fileName="component/newcard/素材/hongtao.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85ct4" fileName="component/newcard/素材/hongtao.png" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<image id="n0_iqk2" name="n0" src="huw1cnx" xy="-5,0" />
<image id="n0_iqk2" name="n0" src="ro85ct1" xy="-5,0" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmt" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr4" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmv" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr6" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmx" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr8" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmz" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cra" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn1" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crc" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn3" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cre" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn5" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crg" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<?xml version="1.0" encoding="utf-8"?>
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn7" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0"/>
<image id="n2_iqk2" name="n2" src="ro85cri" fileName="component/newcard/素材/10.png" xy="7,10" size="36,45" scale="1.1,1.1" color="#000000"/>
<image id="n3_iqk2" name="n3" src="ro85cu6" fileName="component/newcard/素材/heitao.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2"/>
<image id="n4_iqk2" name="n4" src="ro85cu6" fileName="component/newcard/素材/heitao.png" xy="60,90" size="61,61" aspect="true"/>
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cn9" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crk" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnb" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85crm" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cnd" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cro" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmo" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cqz" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,9 +1,9 @@
<?xml version='1.0' encoding='utf-8'?>
<component size="275,400">
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" fileName="component/newcard/di(1).xml" xy="0,1" size="275,400" />
<image id="n2_iqk2" name="n2" src="huw1cmr" fileName="component/newcard/素材/02.png" color="#000000" xy="54,67" pivot="0.5,0.5" anchor="true" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="huw1cok" fileName="component/newcard/素材/heitao.png" xy="56,158" pivot="0.5,0.5" anchor="true" size="63,69" />
<image id="n4_iqk2" name="n4" src="huw1cok" fileName="component/newcard/素材/heitao.png" xy="132,215" size="128,121" />
<component id="n5_iqk2" name="n5" src="ro85cqx" fileName="component/newcard/di(1).xml" xy="0,0" />
<image id="n2_iqk2" name="n2" src="ro85cr2" fileName="component/newcard/素材/02.png" color="#000000" xy="7,10" aspect="true" scale="1.1,1.1" />
<image id="n3_iqk2" name="n3" src="ro85cu6" fileName="component/newcard/素材/heitao.png" xy="10,67" size="25,26" aspect="true" scale="1.2,1.2" />
<image id="n4_iqk2" name="n4" src="ro85cu6" fileName="component/newcard/素材/heitao.png" xy="60,90" size="61,61" aspect="true" />
</displayList>
</component>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,0"/>
<image id="n6_iqk2" name="n6" src="huw1cp0" xy="35,86" grayed="true"/>
<image id="n7_iqk2" name="n7" src="huw1cp1" xy="7,13" size="16,133" aspect="true" color="#000000"/>
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0"/>
<image id="n6_iqk2" name="n6" src="ro85cv1" xy="35,86" grayed="true"/>
<image id="n7_iqk2" name="n7" src="ro85cv2" xy="7,13" size="16,133" aspect="true" color="#000000"/>
</displayList>
</component>

View File

@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="129,191">
<displayList>
<component id="n5_iqk2" name="n5" src="huw1cmm" xy="0,0"/>
<image id="n6_iqk2" name="n6" src="huw1cp0" xy="35,86"/>
<image id="n7_iqk2" name="n7" src="huw1cp1" xy="7,13" size="16,133" aspect="true"/>
<component id="n5_iqk2" name="n5" src="ro85cqx" xy="0,0"/>
<image id="n6_iqk2" name="n6" src="ro85cv1" xy="35,86"/>
<image id="n7_iqk2" name="n7" src="ro85cv2" xy="7,13" size="16,133" aspect="true"/>
</displayList>
</component>

View File

@ -1,8 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="260,375">
<component size="129,191">
<displayList>
<image id="n1_fwfg" name="n0" src="huw1cmn" fileName="component/newcard/素材/bg.png" xy="-12,-6">
<relation target="" sidePair="width-width,height-height"/>
</image>
<image id="n1_fwfg" name="n0" src="ro85cqy" fileName="component/newcard/素材/bg.png" xy="-11,-6"/>
</displayList>
</component>

View File

@ -1,6 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<component size="129,191">
<displayList>
<image id="n0_iqk2" name="n0" src="huw1coz" xy="-5,0"/>
<image id="n0_iqk2" name="n0" src="ro85cv0" xy="-5,0"/>
</displayList>
</component>

Some files were not shown because too many files have changed in this diff Show More