<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Change Character Color By farhad abedini</AppTitle>
	<AppShortName>CCC</AppShortName>
	<Author>@farhad2008</Author>
	<Version>1.1</Version>
	<Description>change character color</Description>
	<DesignDeviceName>Google Nexus 4</DesignDeviceName>
	<Variables>[str1]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>384</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>
						<Paragraph id="demo">
							<left>177px</left>
							<top>137px</top>
							<width>250px</width>
							<height>73px</height>
							<style>font-size:28pt;font-style:normal;font-weight:bold;text-align:center</style>
							<text>FARHAD</text>
						</Paragraph>
						<PushButton id="PushButton2">
							<left>224px</left>
							<top>291px</top>
							<width>185px</width>
							<height>38px</height>
							<caption>Change Character Color</caption>
							<click>set_char_color &quot;demo&quot; 2 &quot;red&quot;</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>640px</width>
							<height>384px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
