KLCalcPanelKml.txt 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <uipanel id="KLCalcPanel" name="通用计算器界面" width="0" height="0" zindex="300" y="80">
  2. <prefab id="UICalcPanel" path="Kml/KmlPrefab/Cookbook/Common/UICalcPanel.prefab" a="20">
  3. <button id="CloseBtn" bind="CloseBtn" src="button_interface_close5" atlas="Atlas/Common.spriteatlas" mimg="" pimg="" dimg="" x="15" y="7" width="75" height="69" h5x="-407" h5y="7" color="#FFFFFFFF">
  4. </button>
  5. <button id="firstButton" bind="firstButton">
  6. </button>
  7. <button id="twoButton" bind="twoButton">
  8. </button>
  9. <button id="threeButton" bind="threeButton">
  10. </button>
  11. <button id="fourButton" bind="fourButton">
  12. </button>
  13. <button id="fiveButton" bind="fiveButton">
  14. </button>
  15. <button id="sixButton" bind="sixButton">
  16. </button>
  17. <button id="sevenButton" bind="sevenButton">
  18. </button>
  19. <button id="eightButton" bind="eightButton">
  20. </button>
  21. <button id="nineButton" bind="nineButton">
  22. </button>
  23. <button id="zeroButton" bind="zeroButton">
  24. </button>
  25. <button id="undoButton" bind="undoButton">
  26. </button>
  27. <button id="sureButton" bind="sureButton">
  28. </button>
  29. <text id="intro" bind="intro">
  30. </text>
  31. <text id="num" bind="num">
  32. </text>
  33. <panel id="panel1" bind="UICalcPanel">
  34. </panel>
  35. <img id="img2" bind="Bg" src="Texture/bg_attr_point.png">
  36. </img>
  37. <img id="img3" bind="Title">
  38. </img>
  39. <img id="img4" bind="numBg">
  40. </img>
  41. </prefab>
  42. </uipanel>