KLShopMallBuyUIPanelKml.txt 758 B

1234567891011121314
  1. <uipanel id="KLShopMallBuyUIPanel" name="商城购买界面" width="220" height="156" zindex="805" z="-200" x="290" y="120" >
  2. <prefab path="Kml/KmlPrefab/Cookbook/KmlShopMallUI/KmlShopMallBuyUI.prefab" width="220" height="156">
  3. <button bind="ClickMask" id="ClickMask" />
  4. <input bind="InputFieldLevel" id="InputFieldLevel" >
  5. <text id="Text" bind="Text" color="#dce1e5" />
  6. </input>
  7. <text bind="TextTotalPrice" id="TextTotalPrice" />
  8. <button bind="BtnBuy" id="BtnBuy" width="93" height="31" />
  9. <button bind="BtnLevelMinus" id="BtnLevelMinus" />
  10. <button bind="BtnLevelAdd" id="BtnLevelAdd" />
  11. </prefab>
  12. <img id="icon_money" a="10" x="52" y="-3" width="30" height="30" />
  13. </uipanel>