Start with the default
This commit is contained in:
Executable
+51
@@ -0,0 +1,51 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<Editbox item = "PlayerNotesInput">
|
||||
<ScreenID>PlayerNotesInput</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorOffset>0</LeftAnchorOffset>
|
||||
<TopAnchorOffset>0</TopAnchorOffset>
|
||||
<RightAnchorOffset>0</RightAnchorOffset>
|
||||
<BottomAnchorOffset>0</BottomAnchorOffset>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Style_Multiline>true</Style_Multiline>
|
||||
</Editbox>
|
||||
<Screen item = "PlayerNotesWindow">
|
||||
<!--<ScreenID/>-->
|
||||
<!--<Font>3</Font>-->
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>100</X>
|
||||
<Y>80</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>384</CX>
|
||||
<CY>354</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<DrawTemplate>WDT_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>
|
||||
<Text>Notes Window</Text>
|
||||
<Pieces>PlayerNotesInput</Pieces>
|
||||
</Screen>
|
||||
|
||||
</XML>
|
||||
Reference in New Issue
Block a user