<?xml version="1.0" encoding="UTF-16"?>
<Interfaces xmlns="urn:msgplus:interface" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:msgplus:interface PlusInterface.xsd" Name="Yet Another Signature Status">
	<GlobalColors>
		<GlobalColor Id="gray">
			<Red>10</Red>
			<Green>10</Green>
			<Blue>10</Blue>
			<Alpha>150</Alpha>
		</GlobalColor>
	</GlobalColors>
	<Window Id="WndFirstConfig" Version="1">
		<Attributes>
			<Caption>Configuration</Caption>
		</Attributes>
		<TitleBar>
			<Title>
				<Text>Configuration</Text>
			</Title>
		</TitleBar>
		<Position Width="250" Height="200"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnOK">
						<Position Top="0" Width="50" Left="0"></Position>
						<Attributes><IsDefault>true</IsDefault></Attributes>
						<Caption>OK</Caption>
					</Control>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="0"></Position>
						<Caption>Cancel</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblGenInfo">
				<Position Top="5" Left="10" Width="220" Height="100"/>
				<Caption>Thank you for choosing YASS! To get started, please enter the URL for the YASS server you have registered at. This URL is the same as the YASS server home page. This will allow YASS to send the data necessary to create your own customized status image.\n\nIf you do not have an account yet, or do not know the correct URL, it can be changed at any time in the YASS Settings window on the scripts menu.\n\nTo register an account, sign up or download the server software at:</Caption>
			</Control>
			<Control xsi:type="LinkControl" Id="lnkReg">
				<Position Top="90" Left="5" Width="240"/>
				<Attributes>
					<Align>center</Align>
				</Attributes>
				<Caption>www.yetanothersig.com</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="LblURL">
				<Position Top="110" Left="10" Width="80"/>
				<Font><Bold>true</Bold></Font>
				<Caption>URL to send data:</Caption>
			</Control>
			<Control xsi:type="EditControl" Id="EdtURL">
				<Position Top="120" Left="10" Width="220"/>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndLoad" Version="1">
		<Attributes>
			<TopMost>true</TopMost>
			<ShowInTaskbar>false</ShowInTaskbar>
		</Attributes>
		<TitleBar>
			<AllowMinimize>false</AllowMinimize>
			<AllowMaximize>false</AllowMaximize>
		</TitleBar>
		<Position Width="100" Height="50"/>
		<WindowTmpl/>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblurlInfo">
				<Position Top="10" Left="15" Width="80" Height="20"/>
				<Font><Size>14</Size><Bold>true</Bold></Font>
				<Caption>Loading....</Caption>
			</Control>
			<Control xsi:type="ProgressControl" Id="Progress">
				<Position Height="10" Width="80" Top="30" Left="10"/>
				<Marquee/>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndConfig" Version="1">
		<Attributes>
			<Caption>Configuration</Caption>
		</Attributes>
		<TitleBar>
			<Title>
				<Text>Configuration</Text>
			</Title>
		</TitleBar>
		<Position Width="250" Height="200"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnAbout">
						<Position Top="0" Width="50" Left="160"/>
						<Caption>About</Caption>
					</Control>
					<Control xsi:type="ButtonControl" Id="BtnOK">
						<Position Top="0" Width="50" Left="0"></Position>
						<Attributes><IsDefault>true</IsDefault></Attributes>
						<Caption>OK</Caption>
					</Control>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="0"></Position>
						<Caption>Cancel</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblurlInfo">
				<Position Top="5" Left="10" Width="220" Height="70"/>
				<Caption>To change the location of where to send status data, enter the new URL below.</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="LblURL">
				<Position Top="30" Left="10" Width="150"/>
				<Font><Bold>true</Bold></Font>
				<Caption>URL for data:</Caption>
			</Control>
			<Control xsi:type="EditControl" Id="EdtURL">
				<Position Top="40" Left="10" Width="220"/>
			</Control>
			<Control xsi:type="CheckBoxControl" Id="CheckDisable">
				<Position Top="60" Left="5" Width="230" Height="10"/>
				<Caption>Disable ALL status updates to server</Caption>
			</Control>
			<Control xsi:type="CheckBoxControl" Id="CheckErrorServer">
				<Position Top="90" Left="5" Width="230" Height="10"/>
				<Caption>Disable toasts for server connection problems</Caption>
			</Control>
			<Control xsi:type="CheckBoxControl" Id="CheckErrorClient">
				<Position Top="105" Left="5" Width="230" Height="10"/>
				<Caption>Disable toasts for client, authentication and internal server errors</Caption>
			</Control>
			<Control xsi:type="CheckBoxControl" Id="CheckUpdateOffline">
				<Position Top="120" Left="5" Width="230" Height="10"/>
				<Caption>Disable status updates while appearing offline</Caption>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndPassConfig" Version="1">
		<Attributes>
			<Caption>Secure your Account</Caption>
		</Attributes>
		<TitleBar><Title><Text>Secure your Account</Text></Title></TitleBar>
		<Position Width="250" Height="120"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnOK">
						<Position Top="0" Width="50" Left="0"></Position>
						<Caption>Secure Now</Caption>
					</Control>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="0"></Position>
						<Attributes><IsDefault>true</IsDefault></Attributes>
						<Caption>Cancel</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblgenInfo">
				<Position Top="5" Left="10" Width="220" Height="70"/>
				<Caption>Securing your passkey is only necessary if your old passkey is lost due to removal of this script, you are signing in on a different computer, or you suspect someone else is attempting to modify your account.\n\nYou will be sent a message via the script's bot containing a link to confirm the passkey update.</Caption>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndBot" Version="1">
		<Attributes>
			<Caption>Message Bot</Caption>
		</Attributes>
		<TitleBar><Title><Text>Missing Message Bot</Text></Title></TitleBar>
		<Position Width="250" Height="120"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="0"></Position>
						<Caption>OK</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblgenInfo">
				<Position Top="5" Left="10" Width="220" Height="70"/>
				<Caption>You do not have the messaging bot added to your contact list. To ensure that you receive messages and encryption key verification, it is advised that you add the address below to your contact list.</Caption>
			</Control>
			<Control xsi:type="EditControl" Id="EdtBot">
				<Position Top="45" Left="10" Width="220"/>
				<Attributes><ReadOnly>true</ReadOnly></Attributes>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndNoBot" Version="1">
		<Attributes>
			<Caption>Message Bot</Caption>
		</Attributes>
		<TitleBar><Title><Text>Missing Message Bot</Text></Title></TitleBar>
		<Position Width="250" Height="120"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="0"></Position>
						<Caption>OK</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblgenInfo">
				<Position Top="5" Left="10" Width="220" Height="70"/>
				<Caption>You do not have the messaging bot added to your contact list. In order to generate a new passkey, the messaging bot must be added to your contact list. Please add the address below, and regenerate again.</Caption>
			</Control>
			<Control xsi:type="EditControl" Id="EdtBot">
				<Position Top="45" Left="10" Width="220"/>
				<Attributes><ReadOnly>true</ReadOnly></Attributes>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndImageSelect" Version="1">
		<Attributes>
			<Caption>Image Selection</Caption>
		</Attributes>
		<TitleBar><Title><Text>Image Selection</Text></Title></TitleBar>
		<Position Width="250" Height="250"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="0"></Position>
						<Caption>OK</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="LblInfo">
				<Position Top="10" Left="10" Height="30" Width="220"/>
				<Caption>Choose an image below to edit how it should look like. You can also create a new blank image or choose one from the templates.</Caption>
			</Control>
			<Control xsi:type="ListViewControl" Id="LVimagelst">
				<Position Height="45" Left="20" Top="40" Width="200">
					<Anchor Horizontal="LeftRightFixed" Vertical="TopBottomFixed"/>
				</Position>
				<ReportView>
					<ColumnHeader>false</ColumnHeader>
					<SortColHeader>true</SortColHeader>
				</ReportView>
				<Columns>
					<Column>
						<ColumnId>imgnum</ColumnId>
						<Width>10</Width>
					</Column>
					<Column>
						<ColumnId>imgname</ColumnId>
						<Width>90</Width>
					</Column>
				</Columns>
			</Control>
			<Control xsi:type="ButtonControl" Id="BtnEdit" Visible="false">
				<Position Top="100" Left="70" Width="45"/>
				<Caption>Edit</Caption>
			</Control>
			<Control xsi:type="ButtonControl" Id="BtnDelete" Visible="false">
				<Position Top="100" Left="130" Width="45"/>
				<Caption>Delete</Caption>
			</Control>
			<Control xsi:type="ButtonControl" Id="BtnNew" Visible="false">
				<Position Top="100" Left="50" Width="45"/>
				<Caption>New</Caption>
			</Control>
			<Control xsi:type="ButtonControl" Id="BtnNewTpl" Visible="false">
				<Position Top="100" Left="110" Width="90"/>
				<Caption>New From Template</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="LblInfo2">
				<Position Top="130" Left="10" Width="200"/>
				<Caption>You may save up to 10 different images.</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="lblImgURL">
				<Position Top="150" Left="10" Width="150"/>
				<Caption>URL for selected image:</Caption>
			</Control>
			<Control xsi:type="EditControl" Id="txtImgURL">
				<Position Top="165" Left="10" Width="220"/>
				<Attributes>
					<ReadOnly>true</ReadOnly>
				</Attributes>
			</Control>
			<Control xsi:type="LinkControl" Id="lnkImgURL">
				<Position Top="180" Left="20" Width="100"/>
				<Caption>View this image</Caption>
			</Control>
			<Control xsi:type="LinkControl" Id="lnkLogin">
				<Position Top="195" Left="20" Width="100"/>
				<Caption>Login Online</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="txtLogin">
				<Position Top="205" Left="20" Width="160" Height="20"/>
				<Caption>to upload backgrounds, fonts and more!</Caption>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndTemplate" Version="1">
		<Attributes>
			<Caption>Select a Template</Caption>
		</Attributes>
		<TitleBar>
			<Title>
				<Text>Select a Template</Text>
			</Title>
		</TitleBar>
		<Position Width="200" Height="200"/>
		<DialogTmpl>
			<BottomBar Style="None">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnOk">
						<Position Top="0" Width="50" Left="0"/>
						<Caption>OK</Caption>
					</Control>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Width="50" Left="60"/>
						<Caption>Cancel</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Controls>
			<Control xsi:type="StaticControl" Id="lblTemplate">
				<Position Top="10" Left="10" Width="180" Height="25"/>
				<Caption>Choose an image here to save it to your image list. It can then be edited from the image selection list.</Caption>
			</Control>
			<Control xsi:type="ListViewControl" Id="lvTemplate">
				<Position Top="40" Left="20" Width="150" Height="100"/>
				<ReportView>
					<ColumnHeader>true</ColumnHeader>
				</ReportView>
				<Columns>
					<Column>
						<ColumnId>tplName</ColumnId>
						<Label>Name</Label>
						<Width>50</Width>
					</Column>
					<Column>
						<ColumnId>tplCreator</ColumnId>
						<Label>Creator</Label>
						<Width>50</Width>
					</Column>
				</Columns>
			</Control>
		</Controls>
	</Window>
	<Window Id="WndAbout" Version="1">
		<Attributes>
			<Caption>About YASS</Caption>
		</Attributes>
		<TitleBar>
			<AllowMinimize>false</AllowMinimize>
			<Title>
				<Text>About YASS</Text>
			</Title>
		</TitleBar>
		<Position Width="250" Height="250"/>
		<DialogTmpl>
			<BottomBar Style="Default">
				<RightControls>
					<Control xsi:type="ButtonControl" Id="BtnCancel">
						<Position Top="0" Left="0" Width="50"/>
						<Attributes>
							<IsDefault>true</IsDefault>
						</Attributes>
						<Caption>OK</Caption>
					</Control>
				</RightControls>
			</BottomBar>
		</DialogTmpl>
		<Elements>
			<Element xsi:type="LineElement" Id="linTitle">
				<Position Top="38" Left="25" Width="120" Height="0"/>
				<Size>1</Size>
				<Color>
					<GlobalColor>gray</GlobalColor>
				</Color>
			</Element>
			<Element xsi:type="ImageElement" Id="imgHuhWhat">
				<Position Top="40" Left="160"/>
				<Image>
					<Name>huhWhat</Name>
					<Format>JPEG</Format>
				</Image>
			</Element>
		</Elements>
		<Controls>
			<Control xsi:type="StaticControl" Id="lblTitle">
				<Position Top="10" Left="20" Width="250" Height="25"/>
				<Font>
					<Size>14</Size>
				</Font>
				<Caption>Yet Another Signature Status</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="lblVersion">
				<Position Top="25" Left="30" Width="80"/>
				<Color>
					<GlobalColor>gray</GlobalColor>
				</Color>
				<Caption>Version 0.9.84</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="lblTitleTrans">
				<Position Top="25" Left="92" Width="180"/>
				<Color>
					<GlobalColor>gray</GlobalColor>
				</Color>
				<Caption></Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="lblCreator">
				<Position Top="102" Left="160" Width="65" Height="20"/>
				<Attributes>
					<Align>center</Align>
				</Attributes>
				<Caption>Created by MeEtc</Caption>
			</Control>
			<Control xsi:type="StaticControl" Id="lblInfo">
				<Position Top="40" Left="5" Width="153" Height="98"/>
				<Caption>YASS allows the creation of an image that contains a user's Display Picture, Name and Personal Message for use on web forums, blogs, social networking sites, personal pages or anywhere else on the Internet.

YASS has been my first big programming challenge, and I couldn't have done it without help from the generous scripting community. Here are some of the people that have helped me along the way:</Caption>
			</Control>
			<Control xsi:type="RichEditControl" Id="lblPeople">
				<Position Top="140" Width="220" Left="10" Height="50"/>
				<Attributes>
					<HideSelection>true</HideSelection>
					<Multiline>true</Multiline>
					<ReadOnly>true</ReadOnly>
					<HasBorder>true</HasBorder>
				</Attributes>
				<DefaultText></DefaultText>
			</Control>
			<Control xsi:type="ButtonControl" Id="btnSqueak">
				<Position Top="62" Left="195" Height="10" Width="10"/>
				<CustomLook>
					<FocusRect>
						<Left>1</Left>
						<Top>1</Top>
						<Right>0</Right>
						<Bottom>0</Bottom>
					</FocusRect>
					<Base>
						<Element xsi:type="ImageElement" Id="imgSqueak">
							<Position Top="0" Left="0" Height="10" Width="10"/>
							<Image>
								<Name>trans</Name>
							</Image>
						</Element>
					</Base>
					<Normal/>
					<Hot/>
					<Pushed/>
				</CustomLook>
			</Control>
		</Controls>
	</Window>
</Interfaces>
