KLRecoverBagPanelKml.txt 1.5 KB

1234567891011121314151617181920212223
  1. <uipanel id="KLRecoverBagPanel" name="回收背包界面" adapter="1" zindex="203" a="20" height="750" width="422">
  2. <prefab id="cut_area_up" path="Kml/KmlPrefab/Cookbook/KmlBagUI/cutArea.prefab" y="360">
  3. </prefab>
  4. <prefab id="cut_area_down" path="Kml/KmlPrefab/Cookbook/KmlBagUI/cutArea.prefab" y="-316">
  5. </prefab>
  6. <img src="Texture/bg_bottomBg.png" a="20" raycast="1" id="img_250">
  7. <img id="title" atlas="Atlas/UIBagPanel.spriteatlas" src="bag" y="-2" x="-3" a="01">
  8. </img>
  9. <img id="closeBtn" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" a="21" x="7" y="10" z="-10" onclick="KmlXWBagUI/@ClosePanel" h5x="-356" h5y="10">
  10. </img>
  11. <img id="sv_frame" atlas="Atlas/UILoginPanel.spriteatlas" src="bg_black_grid_N" width="365" height="539" scale9b="26" scale9r="26" scale9l="26" scale9t="26" a="01" y="-89" x="2">
  12. </img>
  13. <button id="person_shop_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_person_buy" a="02" x="-137" y="36" onclick="KmlXWBagUI/@打开个人商店">
  14. </button>
  15. <button id="storage_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_storage" a="02" x="-45" y="36" onclick="KmlXWBagUI/@打开仓库界面">
  16. </button>
  17. <button id="recycle_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_sell" a="02" x="47" y="36" onclick="KmlXWBagUI/@打开回收界面">
  18. </button>
  19. <button id="tidy_btn" atlas="Atlas/UIBagPanel.spriteatlas" src="button_interface_sort" a="02" x="138" y="36" onclick="KmlXWBagUI/@整理背包">
  20. </button>
  21. </img>
  22. </uipanel>