KLShopMallPanelKml.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. <uipanel id="KLShopMallPanel" name="商城界面" width="1100" height="624" zindex="202">
  2. <prefab path="Kml/KmlPrefab/Cookbook/KmlShopMallUI/KmlShopMallUI.prefab" width="1100" height="624" id="prefab_863">
  3. <togglegroup id="TopHomeToggleGroup" bind="TopHomeTab">
  4. </togglegroup>
  5. <togglegroup id="LeftSubToggleGroup" bind="LeftSubTab">
  6. </togglegroup>
  7. <button id="CloseBtn" bind="CloseBtn" x="5" y="0" h5x="-975" h5y="0">
  8. </button>
  9. <loopscrollview bind="ShopMallItems" id="ShopMallItems">
  10. <datalist id="ShopMallGoodsList">
  11. </datalist>
  12. </loopscrollview>
  13. <panel bind="Money" y="44" width="980" >
  14. <osascrollview width="980" height="35" defaultitemsize="214" vertical="0" id="osa_money_list" >
  15. <datalist>
  16. <panel height="35">
  17. <button id="btn_money_tip" src="bg_bag_money" atlas="Atlas/TS_Common.spriteatlas" a="10" raycast="1" />
  18. <img id="img_money_icon" src="img_bag_01" atlas="Atlas/UIBagPanel.spriteatlas" a="10" x="10" y="3" width="30" height="30" />
  19. <text id="text_money_count" text="99999" color="#E2B167" ta="21" width="110" height="30" y="3" />
  20. </panel>
  21. </datalist>
  22. </osascrollview>
  23. </panel>
  24. <panel id="panel1" bind="KmlShopMallUI">
  25. </panel>
  26. <panel id="panel2" bind="WinBg_ImgTitle_Tab">
  27. </panel>
  28. <img id="img3" bind="ImgMask">
  29. </img>
  30. <img id="img4" bind="Bg">
  31. </img>
  32. <img id="img5" bind="ImgTitle">
  33. </img>
  34. <img id="img6" bind="BgList">
  35. </img>
  36. </prefab>
  37. </uipanel>