Advertisement
Guest User

Untitled

a guest
Dec 7th, 2011
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.37 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <MyGUI type="Layout">
  3.     <Widget type="TabControl" skin="Tab" position="100 100 100 100" name="DebugPanel" caption="DebugPanel">
  4.         <Property key="Caption" value="Debug"/>
  5.         <Property key="Alpha" value="0.9"/>
  6.         <Widget type="TabItem" skin="Default" position="8 29 1015 851">
  7.             <Property key="Caption" value="Console"/>
  8.             <Property key="Select" value="true"/>
  9.             <Widget type="ScrollBar" skin="ScrollBarV" position="1001 -5 16 832" name="slider"/>
  10.             <Widget type="TextBox" skin="TextBox" position="1 3 992 824" name="DebugLog">
  11.                 <Property key="Alpha" value="1"/>
  12.                 <Property key="InheritsAlpha" value="false"/>
  13.             </Widget>
  14.             <Widget type="EditBox" skin="EditBox" position="1 827 1013 24" name="command">
  15.                 <Property key="MultiLine" value="false"/>
  16.             </Widget>
  17.         </Widget>
  18.         <Widget type="TabItem" skin="Default" position="8 29 1015 851">
  19.             <Property key="Caption" value="Fast Commands"/>
  20.             <Widget type="ItemBox" skin="ItemBox" position="1 3 1016 840"/>
  21.             <Widget type="Button" skin="Button" position="9 14 180 25" align="ALIGN_LEFT ALIGN_TOP">
  22.                 <Property key="Caption" value="text"/>
  23.             </Widget>
  24.         </Widget>
  25.     </Widget>
  26. </MyGUI>
  27.  
  28.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement