PageRenderTime 18ms CodeModel.GetById 5ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://bitbucket.org/lindenlab/viewer-beta/
XML | 169 lines | 169 code | 0 blank | 0 comment | 0 complexity | 168cf2806c8fc8a7876a612ccff892c4 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <panel
  2. background_visible="false"
  3. bg_alpha_color="DkGray"
  4. follows="all"
  5. height="200"
  6. label="Device Settings"
  7. layout="topleft"
  8. name="device_settings_panel"
  9. width="360">
  10. <panel.string
  11. name="default_text">
  12. Default
  13. </panel.string>
  14. <string
  15. name="name_no_device">
  16. No Device
  17. </string>
  18. <string
  19. name="name_default_system_device">
  20. Default System Device
  21. </string>
  22. <icon
  23. follows="left|top"
  24. height="18"
  25. image_name="Microphone_On"
  26. left_delta="-5"
  27. name="microphone_icon"
  28. mouse_opaque="false"
  29. top="7"
  30. layout="topleft"
  31. visible="true"
  32. width="18" />
  33. <icon
  34. follows="left|top"
  35. height="18"
  36. image_name="Parcel_Voice_Dark"
  37. layout="topleft"
  38. left_pad="220"
  39. name="speaker_icon"
  40. mouse_opaque="false"
  41. top_delta="0"
  42. visible="true"
  43. width="22" />
  44. <text
  45. type="string"
  46. length="1"
  47. font.style="BOLD"
  48. follows="left|top"
  49. height="16"
  50. layout="topleft"
  51. left_pad="-240"
  52. top_delta="5"
  53. name="Input"
  54. width="60">
  55. Input
  56. </text>
  57. <combo_box
  58. height="23"
  59. control_name="VoiceInputAudioDevice"
  60. follows="left|top"
  61. layout="topleft"
  62. left_pad="0"
  63. max_chars="128"
  64. name="voice_input_device"
  65. top_delta="-5"
  66. width="150" />
  67. <text
  68. font.style="BOLD"
  69. type="string"
  70. length="1"
  71. follows="left|top"
  72. height="15"
  73. layout="topleft"
  74. left_pad="30"
  75. name="Output"
  76. top_delta="5"
  77. width="60">
  78. Output
  79. </text>
  80. <combo_box
  81. control_name="VoiceOutputAudioDevice"
  82. height="23"
  83. follows="left|top"
  84. layout="topleft"
  85. left_pad="0"
  86. max_chars="128"
  87. name="voice_output_device"
  88. top_delta="-4"
  89. width="150" />
  90. <text
  91. type="string"
  92. halign="left"
  93. length="1"
  94. follows="left|top"
  95. height="16"
  96. layout="topleft"
  97. left_delta="-300"
  98. name="My volume label"
  99. top_pad="14"
  100. width="200">
  101. My volume:
  102. </text>
  103. <slider_bar
  104. control_name="AudioLevelMic"
  105. follows="top|right|left"
  106. height="17"
  107. increment="0.025"
  108. initial_value="1.0"
  109. layout="topleft"
  110. left_delta="95"
  111. max_val="2"
  112. name="mic_volume_slider"
  113. tool_tip="Change the volume using this slider"
  114. top_pad="-18"
  115. width="110" />
  116. <text
  117. type="string"
  118. text_color="EmphasisColor"
  119. length="1"
  120. follows="right|top"
  121. height="18"
  122. layout="topleft"
  123. left_pad="5"
  124. name="wait_text"
  125. top_delta="-1"
  126. width="110">
  127. Please wait
  128. </text>
  129. <locate
  130. follows="right|top"
  131. height="20"
  132. layout="topleft"
  133. left_delta="0"
  134. name="bar0"
  135. top_delta="-2"
  136. width="20" />
  137. <locate
  138. follows="right|top"
  139. height="20"
  140. layout="topleft"
  141. left_pad="5"
  142. name="bar1"
  143. top_delta="0"
  144. width="20" />
  145. <locate
  146. follows="right|top"
  147. height="20"
  148. layout="topleft"
  149. left_pad="5"
  150. name="bar2"
  151. top_delta="0"
  152. width="20" />
  153. <locate
  154. follows="right|top"
  155. height="20"
  156. layout="topleft"
  157. left_pad="5"
  158. name="bar3"
  159. top_delta="0"
  160. width="20" />
  161. <locate
  162. follows="right|top"
  163. height="20"
  164. layout="topleft"
  165. left_pad="5"
  166. name="bar4"
  167. top_delta="0"
  168. width="20" />
  169. </panel>