Start with the default
This commit is contained in:
Executable
+422
@@ -0,0 +1,422 @@
|
||||
<?xml version = "1.0"?>
|
||||
<XML ID = "EQInterfaceDefinitionLanguage">
|
||||
<Schema xmlns = "EverQuestData" xmlns:dt = "EverQuestDataTypes"/>
|
||||
|
||||
<Button item = "ATW_Apply">
|
||||
<ScreenID>ATW_Apply</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>10</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>60</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Apply</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "ATW_Create">
|
||||
<ScreenID>ATW_Create</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>75</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>60</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Create</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "ATW_Delete">
|
||||
<ScreenID>ATW_Delete</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>140</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>60</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Delete</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "ATW_Play">
|
||||
<ScreenID>ATW_Play</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>205</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>60</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Play</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "ATW_MoveUp">
|
||||
<ScreenID>ATW_MoveUp</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>270</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>60</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Move Up</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Button item = "ATW_MoveDown">
|
||||
<ScreenID>ATW_MoveDown</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>335</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>80</CX>
|
||||
<CY>20</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>false</Style_Checkbox>
|
||||
<Text>Move Down</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Normal</Template>
|
||||
</Button>
|
||||
|
||||
<Label item ="ATW_SkinLabel">
|
||||
<ScreenID>ATW_SkinLabel</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>440</X>
|
||||
<Y>5</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>70</CX>
|
||||
<CY>14</CY>
|
||||
</Size>
|
||||
<Text>Trigger Set</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<NoWrap>true</NoWrap>
|
||||
<AlignCenter>false</AlignCenter>
|
||||
<AlignRight>false</AlignRight>
|
||||
</Label>
|
||||
|
||||
<Combobox item = "ATW_Skin">
|
||||
<ScreenID>ATW_Skin</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<Location>
|
||||
<X>510</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>120</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<ListHeight>120</ListHeight>
|
||||
<Button>BDT_Combo</Button>
|
||||
<Style_Border>true</Style_Border>
|
||||
</Combobox>
|
||||
|
||||
<Label item ="ATW_PatternLabel">
|
||||
<ScreenID>ATW_PatternLabel</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>10</X>
|
||||
<Y>35</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>45</CX>
|
||||
<CY>14</CY>
|
||||
</Size>
|
||||
<Text>Pattern</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<NoWrap>true</NoWrap>
|
||||
<AlignCenter>false</AlignCenter>
|
||||
<AlignRight>false</AlignRight>
|
||||
</Label>
|
||||
|
||||
<Editbox item = "ATW_Pattern">
|
||||
<ScreenID>ATW_Pattern</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<TooltipReference>When this text is detected in the chat window, the associated audio will be played.</TooltipReference>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Location>
|
||||
<X>60</X>
|
||||
<Y>30</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>370</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
</Editbox>
|
||||
|
||||
|
||||
|
||||
<Label item ="ATW_SoundLabel">
|
||||
<ScreenID>ATW_SoundLabel</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>440</X>
|
||||
<Y>35</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>50</CX>
|
||||
<CY>14</CY>
|
||||
</Size>
|
||||
<Text>Sound</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<NoWrap>true</NoWrap>
|
||||
<AlignCenter>false</AlignCenter>
|
||||
<AlignRight>false</AlignRight>
|
||||
</Label>
|
||||
|
||||
<Combobox item = "ATW_Sound">
|
||||
<ScreenID>ATW_Sound</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<Location>
|
||||
<X>485</X>
|
||||
<Y>30</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>145</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<ListHeight>400</ListHeight>
|
||||
<Button>BDT_Combo</Button>
|
||||
<Style_Border>true</Style_Border>
|
||||
</Combobox>
|
||||
|
||||
<Label item ="ATW_NoteLabel">
|
||||
<ScreenID>ATW_NoteLabel</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>10</X>
|
||||
<Y>65</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>45</CX>
|
||||
<CY>14</CY>
|
||||
</Size>
|
||||
<Text>Note</Text>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<NoWrap>true</NoWrap>
|
||||
<AlignCenter>false</AlignCenter>
|
||||
<AlignRight>false</AlignRight>
|
||||
</Label>
|
||||
|
||||
<Editbox item = "ATW_Note">
|
||||
<ScreenID>ATW_Note</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<TooltipReference>Enter a note about this Audio Trigger.</TooltipReference>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Location>
|
||||
<X>60</X>
|
||||
<Y>60</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>370</CX>
|
||||
<CY>24</CY>
|
||||
</Size>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
</Editbox>
|
||||
|
||||
<Listbox item = "ATW_List">
|
||||
<ScreenID>ATW_List</ScreenID>
|
||||
<DrawTemplate>WDT_Inner</DrawTemplate>
|
||||
<TooltipReference>List of Audio Triggers.</TooltipReference>
|
||||
<AutoStretch>true</AutoStretch>
|
||||
<LeftAnchorOffset>4</LeftAnchorOffset>
|
||||
<TopAnchorOffset>93</TopAnchorOffset>
|
||||
<RightAnchorOffset>4</RightAnchorOffset>
|
||||
<BottomAnchorOffset>4</BottomAnchorOffset>
|
||||
<TopAnchorToTop>true</TopAnchorToTop>
|
||||
<BottomAnchorToTop>false</BottomAnchorToTop>
|
||||
<LeftAnchorToLeft>true</LeftAnchorToLeft>
|
||||
<RightAnchorToLeft>false</RightAnchorToLeft>
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Style_Border>true</Style_Border>
|
||||
<Style_VScroll>true</Style_VScroll>
|
||||
<Columns>
|
||||
<Width>210</Width>
|
||||
<Heading>Pattern</Heading>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Width>210</Width>
|
||||
<Heading>Note</Heading>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Width>145</Width>
|
||||
<Heading>Audio</Heading>
|
||||
</Columns>
|
||||
<Columns>
|
||||
<Width>60</Width>
|
||||
<Heading>Enabled</Heading>
|
||||
</Columns>
|
||||
</Listbox>
|
||||
<Button item="ATW_Checkbox">
|
||||
<ScreenID>ATW_Checkbox</ScreenID>
|
||||
<RelativePosition>true</RelativePosition>
|
||||
<Location>
|
||||
<X>0</X>
|
||||
<Y>0</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>16</CX>
|
||||
<CY>16</CY>
|
||||
</Size>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<Style_Transparent>false</Style_Transparent>
|
||||
<Style_Checkbox>true</Style_Checkbox>
|
||||
<Text />
|
||||
<TextColor>
|
||||
<R>255</R>
|
||||
<G>255</G>
|
||||
<B>255</B>
|
||||
</TextColor>
|
||||
<Template>BDT_Checkbox</Template>
|
||||
</Button>
|
||||
|
||||
<Screen item = "AudioTriggersWindow">
|
||||
<RelativePosition>false</RelativePosition>
|
||||
<Location>
|
||||
<X>320</X>
|
||||
<Y>240</Y>
|
||||
</Location>
|
||||
<Size>
|
||||
<CX>670</CX>
|
||||
<CY>400</CY>
|
||||
</Size>
|
||||
<Text>Audio Triggers</Text>
|
||||
<Style_VScroll>false</Style_VScroll>
|
||||
<Style_HScroll>false</Style_HScroll>
|
||||
<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>ATW_List</Pieces>
|
||||
<Pieces>ATW_Apply</Pieces>
|
||||
<Pieces>ATW_Create</Pieces>
|
||||
<Pieces>ATW_Delete</Pieces>
|
||||
<Pieces>ATW_Play</Pieces>
|
||||
<Pieces>ATW_MoveUp</Pieces>
|
||||
<Pieces>ATW_MoveDown</Pieces>
|
||||
<Pieces>ATW_PatternLabel</Pieces>
|
||||
<Pieces>ATW_Pattern</Pieces>
|
||||
<Pieces>ATW_SoundLabel</Pieces>
|
||||
<Pieces>ATW_Sound</Pieces>
|
||||
<Pieces>ATW_NoteLabel</Pieces>
|
||||
<Pieces>ATW_Note</Pieces>
|
||||
<Pieces>ATW_SkinLabel</Pieces>
|
||||
<Pieces>ATW_Skin</Pieces>
|
||||
<Pieces>ATW_Checkbox</Pieces>
|
||||
</Screen>
|
||||
</XML>
|
||||
Reference in New Issue
Block a user