PageRenderTime 66ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 142 lines | 139 code | 3 blank | 0 comment | 0 complexity | da5c7ca47f822aa17b9099dd173b600a MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <panel
  3. border="true"
  4. follows="top|left"
  5. height="570"
  6. label="REGION MEMORY"
  7. layout="topleft"
  8. name="script_limits_region_memory_panel"
  9. top="0"
  10. left="0"
  11. width="480">
  12. <text
  13. type="string"
  14. length="1"
  15. follows="left|top"
  16. height="16"
  17. layout="topleft"
  18. left="10"
  19. name="script_memory"
  20. top_pad="24"
  21. text_color="White"
  22. width="480">
  23. Parcel Script Memory
  24. </text>
  25. <text
  26. type="string"
  27. length="1"
  28. follows="left|top"
  29. height="16"
  30. layout="topleft"
  31. left="30"
  32. name="parcels_listed"
  33. top_delta="18"
  34. visible="true"
  35. width="480">
  36. </text>
  37. <text
  38. type="string"
  39. length="1"
  40. follows="left|top"
  41. height="16"
  42. layout="topleft"
  43. left="30"
  44. name="memory_used"
  45. top_delta="18"
  46. width="480">
  47. </text>
  48. <text
  49. type="string"
  50. length="1"
  51. follows="left|top"
  52. height="16"
  53. layout="topleft"
  54. left="30"
  55. name="urls_used"
  56. top_delta="18"
  57. width="480">
  58. </text>
  59. <text
  60. type="string"
  61. length="1"
  62. follows="left|top"
  63. height="20"
  64. layout="topleft"
  65. left="10"
  66. name="loading_text"
  67. top_delta="12"
  68. text_color="EmphasisColor"
  69. width="480">
  70. Loading...
  71. </text>
  72. <scroll_list
  73. draw_heading="true"
  74. follows="all"
  75. height="409"
  76. layout="topleft"
  77. left_delta="0"
  78. multi_select="true"
  79. sort_column="0"
  80. sort_ascending="true"
  81. name="scripts_list"
  82. top_delta="16"
  83. width="460">
  84. <scroll_list.columns
  85. label="Size (kb)"
  86. name="size"
  87. width="72" />
  88. <scroll_list.columns
  89. label="URLs"
  90. name="urls"
  91. width="48" />
  92. <scroll_list.columns
  93. label="Object Name"
  94. name="name"
  95. width="100" />
  96. <scroll_list.columns
  97. label="Object Owner"
  98. name="owner"
  99. width="100" />
  100. <scroll_list.columns
  101. label="Parcel"
  102. name="parcel"
  103. width="130" />
  104. <scroll_list.columns
  105. label="Location"
  106. name="location"
  107. width="80" />
  108. </scroll_list>
  109. <button
  110. follows="bottom|left"
  111. height="19"
  112. label="Refresh List"
  113. layout="bottomleft"
  114. left_pad="5"
  115. name="refresh_list_btn"
  116. top="34"
  117. left="10"
  118. width="100" />
  119. <button
  120. follows="bottom|right"
  121. height="19"
  122. label="Highlight"
  123. visible="false"
  124. layout="bottomright"
  125. left="370"
  126. name="highlight_btn"
  127. top="34"
  128. width="100" />
  129. <button
  130. follows="bottom|right"
  131. height="19"
  132. label="Return"
  133. visible="false"
  134. layout="bottomright"
  135. name="return_btn"
  136. top="34"
  137. left_delta="-105"
  138. width="100" />
  139. </panel>