12345678910111213141516171819202122232425262728293031 |
- <uipanel id="KLRecoverDetailedSettingsPanel" name="回收参数设置界面" adapter="1" width="300" height="750" zindex="205" x="-415" y="0" z="-500" a="20" rotate="0,0,0" raycast="0" color="#00000000">
- <img id="KmlRecoverUI" x="1" a="20" y="0" width="300" height="750" src="Texture/bg_bottomBg.png" atlas="" raycast="1">
- <scrollview id="view_info" width="280" height="650" vertical="1" x="0" y="-20" z="0">
- <layout id="base_info" width="280" height="180" a="01" vertical="1" cella="11" space="0" contentsizefitter="1">
- <img id="jieshu_title" x="0" y="343" src="img_title_di" atlas="Atlas/TS_Common.spriteatlas">
- <text id="jieshu_title_text" text="阶数设置" fontsize="18" x="8" y="0" color="#FFFFFFFF" avtive="0" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </img>
- <gridview id="jieshu_content" x="0" y="-20" z="0" width="300" height="650" cellwidth="100" cellheight="60" spacex="40" spacey="0" cella="11" a="00" contentsizefitter="1">
- </gridview>
- <img id="citiaoshu_title" x="0" y="343" src="img_title_di" atlas="Atlas/TS_Common.spriteatlas">
- <text id="citiaoshu_title_text" text="词条数设置" fontsize="18" x="8" y="0" color="#FFFFFFFF" avtive="0" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </img>
- <gridview id="citiaoshu_content" x="0" y="-20" z="0" width="300" height="650" cellwidth="100" cellheight="60" spacex="150" spacey="0" cella="11" a="00" contentsizefitter="1">
- </gridview>
- <img id="zhiye_title" x="0" y="343" src="img_title_di" atlas="Atlas/TS_Common.spriteatlas">
- <text id="zhiye_title_text" text="职业筛选" fontsize="18" x="8" y="0" color="#FFFFFFFF" avtive="0" outlinesize="1" outlinecolor="#000000FF">
- </text>
- </img>
- <gridview id="zhiye_content" x="0" y="-20" z="0" width="300" height="650" cellwidth="100" cellheight="60" spacex="40" spacey="0" cella="11" a="00" contentsizefitter="1">
- </gridview>
- </layout>
- </scrollview>
- <button id="closeBtn" x="0" y="5" a="21" src="button_interface_close5" atlas="Atlas/Common.spriteatlas" mimg="" pimg="" dimg="" raycast="1" h5x="-225" h5y="5" width="75" height="69">
- </button>
- <img id="TextTitle" x="0" y="343" atlas="Atlas/UISettingPanel.spriteatlas" src="title">
- </img>
- </img>
- </uipanel>
|