12345678910111213141516171819202122 |
- <uipanel id="KLAppearCostPanel" name="外观激活界面" a="00" width="396" height="255" z="-300" zindex="241">
- <img id="WndBg" a="00" atlas="" src="Texture/sanjitanchuang_bg.png" width="396" height="255" raycast="1" x="1" y="0">
- </img>
- <img id="WndTitle" a="01" atlas="Atlas/AppearGroup.spriteatlas" src="title_appear" y="0">
- </img>
- <button id="BtnClose" a="21" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" width="75" height="69" raycast="1" x="13" y="7">
- </button>
- <gridview id="CostGrid" width="360" height="150" a="00" cella="00" cellwidth="64" cellheight="64" spacex="5" spacey="5" raycast="1" y="7">
- <datalist id="datalist1">
- <panel id="panel2" width="64" height="64">
- <item id="Item" src="20020001" width="64" height="64" mfixsize="64,64" tips="1" raycast="1">
- </item>
- <text id="TxtCount" x= "0" a="22" text="1" fontsize="18" height="25" width="64" ta="22" horwrap="1" >
- </text>
- </panel>
- </datalist>
- </gridview>
- <button id="BtnActive" a="02" atlas="Atlas/Common.spriteatlas" src="button_interface_window7" width="113" height="40" text="激活" raycast="1" fontsize="20" ta="11" outlinesize="1" outlinecolor="#000000" y="13">
- </button>
- <text id="WndTitle" a="01" atlas="Atlas/AppearGroup.spriteatlas" src="title_appear" y="0">
- </text>
- </uipanel>
|