/indra/newview/skins/default/xui/en/panel_edit_wearable.xml

https://bitbucket.org/lindenlab/viewer-beta/ · XML · 490 lines · 484 code · 0 blank · 6 comment · 0 complexity · a6f214e48c3c67f3683a589ee9700398 MD5 · raw file

  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. background_visible="true"
  4. bevel_style="in"
  5. follows="all"
  6. height="570"
  7. help_topic="edit_wearable"
  8. label="Wearable"
  9. layout="topleft"
  10. left="0"
  11. name="panel_edit_wearable"
  12. top="0"
  13. width="333">
  14. <string
  15. name="edit_shape_title">
  16. Editing Shape
  17. </string>
  18. <string
  19. name="edit_skin_title">
  20. Editing Skin
  21. </string>
  22. <string
  23. name="edit_hair_title">
  24. Editing Hair
  25. </string>
  26. <string
  27. name="edit_eyes_title">
  28. Editing Eyes
  29. </string>
  30. <string
  31. name="edit_shirt_title">
  32. Editing Shirt
  33. </string>
  34. <string
  35. name="edit_pants_title">
  36. Editing Pants
  37. </string>
  38. <string
  39. name="edit_shoes_title">
  40. Editing Shoes
  41. </string>
  42. <string
  43. name="edit_socks_title">
  44. Editing Socks
  45. </string>
  46. <string
  47. name="edit_jacket_title">
  48. Editing Jacket
  49. </string>
  50. <string
  51. name="edit_skirt_title">
  52. Editing Skirt
  53. </string>
  54. <string
  55. name="edit_gloves_title">
  56. Editing Gloves
  57. </string>
  58. <string
  59. name="edit_undershirt_title">
  60. Editing Undershirt
  61. </string>
  62. <string
  63. name="edit_underpants_title">
  64. Editing Underpants
  65. </string>
  66. <string
  67. name="edit_alpha_title">
  68. Editing Alpha Mask
  69. </string>
  70. <string
  71. name="edit_tattoo_title">
  72. Editing Tattoo
  73. </string>
  74. <string
  75. name="edit_physics_title">
  76. Editing Physics
  77. </string>
  78. <string
  79. name="shape_desc_text">
  80. Shape:
  81. </string>
  82. <string
  83. name="skin_desc_text">
  84. Skin:
  85. </string>
  86. <string
  87. name="hair_desc_text">
  88. Hair:
  89. </string>
  90. <string
  91. name="eyes_desc_text">
  92. Eyes:
  93. </string>
  94. <string
  95. name="shirt_desc_text">
  96. Shirt:
  97. </string>
  98. <string
  99. name="pants_desc_text">
  100. Pants:
  101. </string>
  102. <string
  103. name="shoes_desc_text">
  104. Shoes:
  105. </string>
  106. <string
  107. name="socks_desc_text">
  108. Socks:
  109. </string>
  110. <string
  111. name="jacket_desc_text">
  112. Jacket:
  113. </string>
  114. <string
  115. name="skirt_desc_text">
  116. Skirt:
  117. </string>
  118. <string
  119. name="gloves_desc_text">
  120. Gloves:
  121. </string>
  122. <string
  123. name="undershirt_desc_text">
  124. Undershirt:
  125. </string>
  126. <string
  127. name="underpants_desc_text">
  128. Underpants:
  129. </string>
  130. <string
  131. name="alpha_desc_text">
  132. Alpha Mask:
  133. </string>
  134. <string
  135. name="tattoo_desc_text">
  136. Tattoo:
  137. </string>
  138. <string
  139. name="physics_desc_text">
  140. Physics:
  141. </string>
  142. <!-- Default width of the button should be to show it without label.
  143. Button will be extedned in code to show whole label when wearable is being changed.
  144. -->
  145. <labeled_back_button
  146. follows="top|left"
  147. height="24"
  148. image_hover_unselected="BackButton_Over"
  149. image_pressed="BackButton_Press"
  150. image_unselected="BackButton_Off"
  151. layout="topleft"
  152. label="Save"
  153. left="11"
  154. name="back_btn"
  155. pad_left="24"
  156. tool_tip="Return to Edit Outfit"
  157. top="3"
  158. width="30"
  159. use_draw_context_alpha="false" />
  160. <text
  161. follows="top|left|right"
  162. font="SansSerifHugeBold"
  163. height="22"
  164. layout="topleft"
  165. left_pad="8"
  166. name="edit_wearable_title"
  167. text_color="white"
  168. top="3"
  169. value="Editing Shape"
  170. use_ellipses="true"
  171. width="274" />
  172. <panel
  173. background_opaque="true"
  174. background_visible="true"
  175. bg_alpha_color="DkGray2"
  176. bg_opaque_color="DkGray2"
  177. border="false"
  178. follows="top|left|right"
  179. height="60"
  180. label="Shirt"
  181. layout="topleft"
  182. left="10"
  183. name="wearable_type_panel"
  184. top_pad="10"
  185. width="313">
  186. <text
  187. follows="top|left|right"
  188. font="SansSerifSmallBold"
  189. height="16"
  190. layout="topleft"
  191. left="10"
  192. name="description_text"
  193. text_color="white"
  194. top="10"
  195. value="Shape:"
  196. width="150" />
  197. <radio_group
  198. control_name="AvatarSex"
  199. follows="top|right"
  200. height="20"
  201. layout="topleft"
  202. left="210"
  203. name="sex_radio"
  204. top="5"
  205. width="110">
  206. <radio_item
  207. follows="all"
  208. height="16"
  209. label=""
  210. layout="topleft"
  211. left="0"
  212. name="sex_male"
  213. tool_tip="Male"
  214. value="1"
  215. width="40" />
  216. <radio_item
  217. follows="all"
  218. height="16"
  219. label=""
  220. layout="topleft"
  221. left_pad="10"
  222. name="sex_female"
  223. tool_tip="Female"
  224. value="0"
  225. width="40"/>
  226. </radio_group>
  227. <!-- graphical labels for the radio buttons above -->
  228. <icon
  229. follows="top|right"
  230. height="16"
  231. image_name="icons/Male.png"
  232. layout="topleft"
  233. left="230"
  234. name="male_icon"
  235. tool_tip="Male"
  236. top="7"
  237. width="16" />
  238. <icon
  239. follows="top|right"
  240. height="16"
  241. image_name="icons/Female.png"
  242. layout="topleft"
  243. left="280"
  244. name="female_icon"
  245. tool_tip="Female"
  246. top="7"
  247. width="16" />
  248. <line_editor
  249. follows="all"
  250. height="23"
  251. layout="topleft"
  252. left="10"
  253. max_length_bytes="63"
  254. name="description"
  255. prevalidate_callback="ascii"
  256. select_on_focus="true"
  257. text_color="black"
  258. top_pad="3"
  259. width="290" />
  260. </panel>
  261. <panel
  262. follows="all"
  263. height="433"
  264. layout="topleft"
  265. left="0"
  266. name="edit_subpanel_container"
  267. top_pad="2"
  268. width="333">
  269. <!-- the shape editing panel is taller than the others
  270. because it also displays avatar height -->
  271. <panel
  272. filename="panel_edit_shape.xml"
  273. follows="all"
  274. height="433"
  275. layout="topleft"
  276. left="0"
  277. name="edit_shape_panel"
  278. top="0"
  279. visible="false"
  280. width="333" />
  281. <panel
  282. filename="panel_edit_skin.xml"
  283. follows="all"
  284. height="425"
  285. layout="topleft"
  286. left="0"
  287. name="edit_skin_panel"
  288. top="8"
  289. visible="false"
  290. width="333" />
  291. <panel
  292. filename="panel_edit_hair.xml"
  293. follows="all"
  294. height="425"
  295. layout="topleft"
  296. left="0"
  297. name="edit_hair_panel"
  298. top="8"
  299. visible="false"
  300. width="333" />
  301. <panel
  302. filename="panel_edit_eyes.xml"
  303. follows="all"
  304. height="425"
  305. layout="topleft"
  306. left="0"
  307. name="edit_eyes_panel"
  308. top="8"
  309. visible="false"
  310. width="333" />
  311. <panel
  312. filename="panel_edit_shirt.xml"
  313. follows="all"
  314. height="425"
  315. layout="topleft"
  316. left="0"
  317. name="edit_shirt_panel"
  318. top="8"
  319. visible="false"
  320. width="333" />
  321. <panel
  322. filename="panel_edit_pants.xml"
  323. follows="all"
  324. height="425"
  325. layout="topleft"
  326. left="0"
  327. name="edit_pants_panel"
  328. top="8"
  329. visible="false"
  330. width="333" />
  331. <panel
  332. filename="panel_edit_shoes.xml"
  333. follows="all"
  334. height="425"
  335. layout="topleft"
  336. left="0"
  337. name="edit_shoes_panel"
  338. top="8"
  339. visible="false"
  340. width="333" />
  341. <panel
  342. filename="panel_edit_socks.xml"
  343. follows="all"
  344. height="425"
  345. layout="topleft"
  346. left="0"
  347. name="edit_socks_panel"
  348. top="8"
  349. visible="false"
  350. width="333" />
  351. <panel
  352. filename="panel_edit_jacket.xml"
  353. follows="all"
  354. height="425"
  355. layout="topleft"
  356. left="0"
  357. name="edit_jacket_panel"
  358. top="8"
  359. visible="false"
  360. width="333" />
  361. <panel
  362. filename="panel_edit_skirt.xml"
  363. follows="all"
  364. height="425"
  365. layout="topleft"
  366. left="0"
  367. name="edit_skirt_panel"
  368. top="8"
  369. visible="false"
  370. width="333" />
  371. <panel
  372. filename="panel_edit_gloves.xml"
  373. follows="all"
  374. height="425"
  375. layout="topleft"
  376. left="0"
  377. name="edit_gloves_panel"
  378. top="8"
  379. visible="false"
  380. width="333" />
  381. <panel
  382. filename="panel_edit_undershirt.xml"
  383. follows="all"
  384. height="425"
  385. layout="topleft"
  386. left="0"
  387. name="edit_undershirt_panel"
  388. top="8"
  389. visible="false"
  390. width="333" />
  391. <panel
  392. filename="panel_edit_underpants.xml"
  393. follows="all"
  394. height="425"
  395. layout="topleft"
  396. left="0"
  397. name="edit_underpants_panel"
  398. top="8"
  399. visible="false"
  400. width="333" />
  401. <panel
  402. filename="panel_edit_alpha.xml"
  403. follows="all"
  404. height="425"
  405. layout="topleft"
  406. left="0"
  407. name="edit_alpha_panel"
  408. top="8"
  409. visible="false"
  410. width="333" />
  411. <panel
  412. filename="panel_edit_tattoo.xml"
  413. follows="all"
  414. height="425"
  415. layout="topleft"
  416. left="0"
  417. name="edit_tattoo_panel"
  418. top="8"
  419. visible="false"
  420. width="333" />
  421. <panel
  422. filename="panel_edit_physics.xml"
  423. follows="all"
  424. height="425"
  425. layout="topleft"
  426. left="0"
  427. name="edit_physics_panel"
  428. top="8"
  429. visible="false"
  430. width="333" />
  431. </panel>
  432. <panel
  433. follows="bottom|left|right"
  434. height="23"
  435. layout="topleft"
  436. left="2"
  437. name="button_panel"
  438. top_pad="6"
  439. width="333">
  440. <layout_stack
  441. follows="bottom|left|right"
  442. height="23"
  443. layout="topleft"
  444. mouse_opaque="false"
  445. name="button_panel_ls"
  446. left="0"
  447. orientation="horizontal"
  448. top="0"
  449. width="333">
  450. <layout_panel
  451. follows="bottom|left|right"
  452. height="23"
  453. layout="bottomleft"
  454. left="0"
  455. mouse_opaque="false"
  456. name="save_as_btn_lp"
  457. auto_resize="true"
  458. width="154">
  459. <button
  460. follows="bottom|left|right"
  461. height="23"
  462. label="Save As"
  463. layout="topleft"
  464. left="1"
  465. name="save_as_button"
  466. top="0"
  467. width="153" />
  468. </layout_panel>
  469. <layout_panel
  470. follows="bottom|left|right"
  471. height="23"
  472. layout="bottomleft"
  473. left_pad="3"
  474. mouse_opaque="false"
  475. name="revert_btn_lp"
  476. auto_resize="true"
  477. width="152">
  478. <button
  479. follows="bottom|left|right"
  480. height="23"
  481. label="Undo Changes"
  482. layout="topleft"
  483. left="1"
  484. name="revert_button"
  485. top="0"
  486. width="148" />
  487. </layout_panel>
  488. </layout_stack>
  489. </panel>
  490. </panel>