Start with the default
This commit is contained in:
+111
@@ -0,0 +1,111 @@
|
||||
<?xml version="1.0" encoding="us-ascii"?>
|
||||
<XML ID="EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns="EverQuestData" xmlns:dt="EverQuestDataTypes" />
|
||||
<Listbox item="CSSW_SkillSelectorList">
|
||||
<ScreenID>CSSW_SkillSelectorList</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorOffset>4</LeftAnchorOffset>
|
||||
<TopAnchorOffset>4</TopAnchorOffset>
|
||||
<RightAnchorOffset>4</RightAnchorOffset>
|
||||
<BottomAnchorOffset>84</BottomAnchorOffset>
|
||||
<Columns>
|
||||
<Heading>Name</Heading>
|
||||
<Width>130</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Level</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Cost</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Upkeep</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Target</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Duration</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Reuse</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Heading>Timer</Heading>
|
||||
<Width>50</Width>
|
||||
</Columns>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
</Listbox>
|
||||
<STMLbox item="CSSW_SkillDescriptionStmlBox">
|
||||
<ScreenID>CSSW_SkillDescriptionStmlBox</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<TopAnchorToTop>false</TopAnchorToTop>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorOffset>4</LeftAnchorOffset>
|
||||
<TopAnchorOffset>82</TopAnchorOffset>
|
||||
<RightAnchorOffset>4</RightAnchorOffset>
|
||||
<BottomAnchorOffset>32</BottomAnchorOffset>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Text />
|
||||
</STMLbox>
|
||||
<Button item="CSSW_MakeHotkeyButton">
|
||||
<ScreenID>CSSW_MakeHotkeyButton</ScreenID>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<TopAnchorToTop>false</TopAnchorToTop>
|
||||
<RightAnchorToLeft>true</RightAnchorToLeft>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorOffset>4</LeftAnchorOffset>
|
||||
<TopAnchorOffset>29</TopAnchorOffset>
|
||||
<RightAnchorOffset>154</RightAnchorOffset>
|
||||
<BottomAnchorOffset>4</BottomAnchorOffset>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Make Hotkey</Text>
|
||||
<!--<TooltipReference/>-->
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
<Screen item="CombatSkillSelectWnd">
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>150</X>
|
||||
<Y>55</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>520</CX>
|
||||
<CY>280</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Text>Combat Skills</Text>
|
||||
<DrawTemplate>WDT_defaultChat_Def</DrawTemplate>
|
||||
<Style_Titlebar>true</Style_Titlebar>
|
||||
<Style_Closebox>true</Style_Closebox>
|
||||
<Style_Minimizebox>true</Style_Minimizebox>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_Sizable>true</Style_Sizable>
|
||||
<Pieces>CSSW_SkillSelectorList</Pieces>
|
||||
<Pieces>CSSW_SkillDescriptionStmlBox</Pieces>
|
||||
<Pieces>CSSW_MakeHotkeyButton</Pieces>
|
||||
</Screen>
|
||||
</XML>
|
||||
Reference in New Issue
Block a user