123456789101112131415161718192021222324252627282930313233343536373839 |
- <uipanel id="KLUICreateRolePanel" name="创角界面" zindex="252" width="3000" height="3000">
- <panel id="create_panel" width="1334" height="750">
- <img id="closeBtn" atlas="Atlas/UICreateRolePanel.spriteatlas" src="img_login_23" width="50" height="50" x="-567" y="317" raycast="1">
- </img>
- <img src="Texture/createrole_bg3.png" x="412" y="70" id="img_274">
- </img>
- <togglegroup id="createrole_togglegroup" x="502" y="156" width="150" height="225" a="00">
- <layout id="createrole_layout" width="150" height="225" vertical="1" space="4" cella="01">
- </layout>
- </togglegroup>
- <model id="createrole_model" z="200" src="" mscale="1200,1200,1200" mrotate="0,180,0" mpos="" trigger="display">
- </model>
- <img src="Texture/createrole_bg1.png" x="38" y="-213" id="img_278">
- </img>
- <text id="createrole_description" text="" fontsize="20" y="-292" x="38" width="750" height="100" ta="00" outlinesize="1" outlinecolor="0" horwrap="1">
- </text>
- <gridview id="lualoopscrollview" x="309" y="249" cellheight="25" cellwidth="20" spacey="9">
- <datalist id="att_list" databind="@attDataList">
- <panel id="attInfo">
- <text id="attName" text="" a="10" x="-40" fontsize="20" outlinesize="1" outlinecolor="0">
- </text>
- <text id="attValue" text="" a="10" color="#FF8A00" fontsize="20" x="55" outlinesize="1" outlinecolor="0">
- </text>
- </panel>
- </datalist>
- </gridview>
- <input id="createrole_input" atlas="Atlas/UICreateRolePanel.spriteatlas" raycast="1" src="img_login_04" ta="11" fontsize="18" textcolor="#999999" placecolor="6" mincount="0" width="502" height="52" x="-80" y="-193" text="">
- </input>
- <button id="btn_createrole_random" atlas="Atlas/UICreateRolePanel.spriteatlas" src="img_login_10" width="30" height="30" x="140" y="-193" raycast="1">
- </button>
- <text id="text_createrole_unlock" x="310" y="-163" text="" ta="11" outlinesize="1" outlinecolor="0" active="0" widith="200">
- </text>
- <button id="btn_createrole_create" atlas="Atlas/UICreateRolePanel.spriteatlas" src="btn_create" x="318" y="-202" outline="1" outlinecolor="0" textcolor="#F6E5C9" active="0" raycast="1">
- </button>
- <button id="btn_createrole_unlock" atlas="Atlas/UICreateRolePanel.spriteatlas" src="btn_openLock" x="318" y="-202" outline="1" outlinecolor="0" textcolor="#F6E5C9" active="1" raycast="1">
- </button>
- </panel>
- </uipanel>
|