mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-21 07:23:54 +00:00
Updated Alchemy Window
This commit is contained in:
parent
5798dff2cb
commit
97345ee7f0
1 changed files with 39 additions and 18 deletions
|
@ -1,22 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<MyGUI type="Layout">
|
||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 560 410" name="_Main">
|
||||
<Widget type="Window" skin="MW_Dialog" layer="Windows" position="0 0 588 414" name="_Main">
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="8 8 60 24">
|
||||
<!-- Name -->
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="10 10 65 24">
|
||||
<Property key="Caption" value="#{sName}"/>
|
||||
<Property key="TextAlign" value="Center"/>
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="EditBox" skin="MW_TextEdit" position="76 8 250 24" name="NameEdit"/>
|
||||
<Widget type="EditBox" skin="MW_TextEdit" position="70 10 500 24" name="NameEdit"/>
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="270 40 140 24">
|
||||
|
||||
<!-- Apparatus -->
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="10 40 260 24">
|
||||
<Property key="Caption" value="#{sApparatus}"/>
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Apparatus bar -->
|
||||
<Widget type="Widget" skin="" position="270 66 230 50">
|
||||
<Widget type="Widget" skin="" position="10 66 260 50">
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="0 0 50 50">
|
||||
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Apparatus1"/>
|
||||
</Widget>
|
||||
|
@ -32,15 +37,19 @@
|
|||
<Widget type="Widget" skin="MW_Box" position="180 0 50 50">
|
||||
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Apparatus4"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="8 40 140 24">
|
||||
|
||||
<!-- Used Ingredients -->
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="10 120 260 24">
|
||||
<Property key="Caption" value="#{sIngredients}"/>
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
|
||||
<!-- Used ingredients bar -->
|
||||
<Widget type="Widget" skin="" position="8 66 230 50">
|
||||
<Widget type="Widget" skin="" position="10 146 260 50">
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="0 0 50 50">
|
||||
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Ingredient1"/>
|
||||
</Widget>
|
||||
|
@ -56,32 +65,44 @@
|
|||
<Widget type="Widget" skin="MW_Box" position="180 0 50 50">
|
||||
<Widget type="ImageBox" skin="ImageBox" position="9 9 32 32" name="Ingredient4"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
<!-- Available ingredients -->
|
||||
<Widget type="ItemView" skin="MW_ItemView" position="8 126 247 238" name="ItemView" align="Left Top Stretch">
|
||||
</Widget>
|
||||
|
||||
<!-- Created effects -->
|
||||
<Widget type="TextBox" skin="SandText" position="270 123 200 24">
|
||||
<!-- Available Ingredients -->
|
||||
|
||||
<Widget type="ItemView" skin="MW_ItemView" position="10 206 560 158" name="ItemView" align="Left Top Stretch"/>
|
||||
|
||||
|
||||
<!-- Created Effects -->
|
||||
|
||||
<Widget type="TextBox" skin="SandText" position="250 40 320 24">
|
||||
<Property key="Caption" value="#{sCreatedEffects}"/>
|
||||
<Property key="TextAlign" value="Left"/>
|
||||
</Widget>
|
||||
<Widget type="Widget" skin="MW_Box" position="270 149 270 214">
|
||||
<Widget type="Widget" skin="" position="4 4 262 204" name="CreatedEffects"/>
|
||||
|
||||
<Widget type="Widget" skin="MW_Box" position="250 66 320 130">
|
||||
<Widget type="Widget" skin="" position="4 4 316 122" name="CreatedEffects"/>
|
||||
</Widget>
|
||||
|
||||
|
||||
<!-- Buttons -->
|
||||
<Widget type="HBox" skin="" position="160 370 380 24">
|
||||
|
||||
<Widget type="HBox" skin="" position="110 372 460 24">
|
||||
|
||||
<Widget type="Widget">
|
||||
<UserString key="HStretch" value="true"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="CreateButton">
|
||||
<Property key="Caption" value="#{sCreate}"/>
|
||||
</Widget>
|
||||
|
||||
<Widget type="AutoSizedButton" skin="MW_Button" name="CancelButton">
|
||||
<Property key="Caption" value="#{sCancel}"/>
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
|
||||
</Widget>
|
||||
</MyGUI>
|
||||
|
|
Loading…
Reference in a new issue