Start with the default
This commit is contained in:
Executable
+57
@@ -0,0 +1,57 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<Listbox item = "ZPW_ZoneList">
|
||||
<ScreenID>ZPW_ZoneList</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<LeftAnchorOffset>4</LeftAnchorOffset>
|
||||
<TopAnchorOffset>4</TopAnchorOffset>
|
||||
<BottomAnchorOffset>4</BottomAnchorOffset>
|
||||
<RightAnchorOffset>4</RightAnchorOffset>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
<Columns>
|
||||
<Width>150</Width>
|
||||
<Heading>Zone</Heading>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Width>100</Width>
|
||||
<Heading>Transfer Info</Heading>
|
||||
</Columns>
|
||||
</Listbox>
|
||||
|
||||
<Screen item = "ZonePathWnd">
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>0</X>
|
||||
<Y>2</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>292</CX>
|
||||
<CY>110</CY>
|
||||
</Size>
|
||||
<Text>Zone Path</Text>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<DrawTemplate>WDT_Rounded</DrawTemplate>
|
||||
<Style_Titlebar>true</Style_Titlebar>
|
||||
<Style_Qmarkbox>true</Style_Qmarkbox>
|
||||
<Style_Closebox>true</Style_Closebox>
|
||||
<Style_Minimizebox>true</Style_Minimizebox>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_Sizable>true</Style_Sizable>
|
||||
<Pieces>ZPW_ZoneList</Pieces>
|
||||
</Screen>
|
||||
|
||||
|
||||
</XML>
|
||||
Reference in New Issue
Block a user