<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Google Nexus 5</DesignDeviceName>
	<Variables>[arrayData([currentRecord]).fechain],[arrayData([currentRecord]).key],[arrayData([currentRecord]).lote],[arrayData([currentRecord]).owner],[arrayData([currentRecord]).seccion],[arrayData([currentRecord]).tunel],[arrayData],[currentRecord],[fechain],[key],[lote],[owner],[seccion],[total],[tunel]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>360</PageWidth>
	<PageHeight>640</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\Gustavo\OneDrive\Estilos Salamanca\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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="parsedata">
					<Code>CreateEmptyArray [arrayData]
SetVar [arrayData] [data]
ArrayLen [arrayData] [total]
SetVar [currentRecord] 0
SetVar [key] [arrayData([currentRecord]).key]
SetVar [fechain] [arrayData([currentRecord]).fechain]
SetVar [lote] [arrayData([currentRecord]).lote]
SetVar [owner] [arrayData([currentRecord]).owner]
SetVar [seccion] [arrayData([currentRecord]).seccion]
SetVar [tunel] [arrayData([currentRecord]).tunel]</Code>
					<Params>[data]|STRING|Return from server</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoPhpExecSql &quot;db10&quot; &quot;select&quot; &quot;&quot; &quot;parseData&quot;</pageenter>
					<Components>
						<Headline id="Header1TXT">
							<left>0px</left>
							<top>0px</top>
							<width>360px</width>
							<height>35px</height>
							<style>text-align:center</style>
							<text>Control de Secado</text>
							<kind>h3</kind>
						</Headline>
						<Headline id="hesder2TXT">
							<left>0px</left>
							<top>35px</top>
							<width>360px</width>
							<height>26px</height>
							<style>text-align:center</style>
							<text>Finca La Ceiba</text>
							<kind>h4</kind>
						</Headline>
						<Headline id="header3TXT">
							<left>0px</left>
							<top>70px</top>
							<width>360px</width>
							<height>35px</height>
							<style>text-align:center</style>
							<text>Café Gardenia 1923</text>
							<kind>h2</kind>
						</Headline>
						<Line id="Topline1">
							<left>0px</left>
							<top>110px</top>
							<width>360px</width>
							<height>2px</height>
							<style>stroke:black;stroke-width:1px</style>
							<x1>0</x1>
							<y1>110</y1>
							<x2>360</x2>
							<y2>110</y2>
						</Line>
						<TextInput id="codigoLoteINP">
							<left>0px</left>
							<top>120px</top>
							<width>360px</width>
							<height>35px</height>
							<variable>[lote]</variable>
							<place_holder>Ingresar codigo</place_holder>
						</TextInput>
						<Combobox id="ownerComboINP">
							<left>0px</left>
							<top>160px</top>
							<width>180px</width>
							<height>24px</height>
							<items>LaCeiba,LaVioleta</items>
							<variable>[owner]</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<Combobox id="tunelComboINP">
							<left>180px</left>
							<top>160px</top>
							<width>80px</width>
							<height>24px</height>
							<items>1, 2, 3, Frio, Gas, Otro</items>
							<variable>[tunel]</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<Combobox id="seccionComboINP">
							<left>260px</left>
							<top>160px</top>
							<width>100px</width>
							<height>24px</height>
							<items>A, B, C, D, E</items>
							<variable>[seccion]</variable>
							<multi_select>False</multi_select>
						</Combobox>
						<DateInput id="fechaIngresoINP">
							<left>0px</left>
							<top>185px</top>
							<width>180px</width>
							<height>24px</height>
							<variable>[fechain]</variable>
							<place_holder>Fecha de ingreso</place_holder>
						</DateInput>
					</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>360px</width>
							<height>640px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
