12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <uipanel id="KLCalcPanel" name="通用计算器界面" width="0" height="0" zindex="300" y="80">
- <prefab id="UICalcPanel" path="Kml/KmlPrefab/Cookbook/Common/UICalcPanel.prefab" a="20">
- <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">
- </button>
- <button id="firstButton" bind="firstButton">
- </button>
- <button id="twoButton" bind="twoButton">
- </button>
- <button id="threeButton" bind="threeButton">
- </button>
- <button id="fourButton" bind="fourButton">
- </button>
- <button id="fiveButton" bind="fiveButton">
- </button>
- <button id="sixButton" bind="sixButton">
- </button>
- <button id="sevenButton" bind="sevenButton">
- </button>
- <button id="eightButton" bind="eightButton">
- </button>
- <button id="nineButton" bind="nineButton">
- </button>
- <button id="zeroButton" bind="zeroButton">
- </button>
- <button id="undoButton" bind="undoButton">
- </button>
- <button id="sureButton" bind="sureButton">
- </button>
- <text id="intro" bind="intro">
- </text>
- <text id="num" bind="num">
- </text>
- <panel id="panel1" bind="UICalcPanel">
- </panel>
- <img id="img2" bind="Bg" src="Texture/bg_attr_point.png">
- </img>
- <img id="img3" bind="Title">
- </img>
- <img id="img4" bind="numBg">
- </img>
- </prefab>
- </uipanel>
|