<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Compare 2 String</AppTitle>
	<Author>By Farhad  Abedini 1398</Author>
	<Version>1.01</Version>
	<Description>Compare 2 string and print difference</Description>
	<DesignDeviceName>Google Nexus 4</DesignDeviceName>
	<Variables>[text1],[text2],[xx]</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>
	<AppIcon>C:\Users\farhad_2010\Pictures\Hoosh\Compare.png</AppIcon>
	<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>
						<TextInput id="TextInput1">
							<left>181px</left>
							<top>83px</top>
							<width>333px</width>
							<height>40px</height>
							<variable>[text1]</variable>
							<init_value>farhad abedini</init_value>
						</TextInput>
						<PushButton id="PushButton1">
							<left>182px</left>
							<top>218px</top>
							<width>329px</width>
							<height>41px</height>
							<caption>compare</caption>
							<kind>primary</kind>
							<click>neofa_compare &quot;[text1]&quot; &quot;[text2]&quot; &quot;Paragraph1&quot; &quot;/&quot; true</click>
						</PushButton>
						<TextInput id="TextInput2">
							<left>180px</left>
							<top>150px</top>
							<width>333px</width>
							<height>42px</height>
							<variable>[text2]</variable>
							<init_value>farzan</init_value>
						</TextInput>
						<Paragraph id="Paragraph1">
							<left>184px</left>
							<top>316px</top>
							<width>327px</width>
							<height>36px</height>
							<style>background-color:#F9FFCA;border-color:#415600</style>
						</Paragraph>
						<Paragraph id="Paragraph2">
							<left>99px</left>
							<top>90px</top>
							<width>54px</width>
							<height>30px</height>
							<style>text-align:center</style>
							<text>Text1</text>
						</Paragraph>
						<Paragraph id="Paragraph3">
							<left>102px</left>
							<top>156px</top>
							<width>54px</width>
							<height>30px</height>
							<style>text-align:center</style>
							<text>Text2</text>
						</Paragraph>
						<Paragraph id="Paragraph4">
							<left>102px</left>
							<top>319px</top>
							<width>54px</width>
							<height>30px</height>
							<style>text-align:center</style>
							<text>Result1</text>
						</Paragraph>
						<Paragraph id="Paragraph5">
							<left>188px</left>
							<top>28px</top>
							<width>277px</width>
							<height>33px</height>
							<text>Compare 2 String Example By Farhad2008</text>
						</Paragraph>
					</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>
