<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</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>
						<Container id="Container1">
							<left>400px</left>
							<top>15px</top>
							<width>189px</width>
							<height>120px</height>
							<style>background-color:orange;border-style:solid;border-width:1px</style>
							<Components>
								<Container id="Container2">
									<left>37px</left>
									<top>21px</top>
									<width>73px</width>
									<height>67px</height>
									<style>background-color:#3AFF00;border-style:solid;border-width:1px</style>
								</Container>
							</Components>
						</Container>
						<PushButton id="PushButton1">
							<left>75px</left>
							<top>46px</top>
							<width>192px</width>
							<height>44px</height>
							<caption>create new object</caption>
							<kind>primary</kind>
							<click>DuplicateObject &quot;Container1&quot; &quot;obj&quot; &quot;NewPage&quot;
MoveObject &quot;obj&quot; 400 180

ShowObject &quot;p1&quot; &quot;&quot; 0
ShowObject &quot;p2&quot; &quot;&quot; 0</click>
						</PushButton>
						<PushButton id="p1">
							<left>66px</left>
							<top>228px</top>
							<width>206px</width>
							<height>44px</height>
							<visible>False</visible>
							<caption>change color parent</caption>
							<kind>primary</kind>
							<click>SetObjectStyle &quot;obj&quot; &quot;background-color&quot; &quot;#CC0039&quot;</click>
						</PushButton>
						<PushButton id="p2">
							<left>64px</left>
							<top>299px</top>
							<width>209px</width>
							<height>44px</height>
							<visible>False</visible>
							<caption>change color child</caption>
							<kind>primary</kind>
						</PushButton>
						<Line id="Line1">
							<left>9px</left>
							<top>142px</top>
							<width>629px</width>
							<height>5px</height>
							<style>stroke:black;stroke-width:1px</style>
							<x1>10</x1>
							<y1>143</y1>
							<x2>637</x2>
							<y2>146</y2>
						</Line>
						<Paragraph id="Paragraph1">
							<left>22px</left>
							<top>376px</top>
							<width>298px</width>
							<height>46px</height>
							<text>how can i change the color of child containter?&lt;br&gt;&lt;br&gt;</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
