123456789101112131415161718192021222324252627 |
- <uipanel id="KLItemBatchUsePanel" name="批量使用道具界面" width="1334" height="750" zindex="3001" z="-500" mask="0" adapter="0" raycast="1">
- <prefab id="KmlItemBatchUseUI" path="Kml/KmlPrefab/Cookbook/KmlItemBaseUI/KmlItemBatchUseUI.prefab">
- <input id="InputFieldNum" bind="InputFieldLevel" errortips="不能超出道具的最大数量">
- </input>
- <panel id="Item" bind="Item">
- </panel>
- <button id="BtnCancel" bind="BtnCancel">
- </button>
- <button id="BtnSure" bind="BtnSure">
- </button>
- <button id="BtnCountMinus" bind="BtnLevelMinus">
- </button>
- <button id="BtnCountAdd" bind="BtnLevelAdd">
- </button>
- <panel id="panel1" bind="KmlItemBatchUseUI">
- </panel>
- <img id="img4" bind="Mask">
- </img>
- <img id="img5" bind="Bg">
- </img>
- <panel id="panel6" bind="NumberInput">
- </panel>
- <text id="text7" bind="TextCount">
- </text>
- </prefab>
- </uipanel>
|