战况查看整线个人战绩
parent
e17ed8ad84
commit
b0ffe3c0eb
|
|
@ -63,7 +63,7 @@ function M:InitView()
|
||||||
end
|
end
|
||||||
self.lst_record.scrollPane.onPullUpRelease:Set(function()
|
self.lst_record.scrollPane.onPullUpRelease:Set(function()
|
||||||
self._data_index = self._data_index + 1
|
self._data_index = self._data_index + 1
|
||||||
self:GetRecoedData(self._data_index * 3, self._data_selectedSortType)
|
self:GetRecoedData(self._data_index * 33, self._data_selectedSortType)
|
||||||
end)
|
end)
|
||||||
|
|
||||||
self.lst_record_find = self._view:GetChild("lst_member_find")
|
self.lst_record_find = self._view:GetChild("lst_member_find")
|
||||||
|
|
@ -170,8 +170,6 @@ function M:InitView()
|
||||||
-- local type = self.btn_totalWin:GetController("type")
|
-- local type = self.btn_totalWin:GetController("type")
|
||||||
-- type.selectedIndex = type.selectedIndex == 0 and 1 or 3 - type.selectedIndex
|
-- type.selectedIndex = type.selectedIndex == 0 and 1 or 3 - type.selectedIndex
|
||||||
local type = self.btn_totalWin:GetController("type")
|
local type = self.btn_totalWin:GetController("type")
|
||||||
self._data_index = 0
|
|
||||||
self.record_data = {}
|
|
||||||
if type.selectedIndex == 0 then
|
if type.selectedIndex == 0 then
|
||||||
self._data_selectedSortType = 1
|
self._data_selectedSortType = 1
|
||||||
else
|
else
|
||||||
|
|
@ -201,8 +199,6 @@ function M:InitView()
|
||||||
-- local type = self.btn_totalRound:GetController("type")
|
-- local type = self.btn_totalRound:GetController("type")
|
||||||
-- type.selectedIndex = type.selectedIndex == 0 and 1 or 3 - type.selectedIndex
|
-- type.selectedIndex = type.selectedIndex == 0 and 1 or 3 - type.selectedIndex
|
||||||
local type = self.btn_totalRound:GetController("type")
|
local type = self.btn_totalRound:GetController("type")
|
||||||
self._data_index = 0
|
|
||||||
self.record_data = {}
|
|
||||||
if type.selectedIndex == 0 then
|
if type.selectedIndex == 0 then
|
||||||
self._data_selectedSortType = 3
|
self._data_selectedSortType = 3
|
||||||
else
|
else
|
||||||
|
|
@ -231,8 +227,6 @@ function M:InitView()
|
||||||
-- local type = self.btn_total:GetController("type")
|
-- local type = self.btn_total:GetController("type")
|
||||||
-- type.selectedIndex = type.selectedIndex == 0 and 1 or 3 - type.selectedIndex
|
-- type.selectedIndex = type.selectedIndex == 0 and 1 or 3 - type.selectedIndex
|
||||||
local type = self.btn_total:GetController("type")
|
local type = self.btn_total:GetController("type")
|
||||||
self._data_index = 0
|
|
||||||
self.record_data = {}
|
|
||||||
if type.selectedIndex == 0 then
|
if type.selectedIndex == 0 then
|
||||||
self._data_selectedSortType = 5
|
self._data_selectedSortType = 5
|
||||||
else
|
else
|
||||||
|
|
@ -260,8 +254,6 @@ function M:InitView()
|
||||||
-- self.btn_totalRound:GetController("type").selectedIndex = 0
|
-- self.btn_totalRound:GetController("type").selectedIndex = 0
|
||||||
-- self.btn_total:GetController("type").selectedIndex = 0
|
-- self.btn_total:GetController("type").selectedIndex = 0
|
||||||
local type = self.btn_reward:GetController("type")
|
local type = self.btn_reward:GetController("type")
|
||||||
self._data_index = 0
|
|
||||||
self.record_data = {}
|
|
||||||
if type.selectedIndex == 0 then
|
if type.selectedIndex == 0 then
|
||||||
self._data_selectedSortType = 7
|
self._data_selectedSortType = 7
|
||||||
else
|
else
|
||||||
|
|
@ -289,9 +281,6 @@ function M:GetRecordData(index)
|
||||||
-- if group.lev == 1 and self._data_choosePlayyer.uid == DataManager.SelfUser.account_id then
|
-- if group.lev == 1 and self._data_choosePlayyer.uid == DataManager.SelfUser.account_id then
|
||||||
-- self:RecursionGetRankData(0)
|
-- self:RecursionGetRankData(0)
|
||||||
-- else
|
-- else
|
||||||
self._data_index = 0
|
|
||||||
self.record_data = {}
|
|
||||||
self.lst_record.numItems = 0
|
|
||||||
self:GetRecoedData(0, 5)
|
self:GetRecoedData(0, 5)
|
||||||
-- end
|
-- end
|
||||||
end
|
end
|
||||||
|
|
@ -300,9 +289,6 @@ function M:RefrenRecordData(data)
|
||||||
self._data_choosePlayyer = data
|
self._data_choosePlayyer = data
|
||||||
local group = DataManager.groups:get(self.group_id)
|
local group = DataManager.groups:get(self.group_id)
|
||||||
-- pt("lingmeng GetRecordData2", self.group_id, self._data_choosePlayyer, group.lev)
|
-- pt("lingmeng GetRecordData2", self.group_id, self._data_choosePlayyer, group.lev)
|
||||||
self._data_index = 0
|
|
||||||
self.record_data = {}
|
|
||||||
self.lst_record.numItems = 0
|
|
||||||
self:GetRecoedData(0, 5)
|
self:GetRecoedData(0, 5)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
@ -342,10 +328,15 @@ function M:RecursionGetRecoedData(index)
|
||||||
end
|
end
|
||||||
|
|
||||||
function M:GetRecoedData(index, type)
|
function M:GetRecoedData(index, type)
|
||||||
|
if index == 0 then
|
||||||
|
self._data_index = 0
|
||||||
|
self.record_data = {}
|
||||||
|
self.lst_record.numItems = 0
|
||||||
|
end
|
||||||
ViewUtil.ShowModalWait("正在获取数据中")
|
ViewUtil.ShowModalWait("正在获取数据中")
|
||||||
local fgCtr = ControllerManager.GetController(NewGroupController)
|
local fgCtr = ControllerManager.GetController(NewGroupController)
|
||||||
fgCtr:FG_GetMemberStat(self.group_id, 0, self._data_choosePlayyer.uid,
|
fgCtr:FG_GetMemberStat(self.group_id, 0, self._data_choosePlayyer.uid,
|
||||||
index, 3, 3, self.begin_time, self.end_time, type,
|
index, 33, 3, self.begin_time, self.end_time, type,
|
||||||
function(res)
|
function(res)
|
||||||
if res.ReturnCode == 0 then
|
if res.ReturnCode == 0 then
|
||||||
local members = res.Data.members
|
local members = res.Data.members
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<component size="1050,560">
|
<component size="1050,560">
|
||||||
<controller name="round" pages="0,,1,,2," selected="0"/>
|
<controller name="round" pages="0,,1,,2," selected="0"/>
|
||||||
<controller name="rule" pages="0,,1," selected="0"/>
|
<controller name="rule" pages="0,,1," selected="0"/>
|
||||||
<controller name="leaf" pages="0,,1," selected="1">
|
<controller name="leaf" pages="0,,1," selected="0">
|
||||||
<action type="change_page" fromPage="1" toPage="0" controller="ThreeA" targetPage="0"/>
|
<action type="change_page" fromPage="1" toPage="0" controller="ThreeA" targetPage="0"/>
|
||||||
</controller>
|
</controller>
|
||||||
<controller name="willBeOut" pages="0,,1," selected="0"/>
|
<controller name="willBeOut" pages="0,,1," selected="0"/>
|
||||||
|
|
@ -23,6 +23,7 @@
|
||||||
<controller name="fangzuobi" pages="0,,1," selected="0"/>
|
<controller name="fangzuobi" pages="0,,1," selected="0"/>
|
||||||
<controller name="wenhao" pages="0,,1," selected="0"/>
|
<controller name="wenhao" pages="0,,1," selected="0"/>
|
||||||
<controller name="ThreeA" pages="0,,1," selected="0"/>
|
<controller name="ThreeA" pages="0,,1," selected="0"/>
|
||||||
|
<controller name="rewards_Type" pages="0,,1,,2,,3," selected="0"/>
|
||||||
<displayList>
|
<displayList>
|
||||||
<component id="n23_mz4j" name="n23" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,9">
|
<component id="n23_mz4j" name="n23" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,9">
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
|
|
@ -36,27 +37,27 @@
|
||||||
<component id="n16_sh1u" name="round3" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="783,14">
|
<component id="n16_sh1u" name="round3" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="783,14">
|
||||||
<Button title="20局" controller="round" page="2"/>
|
<Button title="20局" controller="round" page="2"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n4_sh1u" name="n4" xy="40,21" size="119,36" fontSize="28" color="#ffffff" bold="true" text="局 数"/>
|
<text id="n4_sh1u" name="n4" xy="40,21" size="124,39" fontSize="28" color="#ffffff" bold="true" text="局 数"/>
|
||||||
<component id="n24_mz4j" name="n24" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,79">
|
<component id="n24_mz4j" name="n24" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,79">
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n6_sh1u" name="n6" xy="40,89" size="119,36" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="玩 法"/>
|
<text id="n6_sh1u" name="n6" xy="40,89" size="124,39" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="玩 法"/>
|
||||||
<component id="n26_c6dl" name="16_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="583,84" size="350,47">
|
<component id="n26_c6dl" name="16_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="583,84" size="350,47">
|
||||||
<Button checked="true" title=" 16张玩法" controller="leaf" page="1"/>
|
<Button title=" 16张玩法" controller="leaf" page="1"/>
|
||||||
</component>
|
</component>
|
||||||
<component id="n27_c6dl" name="15_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="181,84" size="352,47">
|
<component id="n27_c6dl" name="15_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="181,84" size="352,47">
|
||||||
<Button title=" 15张玩法" controller="leaf" page="0"/>
|
<Button checked="true" title=" 15张玩法" controller="leaf" page="0"/>
|
||||||
</component>
|
</component>
|
||||||
<component id="n48_fwfg" name="n48" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,149">
|
<component id="n48_fwfg" name="n48" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,149">
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n49_fwfg" name="n49" xy="40,162" size="119,36" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="房 费"/>
|
<text id="n49_fwfg" name="n49" xy="40,162" size="124,39" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="房 费"/>
|
||||||
<component id="n50_fwfg" name="16_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="583,154" size="350,47" group="n56_6cpq">
|
<component id="n50_fwfg" name="16_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="583,154" size="350,47" group="n56_6cpq">
|
||||||
<Button title=" AA支付" controller="Cost" page="1"/>
|
<Button title=" AA支付" controller="Cost" page="1"/>
|
||||||
</component>
|
</component>
|
||||||
<image id="n70_se1s" name="n70" src="otnw9o" fileName="component/create_room/image/pic07.png" pkg="27vd145b" xy="759,167" group="n72_se1s"/>
|
<image id="n70_se1s" name="n70" pkg="27vd145b" src="otnw9o" fileName="component/create_room/image/pic07.png" xy="759,167" group="n72_se1s"/>
|
||||||
<text id="n71_se1s" name="tex_aa" xy="794,166" size="25,26" group="n72_se1s" fontSize="20" color="#ffffff" text="10"/>
|
<text id="n71_se1s" name="tex_aa" xy="794,166" size="26,29" group="n72_se1s" fontSize="20" color="#ffffff" text="10"/>
|
||||||
<group id="n72_se1s" name="n72" xy="759,166" size="68,26" group="n56_6cpq" advanced="true" collapsed="true"/>
|
<group id="n72_se1s" name="n72" xy="759,166" size="68,26" group="n56_6cpq" advanced="true"/>
|
||||||
<group id="n56_6cpq" name="n56" xy="583,154" size="350,47" advanced="true">
|
<group id="n56_6cpq" name="n56" xy="583,154" size="350,47" advanced="true">
|
||||||
<gearDisplay controller="agent" pages="0,2"/>
|
<gearDisplay controller="agent" pages="0,2"/>
|
||||||
<gearXY controller="agent" pages="0,2" values="583,154|181,185" default="583,185"/>
|
<gearXY controller="agent" pages="0,2" values="583,154|181,185" default="583,185"/>
|
||||||
|
|
@ -64,16 +65,16 @@
|
||||||
<component id="n51_fwfg" name="15_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="181,154" size="352,47" group="n57_6cpq">
|
<component id="n51_fwfg" name="15_zhang" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="181,154" size="352,47" group="n57_6cpq">
|
||||||
<Button checked="true" title=" 房主支付" controller="Cost" page="0"/>
|
<Button checked="true" title=" 房主支付" controller="Cost" page="0"/>
|
||||||
</component>
|
</component>
|
||||||
<image id="n67_se1s" name="n67" src="otnw9o" fileName="component/create_room/image/pic07.png" pkg="27vd145b" xy="375,167" group="n69_se1s"/>
|
<image id="n67_se1s" name="n67" pkg="27vd145b" src="otnw9o" fileName="component/create_room/image/pic07.png" xy="375,167" group="n69_se1s"/>
|
||||||
<text id="n68_se1s" name="tex_owner" xy="410,166" size="25,26" group="n69_se1s" fontSize="20" color="#ffffff" text="10"/>
|
<text id="n68_se1s" name="tex_owner" xy="410,166" size="26,29" group="n69_se1s" fontSize="20" color="#ffffff" text="10"/>
|
||||||
<group id="n69_se1s" name="n69" xy="375,166" size="68,26" group="n57_6cpq" advanced="true" collapsed="true"/>
|
<group id="n69_se1s" name="n69" xy="375,166" size="68,26" group="n57_6cpq" advanced="true"/>
|
||||||
<group id="n57_6cpq" name="n57" xy="181,154" size="352,47" advanced="true">
|
<group id="n57_6cpq" name="n57" xy="181,154" size="352,47" advanced="true">
|
||||||
<gearDisplay controller="agent" pages="0,1"/>
|
<gearDisplay controller="agent" pages="0,1"/>
|
||||||
</group>
|
</group>
|
||||||
<component id="n25_mz4j" name="n25" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,219">
|
<component id="n25_mz4j" name="n25" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,219">
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n43_m1mb" name="n43" xy="40,230" size="119,36" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="人 数"/>
|
<text id="n43_m1mb" name="n43" xy="40,230" size="124,39" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="人 数"/>
|
||||||
<component id="n44_m1mb" name="people_3" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="583,224" size="349,47">
|
<component id="n44_m1mb" name="people_3" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="583,224" size="349,47">
|
||||||
<Button title=" 3 人" controller="player_num" page="1"/>
|
<Button title=" 3 人" controller="player_num" page="1"/>
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -83,7 +84,7 @@
|
||||||
<component id="n29_c6dl" name="n29" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,289">
|
<component id="n29_c6dl" name="n29" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,289">
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n30_c6dl" name="n30" xy="40,300" size="119,36" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="出 牌"/>
|
<text id="n30_c6dl" name="n30" xy="40,300" size="124,39" fontSize="28" color="#ffffff" vAlign="middle" bold="true" text="出 牌"/>
|
||||||
<component id="n31_c6dl" name="random" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="183,294" size="240,47">
|
<component id="n31_c6dl" name="random" src="h1uu3f" fileName="component/create_room/Btn_cr_checkbox.xml" pkg="27vd145b" xy="183,294" size="240,47">
|
||||||
<Button checked="true" title=" 随机翻牌先出" controller="rule" page="0"/>
|
<Button checked="true" title=" 随机翻牌先出" controller="rule" page="0"/>
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -96,7 +97,7 @@
|
||||||
<component id="n34_910i" name="n34" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,359" size="1050,109">
|
<component id="n34_910i" name="n34" src="amco5z" fileName="component/create_room/di01.xml" pkg="27vd145b" xy="0,359" size="1050,109">
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n10_sh1u" name="n10" xy="39,395" size="121,36" fontSize="28" color="#ffffff" bold="true" text="玩法选项"/>
|
<text id="n10_sh1u" name="n10" xy="39,395" size="116,39" fontSize="28" color="#ffffff" bold="true" text="玩法选项"/>
|
||||||
<component id="n28_c6dl" name="will_be_card" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="185,364" size="189,47">
|
<component id="n28_c6dl" name="will_be_card" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="185,364" size="189,47">
|
||||||
<Button checked="true" title=" 能出必出" controller="willBeOut" page="0"/>
|
<Button checked="true" title=" 能出必出" controller="willBeOut" page="0"/>
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -117,7 +118,7 @@
|
||||||
<gearDisplay controller="willBeOut" pages="0"/>
|
<gearDisplay controller="willBeOut" pages="0"/>
|
||||||
<relation target="" sidePair="width-width"/>
|
<relation target="" sidePair="width-width"/>
|
||||||
</component>
|
</component>
|
||||||
<text id="n38_910i" name="n38" xy="40,515" size="121,36" group="n40_910i" fontSize="28" color="#ffffff" bold="true" text="高级玩法"/>
|
<text id="n38_910i" name="n38" xy="40,515" size="116,39" group="n40_910i" fontSize="28" color="#ffffff" bold="true" text="高级玩法"/>
|
||||||
<component id="n41_910i" name="heart10" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="181,478" size="350,47" group="n40_910i">
|
<component id="n41_910i" name="heart10" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="181,478" size="350,47" group="n40_910i">
|
||||||
<Button checked="true" title=" 红桃10分数翻倍" controller="heart10" page="0"/>
|
<Button checked="true" title=" 红桃10分数翻倍" controller="heart10" page="0"/>
|
||||||
</component>
|
</component>
|
||||||
|
|
@ -131,28 +132,28 @@
|
||||||
<gearDisplay controller="player_num" pages="1"/>
|
<gearDisplay controller="player_num" pages="1"/>
|
||||||
<Button checked="true" title=" 4个3或3个A 1个2春天" controller="bombSpring" page="0"/>
|
<Button checked="true" title=" 4个3或3个A 1个2春天" controller="bombSpring" page="0"/>
|
||||||
</component>
|
</component>
|
||||||
<group id="n47_tpo1" name="n47" xy="584,479" size="400,47" group="n40_910i" advanced="true">
|
<group id="n47_tpo1" name="n47" xy="584,478" size="454,47" group="n40_910i" advanced="true">
|
||||||
<gearDisplay controller="leaf" pages="1"/>
|
<gearDisplay controller="leaf" pages="1"/>
|
||||||
</group>
|
</group>
|
||||||
<group id="n40_910i" name="n40" xy="0,473" size="1050,124" advanced="true">
|
<group id="n40_910i" name="n40" xy="0,473" size="1050,124" advanced="true">
|
||||||
<gearDisplay controller="willBeOut" pages="0"/>
|
<gearDisplay controller="willBeOut" pages="0"/>
|
||||||
</group>
|
</group>
|
||||||
<image id="n58_se1s" name="n58" src="otnw9o" fileName="component/create_room/image/pic07.png" pkg="27vd145b" xy="311,26" group="n60_se1s"/>
|
<image id="n58_se1s" name="n58" pkg="27vd145b" src="otnw9o" fileName="component/create_room/image/pic07.png" xy="311,26" group="n60_se1s"/>
|
||||||
<text id="n59_se1s" name="tex_price1" xy="346,25" size="25,26" group="n60_se1s" fontSize="20" color="#ffffff" text="10"/>
|
<text id="n59_se1s" name="tex_price1" xy="346,25" size="26,29" group="n60_se1s" fontSize="20" color="#ffffff" text="10"/>
|
||||||
<group id="n60_se1s" name="n60" xy="311,25" size="68,26" advanced="true" collapsed="true"/>
|
<group id="n60_se1s" name="n60" xy="311,25" size="68,26" advanced="true"/>
|
||||||
<image id="n61_se1s" name="n61" src="otnw9o" fileName="component/create_room/image/pic07.png" pkg="27vd145b" xy="611,27" group="n63_se1s"/>
|
<image id="n61_se1s" name="n61" pkg="27vd145b" src="otnw9o" fileName="component/create_room/image/pic07.png" xy="611,27" group="n63_se1s"/>
|
||||||
<text id="n62_se1s" name="tex_price2" xy="646,25" size="25,26" group="n63_se1s" fontSize="20" color="#ffffff" text="20"/>
|
<text id="n62_se1s" name="tex_price2" xy="646,25" size="26,29" group="n63_se1s" fontSize="20" color="#ffffff" text="20"/>
|
||||||
<group id="n63_se1s" name="n63" xy="611,25" size="68,28" advanced="true" collapsed="true"/>
|
<group id="n63_se1s" name="n63" xy="611,25" size="68,28" advanced="true"/>
|
||||||
<image id="n64_se1s" name="n64" src="otnw9o" fileName="component/create_room/image/pic07.png" pkg="27vd145b" xy="911,27" group="n66_se1s"/>
|
<image id="n64_se1s" name="n64" pkg="27vd145b" src="otnw9o" fileName="component/create_room/image/pic07.png" xy="911,27" group="n66_se1s"/>
|
||||||
<text id="n65_se1s" name="tex_price3" xy="946,25" size="25,26" group="n66_se1s" fontSize="20" color="#ffffff" text="20"/>
|
<text id="n65_se1s" name="tex_price3" xy="946,25" size="26,29" group="n66_se1s" fontSize="20" color="#ffffff" text="20"/>
|
||||||
<group id="n66_se1s" name="n66" xy="911,25" size="68,28" advanced="true" collapsed="true"/>
|
<group id="n66_se1s" name="n66" xy="911,25" size="68,28" advanced="true"/>
|
||||||
<component id="n83_eclw" name="n83" src="prgzey" fileName="images/Button3.xml" xy="988,302" size="36,36" aspect="true">
|
<component id="n83_eclw" name="n83" src="prgzey" fileName="images/Button3.xml" xy="988,302" size="36,36" aspect="true">
|
||||||
<gearDisplay controller="player_num" pages="1"/>
|
<gearDisplay controller="player_num" pages="1"/>
|
||||||
<Button controller="wenhao" page="1"/>
|
<Button controller="wenhao" page="1"/>
|
||||||
</component>
|
</component>
|
||||||
<graph id="n84_eclw" name="n84" xy="776,173" size="251,114" group="n86_eclw" type="rect" lineSize="0" lineColor="#b3000000" fillColor="#cc000000"/>
|
<graph id="n84_eclw" name="n84" xy="776,173" size="251,114" group="n86_eclw" type="rect" lineSize="0" lineColor="#b3000000" fillColor="#cc000000"/>
|
||||||
<text id="n85_eclw" name="n85" xy="778,174" size="248,115" group="n86_eclw" fontSize="22" color="#ffffff" autoSize="none" text="先手玩家出牌前,其他玩家看不到牌"/>
|
<text id="n85_eclw" name="n85" xy="778,174" size="248,115" group="n86_eclw" fontSize="22" color="#ffffff" autoSize="none" text="先手玩家出牌前,其他玩家看不到牌"/>
|
||||||
<group id="n86_eclw" name="n86" xy="776,173" size="251,116" advanced="true" collapsed="true">
|
<group id="n86_eclw" name="n86" xy="776,173" size="251,116" advanced="true">
|
||||||
<gearDisplay controller="wenhao" pages="1"/>
|
<gearDisplay controller="wenhao" pages="1"/>
|
||||||
</group>
|
</group>
|
||||||
<component id="n90_f2pr" name="ThreeA" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="186,417" size="214,47">
|
<component id="n90_f2pr" name="ThreeA" src="h1uu3i" fileName="component/create_room/Btn_cr_checkbox2.xml" pkg="27vd145b" xy="186,417" size="214,47">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue