<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>450</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>100px</left>
							<top>100px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 1</caption>
							<click>RemoveClass &quot;PushButton1&quot; &quot;btn-default&quot;
AddClass &quot;PushButton1&quot; &quot;btn-danger&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>220px</left>
							<top>100px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 2</caption>
							<click>RemoveClass &quot;PushButton2&quot; &quot;btn-default&quot;
AddClass &quot;PushButton2&quot; &quot;btn-primary&quot;</click>
						</PushButton>
						<PushButton id="PushButton3">
							<left>340px</left>
							<top>100px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 3</caption>
							<click>RemoveClass &quot;PushButton3&quot; &quot;btn-default&quot;
AddClass &quot;PushButton3&quot; &quot;btn-success&quot;</click>
						</PushButton>
						<PushButton id="PushButton4">
							<left>460px</left>
							<top>100px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 4</caption>
							<click>RemoveClass &quot;PushButton4&quot; &quot;btn-default&quot;
AddClass &quot;PushButton4&quot; &quot;btn-info&quot;</click>
						</PushButton>
						<PushButton id="PushButton5">
							<left>580px</left>
							<top>100px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 5</caption>
							<click>RemoveClass &quot;PushButton5&quot; &quot;btn-default&quot;
AddClass &quot;PushButton5&quot; &quot;btn-warning&quot;</click>
						</PushButton>
						<PushButton id="PushButton6">
							<left>100px</left>
							<top>230px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 6</caption>
							<click>RemoveClass &quot;PushButton6&quot; &quot;btn-default&quot;
SetObjectStyle &quot;PushButton6&quot; &quot;background&quot; &quot;#ff0000&quot;
SetObjectStyle &quot;PushButton6&quot; &quot;color&quot; &quot;#ffffff&quot;</click>
						</PushButton>
						<PushButton id="PushButton7">
							<left>220px</left>
							<top>230px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 7</caption>
							<click>RemoveClass &quot;PushButton7&quot; &quot;btn-default&quot;
SetObjectStyle &quot;PushButton7&quot; &quot;background&quot; &quot;#007700&quot;
SetObjectStyle &quot;PushButton7&quot; &quot;color&quot; &quot;#ffffff&quot;</click>
						</PushButton>
						<PushButton id="PushButton8">
							<left>340px</left>
							<top>230px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 8</caption>
							<click>RemoveClass &quot;PushButton8&quot; &quot;btn-default&quot;
SetObjectStyle &quot;PushButton8&quot; &quot;background&quot; &quot;#000077&quot;
SetObjectStyle &quot;PushButton8&quot; &quot;color&quot; &quot;#ffffff&quot;</click>
						</PushButton>
						<PushButton id="PushButton9">
							<left>460px</left>
							<top>230px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 9</caption>
							<click>RemoveClass &quot;PushButton9&quot; &quot;btn-default&quot;
SetObjectStyle &quot;PushButton9&quot; &quot;background&quot; &quot;#006677&quot;
SetObjectStyle &quot;PushButton9&quot; &quot;color&quot; &quot;#ffffff&quot;</click>
						</PushButton>
						<PushButton id="PushButton10">
							<left>580px</left>
							<top>230px</top>
							<width>100px</width>
							<height>50px</height>
							<caption>Button 10</caption>
							<click>RemoveClass &quot;PushButton10&quot; &quot;btn-default&quot;
SetObjectStyle &quot;PushButton10&quot; &quot;background&quot; &quot;#996600&quot;
SetObjectStyle &quot;PushButton10&quot; &quot;color&quot; &quot;#ffffff&quot;</click>
						</PushButton>
						<Headline id="Headline1">
							<left>100px</left>
							<top>30px</top>
							<width>580px</width>
							<height>50px</height>
							<style>text-align:center</style>
							<text>Default colors</text>
							<kind>h2</kind>
						</Headline>
						<Headline id="Headline2">
							<left>100px</left>
							<top>170px</top>
							<width>580px</width>
							<height>50px</height>
							<style>text-align:center</style>
							<text>Custom&amp;nbsp;colors</text>
							<kind>h2</kind>
						</Headline>
						<PushButton id="PushButton11">
							<left>100px</left>
							<top>330px</top>
							<width>580px</width>
							<height>50px</height>
							<caption>Change All Buttons</caption>
							<kind>primary</kind>
							<click>Loop 1 10 [xx]
RemoveClass &quot;PushButton[xx]&quot; &quot;btn-default&quot;
SetObjectStyle &quot;PushButton[xx]&quot; &quot;background&quot; &quot;#225500&quot;
SetObjectStyle &quot;PushButton[xx]&quot; &quot;color&quot; &quot;#ffffff&quot;
endloop</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>800px</width>
							<height>450px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
