Advertisement
Guest User

Untitled

a guest
Sep 6th, 2015
230
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 113.52 KB | None | 0 0
  1. <GuiXml>
  2.     <Controls>
  3. <!----------------------------------------------------------------------------------------------------------------------------------------------------------
  4. Defines the clickable list functionality.
  5. ----------------------------------------------------------------------------------------------------------------------------------------------------------->
  6.         <Control name="ESOMRL_ListItemTemplate" virtual="true">
  7.             <Dimensions x="940" y="18"/>
  8.             <OnMouseEnter>
  9.                 ZO_ScrollList_MouseEnter(ESOMRL_MainFrameListFrameList, self)
  10.             </OnMouseEnter>
  11.             <OnMouseExit>
  12.                 ZO_ScrollList_MouseExit(ESOMRL_MainFrameListFrameList, self)
  13.             </OnMouseExit>
  14.             <OnMouseUp>
  15.                 if(upInside) then
  16.                     ZO_ScrollList_MouseClick(ESOMRL_MainFrameListFrameList, self)
  17.                 end
  18.             </OnMouseUp>
  19.             <Controls>
  20.                 <Label name="$(parent)Name" font="ZoFontGame" mouseEnabled="true">
  21.                     <Dimensions x="840" y="16"/>
  22.                     <Anchor point="TOPLEFT"/>
  23.                     <OnMouseEnter>
  24.                         ESOMRL.XMLNavigation(001, self, self:GetText(), 1, nil)
  25.                     </OnMouseEnter>
  26.                     <OnMouseExit>
  27.                         ESOMRL.XMLNavigation(001, self, self:GetText(), 2, nil)
  28.                     </OnMouseExit>
  29.                     <OnMouseDown>
  30.                         ESOMRL.XMLNavigation(002, nil, self:GetText())
  31.                     </OnMouseDown>
  32.                 </Label>
  33.             </Controls>
  34.         </Control>
  35. <!----------------------------------------------------------------------------------------------------------------------------------------------------------
  36. Top-level control frame, backdrop, header, close and info buttons.
  37. ----------------------------------------------------------------------------------------------------------------------------------------------------------->
  38.         <TopLevelControl name="ESOMRL_MainFrame" tier="LOW" mouseEnabled="true" movable="true" clampedToScreen="true" hidden="true">
  39.             <Dimensions x="840" y="560"/>
  40.             <Anchor point="CENTER"/>
  41.             <OnMoveStop>
  42.                 ESOMRL.XMLNavigation(101)
  43.             </OnMoveStop>
  44.             <OnInitialized>
  45.                 ESOMRL.XMLNavigation(102)
  46.             </OnInitialized>
  47.             <Controls>
  48.                 <Backdrop name="$(parent)BG" inherits="ZO_DefaultBackdrop" alpha="0.9"/>
  49.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  50.                 <Tooltip name="$(parent)RecipeTooltip" inherits="ZO_ItemIconTooltip" hidden="true">
  51.                     <OnInitialized>
  52.                         ESOMRL.XMLNavigation(103, self)
  53.                     </OnInitialized>
  54.                 </Tooltip>
  55.                 <Tooltip name="$(parent)IngredientTooltip" inherits="ZO_ItemIconTooltip" hidden="true">
  56.                     <OnInitialized>
  57.                         ESOMRL.XMLNavigation(104, self)
  58.                     </OnInitialized>
  59.                 </Tooltip>
  60.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  61.                 <Button name="$(parent)CloseButton">
  62.                     <Dimensions x="40" y="40"/>
  63.                     <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="2" offsetY="-4"/>
  64.                     <Textures
  65.                         normal="/esoui/art/cadwell/cadwell_indexicon_silver_up.dds"
  66.                         pressed="/esoui/art/cadwell/cadwell_indexicon_silver_over.dds"
  67.                         mouseOver="/esoui/art/cadwell/cadwell_indexicon_silver_down.dds"
  68.                         disabled="/esoui/art/cadwell/cadwell_indexicon_silver_disabled.dds"
  69.                     />
  70.                     <OnMouseEnter>
  71.                         ESOMRL.XMLNavigation(105, self, nil, 1)
  72.                     </OnMouseEnter>
  73.                     <OnMouseExit>
  74.                         ESOMRL.XMLNavigation(105, self, nil, 2)
  75.                     </OnMouseExit>
  76.                     <OnClicked>
  77.                         ESOMRL.XMLNavigation(105, self, nil, 3)
  78.                     </OnClicked>
  79.                 </Button>
  80.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  81.                 <Button name="$(parent)ListTooltipButton">
  82.                     <Dimensions x="30" y="30"/>
  83.                     <Anchor point="RIGHT" relativeTo="$(parent)CloseButton" relativePoint="LEFT" offsetX="14" offsetY="0"/>
  84.                     <Textures
  85.                         normal="/esoui/art/cadwell/cadwell_indexicon_gold_up.dds"
  86.                         pressed="/esoui/art/cadwell/cadwell_indexicon_gold_over.dds"
  87.                         mouseOver="/esoui/art/cadwell/cadwell_indexicon_gold_down.dds"
  88.                         disabled="/esoui/art/cadwell/cadwell_indexicon_gold_disabled.dds"
  89.                     />
  90.                     <OnMouseEnter>
  91.                         ESOMRL.XMLNavigation(106, self, nil, 1)
  92.                     </OnMouseEnter>
  93.                     <OnMouseExit>
  94.                         ESOMRL.XMLNavigation(106, self, nil, 2)
  95.                     </OnMouseExit>
  96.                     <OnClicked>
  97.                         ESOMRL.XMLNavigation(106, self, nil, 3)
  98.                     </OnClicked>
  99.                 </Button>
  100.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  101.                 <Button name="$(parent)InfoButton">
  102.                     <Dimensions x="26" y="26"/>
  103.                     <Anchor point="RIGHT" relativeTo="$(parent)ListTooltipButton" relativePoint="LEFT" offsetX="10" offsetY="-1"/>
  104.                     <Textures
  105.                         normal="/esoui/art/guild/guildheraldry_indexicon_finalize_up.dds"
  106.                         pressed="/esoui/art/guild/guildheraldry_indexicon_finalize_over.dds"
  107.                         mouseOver="/esoui/art/guild/guildheraldry_indexicon_finalize_down.dds"
  108.                         disabled="/esoui/art/guild/guildheraldry_indexicon_finalize_disabled.dds"
  109.                     />
  110.                     <OnMouseEnter>
  111.                         ESOMRL.XMLNavigation(107, nil, nil, 1)
  112.                     </OnMouseEnter>
  113.                     <OnMouseExit>
  114.                         ESOMRL.XMLNavigation(107, nil, nil, 2)
  115.                     </OnMouseExit>
  116.                 </Button>
  117.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  118.                 <Button name="$(parent)PageButton">
  119.                     <Dimensions x="52" y="52"/>
  120.                     <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="-7" offsetY="-6"/>
  121.                     <Textures
  122.                         normal="/esoui/art/worldmap/map_ava_tabicon_foodfarm_up.dds"
  123.                         pressed="/esoui/art/worldmap/map_ava_tabicon_foodfarm_over.dds"
  124.                         mouseOver="/esoui/art/worldmap/map_ava_tabicon_foodfarm_down.dds"
  125.                         disabled="/esoui/art/worldmap/map_ava_tabicon_foodfarm_over.dds"
  126.                     />
  127.                     <OnMouseEnter>
  128.                         ESOMRL.XMLNavigation(108, self, nil, 1)
  129.                     </OnMouseEnter>
  130.                     <OnMouseExit>
  131.                         ESOMRL.XMLNavigation(108, self, nil, 2)
  132.                     </OnMouseExit>
  133.                     <OnClicked>
  134.                         ESOMRL.XMLNavigation(108, self, nil, 3)
  135.                     </OnClicked>
  136.                 </Button>
  137.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  138.                 <Control name="$(parent)InfoBox" tier="HIGH" clampedToScreen="true" hidden="true">
  139.                     <Dimensions x="310" y="192"/>
  140.                     <Anchor point="TOPLEFT" relativeTo="$(parent)InfoButton" relativePoint="BOTTOMRIGHT" offsetX="62" offsetY="-28"/>
  141.                     <Controls>
  142.                         <Backdrop name="$(parent)BG" inherits="ZO_DefaultBackdrop" alpha="0.9"/>
  143.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  144.                         <Label name="$(parent)KnownIcon" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text="|t16:16:/MasterRecipeList/textures/known.dds|t">
  145.                             <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="7" offsetY="5"/>
  146.                         </Label>
  147.                         <Label name="$(parent)KnownText" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text=" = Known recipe.">
  148.                             <Anchor point="LEFT" relativeTo="$(parent)KnownIcon" relativePoint="RIGHT" offsetX="0" offsetY="2"/>
  149.                         </Label>
  150.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  151.                         <Label name="$(parent)KnownTrackIcon" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text="|t16:16:/MasterRecipeList/textures/knownt.dds|t">
  152.                             <Anchor point="TOPLEFT" relativeTo="$(parent)KnownIcon" relativePoint="BOTTOMLEFT" offsetY="2"/>
  153.                         </Label>
  154.                         <Label name="$(parent)KnownTrackText" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text=" = Known recipe, tracking.">
  155.                             <Anchor point="LEFT" relativeTo="$(parent)KnownTrackIcon" relativePoint="RIGHT" offsetX="0" offsetY="2"/>
  156.                         </Label>
  157.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  158.                         <Label name="$(parent)UnknownIcon" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text="|t16:16:/MasterRecipeList/textures/unknown.dds|t">
  159.                             <Anchor point="TOPLEFT" relativeTo="$(parent)KnownTrackIcon" relativePoint="BOTTOMLEFT" offsetY="2"/>
  160.                         </Label>
  161.                         <Label name="$(parent)UnknownText" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text=" = Unknown recipe.">
  162.                             <Anchor point="LEFT" relativeTo="$(parent)UnknownIcon" relativePoint="RIGHT" offsetX="0" offsetY="2"/>
  163.                         </Label>
  164.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  165.                         <Label name="$(parent)TrackedIcon" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text="|t16:16:/MasterRecipeList/textures/unknownt.dds|t">
  166.                             <Anchor point="TOPLEFT" relativeTo="$(parent)UnknownIcon" relativePoint="BOTTOMLEFT" offsetY="2"/>
  167.                         </Label>
  168.                         <Label name="$(parent)TrackedText" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text=" = Unknown recipe, tracking.">
  169.                             <Anchor point="LEFT" relativeTo="$(parent)TrackedIcon" relativePoint="RIGHT" offsetX="0" offsetY="2"/>
  170.                         </Label>
  171.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  172.                         <Label name="$(parent)WritIcon" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text="|t16:16:/MasterRecipeList/textures/writ.dds|t">
  173.                             <Anchor point="TOPLEFT" relativeTo="$(parent)TrackedIcon" relativePoint="BOTTOMLEFT" offsetY="2"/>
  174.                         </Label>
  175.                         <Label name="$(parent)WritText" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text=" = Needed for current writ.">
  176.                             <Anchor point="LEFT" relativeTo="$(parent)WritIcon" relativePoint="RIGHT" offsetX="0" offsetY="2"/>
  177.                         </Label>
  178.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  179.                         <Label name="$(parent)WritTrackIcon" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text="|t16:16:/MasterRecipeList/textures/writt.dds|t">
  180.                             <Anchor point="TOPLEFT" relativeTo="$(parent)WritIcon" relativePoint="BOTTOMLEFT" offsetY="2"/>
  181.                         </Label>
  182.                         <Label name="$(parent)WritTrackText" font="ZoFontGame" color="c5c29e" horizontalAlignment="LEFT" text=" = Needed for writ, tracking.">
  183.                             <Anchor point="LEFT" relativeTo="$(parent)WritTrackIcon" relativePoint="RIGHT" offsetX="0" offsetY="2"/>
  184.                         </Label>
  185.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  186.                         <Label name="$(parent)ShiftClickText" font="ZoFontWinT2" color="ffffff" horizontalAlignment="CENTER" text="(Shift-click items to link in chat.)">
  187.                             <Anchor point="TOPLEFT" relativeTo="$(parent)WritTrackIcon" relativePoint="BOTTOMLEFT" offsetX="0" offsetY="18"/>
  188.                         </Label>
  189.                     </Controls>
  190.                 </Control>
  191.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  192.                 <Control name="$(parent)InfoBoxIng" tier="HIGH" clampedToScreen="true" hidden="true">
  193.                     <Dimensions x="266" y="80"/>
  194.                     <Anchor point="TOPLEFT" relativeTo="$(parent)InfoButton" relativePoint="BOTTOMRIGHT" offsetX="62" offsetY="-28"/>
  195.                     <Controls>
  196.                         <Backdrop name="$(parent)BG" inherits="ZO_DefaultBackdrop" alpha="0.9"/>
  197.                         <Label name="$(parent)KnownText" font="ZoFontWinT2" color="ffff00" horizontalAlignment="LEFT" text="Tracked ingredients are colored gold.">
  198.                             <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="7" offsetY="5"/>
  199.                         </Label>
  200.                         <Label name="$(parent)ShiftClickText" font="ZoFontWinT2" color="ffffff" horizontalAlignment="CENTER" text="(Shift-click items to link in chat.)">
  201.                             <Anchor point="TOPLEFT" relativeTo="$(parent)KnownText" relativePoint="BOTTOMLEFT" offsetX="0" offsetY="18"/>
  202.                         </Label>
  203.                     </Controls>
  204.                 </Control>
  205.             <!--------------------------------------------------------------------------------------------------------------------------------------------->
  206.                 <Control name="$(parent)Header">
  207.                     <Dimensions x="840" y="35"/>
  208.                     <Anchor point="TOP" relativeTo="ESOMRL_MainFrame" relativePoint="TOP" offsetY="-5"/>
  209.                     <Controls>
  210.                         <Label name="$(parent)Title1" inherits="ZO_WindowTitle" color="FFFFFF" text=" -">
  211.                             <Anchor point="CENTER" relativeTo="$(parent)Header" relativePoint="CENTER" offsetX="0" offsetY="0"/>
  212.                         </Label>
  213.                         <Label name="$(parent)Title2" inherits="ZO_WindowTitle" color="FEE854" text="Elder Scrolls Online">
  214.                             <Anchor point="RIGHT" relativeTo="$(parent)Title1" relativePoint="LEFT" offsetX="0" offsetY="0"/>
  215.                         </Label>
  216.                         <Label name="$(parent)Title3" inherits="ZO_WindowTitle" color="FF9900" text=" Master Recipe List">
  217.                             <Anchor point="LEFT" relativeTo="$(parent)Title1" relativePoint="RIGHT" offsetX="0" offsetY="0"/>
  218.                         </Label>
  219.                     </Controls>
  220.                 </Control>
  221.                  <Texture name="$(parent)Divider" textureFile="EsoUI/Art/Miscellaneous/horizontalDivider.dds">
  222.                     <Dimensions y="4"/>
  223.                     <Anchor point="TOPLEFT" relativeTo="$(parent)Header" relativePoint="BOTTOMLEFT" offsetY="10"/>
  224.                     <Anchor point="TOPRIGHT" relativeTo="$(parent)Header" relativePoint="BOTTOMRIGHT" offsetY="10"/>
  225.                 </Texture>
  226. <!----------------------------------------------------------------------------------------------------------------------------------------------------------
  227. Full-page panel which displays the list of ingredients.
  228. ----------------------------------------------------------------------------------------------------------------------------------------------------------->
  229.                 <Control name="$(parent)IngredientsFrame" hidden="true">
  230.                     <Dimensions x="809" y="470"/>
  231.                     <Anchor point="TOP" relativeTo="$(parent)Divider" relativePoint="BOTTOM" offsetX="0" offsetY="14"/>
  232.                     <Controls>
  233.                         <Backdrop name="$(parent)BG" inherits="ZO_DefaultBackdrop" alpha="0.0"/>
  234.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  235.                         <Button name="$(parent)ClearIngTrack">
  236.                             <Dimensions x="30" y="30"/>
  237.                             <Anchor point="TOPLEFT" relativeTo="ESOMRL_MainFrame" relativePoint="BOTTOMLEFT" offsetX="-4" offsetY="5"/>
  238.                             <Textures
  239.                                 normal="EsoUI/Art/Buttons/minus_up.dds"
  240.                                 pressed="EsoUI/Art/Buttons/minus_down.dds"
  241.                                 mouseOver="EsoUI/Art/Buttons/minus_up.dds"
  242.                                 disabled="EsoUI/Art/Buttons/minus_disabled.dds"
  243.                             />
  244.                             <OnMouseDown>
  245.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(0.5)
  246.                             </OnMouseDown>
  247.                             <OnMouseUp>
  248.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(1)
  249.                             </OnMouseUp>
  250.                             <OnMouseEnter>
  251.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(1)
  252.                             </OnMouseEnter>
  253.                             <OnMouseExit>
  254.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(0.8)
  255.                             </OnMouseExit>
  256.                             <OnClicked>
  257.                                 ESOMRL.XMLNavigation(202)
  258.                             </OnClicked>
  259.                         </Button>
  260.                         <Button name="$(parent)ClearIngTrackButton">
  261.                             <Dimensions x="350" y="32"/>
  262.                             <Anchor point="LEFT" relativeTo="$(parent)ClearIngTrack" relativePoint="RIGHT"/>
  263.                             <OnMouseDown>
  264.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(0.5)
  265.                             </OnMouseDown>
  266.                             <OnMouseUp>
  267.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(1)
  268.                             </OnMouseUp>
  269.                             <OnMouseEnter>
  270.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(1)
  271.                             </OnMouseEnter>
  272.                             <OnMouseExit>
  273.                                 ESOMRL_MainFrameIngredientsFrameClearIngTrackLabel:SetAlpha(0.8)
  274.                             </OnMouseExit>
  275.                             <OnClicked>
  276.                                 ESOMRL.XMLNavigation(202)
  277.                             </OnClicked>
  278.                         </Button>
  279.                         <Label name="$(parent)ClearIngTrackLabel" font="ZoFontWinT2" color="FEE854" horizontalAlignment="LEFT" alpha="0.8">
  280.                             <Anchor point="LEFT" relativeTo="$(parent)ClearIngTrack" relativePoint="RIGHT"/>
  281.                         </Label>
  282.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  283.                         <Button name="$(parent)IB1parent">
  284.                             <Dimensions x="157" y="47"/>
  285.                             <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT" offsetX="0"/>
  286.                             <OnMouseEnter>
  287.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB1text, nil, 1, 1)
  288.                             </OnMouseEnter>
  289.                             <OnMouseExit>
  290.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB1text, nil, 2, 1)
  291.                             </OnMouseExit>
  292.                             <OnClicked>
  293.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB1text, nil, 3, 1)
  294.                             </OnClicked>
  295.                         </Button>
  296.                         <Texture name="$(parent)IB1icon" textureFile="/esoui/art/icons/crafting_acai_berry.dds">
  297.                             <Dimensions x="33" y="33"/>
  298.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB1parent" relativePoint="TOPLEFT" offsetY="7"/>
  299.                         </Texture>
  300.                         <Label name="$(parent)IB1text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Acai Berry">
  301.                             <Anchor point="LEFT" relativeTo="$(parent)IB1icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  302.                         </Label>
  303.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  304.                         <Button name="$(parent)IB2parent">
  305.                             <Dimensions x="157" y="47"/>
  306.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB1parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  307.                             <OnMouseEnter>
  308.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB2text, nil, 1, 2)
  309.                             </OnMouseEnter>
  310.                             <OnMouseExit>
  311.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB2text, nil, 2, 2)
  312.                             </OnMouseExit>
  313.                             <OnClicked>
  314.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB2text, nil, 3, 2)
  315.                             </OnClicked>
  316.                         </Button>
  317.                         <Texture name="$(parent)IB2icon" textureFile="/esoui/art/icons/provisioner_apple.dds">
  318.                             <Dimensions x="33" y="33"/>
  319.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB2parent" relativePoint="TOPLEFT" offsetY="7"/>
  320.                         </Texture>
  321.                         <Label name="$(parent)IB2text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Apples">
  322.                             <Anchor point="LEFT" relativeTo="$(parent)IB2icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  323.                         </Label>
  324.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  325.                         <Button name="$(parent)IB3parent">
  326.                             <Dimensions x="157" y="47"/>
  327.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB2parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  328.                             <OnMouseEnter>
  329.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB3text, nil, 1, 3)
  330.                             </OnMouseEnter>
  331.                             <OnMouseExit>
  332.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB3text, nil, 2, 3)
  333.                             </OnMouseExit>
  334.                             <OnClicked>
  335.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB3text, nil, 3, 3)
  336.                             </OnClicked>
  337.                         </Button>
  338.                         <Texture name="$(parent)IB3icon" textureFile="/esoui/art/icons/crafting_bananas.dds">
  339.                             <Dimensions x="33" y="33"/>
  340.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB3parent" relativePoint="TOPLEFT" offsetY="7"/>
  341.                         </Texture>
  342.                         <Label name="$(parent)IB3text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Bananas">
  343.                             <Anchor point="LEFT" relativeTo="$(parent)IB3icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  344.                         </Label>
  345.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  346.                         <Button name="$(parent)IB4parent">
  347.                             <Dimensions x="157" y="47"/>
  348.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB3parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  349.                             <OnMouseEnter>
  350.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB4text, nil, 1, 4)
  351.                             </OnMouseEnter>
  352.                             <OnMouseExit>
  353.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB4text, nil, 2, 4)
  354.                             </OnMouseExit>
  355.                             <OnClicked>
  356.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB4text, nil, 3, 4)
  357.                             </OnClicked>
  358.                         </Button>
  359.                         <Texture name="$(parent)IB4icon" textureFile="/esoui/art/icons/crafting_components_bread_006.dds">
  360.                             <Dimensions x="33" y="33"/>
  361.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB4parent" relativePoint="TOPLEFT" offsetY="7"/>
  362.                         </Texture>
  363.                         <Label name="$(parent)IB4text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Barley">
  364.                             <Anchor point="LEFT" relativeTo="$(parent)IB4icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  365.                         </Label>
  366.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  367.                         <Button name="$(parent)IB5parent">
  368.                             <Dimensions x="157" y="47"/>
  369.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB4parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  370.                             <OnMouseEnter>
  371.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB5text, nil, 1, 5)
  372.                             </OnMouseEnter>
  373.                             <OnMouseExit>
  374.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB5text, nil, 2, 5)
  375.                             </OnMouseExit>
  376.                             <OnClicked>
  377.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB5text, nil, 3, 5)
  378.                             </OnClicked>
  379.                         </Button>
  380.                         <Texture name="$(parent)IB5icon" textureFile="/esoui/art/icons/crafting_beets.dds">
  381.                             <Dimensions x="33" y="33"/>
  382.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB5parent" relativePoint="TOPLEFT" offsetY="7"/>
  383.                         </Texture>
  384.                         <Label name="$(parent)IB5text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Beets">
  385.                             <Anchor point="LEFT" relativeTo="$(parent)IB5icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  386.                         </Label>
  387.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  388.                         <Button name="$(parent)IB6parent">
  389.                             <Dimensions x="157" y="47"/>
  390.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB5parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  391.                             <OnMouseEnter>
  392.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB6text, nil, 1, 6)
  393.                             </OnMouseEnter>
  394.                             <OnMouseExit>
  395.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB6text, nil, 2, 6)
  396.                             </OnMouseExit>
  397.                             <OnClicked>
  398.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB6text, nil, 3, 6)
  399.                             </OnClicked>
  400.                         </Button>
  401.                         <Texture name="$(parent)IB6icon" textureFile="/esoui/art/icons/crafting_components_malt_003.dds">
  402.                             <Dimensions x="33" y="33"/>
  403.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB6parent" relativePoint="TOPLEFT" offsetY="7"/>
  404.                         </Texture>
  405.                         <Label name="$(parent)IB6text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Bervez Juice">
  406.                             <Anchor point="LEFT" relativeTo="$(parent)IB6icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  407.                         </Label>
  408.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  409.                         <Button name="$(parent)IB7parent">
  410.                             <Dimensions x="157" y="47"/>
  411.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB6parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  412.                             <OnMouseEnter>
  413.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB7text, nil, 1, 7)
  414.                             </OnMouseEnter>
  415.                             <OnMouseExit>
  416.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB7text, nil, 2, 7)
  417.                             </OnMouseExit>
  418.                             <OnClicked>
  419.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB7text, nil, 3, 7)
  420.                             </OnClicked>
  421.                         </Button>
  422.                         <Texture name="$(parent)IB7icon" textureFile="/esoui/art/icons/crafting_components_veg_003.dds">
  423.                             <Dimensions x="33" y="33"/>
  424.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB7parent" relativePoint="TOPLEFT" offsetY="7"/>
  425.                         </Texture>
  426.                         <Label name="$(parent)IB7text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Bittergreen">
  427.                             <Anchor point="LEFT" relativeTo="$(parent)IB7icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  428.                         </Label>
  429.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  430.                         <Button name="$(parent)IB8parent">
  431.                             <Dimensions x="157" y="47"/>
  432.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB7parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  433.                             <OnMouseEnter>
  434.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB8text, nil, 1, 8)
  435.                             </OnMouseEnter>
  436.                             <OnMouseExit>
  437.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB8text, nil, 2, 8)
  438.                             </OnMouseExit>
  439.                             <OnClicked>
  440.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB8text, nil, 3, 8)
  441.                             </OnClicked>
  442.                         </Button>
  443.                         <Texture name="$(parent)IB8icon" textureFile="/esoui/art/icons/crafting_carrots.dds">
  444.                             <Dimensions x="33" y="33"/>
  445.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB8parent" relativePoint="TOPLEFT" offsetY="7"/>
  446.                         </Texture>
  447.                         <Label name="$(parent)IB8text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Carrots">
  448.                             <Anchor point="LEFT" relativeTo="$(parent)IB8icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  449.                         </Label>
  450.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  451.                         <Button name="$(parent)IB9parent">
  452.                             <Dimensions x="157" y="47"/>
  453.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB8parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  454.                             <OnMouseEnter>
  455.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB9text, nil, 1, 9)
  456.                             </OnMouseEnter>
  457.                             <OnMouseExit>
  458.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB9text, nil, 2, 9)
  459.                             </OnMouseExit>
  460.                             <OnClicked>
  461.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB9text, nil, 3, 9)
  462.                             </OnClicked>
  463.                         </Button>
  464.                         <Texture name="$(parent)IB9icon" textureFile="/esoui/art/icons/quest_trollfat_001.dds">
  465.                             <Dimensions x="33" y="33"/>
  466.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB9parent" relativePoint="TOPLEFT" offsetY="7"/>
  467.                         </Texture>
  468.                         <Label name="$(parent)IB9text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Cheese">
  469.                             <Anchor point="LEFT" relativeTo="$(parent)IB9icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  470.                         </Label>
  471.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  472.                         <Button name="$(parent)IB10parent">
  473.                             <Dimensions x="157" y="47"/>
  474.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB9parent" relativePoint="BOTTOMLEFT" offsetX="0"/>
  475.                             <OnMouseEnter>
  476.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB10text, nil, 1, 10)
  477.                             </OnMouseEnter>
  478.                             <OnMouseExit>
  479.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB10text, nil, 2, 10)
  480.                             </OnMouseExit>
  481.                             <OnClicked>
  482.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB10text, nil, 3, 10)
  483.                             </OnClicked>
  484.                         </Button>
  485.                         <Texture name="$(parent)IB10icon" textureFile="/esoui/art/icons/crafting_coffee_beans.dds">
  486.                             <Dimensions x="33" y="33"/>
  487.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB10parent" relativePoint="TOPLEFT" offsetY="7"/>
  488.                         </Texture>
  489.                         <Label name="$(parent)IB10text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Coffee">
  490.                             <Anchor point="LEFT" relativeTo="$(parent)IB10icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  491.                         </Label>
  492.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  493.                         <Button name="$(parent)IB11parent">
  494.                             <Dimensions x="157" y="47"/>
  495.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB1parent" relativePoint="TOPRIGHT" offsetX="6"/>
  496.                             <OnMouseEnter>
  497.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB11text, nil, 1, 11)
  498.                             </OnMouseEnter>
  499.                             <OnMouseExit>
  500.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB11text, nil, 2, 11)
  501.                             </OnMouseExit>
  502.                             <OnClicked>
  503.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB11text, nil, 3, 11)
  504.                             </OnClicked>
  505.                         </Button>
  506.                         <Texture name="$(parent)IB11icon" textureFile="/esoui/art/icons/crafting_comberries.dds">
  507.                             <Dimensions x="33" y="33"/>
  508.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB11parent" relativePoint="TOPLEFT" offsetY="7"/>
  509.                         </Texture>
  510.                         <Label name="$(parent)IB11text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Comberry">
  511.                             <Anchor point="LEFT" relativeTo="$(parent)IB11icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  512.                         </Label>
  513.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  514.                         <Button name="$(parent)IB12parent">
  515.                             <Dimensions x="157" y="47"/>
  516.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB2parent" relativePoint="TOPRIGHT" offsetX="6"/>
  517.                             <OnMouseEnter>
  518.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB12text, nil, 1, 12)
  519.                             </OnMouseEnter>
  520.                             <OnMouseExit>
  521.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB12text, nil, 2, 12)
  522.                             </OnMouseExit>
  523.                             <OnClicked>
  524.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB12text, nil, 3, 12)
  525.                             </OnClicked>
  526.                         </Button>
  527.                         <Texture name="$(parent)IB12icon" textureFile="/esoui/art/icons/crafting_corn.dds">
  528.                             <Dimensions x="33" y="33"/>
  529.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB12parent" relativePoint="TOPLEFT" offsetY="7"/>
  530.                         </Texture>
  531.                         <Label name="$(parent)IB12text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Corn">
  532.                             <Anchor point="LEFT" relativeTo="$(parent)IB12icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  533.                         </Label>
  534.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  535.                         <Button name="$(parent)IB13parent">
  536.                             <Dimensions x="157" y="47"/>
  537.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB3parent" relativePoint="TOPRIGHT" offsetX="6"/>
  538.                             <OnMouseEnter>
  539.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB13text, nil, 1, 13)
  540.                             </OnMouseEnter>
  541.                             <OnMouseExit>
  542.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB13text, nil, 2, 13)
  543.                             </OnMouseExit>
  544.                             <OnClicked>
  545.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB13text, nil, 3, 13)
  546.                             </OnClicked>
  547.                         </Button>
  548.                         <Texture name="$(parent)IB13icon" textureFile="/esoui/art/icons/crafting_cooking_fish_fillet.dds">
  549.                             <Dimensions x="33" y="33"/>
  550.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB13parent" relativePoint="TOPLEFT" offsetY="7"/>
  551.                         </Texture>
  552.                         <Label name="$(parent)IB13text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Fish">
  553.                             <Anchor point="LEFT" relativeTo="$(parent)IB13icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  554.                         </Label>
  555.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  556.                         <Button name="$(parent)IB14parent">
  557.                             <Dimensions x="157" y="47"/>
  558.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB4parent" relativePoint="TOPRIGHT" offsetX="6"/>
  559.                             <OnMouseEnter>
  560.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB14text, nil, 1, 14)
  561.                             </OnMouseEnter>
  562.                             <OnMouseExit>
  563.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB14text, nil, 2, 14)
  564.                             </OnMouseExit>
  565.                             <OnClicked>
  566.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB14text, nil, 3, 14)
  567.                             </OnClicked>
  568.                         </Button>
  569.                         <Texture name="$(parent)IB14icon" textureFile="/esoui/art/icons/quest_dust_001.dds">
  570.                             <Dimensions x="33" y="33"/>
  571.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB14parent" relativePoint="TOPLEFT" offsetY="7"/>
  572.                         </Texture>
  573.                         <Label name="$(parent)IB14text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Flour">
  574.                             <Anchor point="LEFT" relativeTo="$(parent)IB14icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  575.                         </Label>
  576.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  577.                         <Button name="$(parent)IB15parent">
  578.                             <Dimensions x="157" y="47"/>
  579.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB5parent" relativePoint="TOPRIGHT" offsetX="6"/>
  580.                             <OnMouseEnter>
  581.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB15text, nil, 1, 15)
  582.                             </OnMouseEnter>
  583.                             <OnMouseExit>
  584.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB15text, nil, 2, 15)
  585.                             </OnMouseExit>
  586.                             <OnClicked>
  587.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB15text, nil, 3, 15)
  588.                             </OnClicked>
  589.                         </Button>
  590.                         <Texture name="$(parent)IB15icon" textureFile="/esoui/art/icons/crafting_plant_creature_vines.dds">
  591.                             <Dimensions x="33" y="33"/>
  592.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB15parent" relativePoint="TOPLEFT" offsetY="7"/>
  593.                         </Texture>
  594.                         <Label name="$(parent)IB15text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Frost Mirriam">
  595.                             <Anchor point="LEFT" relativeTo="$(parent)IB15icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  596.                         </Label>
  597.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  598.                         <Button name="$(parent)IB16parent">
  599.                             <Dimensions x="157" y="47"/>
  600.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB6parent" relativePoint="TOPRIGHT" offsetX="6"/>
  601.                             <OnMouseEnter>
  602.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB16text, nil, 1, 16)
  603.                             </OnMouseEnter>
  604.                             <OnMouseExit>
  605.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB16text, nil, 2, 16)
  606.                             </OnMouseExit>
  607.                             <OnClicked>
  608.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB16text, nil, 3, 16)
  609.                             </OnClicked>
  610.                         </Button>
  611.                         <Texture name="$(parent)IB16icon" textureFile="/esoui/art/icons/crafting_vendor_fuel_meat_001.dds">
  612.                             <Dimensions x="33" y="33"/>
  613.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB16parent" relativePoint="TOPLEFT" offsetY="7"/>
  614.                         </Texture>
  615.                         <Label name="$(parent)IB16text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Game">
  616.                             <Anchor point="LEFT" relativeTo="$(parent)IB16icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  617.                         </Label>
  618.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  619.                         <Button name="$(parent)IB17parent">
  620.                             <Dimensions x="157" y="47"/>
  621.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB7parent" relativePoint="TOPRIGHT" offsetX="6"/>
  622.                             <OnMouseEnter>
  623.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB17text, nil, 1, 17)
  624.                             </OnMouseEnter>
  625.                             <OnMouseExit>
  626.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB17text, nil, 2, 17)
  627.                             </OnMouseExit>
  628.                             <OnClicked>
  629.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB17text, nil, 3, 17)
  630.                             </OnClicked>
  631.                         </Button>
  632.                         <Texture name="$(parent)IB17icon" textureFile="/esoui/art/icons/crafting_components_spice_003.dds">
  633.                             <Dimensions x="33" y="33"/>
  634.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB17parent" relativePoint="TOPLEFT" offsetY="7"/>
  635.                         </Texture>
  636.                         <Label name="$(parent)IB17text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Garlic">
  637.                             <Anchor point="LEFT" relativeTo="$(parent)IB17icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  638.                         </Label>
  639.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  640.                         <Button name="$(parent)IB18parent">
  641.                             <Dimensions x="157" y="47"/>
  642.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB8parent" relativePoint="TOPRIGHT" offsetX="6"/>
  643.                             <OnMouseEnter>
  644.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB18text, nil, 1, 18)
  645.                             </OnMouseEnter>
  646.                             <OnMouseExit>
  647.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB18text, nil, 2, 18)
  648.                             </OnMouseExit>
  649.                             <OnClicked>
  650.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB18text, nil, 3, 18)
  651.                             </OnClicked>
  652.                         </Button>
  653.                         <Texture name="$(parent)IB18icon" textureFile="/esoui/art/icons/crafting_components_gin_002.dds">
  654.                             <Dimensions x="33" y="33"/>
  655.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB18parent" relativePoint="TOPLEFT" offsetY="7"/>
  656.                         </Texture>
  657.                         <Label name="$(parent)IB18text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Ginger">
  658.                             <Anchor point="LEFT" relativeTo="$(parent)IB18icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  659.                         </Label>
  660.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  661.                         <Button name="$(parent)IB19parent">
  662.                             <Dimensions x="157" y="47"/>
  663.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB9parent" relativePoint="TOPRIGHT" offsetX="6"/>
  664.                             <OnMouseEnter>
  665.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB19text, nil, 1, 19)
  666.                             </OnMouseEnter>
  667.                             <OnMouseExit>
  668.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB19text, nil, 2, 19)
  669.                             </OnMouseExit>
  670.                             <OnClicked>
  671.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB19text, nil, 3, 19)
  672.                             </OnClicked>
  673.                         </Button>
  674.                         <Texture name="$(parent)IB19icon" textureFile="/esoui/art/icons/crafting_components_gin_005.dds">
  675.                             <Dimensions x="33" y="33"/>
  676.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB19parent" relativePoint="TOPLEFT" offsetY="7"/>
  677.                         </Texture>
  678.                         <Label name="$(parent)IB19text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Ginkgo">
  679.                             <Anchor point="LEFT" relativeTo="$(parent)IB19icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  680.                         </Label>
  681.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  682.                         <Button name="$(parent)IB20parent">
  683.                             <Dimensions x="157" y="47"/>
  684.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB10parent" relativePoint="TOPRIGHT" offsetX="6"/>
  685.                             <OnMouseEnter>
  686.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB20text, nil, 1, 20)
  687.                             </OnMouseEnter>
  688.                             <OnMouseExit>
  689.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB20text, nil, 2, 20)
  690.                             </OnMouseExit>
  691.                             <OnClicked>
  692.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB20text, nil, 3, 20)
  693.                             </OnClicked>
  694.                         </Button>
  695.                         <Texture name="$(parent)IB20icon" textureFile="/esoui/art/icons/crafting_ginseng.dds">
  696.                             <Dimensions x="33" y="33"/>
  697.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB20parent" relativePoint="TOPLEFT" offsetY="7"/>
  698.                         </Texture>
  699.                         <Label name="$(parent)IB20text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Ginseng">
  700.                             <Anchor point="LEFT" relativeTo="$(parent)IB20icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  701.                         </Label>
  702.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  703.                         <Button name="$(parent)IB21parent">
  704.                             <Dimensions x="157" y="47"/>
  705.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB11parent" relativePoint="TOPRIGHT" offsetX="6"/>
  706.                             <OnMouseEnter>
  707.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB21text, nil, 1, 21)
  708.                             </OnMouseEnter>
  709.                             <OnMouseExit>
  710.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB21text, nil, 2, 21)
  711.                             </OnMouseExit>
  712.                             <OnClicked>
  713.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB21text, nil, 3, 21)
  714.                             </OnClicked>
  715.                         </Button>
  716.                         <Texture name="$(parent)IB21icon" textureFile="/esoui/art/icons/crafting_cabbage.dds">
  717.                             <Dimensions x="33" y="33"/>
  718.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB21parent" relativePoint="TOPLEFT" offsetY="7"/>
  719.                         </Texture>
  720.                         <Label name="$(parent)IB21text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Greens">
  721.                             <Anchor point="LEFT" relativeTo="$(parent)IB21icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  722.                         </Label>
  723.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  724.                         <Button name="$(parent)IB22parent">
  725.                             <Dimensions x="157" y="47"/>
  726.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB12parent" relativePoint="TOPRIGHT" offsetX="6"/>
  727.                             <OnMouseEnter>
  728.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB22text, nil, 1, 22)
  729.                             </OnMouseEnter>
  730.                             <OnMouseExit>
  731.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB22text, nil, 2, 22)
  732.                             </OnMouseExit>
  733.                             <OnClicked>
  734.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB22text, nil, 3, 22)
  735.                             </OnClicked>
  736.                         </Button>
  737.                         <Texture name="$(parent)IB22icon" textureFile="/esoui/art/icons/crafting_components_berry_002.dds">
  738.                             <Dimensions x="33" y="33"/>
  739.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB22parent" relativePoint="TOPLEFT" offsetY="7"/>
  740.                         </Texture>
  741.                         <Label name="$(parent)IB22text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Guarana">
  742.                             <Anchor point="LEFT" relativeTo="$(parent)IB22icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  743.                         </Label>
  744.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  745.                         <Button name="$(parent)IB23parent">
  746.                             <Dimensions x="157" y="47"/>
  747.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB13parent" relativePoint="TOPRIGHT" offsetX="6"/>
  748.                             <OnMouseEnter>
  749.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB23text, nil, 1, 23)
  750.                             </OnMouseEnter>
  751.                             <OnMouseExit>
  752.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB23text, nil, 2, 23)
  753.                             </OnMouseExit>
  754.                             <OnClicked>
  755.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB23text, nil, 3, 23)
  756.                             </OnClicked>
  757.                         </Button>
  758.                         <Texture name="$(parent)IB23icon" textureFile="/esoui/art/icons/quest_honeycomb_001.dds">
  759.                             <Dimensions x="33" y="33"/>
  760.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB23parent" relativePoint="TOPLEFT" offsetY="7"/>
  761.                         </Texture>
  762.                         <Label name="$(parent)IB23text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Honey">
  763.                             <Anchor point="LEFT" relativeTo="$(parent)IB23icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  764.                         </Label>
  765.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  766.                         <Button name="$(parent)IB24parent">
  767.                             <Dimensions x="157" y="47"/>
  768.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB14parent" relativePoint="TOPRIGHT" offsetX="6"/>
  769.                             <OnMouseEnter>
  770.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB24text, nil, 1, 24)
  771.                             </OnMouseEnter>
  772.                             <OnMouseExit>
  773.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB24text, nil, 2, 24)
  774.                             </OnMouseExit>
  775.                             <OnClicked>
  776.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB24text, nil, 3, 24)
  777.                             </OnClicked>
  778.                         </Button>
  779.                         <Texture name="$(parent)IB24icon" textureFile="/esoui/art/icons/crafting_wood_gum.dds">
  780.                             <Dimensions x="33" y="33"/>
  781.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB24parent" relativePoint="TOPLEFT" offsetY="7"/>
  782.                         </Texture>
  783.                         <Label name="$(parent)IB24text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Isinglass">
  784.                             <Anchor point="LEFT" relativeTo="$(parent)IB24icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  785.                         </Label>
  786.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  787.                         <Button name="$(parent)IB25parent">
  788.                             <Dimensions x="157" y="47"/>
  789.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB15parent" relativePoint="TOPRIGHT" offsetX="6"/>
  790.                             <OnMouseEnter>
  791.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB25text, nil, 1, 25)
  792.                             </OnMouseEnter>
  793.                             <OnMouseExit>
  794.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB25text, nil, 2, 25)
  795.                             </OnMouseExit>
  796.                             <OnClicked>
  797.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB25text, nil, 3, 25)
  798.                             </OnClicked>
  799.                         </Button>
  800.                         <Texture name="$(parent)IB25icon" textureFile="/esoui/art/icons/crafting_smith_potion_vendor_003.dds">
  801.                             <Dimensions x="33" y="33"/>
  802.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB25parent" relativePoint="TOPLEFT" offsetY="7"/>
  803.                         </Texture>
  804.                         <Label name="$(parent)IB25text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Jasmine">
  805.                             <Anchor point="LEFT" relativeTo="$(parent)IB25icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  806.                         </Label>
  807.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  808.                         <Button name="$(parent)IB26parent">
  809.                             <Dimensions x="157" y="47"/>
  810.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB16parent" relativePoint="TOPRIGHT" offsetX="6"/>
  811.                             <OnMouseEnter>
  812.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB26text, nil, 1, 26)
  813.                             </OnMouseEnter>
  814.                             <OnMouseExit>
  815.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB26text, nil, 2, 26)
  816.                             </OnMouseExit>
  817.                             <OnClicked>
  818.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB26text, nil, 3, 26)
  819.                             </OnClicked>
  820.                         </Button>
  821.                         <Texture name="$(parent)IB26icon" textureFile="/esoui/art/icons/crafting_grapes.dds">
  822.                             <Dimensions x="33" y="33"/>
  823.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB26parent" relativePoint="TOPLEFT" offsetY="7"/>
  824.                         </Texture>
  825.                         <Label name="$(parent)IB26text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Jazbay Grapes">
  826.                             <Anchor point="LEFT" relativeTo="$(parent)IB26icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  827.                         </Label>
  828.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  829.                         <Button name="$(parent)IB27parent">
  830.                             <Dimensions x="157" y="47"/>
  831.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB17parent" relativePoint="TOPRIGHT" offsetX="6"/>
  832.                             <OnMouseEnter>
  833.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB27text, nil, 1, 27)
  834.                             </OnMouseEnter>
  835.                             <OnMouseExit>
  836.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB27text, nil, 2, 27)
  837.                             </OnMouseExit>
  838.                             <OnClicked>
  839.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB27text, nil, 3, 27)
  840.                             </OnClicked>
  841.                         </Button>
  842.                         <Texture name="$(parent)IB27icon" textureFile="/esoui/art/icons/crafting_lemons.dds">
  843.                             <Dimensions x="33" y="33"/>
  844.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB27parent" relativePoint="TOPLEFT" offsetY="7"/>
  845.                         </Texture>
  846.                         <Label name="$(parent)IB27text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Lemon">
  847.                             <Anchor point="LEFT" relativeTo="$(parent)IB27icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  848.                         </Label>
  849.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  850.                         <Button name="$(parent)IB28parent">
  851.                             <Dimensions x="157" y="47"/>
  852.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB18parent" relativePoint="TOPRIGHT" offsetX="6"/>
  853.                             <OnMouseEnter>
  854.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB28text, nil, 1, 28)
  855.                             </OnMouseEnter>
  856.                             <OnMouseExit>
  857.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB28text, nil, 2, 28)
  858.                             </OnMouseExit>
  859.                             <OnClicked>
  860.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB28text, nil, 3, 28)
  861.                             </OnClicked>
  862.                         </Button>
  863.                         <Texture name="$(parent)IB28icon" textureFile="/esoui/art/icons/quest_flower_001.dds">
  864.                             <Dimensions x="33" y="33"/>
  865.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB28parent" relativePoint="TOPLEFT" offsetY="7"/>
  866.                         </Texture>
  867.                         <Label name="$(parent)IB28text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Lotus">
  868.                             <Anchor point="LEFT" relativeTo="$(parent)IB28icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  869.                         </Label>
  870.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  871.                         <Button name="$(parent)IB29parent">
  872.                             <Dimensions x="157" y="47"/>
  873.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB19parent" relativePoint="TOPRIGHT" offsetX="6"/>
  874.                             <OnMouseEnter>
  875.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB29text, nil, 1, 29)
  876.                             </OnMouseEnter>
  877.                             <OnMouseExit>
  878.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB29text, nil, 2, 29)
  879.                             </OnMouseExit>
  880.                             <OnClicked>
  881.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB29text, nil, 3, 29)
  882.                             </OnClicked>
  883.                         </Button>
  884.                         <Texture name="$(parent)IB29icon" textureFile="/esoui/art/icons/crafting_melo.dds">
  885.                             <Dimensions x="33" y="33"/>
  886.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB29parent" relativePoint="TOPLEFT" offsetY="7"/>
  887.                         </Texture>
  888.                         <Label name="$(parent)IB29text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Melon">
  889.                             <Anchor point="LEFT" relativeTo="$(parent)IB29icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  890.                         </Label>
  891.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  892.                         <Button name="$(parent)IB30parent">
  893.                             <Dimensions x="157" y="47"/>
  894.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB20parent" relativePoint="TOPRIGHT" offsetX="6"/>
  895.                             <OnMouseEnter>
  896.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB30text, nil, 1, 30)
  897.                             </OnMouseEnter>
  898.                             <OnMouseExit>
  899.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB30text, nil, 2, 30)
  900.                             </OnMouseExit>
  901.                             <OnClicked>
  902.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB30text, nil, 3, 30)
  903.                             </OnClicked>
  904.                         </Button>
  905.                         <Texture name="$(parent)IB30icon" textureFile="/esoui/art/icons/crafting_components_malt_004.dds">
  906.                             <Dimensions x="33" y="33"/>
  907.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB30parent" relativePoint="TOPLEFT" offsetY="7"/>
  908.                         </Texture>
  909.                         <Label name="$(parent)IB30text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Metheglin">
  910.                             <Anchor point="LEFT" relativeTo="$(parent)IB30icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  911.                         </Label>
  912.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  913.                         <Button name="$(parent)IB31parent">
  914.                             <Dimensions x="157" y="47"/>
  915.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB21parent" relativePoint="TOPRIGHT" offsetX="6"/>
  916.                             <OnMouseEnter>
  917.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB31text, nil, 1, 31)
  918.                             </OnMouseEnter>
  919.                             <OnMouseExit>
  920.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB31text, nil, 2, 31)
  921.                             </OnMouseExit>
  922.                             <OnClicked>
  923.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB31text, nil, 3, 31)
  924.                             </OnClicked>
  925.                         </Button>
  926.                         <Texture name="$(parent)IB31icon" textureFile="/esoui/art/icons/crafting_components_bread_004.dds">
  927.                             <Dimensions x="33" y="33"/>
  928.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB31parent" relativePoint="TOPLEFT" offsetY="7"/>
  929.                         </Texture>
  930.                         <Label name="$(parent)IB31text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Millet">
  931.                             <Anchor point="LEFT" relativeTo="$(parent)IB31icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  932.                         </Label>
  933.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  934.                         <Button name="$(parent)IB32parent">
  935.                             <Dimensions x="157" y="47"/>
  936.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB22parent" relativePoint="TOPRIGHT" offsetX="6"/>
  937.                             <OnMouseEnter>
  938.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB32text, nil, 1, 32)
  939.                             </OnMouseEnter>
  940.                             <OnMouseExit>
  941.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB32text, nil, 2, 32)
  942.                             </OnMouseExit>
  943.                             <OnClicked>
  944.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB32text, nil, 3, 32)
  945.                             </OnClicked>
  946.                         </Button>
  947.                         <Texture name="$(parent)IB32icon" textureFile="/esoui/art/icons/crafting_components_spice_004.dds">
  948.                             <Dimensions x="33" y="33"/>
  949.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB32parent" relativePoint="TOPLEFT" offsetY="7"/>
  950.                         </Texture>
  951.                         <Label name="$(parent)IB32text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Mint">
  952.                             <Anchor point="LEFT" relativeTo="$(parent)IB32icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  953.                         </Label>
  954.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  955.                         <Button name="$(parent)IB33parent">
  956.                             <Dimensions x="157" y="47"/>
  957.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB23parent" relativePoint="TOPRIGHT" offsetX="6"/>
  958.                             <OnMouseEnter>
  959.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB33text, nil, 1, 33)
  960.                             </OnMouseEnter>
  961.                             <OnMouseExit>
  962.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB33text, nil, 2, 33)
  963.                             </OnMouseExit>
  964.                             <OnClicked>
  965.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB33text, nil, 3, 33)
  966.                             </OnClicked>
  967.                         </Button>
  968.                         <Texture name="$(parent)IB33icon" textureFile="/esoui/art/icons/crafting_components_veg_001.dds">
  969.                             <Dimensions x="33" y="33"/>
  970.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB33parent" relativePoint="TOPLEFT" offsetY="7"/>
  971.                         </Texture>
  972.                         <Label name="$(parent)IB33text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Potato">
  973.                             <Anchor point="LEFT" relativeTo="$(parent)IB33icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  974.                         </Label>
  975.                     <!------------------------------------------------------------------------------------------------------------------------------------->
  976.                         <Button name="$(parent)IB34parent">
  977.                             <Dimensions x="157" y="47"/>
  978.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB24parent" relativePoint="TOPRIGHT" offsetX="6"/>
  979.                             <OnMouseEnter>
  980.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB34text, nil, 1, 34)
  981.                             </OnMouseEnter>
  982.                             <OnMouseExit>
  983.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB34text, nil, 2, 34)
  984.                             </OnMouseExit>
  985.                             <OnClicked>
  986.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB34text, nil, 3, 34)
  987.                             </OnClicked>
  988.                         </Button>
  989.                         <Texture name="$(parent)IB34icon" textureFile="/esoui/art/icons/crafting_cooking_grilled_chicken.dds">
  990.                             <Dimensions x="33" y="33"/>
  991.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB34parent" relativePoint="TOPLEFT" offsetY="7"/>
  992.                         </Texture>
  993.                         <Label name="$(parent)IB34text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Poultry">
  994.                             <Anchor point="LEFT" relativeTo="$(parent)IB34icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  995.                         </Label>
  996.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  997.                         <Button name="$(parent)IB35parent">
  998.                             <Dimensions x="157" y="47"/>
  999.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB25parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1000.                             <OnMouseEnter>
  1001.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB35text, nil, 1, 35)
  1002.                             </OnMouseEnter>
  1003.                             <OnMouseExit>
  1004.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB35text, nil, 2, 35)
  1005.                             </OnMouseExit>
  1006.                             <OnClicked>
  1007.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB35text, nil, 3, 35)
  1008.                             </OnClicked>
  1009.                         </Button>
  1010.                         <Texture name="$(parent)IB35icon" textureFile="/esoui/art/icons/crafting_pumpkin.dds">
  1011.                             <Dimensions x="33" y="33"/>
  1012.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB35parent" relativePoint="TOPLEFT" offsetY="7"/>
  1013.                         </Texture>
  1014.                         <Label name="$(parent)IB35text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Pumpkin">
  1015.                             <Anchor point="LEFT" relativeTo="$(parent)IB35icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1016.                         </Label>
  1017.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1018.                         <Button name="$(parent)IB36parent">
  1019.                             <Dimensions x="157" y="47"/>
  1020.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB26parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1021.                             <OnMouseEnter>
  1022.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB36text, nil, 1, 36)
  1023.                             </OnMouseEnter>
  1024.                             <OnMouseExit>
  1025.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB36text, nil, 2, 36)
  1026.                             </OnMouseExit>
  1027.                             <OnClicked>
  1028.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB36text, nil, 3, 36)
  1029.                             </OnClicked>
  1030.                         </Button>
  1031.                         <Texture name="$(parent)IB36icon" textureFile="/esoui/art/icons/crafting_radish.dds">
  1032.                             <Dimensions x="33" y="33"/>
  1033.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB36parent" relativePoint="TOPLEFT" offsetY="7"/>
  1034.                         </Texture>
  1035.                         <Label name="$(parent)IB36text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Radish">
  1036.                             <Anchor point="LEFT" relativeTo="$(parent)IB36icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1037.                         </Label>
  1038.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1039.                         <Button name="$(parent)IB37parent">
  1040.                             <Dimensions x="157" y="47"/>
  1041.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB27parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1042.                             <OnMouseEnter>
  1043.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB37text, nil, 1, 37)
  1044.                             </OnMouseEnter>
  1045.                             <OnMouseExit>
  1046.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB37text, nil, 2, 37)
  1047.                             </OnMouseExit>
  1048.                             <OnClicked>
  1049.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB37text, nil, 3, 37)
  1050.                             </OnClicked>
  1051.                         </Button>
  1052.                         <Texture name="$(parent)IB37icon" textureFile="/esoui/art/icons/quest_food_003.dds">
  1053.                             <Dimensions x="33" y="33"/>
  1054.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB37parent" relativePoint="TOPLEFT" offsetY="7"/>
  1055.                         </Texture>
  1056.                         <Label name="$(parent)IB37text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Red Meat">
  1057.                             <Anchor point="LEFT" relativeTo="$(parent)IB37icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1058.                         </Label>
  1059.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1060.                         <Button name="$(parent)IB38parent">
  1061.                             <Dimensions x="157" y="47"/>
  1062.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB28parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1063.                             <OnMouseEnter>
  1064.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB38text, nil, 1, 38)
  1065.                             </OnMouseEnter>
  1066.                             <OnMouseExit>
  1067.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB38text, nil, 2, 38)
  1068.                             </OnMouseExit>
  1069.                             <OnClicked>
  1070.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB38text, nil, 3, 38)
  1071.                             </OnClicked>
  1072.                         </Button>
  1073.                         <Texture name="$(parent)IB38icon" textureFile="/esoui/art/icons/crafting_components_bread_001.dds">
  1074.                             <Dimensions x="33" y="33"/>
  1075.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB38parent" relativePoint="TOPLEFT" offsetY="7"/>
  1076.                         </Texture>
  1077.                         <Label name="$(parent)IB38text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Rice">
  1078.                             <Anchor point="LEFT" relativeTo="$(parent)IB38icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1079.                         </Label>
  1080.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1081.                         <Button name="$(parent)IB39parent">
  1082.                             <Dimensions x="157" y="47"/>
  1083.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB29parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1084.                             <OnMouseEnter>
  1085.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB39text, nil, 1, 39)
  1086.                             </OnMouseEnter>
  1087.                             <OnMouseExit>
  1088.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB39text, nil, 2, 39)
  1089.                             </OnMouseExit>
  1090.                             <OnClicked>
  1091.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB39text, nil, 3, 39)
  1092.                             </OnClicked>
  1093.                         </Button>
  1094.                         <Texture name="$(parent)IB39icon" textureFile="/esoui/art/icons/crafting_flower_mountain_flower_r2.dds">
  1095.                             <Dimensions x="33" y="33"/>
  1096.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB39parent" relativePoint="TOPLEFT" offsetY="7"/>
  1097.                         </Texture>
  1098.                         <Label name="$(parent)IB39text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Rose">
  1099.                             <Anchor point="LEFT" relativeTo="$(parent)IB39icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1100.                         </Label>
  1101.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1102.                         <Button name="$(parent)IB40parent">
  1103.                             <Dimensions x="157" y="47"/>
  1104.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB30parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1105.                             <OnMouseEnter>
  1106.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB40text, nil, 1, 40)
  1107.                             </OnMouseEnter>
  1108.                             <OnMouseExit>
  1109.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB40text, nil, 2, 40)
  1110.                             </OnMouseExit>
  1111.                             <OnClicked>
  1112.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB40text, nil, 3, 40)
  1113.                             </OnClicked>
  1114.                         </Button>
  1115.                         <Texture name="$(parent)IB40icon" textureFile="/esoui/art/icons/crafting_components_bread_005.dds">
  1116.                             <Dimensions x="33" y="33"/>
  1117.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB40parent" relativePoint="TOPLEFT" offsetY="7"/>
  1118.                         </Texture>
  1119.                         <Label name="$(parent)IB40text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Rye">
  1120.                             <Anchor point="LEFT" relativeTo="$(parent)IB40icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1121.                         </Label>
  1122.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1123.                         <Button name="$(parent)IB41parent">
  1124.                             <Dimensions x="157" y="47"/>
  1125.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB31parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1126.                             <OnMouseEnter>
  1127.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB41text, nil, 1, 41)
  1128.                             </OnMouseEnter>
  1129.                             <OnMouseExit>
  1130.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB41text, nil, 2, 41)
  1131.                             </OnMouseExit>
  1132.                             <OnClicked>
  1133.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB41text, nil, 3, 41)
  1134.                             </OnClicked>
  1135.                         </Button>
  1136.                         <Texture name="$(parent)IB41icon" textureFile="/esoui/art/icons/monster_plant_creature_seeds_001.dds">
  1137.                             <Dimensions x="33" y="33"/>
  1138.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB41parent" relativePoint="TOPLEFT" offsetY="7"/>
  1139.                         </Texture>
  1140.                         <Label name="$(parent)IB41text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Saltrice">
  1141.                             <Anchor point="LEFT" relativeTo="$(parent)IB41icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1142.                         </Label>
  1143.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1144.                         <Button name="$(parent)IB42parent">
  1145.                             <Dimensions x="157" y="47"/>
  1146.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB32parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1147.                             <OnMouseEnter>
  1148.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB42text, nil, 1, 42)
  1149.                             </OnMouseEnter>
  1150.                             <OnMouseExit>
  1151.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB42text, nil, 2, 42)
  1152.                             </OnMouseExit>
  1153.                             <OnClicked>
  1154.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB42text, nil, 3, 42)
  1155.                             </OnClicked>
  1156.                         </Button>
  1157.                         <Texture name="$(parent)IB42icon" textureFile="/esoui/art/icons/quest_dust_004.dds">
  1158.                             <Dimensions x="33" y="33"/>
  1159.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB42parent" relativePoint="TOPLEFT" offsetY="7"/>
  1160.                         </Texture>
  1161.                         <Label name="$(parent)IB42text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Seasoning">
  1162.                             <Anchor point="LEFT" relativeTo="$(parent)IB42icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1163.                         </Label>
  1164.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1165.                         <Button name="$(parent)IB43parent">
  1166.                             <Dimensions x="157" y="47"/>
  1167.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB33parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1168.                             <OnMouseEnter>
  1169.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB43text, nil, 1, 43)
  1170.                             </OnMouseEnter>
  1171.                             <OnMouseExit>
  1172.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB43text, nil, 2, 43)
  1173.                             </OnMouseExit>
  1174.                             <OnClicked>
  1175.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB43text, nil, 3, 43)
  1176.                             </OnClicked>
  1177.                         </Button>
  1178.                         <Texture name="$(parent)IB43icon" textureFile="/esoui/art/icons/crafting_cloth_stems.dds">
  1179.                             <Dimensions x="33" y="33"/>
  1180.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB43parent" relativePoint="TOPLEFT" offsetY="7"/>
  1181.                         </Texture>
  1182.                         <Label name="$(parent)IB43text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Seaweed">
  1183.                             <Anchor point="LEFT" relativeTo="$(parent)IB43icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1184.                         </Label>
  1185.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1186.                         <Button name="$(parent)IB44parent">
  1187.                             <Dimensions x="157" y="47"/>
  1188.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB34parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1189.                             <OnMouseEnter>
  1190.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB44text, nil, 1, 44)
  1191.                             </OnMouseEnter>
  1192.                             <OnMouseExit>
  1193.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB44text, nil, 2, 44)
  1194.                             </OnMouseExit>
  1195.                             <OnClicked>
  1196.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB44text, nil, 3, 44)
  1197.                             </OnClicked>
  1198.                         </Button>
  1199.                         <Texture name="$(parent)IB44icon" textureFile="/esoui/art/icons/crafting_critter_rodent_toes.dds">
  1200.                             <Dimensions x="33" y="33"/>
  1201.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB44parent" relativePoint="TOPLEFT" offsetY="7"/>
  1202.                         </Texture>
  1203.                         <Label name="$(parent)IB44text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Small Game">
  1204.                             <Anchor point="LEFT" relativeTo="$(parent)IB44icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1205.                         </Label>
  1206.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1207.                         <Button name="$(parent)IB45parent">
  1208.                             <Dimensions x="157" y="47"/>
  1209.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB35parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1210.                             <OnMouseEnter>
  1211.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB45text, nil, 1, 45)
  1212.                             </OnMouseEnter>
  1213.                             <OnMouseExit>
  1214.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB45text, nil, 2, 45)
  1215.                             </OnMouseExit>
  1216.                             <OnClicked>
  1217.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB45text, nil, 3, 45)
  1218.                             </OnClicked>
  1219.                         </Button>
  1220.                         <Texture name="$(parent)IB45icon" textureFile="/esoui/art/icons/crafting_components_berry_004.dds">
  1221.                             <Dimensions x="33" y="33"/>
  1222.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB45parent" relativePoint="TOPLEFT" offsetY="7"/>
  1223.                         </Texture>
  1224.                         <Label name="$(parent)IB45text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Surilie Grapes">
  1225.                             <Anchor point="LEFT" relativeTo="$(parent)IB45icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1226.                         </Label>
  1227.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1228.                         <Button name="$(parent)IB46parent">
  1229.                             <Dimensions x="157" y="47"/>
  1230.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB36parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1231.                             <OnMouseEnter>
  1232.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB46text, nil, 1, 46)
  1233.                             </OnMouseEnter>
  1234.                             <OnMouseExit>
  1235.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB46text, nil, 2, 46)
  1236.                             </OnMouseExit>
  1237.                             <OnClicked>
  1238.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB46text, nil, 3, 46)
  1239.                             </OnClicked>
  1240.                         </Button>
  1241.                         <Texture name="$(parent)IB46icon" textureFile="/esoui/art/icons/crafting_components_veg_005.dds">
  1242.                             <Dimensions x="33" y="33"/>
  1243.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB46parent" relativePoint="TOPLEFT" offsetY="7"/>
  1244.                         </Texture>
  1245.                         <Label name="$(parent)IB46text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Tomato">
  1246.                             <Anchor point="LEFT" relativeTo="$(parent)IB46icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1247.                         </Label>
  1248.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1249.                         <Button name="$(parent)IB47parent">
  1250.                             <Dimensions x="157" y="47"/>
  1251.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB37parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1252.                             <OnMouseEnter>
  1253.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB47text, nil, 1, 47)
  1254.                             </OnMouseEnter>
  1255.                             <OnMouseExit>
  1256.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB47text, nil, 2, 47)
  1257.                             </OnMouseExit>
  1258.                             <OnClicked>
  1259.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB47text, nil, 3, 47)
  1260.                             </OnClicked>
  1261.                         </Button>
  1262.                         <Texture name="$(parent)IB47icon" textureFile="/esoui/art/icons/crafting_components_bread_002.dds">
  1263.                             <Dimensions x="33" y="33"/>
  1264.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB47parent" relativePoint="TOPLEFT" offsetY="7"/>
  1265.                         </Texture>
  1266.                         <Label name="$(parent)IB47text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Wheat">
  1267.                             <Anchor point="LEFT" relativeTo="$(parent)IB47icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1268.                         </Label>
  1269.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1270.                         <Button name="$(parent)IB48parent">
  1271.                             <Dimensions x="157" y="47"/>
  1272.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB38parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1273.                             <OnMouseEnter>
  1274.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB48text, nil, 1, 48)
  1275.                             </OnMouseEnter>
  1276.                             <OnMouseExit>
  1277.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB48text, nil, 2, 48)
  1278.                             </OnMouseExit>
  1279.                             <OnClicked>
  1280.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB48text, nil, 3, 48)
  1281.                             </OnClicked>
  1282.                         </Button>
  1283.                         <Texture name="$(parent)IB48icon" textureFile="/esoui/art/icons/crafting_critter_dom_animal_fat.dds">
  1284.                             <Dimensions x="33" y="33"/>
  1285.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB48parent" relativePoint="TOPLEFT" offsetY="7"/>
  1286.                         </Texture>
  1287.                         <Label name="$(parent)IB48text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="White Meat">
  1288.                             <Anchor point="LEFT" relativeTo="$(parent)IB48icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1289.                         </Label>
  1290.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1291.                         <Button name="$(parent)IB49parent">
  1292.                             <Dimensions x="157" y="47"/>
  1293.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB39parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1294.                             <OnMouseEnter>
  1295.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB49text, nil, 1, 49)
  1296.                             </OnMouseEnter>
  1297.                             <OnMouseExit>
  1298.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB49text, nil, 2, 49)
  1299.                             </OnMouseExit>
  1300.                             <OnClicked>
  1301.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB49text, nil, 3, 49)
  1302.                             </OnClicked>
  1303.                         </Button>
  1304.                         <Texture name="$(parent)IB49icon" textureFile="/esoui/art/icons/crafting_components_bread_003.dds">
  1305.                             <Dimensions x="33" y="33"/>
  1306.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB49parent" relativePoint="TOPLEFT" offsetY="7"/>
  1307.                         </Texture>
  1308.                         <Label name="$(parent)IB49text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Yeast">
  1309.                             <Anchor point="LEFT" relativeTo="$(parent)IB49icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1310.                         </Label>
  1311.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1312.                         <Button name="$(parent)IB50parent">
  1313.                             <Dimensions x="157" y="47"/>
  1314.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB40parent" relativePoint="TOPRIGHT" offsetX="6"/>
  1315.                             <OnMouseEnter>
  1316.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB50text, nil, 1, 50)
  1317.                             </OnMouseEnter>
  1318.                             <OnMouseExit>
  1319.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB50text, nil, 2, 50)
  1320.                             </OnMouseExit>
  1321.                             <OnClicked>
  1322.                                 ESOMRL.XMLNavigation(201, ESOMRL_MainFrameIngredientsFrameIB50text, nil, 3, 50)
  1323.                             </OnClicked>
  1324.                         </Button>
  1325.                         <Texture name="$(parent)IB50icon" textureFile="/esoui/art/icons/quest_bandage_001.dds">
  1326.                             <Dimensions x="33" y="33"/>
  1327.                             <Anchor point="TOPLEFT" relativeTo="$(parent)IB50parent" relativePoint="TOPLEFT" offsetY="7"/>
  1328.                         </Texture>
  1329.                         <Label name="$(parent)IB50text" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="Yerba Mate">
  1330.                             <Anchor point="LEFT" relativeTo="$(parent)IB50icon" relativePoint="RIGHT" offsetX="8" offsetY="1"/>
  1331.                         </Label>
  1332.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1333.                         <Button name="$(parent)ListTooltipButton">
  1334.                             <Dimensions x="40" y="40"/>
  1335.                             <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="BOTTOMRIGHT" offsetX="15" offsetY="35"/>
  1336.                             <Textures
  1337.                                 normal="/esoui/art/dye/dyes_toolicon_fill_up.dds"
  1338.                                 pressed="/esoui/art/dye/dyes_toolicon_fill_over.dds"
  1339.                                 mouseOver="/esoui/art/dye/dyes_toolicon_fill_down.dds"
  1340.                                 disabled="/esoui/art/dye/dyes_toolicon_fill_over.dds"
  1341.                             />
  1342.                             <OnMouseEnter>
  1343.                                 ESOMRL.XMLNavigation(203, self, nil, 1)
  1344.                             </OnMouseEnter>
  1345.                             <OnMouseExit>
  1346.                                 ESOMRL.XMLNavigation(203, self, nil, 2)
  1347.                             </OnMouseExit>
  1348.                             <OnClicked>
  1349.                                 ESOMRL.XMLNavigation(203, self, nil, 3)
  1350.                             </OnClicked>
  1351.                         </Button>
  1352.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1353.                         <Button name="$(parent)SelectAllButton">
  1354.                             <Dimensions x="45" y="45"/>
  1355.                             <Anchor point="RIGHT" relativeTo="$(parent)ListTooltipButton" relativePoint="LEFT" offsetX="12" offsetY="1"/>
  1356.                             <Textures
  1357.                                 normal="/esoui/art/campaign/overview_indexicon_bonus_up.dds"
  1358.                                 pressed="/esoui/art/campaign/overview_indexicon_bonus_over.dds"
  1359.                                 mouseOver="/esoui/art/campaign/overview_indexicon_bonus_down.dds"
  1360.                                 disabled="/esoui/art/campaign/overview_indexicon_bonus_over.dds"
  1361.                             />
  1362.                             <OnMouseEnter>
  1363.                                 ESOMRL.XMLNavigation(204, self, nil, 1)
  1364.                             </OnMouseEnter>
  1365.                             <OnMouseExit>
  1366.                                 ESOMRL.XMLNavigation(204, self, nil, 2)
  1367.                             </OnMouseExit>
  1368.                             <OnClicked>
  1369.                                 ESOMRL.XMLNavigation(204, self, nil, 3)
  1370.                             </OnClicked>
  1371.                         </Button>
  1372.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1373.                         <Button name="$(parent)TrashUncheckedButton1">
  1374.                             <Dimensions x="30" y="30"/>
  1375.                             <Anchor point="RIGHT" relativeTo="$(parent)SelectAllButton" relativePoint="LEFT" offsetX="12" offsetY="2"/>
  1376.                             <Textures
  1377.                                 normal="/esoui/art/worldmap/map_indexicon_locations_up.dds"
  1378.                                 pressed="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1379.                                 mouseOver="/esoui/art/worldmap/map_indexicon_locations_down.dds"
  1380.                                 disabled="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1381.                             />
  1382.                             <OnMouseEnter>
  1383.                                 ESOMRL.XMLNavigation(205, nil, nil, 1)
  1384.                             </OnMouseEnter>
  1385.                             <OnMouseExit>
  1386.                                 ESOMRL.XMLNavigation(205, nil, nil, 2)
  1387.                             </OnMouseExit>
  1388.                             <OnClicked>
  1389.                                 ESOMRL.XMLNavigation(205, nil, nil, 3)
  1390.                             </OnClicked>
  1391.                         </Button>
  1392.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1393.                         <Button name="$(parent)TrashUncheckedButton2" hidden ="true">
  1394.                             <Dimensions x="30" y="30"/>
  1395.                             <Anchor point="RIGHT" relativeTo="$(parent)SelectAllButton" relativePoint="LEFT" offsetX="12" offsetY="2"/>
  1396.                             <Textures
  1397.                                 normal="/esoui/art/worldmap/map_indexicon_locations_down.dds"
  1398.                                 pressed="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1399.                                 mouseOver="/esoui/art/worldmap/map_indexicon_locations_down.dds"
  1400.                                 disabled="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1401.                             />
  1402.                             <OnMouseEnter>
  1403.                                 ESOMRL.XMLNavigation(205, nil, nil, 1)
  1404.                             </OnMouseEnter>
  1405.                             <OnMouseExit>
  1406.                                 ESOMRL.XMLNavigation(205, nil, nil, 2)
  1407.                             </OnMouseExit>
  1408.                             <OnClicked>
  1409.                                 ESOMRL.XMLNavigation(205, nil, nil, 3)
  1410.                             </OnClicked>
  1411.                         </Button>
  1412.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1413.                         <Button name="$(parent)ClearGlobalIngProfile">
  1414.                             <Dimensions x="26" y="26"/>
  1415.                             <Anchor point="BOTTOMLEFT" relativeTo="$(parent)" relativePoint="BOTTOMLEFT" offsetX="-18" offsetY="35"/>
  1416.                              <Textures
  1417.                                 normal="/esoui/art/campaign/campaign_tabicon_history_up.dds"
  1418.                                 pressed="/esoui/art/campaign/campaign_tabicon_history_over.dds"
  1419.                                 mouseOver="/esoui/art/campaign/campaign_tabicon_history_down.dds"
  1420.                                 disabled="/esoui/art/campaign/campaign_tabicon_history_over.dds"
  1421.                             />
  1422.                             <OnMouseEnter>
  1423.                                 ESOMRL.XMLNavigation(206, nil, nil, 1)
  1424.                             </OnMouseEnter>
  1425.                             <OnMouseExit>
  1426.                                 ESOMRL.XMLNavigation(206, nil, nil, 2)
  1427.                             </OnMouseExit>
  1428.                             <OnClicked>
  1429.                                 ESOMRL.XMLNavigation(206, nil, nil, 3)
  1430.                             </OnClicked>
  1431.                         </Button>
  1432.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1433.                         <Button name="$(parent)LoadGlobalIngProfile">
  1434.                             <Dimensions x="26" y="26"/>
  1435.                             <Anchor point="LEFT" relativeTo="$(parent)ClearGlobalIngProfile" relativePoint="RIGHT" offsetX="-6" offsetY="0"/>
  1436.                             <Textures
  1437.                                 normal="/esoui/art/vendor/vendor_tabicon_buyback_up.dds"
  1438.                                 pressed="/esoui/art/vendor/vendor_tabicon_buyback_over.dds"
  1439.                                 mouseOver="/esoui/art/vendor/vendor_tabicon_buyback_down.dds"
  1440.                                 disabled="/esoui/art/vendor/vendor_tabicon_buyback_over.dds"
  1441.                             />
  1442.                             <OnMouseEnter>
  1443.                                 ESOMRL.XMLNavigation(207, nil, nil, 1)
  1444.                             </OnMouseEnter>
  1445.                             <OnMouseExit>
  1446.                                 ESOMRL.XMLNavigation(207, nil, nil, 2)
  1447.                             </OnMouseExit>
  1448.                             <OnClicked>
  1449.                                 ESOMRL.XMLNavigation(207, nil, nil, 3)
  1450.                             </OnClicked>
  1451.                         </Button>
  1452.                     </Controls>
  1453.                 </Control>
  1454. <!---------------------------------------------------------------------------------------------------------------------------------------------------------
  1455. Right-side frame which displays the list of recipes.
  1456. ---------------------------------------------------------------------------------------------------------------------------------------------------------->
  1457.                 <Control name="$(parent)ListFrame">
  1458.                     <Dimensions x="495" y="480"/>
  1459.                     <Anchor point="TOP" relativeTo="$(parent)Divider" relativePoint="BOTTOM" offsetX="156" offsetY="16"/>
  1460.                     <Controls>
  1461.                         <Control name="$(parent)List" inherits="ZO_ScrollList">
  1462.                             <Dimensions x="495" y="480"/>
  1463.                             <Anchor point="TOPLEFT" relativeTo="$(parent)" relativePoint="TOPLEFT"/>
  1464.                             <Anchor point="TOPRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT"/>
  1465.                             <Controls>
  1466.                             </Controls>
  1467.                         </Control>
  1468.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1469.                         <Control name="$(parent)BatchTracking" tier="LOW" clampedToScreen="false" hidden="true">
  1470.                             <Dimensions x="299" y="64"/>
  1471.                             <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)" relativePoint="TOPRIGHT" offsetX="17" offsetY="-78"/>
  1472.                             <Controls>
  1473.                                 <Backdrop name="$(parent)BG" inherits="ZO_DefaultBackdrop" alpha="0.9"/>
  1474.                             <!---------------------------------------------------------------------------------------------------------------------------->
  1475.                                 <Button name="$(parent)TrackUnknown">
  1476.                                     <Dimensions x="40" y="40"/>
  1477.                                     <Anchor point="BOTTOMRIGHT" relativeTo="$(parent)BatchTracking" relativePoint="BOTTOMRIGHT" offsetX="4" offsetY="6"/>
  1478.                                     <Textures
  1479.                                         normal="/esoui/art/dye/dyes_toolicon_fill_up.dds"
  1480.                                         pressed="/esoui/art/dye/dyes_toolicon_fill_over.dds"
  1481.                                         mouseOver="/esoui/art/dye/dyes_toolicon_fill_down.dds"
  1482.                                         disabled="/esoui/art/dye/dyes_toolicon_fill_over.dds"
  1483.                                     />
  1484.                                     <OnMouseEnter>
  1485.                                         ESOMRL.XMLNavigation(601, nil, nil, 1)
  1486.                                     </OnMouseEnter>
  1487.                                     <OnMouseExit>
  1488.                                         ESOMRL.XMLNavigation(601, nil, nil, 2)
  1489.                                     </OnMouseExit>
  1490.                                     <OnClicked>
  1491.                                         ESOMRL.XMLNavigation(601, nil, nil, 3)
  1492.                                     </OnClicked>
  1493.                                 </Button>
  1494.                             <!---------------------------------------------------------------------------------------------------------------------------->
  1495.                                 <Button name="$(parent)SelectAllButton">
  1496.                                     <Dimensions x="45" y="45"/>
  1497.                                     <Anchor point="RIGHT" relativeTo="$(parent)TrackUnknown" relativePoint="LEFT" offsetX="12" offsetY="1"/>
  1498.                                     <Textures
  1499.                                         normal="/esoui/art/campaign/overview_indexicon_bonus_up.dds"
  1500.                                         pressed="/esoui/art/campaign/overview_indexicon_bonus_over.dds"
  1501.                                         mouseOver="/esoui/art/campaign/overview_indexicon_bonus_down.dds"
  1502.                                         disabled="/esoui/art/campaign/overview_indexicon_bonus_over.dds"
  1503.                                     />
  1504.                                     <OnMouseEnter>
  1505.                                         ESOMRL.XMLNavigation(602, nil, nil, 1)
  1506.                                     </OnMouseEnter>
  1507.                                     <OnMouseExit>
  1508.                                         ESOMRL.XMLNavigation(602, nil, nil, 2)
  1509.                                     </OnMouseExit>
  1510.                                     <OnClicked>
  1511.                                         ESOMRL.XMLNavigation(602, nil, nil, 3)
  1512.                                     </OnClicked>
  1513.                                 </Button>
  1514.                             <!---------------------------------------------------------------------------------------------------------------------------->
  1515.                                 <Button name="$(parent)TrashUncheckedButton1">
  1516.                                     <Dimensions x="30" y="30"/>
  1517.                                     <Anchor point="RIGHT" relativeTo="$(parent)SelectAllButton" relativePoint="LEFT" offsetX="12" offsetY="2"/>
  1518.                                     <Textures
  1519.                                         normal="/esoui/art/worldmap/map_indexicon_locations_up.dds"
  1520.                                         pressed="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1521.                                         mouseOver="/esoui/art/worldmap/map_indexicon_locations_down.dds"
  1522.                                         disabled="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1523.                                     />
  1524.                                     <OnMouseEnter>
  1525.                                         ESOMRL.XMLNavigation(603, nil, nil, 1)
  1526.                                     </OnMouseEnter>
  1527.                                     <OnMouseExit>
  1528.                                         ESOMRL.XMLNavigation(603, nil, nil, 2)
  1529.                                     </OnMouseExit>
  1530.                                     <OnClicked>
  1531.                                         ESOMRL.XMLNavigation(603, nil, nil, 3)
  1532.                                     </OnClicked>
  1533.                                 </Button>
  1534.                             <!---------------------------------------------------------------------------------------------------------------------------->
  1535.                                 <Button name="$(parent)TrashUncheckedButton2" hidden ="true">
  1536.                                     <Dimensions x="30" y="30"/>
  1537.                                     <Anchor point="RIGHT" relativeTo="$(parent)SelectAllButton" relativePoint="LEFT" offsetX="12" offsetY="2"/>
  1538.                                     <Textures
  1539.                                         normal="/esoui/art/worldmap/map_indexicon_locations_down.dds"
  1540.                                         pressed="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1541.                                         mouseOver="/esoui/art/worldmap/map_indexicon_locations_down.dds"
  1542.                                         disabled="/esoui/art/worldmap/map_indexicon_locations_over.dds"
  1543.                                     />
  1544.                                     <OnMouseEnter>
  1545.                                         ESOMRL.XMLNavigation(603, nil, nil, 1)
  1546.                                     </OnMouseEnter>
  1547.                                     <OnMouseExit>
  1548.                                         ESOMRL.XMLNavigation(603, nil, nil, 2)
  1549.                                     </OnMouseExit>
  1550.                                     <OnClicked>
  1551.                                         ESOMRL.XMLNavigation(603, nil, nil, 3)
  1552.                                     </OnClicked>
  1553.                                 </Button>
  1554.                             <!---------------------------------------------------------------------------------------------------------------------------->
  1555.                                 <Button name="$(parent)RemoveCharacter">
  1556.                                     <Dimensions x="40" y="40"/>
  1557.                                     <Anchor point="BOTTOMLEFT" relativeTo="$(parent)BatchTracking" relativePoint="BOTTOMLEFT" offsetX="-8" offsetY="7"/>
  1558.                                     <Textures
  1559.                                         normal="/esoui/art/contacts/tabicon_ignored_up.dds"
  1560.                                         pressed="/esoui/art/contacts/tabicon_ignored_over.dds"
  1561.                                         mouseOver="/esoui/art/contacts/tabicon_ignored_down.dds"
  1562.                                         disabled="/esoui/art/contacts/tabicon_ignored_over.dds"
  1563.                                     />
  1564.                                     <OnMouseEnter>
  1565.                                         ESOMRL.XMLNavigation(604, self, nil, 1)
  1566.                                     </OnMouseEnter>
  1567.                                     <OnMouseExit>
  1568.                                         ESOMRL.XMLNavigation(604, self, nil, 2)
  1569.                                     </OnMouseExit>
  1570.                                     <OnClicked>
  1571.                                         ESOMRL.XMLNavigation(604, self, nil, 3)
  1572.                                     </OnClicked>
  1573.                                 </Button>
  1574.                             </Controls>
  1575.                         </Control>
  1576.                     </Controls>
  1577.                 </Control>
  1578. <!---------------------------------------------------------------------------------------------------------------------------------------------------------
  1579. Left side navigation frame, buttons, and labels.
  1580. ---------------------------------------------------------------------------------------------------------------------------------------------------------->
  1581.                 <Control name="$(parent)SelectionFrame">
  1582.                     <Dimensions x="300" y="490"/>
  1583.                     <Anchor point="LEFT" relativeTo="$(parent)" relativePoint="LEFT" offsetX="16" offsetY="14"/>
  1584.                     <Controls>
  1585.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1586.                         <Button name="$(parent)ClearSearch">
  1587.                             <Dimensions x="30" y="30"/>
  1588.                             <Anchor point="TOPLEFT" relativeTo="ESOMRL_MainFrame" relativePoint="BOTTOMLEFT" offsetX="-4" offsetY="5"/>
  1589.                             <Textures
  1590.                                 normal="EsoUI/Art/Buttons/minus_up.dds"
  1591.                                 pressed="EsoUI/Art/Buttons/minus_down.dds"
  1592.                                 mouseOver="EsoUI/Art/Buttons/minus_up.dds"
  1593.                                 disabled="EsoUI/Art/Buttons/minus_disabled.dds"
  1594.                             />
  1595.                             <OnMouseDown>
  1596.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(0.5)
  1597.                             </OnMouseDown>
  1598.                             <OnMouseUp>
  1599.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(1)
  1600.                             </OnMouseUp>
  1601.                             <OnMouseEnter>
  1602.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(1)
  1603.                             </OnMouseEnter>
  1604.                             <OnMouseExit>
  1605.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(0.8)
  1606.                             </OnMouseExit>
  1607.                             <OnClicked>
  1608.                                 ESOMRL.XMLNavigation(301)
  1609.                             </OnClicked>
  1610.                         </Button>
  1611.                         <Button name="$(parent)ClearSearchButton">
  1612.                             <Dimensions x="290" y="32"/>
  1613.                             <Anchor point="LEFT" relativeTo="$(parent)ClearSearch" relativePoint="RIGHT"/>
  1614.                             <OnMouseDown>
  1615.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(0.5)
  1616.                             </OnMouseDown>
  1617.                             <OnMouseUp>
  1618.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(1)
  1619.                             </OnMouseUp>
  1620.                             <OnMouseEnter>
  1621.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(1)
  1622.                             </OnMouseEnter>
  1623.                             <OnMouseExit>
  1624.                                 ESOMRL_MainFrameSelectionFrameClearSearchLabel:SetAlpha(0.8)
  1625.                             </OnMouseExit>
  1626.                             <OnClicked>
  1627.                                 ESOMRL.XMLNavigation(301)
  1628.                             </OnClicked>
  1629.                         </Button>
  1630.                         <Label name="$(parent)ClearSearchLabel" font="ZoFontWinT2" color="FEE854" horizontalAlignment="LEFT" alpha="0.8">
  1631.                             <Anchor point="LEFT" relativeTo="$(parent)ClearSearch" relativePoint="RIGHT"/>
  1632.                         </Label>
  1633.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1634.                         <Button name="$(parent)WritButton">
  1635.                             <Dimensions x="26" y="26"/>
  1636.                             <Anchor point="LEFT" relativeTo="$(parent)ClearSearchLabel" relativePoint="RIGHT" offsetX="0"/>-
  1637.                             <Textures
  1638.                                 normal="EsoUI/Art/Buttons/accept_up.dds"
  1639.                                 pressed="EsoUI/Art/Buttons/accept_down.dds"
  1640.                                 mouseOver="EsoUI/Art/Buttons/accept_over.dds"
  1641.                                 disabled="EsoUI/Art/Buttons/radiobuttondisabledup.dds"
  1642.                             />
  1643.                             <OnMouseEnter>
  1644.                                 ESOMRL.XMLNavigation(302, self, nil, 1)
  1645.                             </OnMouseEnter>
  1646.                             <OnMouseExit>
  1647.                                 ESOMRL.XMLNavigation(302, self, nil, 2)
  1648.                             </OnMouseExit>
  1649.                             <OnClicked>
  1650.                                 ESOMRL.XMLNavigation(303)
  1651.                             </OnClicked>
  1652.                         </Button>
  1653. <!---------------------------------------------------------------------------------------------------------------------------------------------------------
  1654. Food navigation section.
  1655. ---------------------------------------------------------------------------------------------------------------------------------------------------------->
  1656.                         <Label name="$(parent)FoodList1" font="ZoFontHeader2" color="FFFF00" horizontalAlignment="LEFT" text="Food Recipes">
  1657.                             <Anchor point="TOPLEFT"/>
  1658.                         </Label>
  1659.                         <Label name="$(parent)FoodList2" font="ZoFontHeader2" color="FFFFFF" horizontalAlignment="LEFT" text="(Stats)">
  1660.                             <Anchor point="LEFT" relativeTo="$(parent)FoodList1" relativePoint="RIGHT" offsetX="5"/>
  1661.                         </Label>
  1662.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1663.                         <Button name="$(parent)Food1B">
  1664.                             <Dimensions x="30" y="30"/>
  1665.                             <Anchor point="TOPLEFT" relativeTo="$(parent)FoodList1" relativePoint="BOTTOMLEFT" />
  1666.                             <Textures
  1667.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1668.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1669.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1670.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1671.                             />
  1672.                             <OnClicked>
  1673.                                 ESOMRL.XMLNavigation(304, nil, nil, 1)
  1674.                             </OnClicked>
  1675.                         </Button>
  1676.                         <Label name="$(parent)Food1T" font="ZoFontWinT2" color="00FF00" horizontalAlignment="LEFT" text="Meat Dishes">
  1677.                             <Anchor point="LEFT" relativeTo="$(parent)Food1B" relativePoint="RIGHT"/>
  1678.                         </Label>
  1679.                         <Label name="$(parent)Food1T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health)">
  1680.                             <Anchor point="LEFT" relativeTo="$(parent)Food1T" relativePoint="RIGHT" offsetX="5"/>
  1681.                         </Label>
  1682.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1683.                         <Button name="$(parent)Food2B">
  1684.                             <Dimensions x="30" y="30"/>
  1685.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food1B" relativePoint="BOTTOMLEFT"/>
  1686.                             <Textures
  1687.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1688.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1689.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1690.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1691.                             />
  1692.                             <OnClicked>
  1693.                                 ESOMRL.XMLNavigation(304, nil, nil, 2)
  1694.                             </OnClicked>
  1695.                         </Button>
  1696.                         <Label name="$(parent)Food2T" font="ZoFontWinT2" color="00FF00" horizontalAlignment="LEFT" text="Fruit Dishes">
  1697.                             <Anchor point="LEFT" relativeTo="$(parent)Food2B" relativePoint="RIGHT"/>
  1698.                         </Label>
  1699.                         <Label name="$(parent)Food2T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Magicka)">
  1700.                             <Anchor point="LEFT" relativeTo="$(parent)Food2T" relativePoint="RIGHT" offsetX="5"/>
  1701.                         </Label>
  1702.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1703.                         <Button name="$(parent)Food3B">
  1704.                             <Dimensions x="30" y="30"/>
  1705.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food2B" relativePoint="BOTTOMLEFT"/>
  1706.                             <Textures
  1707.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1708.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1709.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1710.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1711.                             />
  1712.                             <OnClicked>
  1713.                                 ESOMRL.XMLNavigation(304, nil, nil, 3)
  1714.                             </OnClicked>
  1715.                         </Button>
  1716.                         <Label name="$(parent)Food3T" font="ZoFontWinT2" color="00FF00" horizontalAlignment="LEFT" text="Vegetable Dishes">
  1717.                             <Anchor point="LEFT" relativeTo="$(parent)Food3B" relativePoint="RIGHT"/>
  1718.                         </Label>
  1719.                         <Label name="$(parent)Food3T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Stamina)">
  1720.                             <Anchor point="LEFT" relativeTo="$(parent)Food3T" relativePoint="RIGHT" offsetX="5"/>
  1721.                         </Label>
  1722.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1723.                         <Button name="$(parent)Food4B">
  1724.                             <Dimensions x="30" y="30"/>
  1725.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food3B" relativePoint="BOTTOMLEFT"/>
  1726.                             <Textures
  1727.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1728.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1729.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1730.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1731.                             />
  1732.                             <OnClicked>
  1733.                                 ESOMRL.XMLNavigation(304, nil, nil, 4)
  1734.                             </OnClicked>
  1735.                         </Button>
  1736.                         <Label name="$(parent)Food4T" font="ZoFontWinT2" color="3A92FF" horizontalAlignment="LEFT" text="Savouries">
  1737.                             <Anchor point="LEFT" relativeTo="$(parent)Food4B" relativePoint="RIGHT"/>
  1738.                         </Label>
  1739.                         <Label name="$(parent)Food4T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health/Magicka)">
  1740.                             <Anchor point="LEFT" relativeTo="$(parent)Food4T" relativePoint="RIGHT" offsetX="5"/>
  1741.                         </Label>
  1742.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1743.                         <Button name="$(parent)Food5B">
  1744.                             <Dimensions x="30" y="30"/>
  1745.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food4B" relativePoint="BOTTOMLEFT"/>
  1746.                             <Textures
  1747.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1748.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1749.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1750.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1751.                             />
  1752.                             <OnClicked>
  1753.                                 ESOMRL.XMLNavigation(304, nil, nil, 5)
  1754.                             </OnClicked>
  1755.                         </Button>
  1756.                         <Label name="$(parent)Food5T" font="ZoFontWinT2" color="3A92FF" horizontalAlignment="LEFT" text="Ragout">
  1757.                             <Anchor point="LEFT" relativeTo="$(parent)Food5B" relativePoint="RIGHT"/>
  1758.                         </Label>
  1759.                         <Label name="$(parent)Food5T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health/Stamina)">
  1760.                             <Anchor point="LEFT" relativeTo="$(parent)Food5T" relativePoint="RIGHT" offsetX="5"/>
  1761.                         </Label>
  1762.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1763.                         <Button name="$(parent)Food6B">
  1764.                             <Dimensions x="30" y="30"/>
  1765.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food5B" relativePoint="BOTTOMLEFT"/>
  1766.                             <Textures
  1767.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1768.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1769.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1770.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1771.                             />
  1772.                             <OnClicked>
  1773.                                 ESOMRL.XMLNavigation(304, nil, nil, 6)
  1774.                             </OnClicked>
  1775.                         </Button>
  1776.                         <Label name="$(parent)Food6T" font="ZoFontWinT2" color="3A92FF" horizontalAlignment="LEFT" text="Entremet">
  1777.                             <Anchor point="LEFT" relativeTo="$(parent)Food6B" relativePoint="RIGHT"/>
  1778.                         </Label>
  1779.                         <Label name="$(parent)Food6T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Magicka/Stamina)">
  1780.                             <Anchor point="LEFT" relativeTo="$(parent)Food6T" relativePoint="RIGHT" offsetX="5"/>
  1781.                         </Label>
  1782.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1783.                         <Button name="$(parent)Food7B">
  1784.                             <Dimensions x="30" y="30"/>
  1785.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food6B" relativePoint="BOTTOMLEFT"/>
  1786.                             <Textures
  1787.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1788.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1789.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1790.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1791.                             />
  1792.                             <OnClicked>
  1793.                                 ESOMRL.XMLNavigation(304, nil, nil, 7)
  1794.                             </OnClicked>
  1795.                         </Button>
  1796.                         <Label name="$(parent)Food7T" font="ZoFontWinT2" color="A02EF7" horizontalAlignment="LEFT" text="Gourmet">
  1797.                             <Anchor point="LEFT" relativeTo="$(parent)Food7B" relativePoint="RIGHT"/>
  1798.                         </Label>
  1799.                         <Label name="$(parent)Food7T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health/Magicka/Stamina)">
  1800.                             <Anchor point="LEFT" relativeTo="$(parent)Food7T" relativePoint="RIGHT" offsetX="5"/>
  1801.                         </Label>
  1802. <!---------------------------------------------------------------------------------------------------------------------------------------------------------
  1803. Drink navigation section.
  1804. ---------------------------------------------------------------------------------------------------------------------------------------------------------->
  1805.                         <Label name="$(parent)DrinkList1" font="ZoFontHeader2" color="FFFF00" horizontalAlignment="LEFT" text="Drink Recipes">
  1806.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Food7B" relativePoint="BOTTOMLEFT" offsetY="10" />
  1807.                         </Label>
  1808.                         <Label name="$(parent)DrinkList2" font="ZoFontHeader2" color="FFFFFF" horizontalAlignment="LEFT" text="(Regen)">
  1809.                             <Anchor point="LEFT" relativeTo="$(parent)DrinkList1" relativePoint="RIGHT" offsetX="5"/>
  1810.                         </Label>
  1811.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1812.                         <Button name="$(parent)Drink1B">
  1813.                             <Dimensions x="30" y="30"/>
  1814.                             <Anchor point="TOPLEFT" relativeTo="$(parent)DrinkList1" relativePoint="BOTTOMLEFT" />
  1815.                             <Textures
  1816.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1817.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1818.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1819.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1820.                             />
  1821.                             <OnClicked>
  1822.                                 ESOMRL.XMLNavigation(304, nil, nil, 8)
  1823.                             </OnClicked>
  1824.                         </Button>
  1825.                         <Label name="$(parent)Drink1T" font="ZoFontWinT2" color="00FF00" horizontalAlignment="LEFT" text="Alcoholic Drinks">
  1826.                             <Anchor point="LEFT" relativeTo="$(parent)Drink1B" relativePoint="RIGHT"/>
  1827.                         </Label>
  1828.                         <Label name="$(parent)Drink1T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health)">
  1829.                             <Anchor point="LEFT" relativeTo="$(parent)Drink1T" relativePoint="RIGHT" offsetX="5"/>
  1830.                         </Label>
  1831.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1832.                         <Button name="$(parent)Drink2B">
  1833.                             <Dimensions x="30" y="30"/>
  1834.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Drink1B" relativePoint="BOTTOMLEFT"/>
  1835.                             <Textures
  1836.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1837.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1838.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1839.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1840.                             />
  1841.                             <OnClicked>
  1842.                                 ESOMRL.XMLNavigation(304, nil, nil, 9)
  1843.                             </OnClicked>
  1844.                         </Button>
  1845.                         <Label name="$(parent)Drink2T" font="ZoFontWinT2" color="00FF00" horizontalAlignment="LEFT" text="Tea">
  1846.                             <Anchor point="LEFT" relativeTo="$(parent)Drink2B" relativePoint="RIGHT"/>
  1847.                         </Label>
  1848.                         <Label name="$(parent)Drink2T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Magicka)">
  1849.                             <Anchor point="LEFT" relativeTo="$(parent)Drink2T" relativePoint="RIGHT" offsetX="5"/>
  1850.                         </Label>
  1851.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1852.                         <Button name="$(parent)Drink3B">
  1853.                             <Dimensions x="30" y="30"/>
  1854.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Drink2B" relativePoint="BOTTOMLEFT"/>
  1855.                             <Textures
  1856.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1857.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1858.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1859.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1860.                             />
  1861.                             <OnClicked>
  1862.                                 ESOMRL.XMLNavigation(304, nil, nil, 10)
  1863.                             </OnClicked>
  1864.                         </Button>
  1865.                         <Label name="$(parent)Drink3T" font="ZoFontWinT2" color="00FF00" horizontalAlignment="LEFT" text="Tonics">
  1866.                             <Anchor point="LEFT" relativeTo="$(parent)Drink3B" relativePoint="RIGHT"/>
  1867.                         </Label>
  1868.                         <Label name="$(parent)Drink3T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Stamina)">
  1869.                             <Anchor point="LEFT" relativeTo="$(parent)Drink3T" relativePoint="RIGHT" offsetX="5"/>
  1870.                         </Label>
  1871.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1872.                         <Button name="$(parent)Drink4B">
  1873.                             <Dimensions x="30" y="30"/>
  1874.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Drink3B" relativePoint="BOTTOMLEFT"/>
  1875.                             <Textures
  1876.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1877.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1878.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1879.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1880.                             />
  1881.                             <OnClicked>
  1882.                                 ESOMRL.XMLNavigation(304, nil, nil, 11)
  1883.                             </OnClicked>
  1884.                         </Button>
  1885.                         <Label name="$(parent)Drink4T" font="ZoFontWinT2" color="3A92FF" horizontalAlignment="LEFT" text="Liqueurs">
  1886.                             <Anchor point="LEFT" relativeTo="$(parent)Drink4B" relativePoint="RIGHT"/>
  1887.                         </Label>
  1888.                         <Label name="$(parent)Drink4T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health/Magicka)">
  1889.                             <Anchor point="LEFT" relativeTo="$(parent)Drink4T" relativePoint="RIGHT" offsetX="5"/>
  1890.                         </Label>
  1891.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1892.                         <Button name="$(parent)Drink5B">
  1893.                             <Dimensions x="30" y="30"/>
  1894.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Drink4B" relativePoint="BOTTOMLEFT"/>
  1895.                             <Textures
  1896.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1897.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1898.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1899.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1900.                             />
  1901.                             <OnClicked>
  1902.                                 ESOMRL.XMLNavigation(304, nil, nil, 12)
  1903.                             </OnClicked>
  1904.                         </Button>
  1905.                         <Label name="$(parent)Drink5T" font="ZoFontWinT2" color="3A92FF" horizontalAlignment="LEFT" text="Tinctures">
  1906.                             <Anchor point="LEFT" relativeTo="$(parent)Drink5B" relativePoint="RIGHT"/>
  1907.                         </Label>
  1908.                         <Label name="$(parent)Drink5T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health/Stamina)">
  1909.                             <Anchor point="LEFT" relativeTo="$(parent)Drink5T" relativePoint="RIGHT" offsetX="5"/>
  1910.                         </Label>
  1911.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1912.                         <Button name="$(parent)Drink6B">
  1913.                             <Dimensions x="30" y="30"/>
  1914.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Drink5B" relativePoint="BOTTOMLEFT"/>
  1915.                             <Textures
  1916.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1917.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1918.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1919.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1920.                             />
  1921.                             <OnClicked>
  1922.                                 ESOMRL.XMLNavigation(304, nil, nil, 13)
  1923.                             </OnClicked>
  1924.                         </Button>
  1925.                         <Label name="$(parent)Drink6T" font="ZoFontWinT2" color="3A92FF" horizontalAlignment="LEFT" text="Cordial Teas">
  1926.                             <Anchor point="LEFT" relativeTo="$(parent)Drink6B" relativePoint="RIGHT"/>
  1927.                         </Label>
  1928.                         <Label name="$(parent)Drink6T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Magicka/Stamina)">
  1929.                             <Anchor point="LEFT" relativeTo="$(parent)Drink6T" relativePoint="RIGHT" offsetX="5"/>
  1930.                         </Label>
  1931.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1932.                         <Button name="$(parent)Drink7B">
  1933.                             <Dimensions x="30" y="30"/>
  1934.                             <Anchor point="TOPLEFT" relativeTo="$(parent)Drink6B" relativePoint="BOTTOMLEFT"/>
  1935.                             <Textures
  1936.                                 normal="EsoUI/Art/Buttons/plus_up.dds"
  1937.                                 pressed="EsoUI/Art/Buttons/plus_down.dds"
  1938.                                 mouseOver="EsoUI/Art/Buttons/plus_over.dds"
  1939.                                 disabled="EsoUI/Art/Buttons/plus_disabled.dds"
  1940.                             />
  1941.                             <OnClicked>
  1942.                                 ESOMRL.XMLNavigation(304, nil, nil, 14)
  1943.                             </OnClicked>
  1944.                         </Button>
  1945.                         <Label name="$(parent)Drink7T" font="ZoFontWinT2" color="A02EF7" horizontalAlignment="LEFT" text="Distillates">
  1946.                             <Anchor point="LEFT" relativeTo="$(parent)Drink7B" relativePoint="RIGHT"/>
  1947.                         </Label>
  1948.                         <Label name="$(parent)Drink7T2" font="ZoFontWinT2" color="C3C3C3" horizontalAlignment="LEFT" text="(Health/Magicka/Stamina)">
  1949.                             <Anchor point="LEFT" relativeTo="$(parent)Drink7T" relativePoint="RIGHT" offsetX="5"/>
  1950.                         </Label>
  1951.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1952.                         <Button name="$(parent)PsijicButton">
  1953.                             <Dimensions x="28" y="28"/>
  1954.                             <Anchor point="BOTTOMLEFT" relativeTo="$(parent)SelectionFrame" relativePoint="BOTTOMLEFT" offsetX="-21" offsetY="26"/>
  1955.                             <Textures
  1956.                                 normal="/MasterRecipeList/textures/psijic_normal.dds"
  1957.                                 pressed="/MasterRecipeList/textures/psijic_over.dds"
  1958.                                 mouseOver="/MasterRecipeList/textures/psijic-_over.dds"
  1959.                                 disabled="/MasterRecipeList/textures/psijic_normal.dds"
  1960.                             />
  1961.                             <OnClicked>
  1962.                                 ESOMRL.XMLNavigation(304, nil, nil, 15)
  1963.                             </OnClicked>
  1964.                         </Button>
  1965.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1966.                         <Button name="$(parent)TooltipType">
  1967.                             <Dimensions x="26" y="26"/>
  1968.                             <Anchor point="BOTTOMRIGHT" relativeTo="ESOMRL_MainFrameListFrame" relativePoint="BOTTOMRIGHT" offsetX="21" offsetY="26"/>
  1969.                             <Textures
  1970.                                 normal="/esoui/art/treeicons/provisioner_indexicon_stew_up.dds"
  1971.                                 pressed="/esoui/art/treeicons/provisioner_indexicon_stew_over.dds"
  1972.                                 mouseOver="/esoui/art/treeicons/provisioner_indexicon_stew_down.dds"
  1973.                                 disabled="/esoui/art/treeicons/provisioner_indexicon_stew_disabled.dds"
  1974.                             />
  1975.                             <OnMouseEnter>
  1976.                                 ESOMRL.XMLNavigation(305, nil, nil, 1)
  1977.                             </OnMouseEnter>
  1978.                             <OnMouseExit>
  1979.                                 ESOMRL.XMLNavigation(305, nil, nil, 2)
  1980.                             </OnMouseExit>
  1981.                             <OnClicked>
  1982.                                 ESOMRL.XMLNavigation(305, nil, nil, 3)
  1983.                             </OnClicked>
  1984.                         </Button>
  1985.                        
  1986.                     <!------------------------------------------------------------------------------------------------------------------------------------>
  1987.                         <Button name="$(parent)RecipeListOptions">
  1988.                             <Dimensions x="26" y="26"/>
  1989.                             <Anchor point="RIGHT" relativeTo="$(parent)TooltipType" relativePoint="LEFT" offsetX="3" offsetY="1"/>
  1990.                             <Textures
  1991.                                 normal="/esoui/art/mainmenu/menubar_journal_up.dds"
  1992.                                 pressed="/esoui/art/mainmenu/menubar_journal_over.dds"
  1993.                                 mouseOver="/esoui/art/mainmenu/menubar_journal_down.dds"
  1994.                                 disabled="/esoui/art/mainmenu/menubar_journal_disabled.dds"
  1995.                             />
  1996.                             <OnMouseEnter>
  1997.                                 ESOMRL.XMLNavigation(306, nil, nil, 1)
  1998.                             </OnMouseEnter>
  1999.                             <OnMouseExit>
  2000.                                 ESOMRL.XMLNavigation(306, nil, nil, 2)
  2001.                             </OnMouseExit>
  2002.                             <OnClicked>
  2003.                                 ESOMRL.XMLNavigation(306, nil, nil, 3)
  2004.                             </OnClicked>
  2005.                         </Button>
  2006. <!---------------------------------------------------------------------------------------------------------------------------------------------------------
  2007. Text search box and button.
  2008. ---------------------------------------------------------------------------------------------------------------------------------------------------------->
  2009.                         <Backdrop name="$(parent)SearchBG" inherits="ZO_EditBackdrop" alpha="0.0">
  2010.                             <Dimensions x="385" y="25"/>
  2011.                             <Anchor point="TOPLEFT" relativeTo="ESOMRL_MainFrame" relativePoint="BOTTOMRIGHT" offsetX="-405" offsetY="6"/>
  2012.                         </Backdrop>
  2013.                         <EditBox name="$(parent)SearchBox" inherits="ZO_DefaultEditForBackdrop" maxInputCharacters="50" editEnabled="true">
  2014.                             <Dimensions x="385" y="25"/>
  2015.                             <Anchor point="TOPLEFT" relativeTo="$(parent)SearchBG" relativePoint="TOPLEFT" offsetX="0" offsetY="0"/>
  2016.                             <OnEnter>
  2017.                                 ESOMRL.XMLNavigation(401, nil, nil, 5)
  2018.                             </OnEnter>
  2019.                             <OnMouseEnter>
  2020.                                 ESOMRL.XMLNavigation(401, nil, nil, 1)
  2021.                             </OnMouseEnter>
  2022.                             <OnMouseExit>
  2023.                                 ESOMRL.XMLNavigation(401, nil, nil, 2)
  2024.                             </OnMouseExit>
  2025.                             <OnFocusGained>
  2026.                                 ESOMRL.XMLNavigation(401, nil, nil, 3)
  2027.                             </OnFocusGained>
  2028.                             <OnFocusLost>
  2029.                                 ESOMRL.XMLNavigation(401, nil, nil, 4)
  2030.                             </OnFocusLost>
  2031.                             <OnTextChanged>
  2032.                                 ESOMRL.XMLNavigation(401, nil, nil, 5)
  2033.                             </OnTextChanged>
  2034.                         </EditBox>
  2035.                         <Button name="$(parent)SearchButton">
  2036.                             <Dimensions x="26" y="26"/>
  2037.                             <Anchor point="LEFT" relativeTo="$(parent)SearchBox" relativePoint="RIGHT"/>
  2038.                             <Textures
  2039.                                 normal="EsoUI/Art/Buttons/searchbutton_normal.dds"
  2040.                                 pressed="EsoUI/Art/Buttons/searchbutton_mousedown.dds"
  2041.                                 mouseOver="EsoUI/Art/Buttons/searchbutton_normal.dds"
  2042.                                 disabled="EsoUI/Art/Buttons/searchbutton_disabled.dds"
  2043.                             />
  2044.                              <OnMouseEnter>
  2045.                                 ESOMRL.XMLNavigation(401, nil, nil, 1)
  2046.                             </OnMouseEnter>
  2047.                             <OnMouseExit>
  2048.                                 ESOMRL.XMLNavigation(401, nil, nil, 2)
  2049.                             </OnMouseExit>
  2050.                             <OnClicked>
  2051.                                 ESOMRL.XMLNavigation(401, nil, nil, 5)
  2052.                             </OnClicked>
  2053.                         </Button>
  2054. <!-------------------------------------------------------------------------------------------------------------------------------------------------------->
  2055.                     </Controls>
  2056.                 </Control>
  2057.             </Controls>
  2058.         </TopLevelControl>
  2059.     </Controls>
  2060. </GuiXml>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement