<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>520</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<CustomCSS>.panels{
  text-align:center;
  padding-top:10px;
  font-size:12pt;
  color:#376f9e;
  border:1px solid #d0d0d0;
  background-color:#efefef;
  cursor:pointer;
  width:50px;
  height:50px;
  position:absolute;
}</CustomCSS>
	<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">
			<Components>
				<Function name="checkboxShow">
					<Code>Loop 1 26 [hide]
HideObject &quot;f[hide]&quot; &quot;zoomOut&quot; 14
EndLoop

ShowObject &quot;f[show]&quot; &quot;zoomIn&quot; 14</Code>
					<Params>[show]|INTEGER|show</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton1">
							<left>520px</left>
							<top>8px</top>
							<width>136px</width>
							<height>40px</height>
							<caption>Create Buttons 1</caption>
							<click>SetVar [letras1] &quot;A&quot;
SetVar [letras2] &quot;B&quot;
SetVar [letras3] &quot;C&quot;
SetVar [letras4] &quot;D&quot;
SetVar [letras5] &quot;E&quot;
SetVar [letras6] &quot;F&quot;
SetVar [letras7] &quot;G&quot;
SetVar [letras8] &quot;H&quot;
SetVar [letras9] &quot;I&quot;
SetVar [letras10] &quot;J&quot;
SetVar [top] 0
SetVar [left] 0
SetVar [cadena] &quot;&quot;
Loop 1 10 [i]
   Loop 1 10 [n]
      SetVar [top] [n]*50-50
      SetVar [left] [i]*50-50
      GetCompVar [letter] [letras[n]]
      SetVar [cadena] &quot;[cadena]&lt;div onclick=&apos;$(this).animate({opacity: 0})&apos; style=&apos;top:[top]px;left:[left]px&apos; class=&apos;panels&apos; id=&apos;[letter][i]&apos;&gt;[letter][i]&lt;/div&gt;&quot;
   EndLoop
EndLoop
SetObjectHTML &quot;Container1&quot; &quot;[cadena]&quot;</click>
						</PushButton>
						<Container id="Container1">
							<left>8px</left>
							<top>8px</top>
							<width>500px</width>
							<height>500px</height>
							<style>border-style:solid;border-width:1px</style>
						</Container>
						<PushButton id="PushButton2">
							<left>520px</left>
							<top>56px</top>
							<width>136px</width>
							<height>40px</height>
							<caption>Create Buttons 2</caption>
							<click>BeginJS
function crearPanelesC2(){
   var letras = [&quot;A&quot;, &quot;B&quot;, &quot;C&quot;, &quot;D&quot;, &quot;E&quot;, &quot;F&quot;, &quot;G&quot;, &quot;H&quot;, &quot;I&quot;, &quot;J&quot;];
   var top=0;
   var left=0;
   var cadena=&quot;&quot;;
   for(i=1;i&lt;11;i++){
      for(n=1;n&lt;11;n++){
         left=(i*50)-50;
         top=(n*50)-50;
         cadena=cadena+&quot;&lt;div onclick=&apos;$(this).animate({opacity: 0})&apos; style=&apos;top:&quot;+top+&quot;px;left:&quot;+left+&quot;px&apos; class=&apos;panels&apos; id=&apos;&quot;+letras[n-1]+i+&quot;&apos;&gt;&quot;+letras[n-1]+i+&quot;&lt;/div&gt;&quot;;
      }
   }
   $(&quot;#Container1&quot;).html(cadena);
}
crearPanelesC2();
EndJS</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>667px</width>
							<height>375px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
