You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
871 B
XML
26 lines
871 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<MyGUI type="Layout">
|
|
|
|
<Widget type="Window" skin="" layer="Windows" position="0 0 512 512" name="_Main">
|
|
|
|
<Widget type="ImageBox" skin="ImageBox" position_real="0 0 1 1" name="ScrollImage">
|
|
<Property key="ImageTexture" value="textures\scroll.dds"/>
|
|
|
|
<Widget type="Button" skin="ButtonImage" position="12 18 96 24" name="TakeButton">
|
|
<Property key="ImageResource" value="MenuBook_Take"/>
|
|
</Widget>
|
|
|
|
<Widget type="Button" skin="ButtonImage" position="418 24 96 24" name="CloseButton">
|
|
<Property key="ImageResource" value="MenuBook_Close"/>
|
|
</Widget>
|
|
|
|
<Widget type="ScrollView" skin="MW_ScrollView" position="60 130 410 300" name="TextView">
|
|
<Property key="CanvasSize" value="410 900"/>
|
|
</Widget>
|
|
|
|
</Widget>
|
|
</Widget>
|
|
|
|
</MyGUI>
|