forked from mirror/openmw-tes3mp
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.
89 lines
3.9 KiB
Plaintext
89 lines
3.9 KiB
Plaintext
13 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
||
|
<MyGUI type="Layout">
|
||
13 years ago
|
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 560 410" name="_Main">
|
||
13 years ago
|
|
||
13 years ago
|
<Widget type="TextBox" skin="SandText" position="8 8 60 24">
|
||
|
<Property key="Caption" value="#{sName}"/>
|
||
|
<Property key="TextAlign" value="Center"/>
|
||
|
</Widget>
|
||
13 years ago
|
|
||
13 years ago
|
<Widget type="EditBox" skin="MW_TextEdit" position="76 8 250 24" name="NameEdit"/>
|
||
|
|
||
13 years ago
|
<Widget type="TextBox" skin="SandText" position="270 40 140 24">
|
||
13 years ago
|
<Property key="Caption" value="#{sApparatus}"/>
|
||
|
<Property key="TextAlign" value="Left"/>
|
||
|
</Widget>
|
||
|
|
||
|
<!-- Apparatus bar -->
|
||
13 years ago
|
<Widget type="Widget" skin="" position="270 66 230 50">
|
||
13 years ago
|
<Widget type="Widget" skin="MW_Box" position="0 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Apparatus1"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<Widget type="Widget" skin="MW_Box" position="60 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Apparatus2"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<Widget type="Widget" skin="MW_Box" position="120 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Apparatus3"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<Widget type="Widget" skin="MW_Box" position="180 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Apparatus4"/>
|
||
13 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
|
||
13 years ago
|
<Widget type="TextBox" skin="SandText" position="8 40 140 24">
|
||
13 years ago
|
<Property key="Caption" value="#{sIngredients}"/>
|
||
|
<Property key="TextAlign" value="Left"/>
|
||
|
</Widget>
|
||
|
|
||
|
<!-- Used ingredients bar -->
|
||
13 years ago
|
<Widget type="Widget" skin="" position="8 66 230 50">
|
||
13 years ago
|
<Widget type="Widget" skin="MW_Box" position="0 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Ingredient1"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<Widget type="Widget" skin="MW_Box" position="60 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Ingredient2"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<Widget type="Widget" skin="MW_Box" position="120 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Ingredient3"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<Widget type="Widget" skin="MW_Box" position="180 0 50 50">
|
||
13 years ago
|
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Ingredient4"/>
|
||
13 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
|
||
|
<!-- Available ingredients -->
|
||
13 years ago
|
<Widget type="Widget" skin="MW_Box" position="8 126 247 238" name="box" align="Left Top Stretch">
|
||
13 years ago
|
<Widget type="ScrollView" skin="MW_ScrollViewH" position="4 4 239 230" name="ItemView" align="Left Top Stretch">
|
||
13 years ago
|
<Property key="CanvasAlign" value="Left Top"/>
|
||
13 years ago
|
<Widget type="Button" skin="" name="Items" position="0 0 239 230" name="Items" align="Left Top Stretch"/>
|
||
13 years ago
|
</Widget>
|
||
|
</Widget>
|
||
|
|
||
|
<!-- Created effects -->
|
||
13 years ago
|
<Widget type="TextBox" skin="SandText" position="270 123 200 24">
|
||
13 years ago
|
<Property key="Caption" value="#{sCreatedEffects}"/>
|
||
|
<Property key="TextAlign" value="Left"/>
|
||
|
</Widget>
|
||
13 years ago
|
<Widget type="Widget" skin="MW_Box" position="270 149 270 214">
|
||
|
<Widget type="Widget" skin="" position="4 4 262 204" name="CreatedEffects"/>
|
||
13 years ago
|
</Widget>
|
||
|
|
||
|
<!-- Buttons -->
|
||
13 years ago
|
<Widget type="Widget" skin="" position="270 370 270 24">
|
||
13 years ago
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="CreateButton">
|
||
|
<Property key="Caption" value="#{sCreate}"/>
|
||
|
</Widget>
|
||
|
<Widget type="Button" skin="MW_Button" position="0 0 60 24" name="CancelButton">
|
||
|
<Property key="Caption" value="#{sCancel}"/>
|
||
|
</Widget>
|
||
|
</Widget>
|
||
13 years ago
|
</Widget>
|
||
|
</MyGUI>
|