1234567891011121314151617181920212223242526272829303132333435363738 |
- <uipanel id="KLShopMallPanel" name="商城界面" width="1100" height="624" zindex="202">
- <prefab path="Kml/KmlPrefab/Cookbook/KmlShopMallUI/KmlShopMallUI.prefab" width="1100" height="624" id="prefab_863">
- <togglegroup id="TopHomeToggleGroup" bind="TopHomeTab">
- </togglegroup>
- <togglegroup id="LeftSubToggleGroup" bind="LeftSubTab">
- </togglegroup>
- <button id="CloseBtn" bind="CloseBtn" x="5" y="0" h5x="-975" h5y="0">
- </button>
- <loopscrollview bind="ShopMallItems" id="ShopMallItems">
- <datalist id="ShopMallGoodsList">
- </datalist>
- </loopscrollview>
- <panel bind="Money" y="44" width="980" >
- <osascrollview width="980" height="35" defaultitemsize="214" vertical="0" id="osa_money_list" >
- <datalist>
- <panel height="35">
- <button id="btn_money_tip" src="bg_bag_money" atlas="Atlas/TS_Common.spriteatlas" a="10" raycast="1" />
- <img id="img_money_icon" src="img_bag_01" atlas="Atlas/UIBagPanel.spriteatlas" a="10" x="10" y="3" width="30" height="30" />
- <text id="text_money_count" text="99999" color="#E2B167" ta="21" width="110" height="30" y="3" />
- </panel>
- </datalist>
- </osascrollview>
- </panel>
- <panel id="panel1" bind="KmlShopMallUI">
- </panel>
- <panel id="panel2" bind="WinBg_ImgTitle_Tab">
- </panel>
- <img id="img3" bind="ImgMask">
- </img>
- <img id="img4" bind="Bg">
- </img>
- <img id="img5" bind="ImgTitle">
- </img>
- <img id="img6" bind="BgList">
- </img>
- </prefab>
- </uipanel>
|