[11793] | 1 | <?xml version='1.0' encoding='utf-8'?> |
---|
| 2 | <GUILayout version="4"> |
---|
[11806] | 3 | <Window name="QuestBackground" type="DefaultWindow"> |
---|
[11793] | 4 | <Property name="InheritsAlpha" value="False" /> |
---|
| 5 | <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" /> |
---|
| 6 | <Window name="MainWindow" type="DefaultWindow"> |
---|
| 7 | <Property name="Area" value="{{0.1,0},{0.1,0},{0.9,0},{0.9,0}}" /> |
---|
| 8 | <Window name="Title" type="MenuWidgets/Titlebar"> |
---|
| 9 | <Property name="Area" value="{{0,0},{0,0},{1,0},{0,30}}" /> |
---|
| 10 | <Property name="Text" value="Your Quests" /> |
---|
[8706] | 11 | </Window> |
---|
[11793] | 12 | <Window name="LeftPanel" type="MenuWidgets/StaticText"> |
---|
| 13 | <Property name="Area" value="{{0,0},{0,30},{0.5,0},{1,0}}" /> |
---|
| 14 | <Window name="ActiveQuestsButton" type="MenuWidgets/TabButton"> |
---|
| 15 | <Property name="Area" value="{{0,0},{0,0},{0.5,0},{0,30}}" /> |
---|
| 16 | <Property name="Text" value="active quests" /> |
---|
| 17 | <Event function="QuestGUI.showActiveQuestsButton_clicked" name="Clicked" /> |
---|
[8706] | 18 | </Window> |
---|
[11793] | 19 | <Window name="FinishedQuestsButton" type="MenuWidgets/TabButton"> |
---|
| 20 | <Property name="Area" value="{{0.5,0},{0,0},{1,0},{0,30}}" /> |
---|
| 21 | <Property name="Text" value="finished quests" /> |
---|
| 22 | <Event function="QuestGUI.showFinishedQuestsButton_clicked" name="Clicked" /> |
---|
[8706] | 23 | </Window> |
---|
[11793] | 24 | <Window name="QuestsList" type="MenuWidgets/Listbox"> |
---|
| 25 | <Property name="Area" value="{{0,0},{0,30},{1,0},{1,0}}" /> |
---|
[11806] | 26 | <Event function="QuestGUI.changeQuest_clicked" name="SelectionChanged" /> |
---|
[8706] | 27 | </Window> |
---|
| 28 | </Window> |
---|
[11793] | 29 | <Window name="RightPanel" type="MenuWidgets/StaticText"> |
---|
| 30 | <Property name="Area" value="{{0.5,0},{0,30},{1,0},{1,0}}" /> |
---|
| 31 | <Window name="Title" type="MenuWidgets/StaticText"> |
---|
| 32 | <Property name="Area" value="{{0,0},{0,0},{1,0},{0,30}}" /> |
---|
| 33 | <Property name="Text" value="Quest Title" /> |
---|
[8706] | 34 | </Window> |
---|
[11793] | 35 | <Window name="ScrollWrapper" type="MenuWidgets/ScrollablePane"> |
---|
| 36 | <Property name="Area" value="{{0,0},{0,30},{1,-4},{1,-4}}" /> |
---|
| 37 | <Window name="Wrapper" type="MenuWidgets/StaticText"> |
---|
| 38 | <Property name="Area" value="{{0,5},{0,5},{1,-5},{0,0}}" /> |
---|
| 39 | <Property name="FrameEnabled" value="false" /> |
---|
| 40 | <Property name="Alpha" value="0" /> |
---|
| 41 | <Window name="Description" type="MenuWidgets/StaticText"> |
---|
| 42 | <Property name="Area" value="{{0,5},{0,0},{1,-5},{0,0}}" /> |
---|
| 43 | <Property name="InheritsAlpha" value="False" /> |
---|
| 44 | <Property name="HorzFormatting" value="WordWrapLeftAligned" /> |
---|
| 45 | <Property name="VertFormatting" value="TopAligned" /> |
---|
| 46 | <Property name="FrameEnabled" value="false" /> |
---|
| 47 | <Property name="Text" value="Quest Description" /> |
---|
[8706] | 48 | </Window> |
---|
[11793] | 49 | <Window name="SubquestsList" type="MenuWidgets/Listbox"> |
---|
| 50 | <Property name="Area" value="{{0,0},{0,0},{1,0},{1,0}}" /> |
---|
| 51 | <Property name="InheritsAlpha" value="False" /> |
---|
[11806] | 52 | <Event function="QuestGUI.changeToSubquest_clicked" name="SelectionChanged" /> |
---|
[8706] | 53 | </Window> |
---|
[11793] | 54 | <Window name="Hints" type="MenuWidgets/StaticText"> |
---|
| 55 | <Property name="Area" value="{{0,0},{0,0},{1,0},{0,0}}" /> |
---|
| 56 | <Property name="InheritsAlpha" value="False" /> |
---|
| 57 | <Property name="VertFormatting" value="TopAligned" /> |
---|
| 58 | <Property name="FrameEnabled" value="false" /> |
---|
| 59 | <Property name="Text" value="Hints:" /> |
---|
[8706] | 60 | </Window> |
---|
| 61 | </Window> |
---|
| 62 | </Window> |
---|
| 63 | </Window> |
---|
[5746] | 64 | </Window> |
---|
| 65 | </Window> |
---|
[11793] | 66 | </GUILayout> |
---|