PageRenderTime 4ms CodeModel.GetById 0ms RepoModel.GetById 1ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 92 lines | 92 code | 0 blank | 0 comment | 0 complexity | ada610b0258d925e46fcb8889cf2a97b MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8" standalone="yes" ?>
  2. <floater
  3. legacy_header_height="18"
  4. default_tab_group="1"
  5. height="120"
  6. layout="topleft"
  7. name="script search"
  8. help_topic="script_search"
  9. title="SCRIPT SEARCH"
  10. width="300">
  11. <check_box
  12. control_name="LSLFindCaseInsensitivity"
  13. height="16"
  14. label="Case Insensitive"
  15. layout="topleft"
  16. left="55"
  17. name="case_text"
  18. top="61"
  19. width="240" />
  20. <button
  21. height="24"
  22. label="Search"
  23. label_selected="Search"
  24. layout="topleft"
  25. left="10"
  26. name="search_btn"
  27. top="84"
  28. width="90" />
  29. <button
  30. height="24"
  31. label="Replace"
  32. label_selected="Replace"
  33. layout="topleft"
  34. left_pad="5"
  35. name="replace_btn"
  36. top_delta="0"
  37. width="90" />
  38. <button
  39. height="24"
  40. label="Replace All"
  41. label_selected="Replace All"
  42. layout="topleft"
  43. left_pad="5"
  44. name="replace_all_btn"
  45. top_delta="0"
  46. width="90" />
  47. <text
  48. type="string"
  49. length="1"
  50. follows="left|top"
  51. height="16"
  52. layout="topleft"
  53. left="5"
  54. name="txt"
  55. top="21"
  56. width="45">
  57. Search
  58. </text>
  59. <text
  60. type="string"
  61. length="1"
  62. follows="left|top"
  63. height="16"
  64. layout="topleft"
  65. left_delta="0"
  66. name="txt2"
  67. top_pad="5"
  68. width="45">
  69. Replace
  70. </text>
  71. <line_editor
  72. border_style="line"
  73. border_thickness="1"
  74. follows="left|top"
  75. height="16"
  76. layout="topleft"
  77. left="55"
  78. name="search_text"
  79. tab_group="1"
  80. top="21"
  81. width="240" />
  82. <line_editor
  83. border_style="line"
  84. border_thickness="1"
  85. follows="left|top"
  86. height="16"
  87. layout="topleft"
  88. left_delta="0"
  89. name="replace_text"
  90. top_pad="5"
  91. width="240" />
  92. </floater>