KLItemBatchUsePanelKml.txt 932 B

123456789101112131415161718192021222324252627
  1. <uipanel id="KLItemBatchUsePanel" name="批量使用道具界面" width="1334" height="750" zindex="3001" z="-500" mask="0" adapter="0" raycast="1">
  2. <prefab id="KmlItemBatchUseUI" path="Kml/KmlPrefab/Cookbook/KmlItemBaseUI/KmlItemBatchUseUI.prefab">
  3. <input id="InputFieldNum" bind="InputFieldLevel" errortips="不能超出道具的最大数量">
  4. </input>
  5. <panel id="Item" bind="Item">
  6. </panel>
  7. <button id="BtnCancel" bind="BtnCancel">
  8. </button>
  9. <button id="BtnSure" bind="BtnSure">
  10. </button>
  11. <button id="BtnCountMinus" bind="BtnLevelMinus">
  12. </button>
  13. <button id="BtnCountAdd" bind="BtnLevelAdd">
  14. </button>
  15. <panel id="panel1" bind="KmlItemBatchUseUI">
  16. </panel>
  17. <img id="img4" bind="Mask">
  18. </img>
  19. <img id="img5" bind="Bg">
  20. </img>
  21. <panel id="panel6" bind="NumberInput">
  22. </panel>
  23. <text id="text7" bind="TextCount">
  24. </text>
  25. </prefab>
  26. </uipanel>