| 1 | <?xml version='1.0' encoding='utf-8'?> | 
|---|
| 2 | <GUILayout version="4"> | 
|---|
| 3 |     <Window name="QuestBackground" type="DefaultWindow"> | 
|---|
| 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" /> | 
|---|
| 11 |             </Window> | 
|---|
| 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" /> | 
|---|
| 18 |                 </Window> | 
|---|
| 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" /> | 
|---|
| 23 |                 </Window> | 
|---|
| 24 |                 <Window name="QuestsList" type="MenuWidgets/Listbox"> | 
|---|
| 25 |                     <Property name="Area" value="{{0,0},{0,30},{1,0},{1,0}}" /> | 
|---|
| 26 |                     <Event function="QuestGUI.changeQuest_clicked" name="SelectionChanged" /> | 
|---|
| 27 |                 </Window> | 
|---|
| 28 |             </Window> | 
|---|
| 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" /> | 
|---|
| 34 |                 </Window> | 
|---|
| 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" /> | 
|---|
| 48 |                         </Window> | 
|---|
| 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" /> | 
|---|
| 52 |                             <Event function="QuestGUI.changeToSubquest_clicked" name="SelectionChanged" /> | 
|---|
| 53 |                         </Window> | 
|---|
| 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:" /> | 
|---|
| 60 |                         </Window> | 
|---|
| 61 |                     </Window> | 
|---|
| 62 |                 </Window> | 
|---|
| 63 |             </Window> | 
|---|
| 64 |         </Window> | 
|---|
| 65 |     </Window> | 
|---|
| 66 | </GUILayout> | 
|---|