Ive made the about window. Hope you like it.
EDIT:for some weird reason the attachment didn't work so heres the code:
code:
<?xml version="1.0" encoding="UTF-16"?>
<GlobalColors>
<GlobalColor Id="green"><Red>80</Red><Green>200</Green><Blue>65</Blue><Alpha>220</Alpha></GlobalColor>
<GlobalColor Id="white"><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>255</Alpha></GlobalColor>
<GlobalColor Id="black"><Red>0</Red><Green>0</Green><Blue>0</Blue><Alpha>255</Alpha></GlobalColor>
<GlobalColor Id="grey"><Red>223</Red><Green>223</Green><Blue>223</Blue><Alpha>255</Alpha></GlobalColor>
<GlobalColor Id="bg"><BaseColor><Saturation>2</Saturation><Brightness>0.6</Brightness><Transparency>82</Transparency></BaseColor></GlobalColor>
<GlobalColor Id="ref"><BaseColor><Saturation>2.5</Saturation><Brightness>0.8</Brightness><Transparency>220</Transparency></BaseColor></GlobalColor>
</GlobalColors>
<Window Id="WndAbout" Version="1">
<Attributes>
<Caption>Live poll-About</Caption>
</Attributes>
<Position Width="300" Height="200"/>
<Elements>
<Element xsi:type="FigureElement" Id="RectTopGradient">
<Position Top="0" Left="1" Width="900" Height="29"/>
<Figure><RoundRect><Radius>5</Radius></RoundRect></Figure>
<Fill>
<LinearGradient Angle="90">
<Color1><BaseColor><Transparency>0</Transparency></BaseColor></Color1>
<Color2><BaseColor><Transparency>100</Transparency></BaseColor></Color2>
</LinearGradient>
</Fill>
</Element>
<Element xsi:type="FigureElement" Id="FigRectDev">
<Position Top="57" Left="190" Height="45" Width="97"/>
<Figure><RoundRect><Radius>3</Radius></RoundRect></Figure>
<Border>
<Color><GlobalColor>bg</GlobalColor></Color>
</Border>
<Fill>
<PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
</Fill>
</Element>
<Element xsi:type="FigureElement" Id="FigRectInfo">
<Position Top="110" Left="190" Height="24" Width="97"/>
<Figure><RoundRect><Radius>3</Radius></RoundRect></Figure>
<Border>
<Color><GlobalColor>bg</GlobalColor></Color>
</Border>
<Fill>
<PlainColor><Red>255</Red><Green>255</Green><Blue>255</Blue><Alpha>170</Alpha></PlainColor>
</Fill>
</Element>
<Element xsi:type="ImageElement" Id="imgLogo">
<Position Top="3" Left="3" />
<Image>
<Name>logo</Name>
</Image>
</Element>
<Element xsi:type="LineElement" Id="LnTopSep">
<Position Top="52" Left="65" Width="120" Height="0">
<Anchor Horizontal="LeftRightFixed"/>
</Position>
<Size>1</Size>
<Color><Red>195</Red><Green>195</Green><Blue>195</Blue></Color>
</Element>
<Element xsi:type="LineElement" Id="LnBottomSep">
<Position Top="125" Left="5" Width="175" Height="0">
<Anchor Horizontal="LeftRightFixed"/>
</Position>
<Size>1</Size>
<Color><Red>195</Red><Green>195</Green><Blue>195</Blue></Color>
</Element>
<Element xsi:type="ImageElement" Id="Bg">
<Position Top="1" Left="90"/>
<Image><Name>windowbkg</Name></Image>
</Element>
</Elements>
<DialogTmpl>
<BottomBar Style="Plain">
<RightControls>
<Control xsi:type="ButtonControl" Id="BtnCancel">
<Position Left="0" Top="0" Width="50"/>
<Caption>Close</Caption>
</Control>
</RightControls>
</BottomBar>
</DialogTmpl>
<Controls>
<Control xsi:type="StaticControl" Id="lblTitle">
<Position Top="15" Left="60" Width="160" Height="16" />
<Caption>Live poll</Caption>
<Transparency>200</Transparency>
<Font><Bold>True</Bold><Size>16</Size></Font>
<Attributes>
<AutoAdjustWidth>true</AutoAdjustWidth>
</Attributes>
</Control>
<Control xsi:type="StaticControl" Id="lblVersion">
<Position Top="32" Width="150" Left="65"/>
<Caption>Version : 1</Caption>
<Transparency>130</Transparency>
<Font><Bold>true</Bold><Size>7</Size></Font>
<Attributes>
<AutoAdjustWidth>true</AutoAdjustWidth>
</Attributes>
</Control>
<Control xsi:type="StaticControl" Id="lblDeveloper">
<Position Top="59" Left="195" Width="230" Height="10" />
<Caption>Developer : </Caption>
<Font><Bold>True</Bold></Font>
</Control>
<Control xsi:type="LinkControl" Id="creator">
<Position Top="69" Left="195" Width="50" Height="10" />
<Attributes>
<Underline>WhenHot</Underline>
</Attributes>
<Caption>Phalanxii</Caption>
</Control>
<Control xsi:type="StaticControl" Id="lblMoreInfo">
<Position Top="112" Left="195" Width="230" Height="10" />
<Caption>More Info : </Caption>
<Font><Bold>True</Bold></Font>
</Control>
<Control xsi:type="LinkControl" Id="lnkWebsite">
<Position Top="122" Left="195" Width="50" Height="10" />
<Attributes>
<Underline>WhenHot</Underline>
<AutoAdjustWidth>true</AutoAdjustWidth>
</Attributes>
<Caption>Website</Caption>
</Control>
<Control xsi:type="StaticControl" Id="lblAbout">
<Position Top="56" Left="5" Width="180" Height="60" />
<Caption>Live poll is a simple script that allows you to show a poll in your PSM.</Caption>
</Control>
<Control xsi:type="StaticControl" Id="lblSpecialThanks">
<Position Top="90" Left="5" Width="150" Height="10" />
<Caption>Special Thanks to :</Caption>
<Font><Bold>True</Bold></Font>
</Control>
<Control xsi:type="StaticControl" Id="lblSpecialThanks2">
<Position Top="110" Left="5" Width="230" Height="10" />
<Caption>Jimbodude for creating the about window</Caption>
</Control>
</Controls>
</Window>
</Interfaces>