Advertisement
cantichan

browserfile_layout

Aug 5th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.93 KB | None | 0 0
  1. <!DOCTYPE StreamControlLayout>
  2. <layout width="400" height="350" tabbed="1">
  3. <tab name="Commentator">
  4. <label x="10" y="14" width="300" height="16">Commentator 1</label>
  5. <line x="10" y="34" width="370" height="3" />
  6. <label x="10" y="44" width="45" height="13">Name</label>
  7. <label x="10" y="74" width="45" height="13">SM Info</label>
  8. <lineEdit id="cName1" x="60" y="40" width="320" height="20" />
  9. <lineEdit id="cSMInfo1" x="60" y="70" width="320" height="20" />
  10. <label x="10" y="105" width="300" height="16">Commentator 2</label>
  11. <line x="10" y="125" width="370" height="3" />
  12. <label x="10" y="135" width="45" height="13">Name</label>
  13. <label x="10" y="165" width="45" height="13">SM Info</label>
  14. <lineEdit id="cName2" x="60" y="131" width="320" height="20" />
  15. <lineEdit id="cSMInfo2" x="60" y="161" width="320" height="20" />
  16. <label x="10" y="190" width="300" height="16">center text</label>
  17. <line x="10" y="210" width="370" height="3" />
  18. <label x="10" y="220" width="45" height="13">Line 1</label>
  19. <lineEdit id="cText1" x="60" y="216" width="320" height="20" />
  20. <label x="10" y="249" width="45" height="13">Line 2</label>
  21. <lineEdit id="cText2" x="60" y="245" width="320" height="20" />
  22. </tab>
  23.  
  24. <tab name="Match Info">
  25. <label x="10" y="10" width="46" height="13">Player 1</label>
  26. <label x="10" y="40" width="46" height="13">Player 2</label>
  27. <label x="300" y="14" width="46" height="13">Rounds</label>
  28. <label x="10" y="74" width="70" height="13">Line 1</label>
  29. <label x="10" y="104" width="70" height="13">Line 2</label>
  30. <label x="10" y="133" width="70" height="13">P1 Character</label>
  31. <label x="10" y="163" width="70" height="13">P2 Character</label>
  32. <lineEdit id="pName1" x="60" y="8" width="171" height="20" />
  33. <lineEdit id="pName2" x="60" y="38" width="171" height="20" />
  34. <spinBox id="pScore1" x="250" y="10" width="42" height="22" maximum="999" />
  35. <spinBox id="pScore2" x="250" y="40" width="42" height="22" maximum="999" />
  36. <spinBox id="rounds" x="340" y="10" width="42" height="22" maximum="999" />
  37. <button type="reset" x="300" y="40" width="41" height="23" tooltip="Reset the Scores" id="reset" reset="pScore1,pScore2">Reset</button>
  38. <button type="swap" x="340" y="40" width="41" height="23" tooltip="Swap the Scores" id="swap1" swapSet1="pName1,pScore1" swapSet2="pName2,pScore2">Swap</button>
  39. <lineEdit id="mText3" x="85" y="70" width="297" height="20" />
  40. <lineEdit id="mText4" x="85" y="100" width="297" height="20" />
  41. <comboBox id="combo" width="150" height="20" x="80" y="130" editable="0" >
  42. <comboItem selected="true" value="P1Character">SELECT A CHARACTER</comboItem>
  43. <comboItem>Bowser</comboItem>
  44. <comboItem>Cap. Falcon</comboItem>
  45. <comboItem>DK</comboItem>
  46. <comboItem>Dr. Mario</comboItem>
  47. <comboItem>Falco</comboItem>
  48. <comboItem>Fox</comboItem>
  49. <comboItem>Mr. GW</comboItem>
  50. <comboItem>Ganon</comboItem>
  51. <comboItem>Ice Climbers</comboItem>
  52. <comboItem>Jigglypuff</comboItem>
  53. <comboItem>Kirby</comboItem>
  54. <comboItem>Link</comboItem>
  55. <comboItem>Luigi</comboItem>
  56. <comboItem>Mario</comboItem>
  57. <comboItem>Mewtoo</comboItem>
  58. <comboItem>Ness</comboItem>
  59. <comboItem>Peach</comboItem>
  60. <comboItem>Pichu</comboItem>
  61. <comboItem>Pikachu</comboItem>
  62. <comboItem>Roy</comboItem>
  63. <comboItem>Samus</comboItem>
  64. <comboItem>Sheik</comboItem>
  65. <comboItem>Yoshi</comboItem>
  66. <comboItem>Young Link</comboItem>
  67. <comboItem>Zelda</comboItem>
  68. </comboBox>
  69. <comboBox id="combo" width="150" height="20" x="80" y="160" editable="0" >
  70. <comboItem selected="true" value="P2Character">SELECT A CHARACTER</comboItem>
  71. <comboItem>Bowser</comboItem>
  72. <comboItem>Cap. Falcon</comboItem>
  73. <comboItem>DK</comboItem>
  74. <comboItem>Dr. Mario</comboItem>
  75. <comboItem>Falco</comboItem>
  76. <comboItem>Fox</comboItem>
  77. <comboItem>Mr. GW</comboItem>
  78. <comboItem>Ganon</comboItem>
  79. <comboItem>Ice Climbers</comboItem>
  80. <comboItem>Jigglypuff</comboItem>
  81. <comboItem>Kirby</comboItem>
  82. <comboItem>Link</comboItem>
  83. <comboItem>Luigi</comboItem>
  84. <comboItem>Mario</comboItem>
  85. <comboItem>Mewtoo</comboItem>
  86. <comboItem>Ness</comboItem>
  87. <comboItem>Peach</comboItem>
  88. <comboItem>Pichu</comboItem>
  89. <comboItem>Pikachu</comboItem>
  90. <comboItem>Roy</comboItem>
  91. <comboItem>Samus</comboItem>
  92. <comboItem>Sheik</comboItem>
  93. <comboItem>Yoshi</comboItem>
  94. <comboItem>Young Link</comboItem>
  95. <comboItem>Zelda</comboItem>
  96. </comboBox>
  97. <tabSet x="10" y="190" width="400" height="80">
  98. <tab name="P1 Port">
  99. <radioGroup id="pPlayerPort1">
  100. <radioButton x="20" y="10" width="80" height="20" value="0">None</radioButton>
  101. <radioButton x="80" y="10" width="80" height="20" value="1">Port 1</radioButton>
  102. <radioButton x="140" y="10" width="80" height="20" value="2">Port 2</radioButton>
  103. <radioButton x="200" y="10" width="80" height="20" value="3">Port 3</radioButton>
  104. <radioButton x="260" y="10" width="80" height="20" value="4">Port 4</radioButton>
  105. </radioGroup>
  106. </tab>
  107. <tab name="P2 Port">
  108. <radioGroup id="pPlayerPort2">
  109. <radioButton x="20" y="10" width="80" height="20" value="0">None</radioButton>
  110. <radioButton x="80" y="10" width="80" height="20" value="1">Port 1</radioButton>
  111. <radioButton x="140" y="10" width="80" height="20" value="2">Port 2</radioButton>
  112. <radioButton x="200" y="10" width="80" height="20" value="3">Port 3</radioButton>
  113. <radioButton x="260" y="10" width="80" height="20" value="4">Port 4</radioButton>
  114. </radioGroup>
  115. </tab>
  116. </tabSet>
  117. </tab>
  118.  
  119. <tab name="Tweet">
  120. <lineEdit id="tweetEmbedHTML" x="10" y="10" width="370" height="20">Paste tweet embed code here</lineEdit>
  121. <spinBox id="tweetDisplayTime" x="10" y="40" width="42" height="22" maximum="99" />
  122. <label x="60" y="40" width="300" height="22">Tweet lifetime. Minimum functional value is 2 seconds.</label>
  123. <checkBox id="tweetArmed" x="10" y="65" width="100" height="20">Arm Animation</checkBox>
  124. </tab>
  125. </layout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement