<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Aplicación sin título</AppTitle>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>768</PageWidth>
	<PageHeight>750</PageHeight>
	<AutoSizeWidth>True</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>
	<startup>..link BASE DE DATOS
TopCenterApp
SetVar [current] 1
SetVar [tablaOrigen] &quot;https://docs.google.com/spreadsheets/d/1D2AGwdXSSqB5bo-zuxnDpOhJgpy3AKsD/edit#gid=723930007&quot;
neoGSheetsLoad &quot;[tablaOrigen]&quot; [mydata] &quot;&quot; &quot;mysub&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="mysub">
					<Code>ArrayLen [mydata] [total]
.The array index 0 stores the field names.
SetVar [total] [total]-1
SetVar [titulo] &quot;[mydata([current]).titulo]&quot;
SetVar [encabezado] &quot;[mydata([current]).encabezado]&quot;
SetVar [lugar] &quot;[mydata([current]).lugar]&quot;
SetVar [editor] &quot;[mydata([current]).editor]&quot;
SetVar [fecha] &quot;[mydata([current]).fecha]&quot;
SetVar [clase] &quot;[mydata([current]).clase]&quot;
SetVar [temas] &quot;[mydata([current]).temas]&quot;
SetVar [mencion] &quot;[mydata([current]).mencion]&quot;
SetVar [subtit] &quot;[mydata([current]).subtit]&quot;
SetVar [detalles] &quot;[mydata([current]).detalles]&quot;
SetVar [notas] &quot;[mydata([current]).notas]&quot;
SetVar [isbn] &quot;[mydata([current]).isbn]&quot;
SetVar [edicion] &quot;[mydata([current]).edicion]&quot;
SetVar [serie] &quot;[mydata([current]).serie]&quot;
SetVar [inventario] &quot;[mydata([current]).inventario]&quot;
Refresh</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>Refresh</pageenter>
					<Components>
						<Container id="Ficha">
							<left>67px</left>
							<top>218px</top>
							<width>635px</width>
							<height>499px</height>
							<style>color:#000000;font-size:14pt;background-color:#F5F5DC;border-color:#FFFFFF;border-radius:20;border-style:hidden;border-width:1px;padding-bottom:15px;padding-left:25px;padding-right:25px;padding-top:15px;box-shadow:0px 0px 10px black;overflow-y:scroll</style>
							<html>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;strong&gt;[encabezado]&lt;/strong&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[titulo] [subtit] / [mencion]. -- [edicion]. -- [lugar] : [editor], [fecha].&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[detalles] [serie]&lt;br&gt;&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[notas]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;[isbn]&lt;br&gt;&lt;br&gt;&lt;br&gt;
&lt;hr&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Clase: &lt;b&gt;[clase]&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;Inv: [inventario]&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&lt;p style=&quot;color:#0000FF&quot;; align=&quot;center&quot;&gt;[temas]&lt;/p&gt;&lt;br&gt;</html>
						</Container>
						<Container id="Container1">
							<left>119px</left>
							<top>31px</top>
							<width>531px</width>
							<height>177px</height>
							<style>border-width:1px</style>
							<Components>
								<PushButton id="PushButton2">
									<left>318px</left>
									<top>17px</top>
									<width>60px</width>
									<height>35px</height>
									<style>cursor:pointer</style>
									<icon>glyphicon-search</icon>
									<kind>success</kind>
									<click>SetVar [titulo] &quot;&quot;
SetVar [encabezado] &quot;&quot;
SetVar [lugar] &quot;&quot;
SetVar [editor] &quot;&quot;
SetVar [fecha] &quot;&quot;
SetVar [clase] &quot;&quot;
SetVar [temas] &quot;&quot;
SetVar [mencion] &quot;&quot;
SetVar [subtit] &quot;&quot;
SetVar [detalles] &quot;&quot;
SetVar [notas] &quot;&quot;
SetVar [isbn] &quot;&quot;
SetVar [edicion] &quot;&quot;
SetVar [inventario] &quot;&quot;
ArrayLen [mydata] [total]
Loop 0 [total] [n]
  StrSearch &quot;[buscarTitulo]&quot; &quot;[mydata([n]).titulo]&quot; [position]
  If [position] &gt; -1
     SetVar [titulo] &quot;[mydata([n]).titulo]&quot;
     SetVar [encabezado] &quot;[mydata([n]).encabezado]&quot;
     SetVar [lugar] &quot;[mydata([n]).lugar]&quot;
     SetVar [editor] &quot;[mydata([n]).editor]&quot;
     SetVar [fecha] &quot;[mydata([n]).fecha]&quot;
     SetVar [clase] &quot;[mydata([n]).clase]&quot;
     SetVar [temas] &quot;[mydata([n]).temas]&quot;
     SetVar [mencion] &quot;[mydata([n]).mencion]&quot;
     SetVar [subtit] &quot;[mydata([n]).subtit]&quot;
     SetVar [detalles] &quot;[mydata([n]).detalles]&quot;
     SetVar [notas] &quot;[mydata([n]).notas]&quot;
     SetVar [isbn] &quot;[mydata([n]).isbn]&quot;
     SetVar [edicion] &quot;[mydata([n]).edicion]&quot;
     SetVar [inventario] &quot;[mydata([n]).inventario]&quot;
     SetVar [s] [n]+1
     ExitLoop
  EndIf
EndLoop</click>
								</PushButton>
								<TextInput id="TextInput4">
									<left>70px</left>
									<top>17px</top>
									<width>228px</width>
									<height>35px</height>
									<variable>[buscarTitulo]</variable>
									<place_holder>Título</place_holder>
									<change>HideObject &quot;btn1b&quot; &quot;&quot; 0</change>
								</TextInput>
								<PushButton id="PushButton3">
									<left>398px</left>
									<top>17px</top>
									<width>60px</width>
									<height>35px</height>
									<style>cursor:pointer</style>
									<caption>...</caption>
									<kind>primary</kind>
									<click>SetVar [titulo] &quot;&quot;
SetVar [encabezado] &quot;&quot;
SetVar [lugar] &quot;&quot;
SetVar [editor] &quot;&quot;
SetVar [fecha] &quot;&quot;
SetVar [clase] &quot;&quot;
SetVar [temas] &quot;&quot;
SetVar [mencion] &quot;&quot;
SetVar [subtit] &quot;&quot;
SetVar [detalles] &quot;&quot;
SetVar [notas] &quot;&quot;
SetVar [isbn] &quot;&quot;
SetVar [edicion] &quot;&quot;
SetVar [inventario] &quot;&quot;
ArrayLen [mydata] [total]
Loop [s] [total] [n]
  StrSearch &quot;[buscarTitulo]&quot; &quot;[mydata([n]).titulo]&quot; [position]
  If [position] &gt; -1
     SetVar [titulo] &quot;[mydata([n]).titulo]&quot;
     SetVar [encabezado] &quot;[mydata([n]).encabezado]&quot;
     SetVar [lugar] &quot;[mydata([n]).lugar]&quot;
     SetVar [editor] &quot;[mydata([n]).editor]&quot;
     SetVar [fecha] &quot;[mydata([n]).fecha]&quot;
     SetVar [clase] &quot;[mydata([n]).clase]&quot;
     SetVar [temas] &quot;[mydata([n]).temas]&quot;
     SetVar [mencion] &quot;[mydata([n]).mencion]&quot;
     SetVar [subtit] &quot;[mydata([n]).subtit]&quot;
     SetVar [detalles] &quot;[mydata([n]).detalles]&quot;
     SetVar [notas] &quot;[mydata([n]).notas]&quot;
     SetVar [isbn] &quot;[mydata([n]).isbn]&quot;
     SetVar [edicion] &quot;[mydata([n]).edicion]&quot;
     SetVar [inventario] &quot;[mydata([n]).inventario]&quot;
     SetVar [s] [n]+1
     ExitLoop
  EndIf
EndLoop</click>
								</PushButton>
								<PushButton id="PushButton6">
									<left>318px</left>
									<top>67px</top>
									<width>60px</width>
									<height>35px</height>
									<style>cursor:pointer</style>
									<icon>glyphicon-search</icon>
									<kind>success</kind>
									<click>SetVar [titulo] &quot;&quot;
SetVar [encabezado] &quot;&quot;
SetVar [lugar] &quot;&quot;
SetVar [editor] &quot;&quot;
SetVar [fecha] &quot;&quot;
SetVar [clase] &quot;&quot;
SetVar [temas] &quot;&quot;
SetVar [mencion] &quot;&quot;
SetVar [subtit] &quot;&quot;
SetVar [detalles] &quot;&quot;
SetVar [notas] &quot;&quot;
SetVar [isbn] &quot;&quot;
SetVar [edicion] &quot;&quot;
SetVar [inventario] &quot;&quot;
ArrayLen [mydata] [total]
Loop 0 [total] [n]
  StrSearch &quot;[buscarAutor]&quot; &quot;[mydata([n]).mencion]&quot; [position]
  If [position] &gt; -1
     SetVar [titulo] &quot;[mydata([n]).titulo]&quot;
     SetVar [encabezado] &quot;[mydata([n]).encabezado]&quot;
     SetVar [lugar] &quot;[mydata([n]).lugar]&quot;
     SetVar [editor] &quot;[mydata([n]).editor]&quot;
     SetVar [fecha] &quot;[mydata([n]).fecha]&quot;
     SetVar [clase] &quot;[mydata([n]).clase]&quot;
     SetVar [temas] &quot;[mydata([n]).temas]&quot;
     SetVar [mencion] &quot;[mydata([n]).mencion]&quot;
     SetVar [subtit] &quot;[mydata([n]).subtit]&quot;
     SetVar [detalles] &quot;[mydata([n]).detalles]&quot;
     SetVar [notas] &quot;[mydata([n]).notas]&quot;
     SetVar [isbn] &quot;[mydata([n]).isbn]&quot;
     SetVar [edicion] &quot;[mydata([n]).edicion]&quot;
     SetVar [inventario] &quot;[mydata([n]).inventario]&quot;
     SetVar [s] [n]+1
     ExitLoop
  EndIf
EndLoop</click>
								</PushButton>
								<TextInput id="TextInput1">
									<left>70px</left>
									<top>67px</top>
									<width>228px</width>
									<height>35px</height>
									<variable>[buscarAutor]</variable>
									<place_holder>Autor</place_holder>
									<change>HideObject &quot;btn1b&quot; &quot;&quot; 0</change>
								</TextInput>
								<PushButton id="PushButton7">
									<left>398px</left>
									<top>67px</top>
									<width>60px</width>
									<height>35px</height>
									<style>cursor:pointer</style>
									<caption>...</caption>
									<kind>primary</kind>
									<click>SetVar [titulo] &quot;&quot;
SetVar [encabezado] &quot;&quot;
SetVar [lugar] &quot;&quot;
SetVar [editor] &quot;&quot;
SetVar [fecha] &quot;&quot;
SetVar [clase] &quot;&quot;
SetVar [temas] &quot;&quot;
SetVar [mencion] &quot;&quot;
SetVar [subtit] &quot;&quot;
SetVar [detalles] &quot;&quot;
SetVar [notas] &quot;&quot;
SetVar [isbn] &quot;&quot;
SetVar [edicion] &quot;&quot;
SetVar [inventario] &quot;&quot;
ArrayLen [mydata] [total]
Loop [s] [total] [n]
  StrSearch &quot;[buscarAutor]&quot; &quot;[mydata([n]).mencion]&quot; [position]
  If [position] &gt; -1
     SetVar [titulo] &quot;[mydata([n]).titulo]&quot;
     SetVar [encabezado] &quot;[mydata([n]).encabezado]&quot;
     SetVar [lugar] &quot;[mydata([n]).lugar]&quot;
     SetVar [editor] &quot;[mydata([n]).editor]&quot;
     SetVar [fecha] &quot;[mydata([n]).fecha]&quot;
     SetVar [clase] &quot;[mydata([n]).clase]&quot;
     SetVar [temas] &quot;[mydata([n]).temas]&quot;
     SetVar [mencion] &quot;[mydata([n]).mencion]&quot;
     SetVar [subtit] &quot;[mydata([n]).subtit]&quot;
     SetVar [detalles] &quot;[mydata([n]).detalles]&quot;
     SetVar [notas] &quot;[mydata([n]).notas]&quot;
     SetVar [isbn] &quot;[mydata([n]).isbn]&quot;
     SetVar [edicion] &quot;[mydata([n]).edicion]&quot;
     SetVar [inventario] &quot;[mydata([n]).inventario]&quot;
     SetVar [s] [n]+1
     ExitLoop
  EndIf
EndLoop</click>
								</PushButton>
								<PushButton id="PushButton8">
									<left>318px</left>
									<top>118px</top>
									<width>60px</width>
									<height>35px</height>
									<style>cursor:pointer</style>
									<icon>glyphicon-search</icon>
									<kind>success</kind>
									<click>SetVar [titulo] &quot;&quot;
SetVar [encabezado] &quot;&quot;
SetVar [lugar] &quot;&quot;
SetVar [editor] &quot;&quot;
SetVar [fecha] &quot;&quot;
SetVar [clase] &quot;&quot;
SetVar [temas] &quot;&quot;
SetVar [mencion] &quot;&quot;
SetVar [subtit] &quot;&quot;
SetVar [detalles] &quot;&quot;
SetVar [notas] &quot;&quot;
SetVar [isbn] &quot;&quot;
SetVar [edicion] &quot;&quot;
SetVar [inventario] &quot;&quot;
ArrayLen [mydata] [total]
Loop 0 [total] [n]
  StrSearch &quot;[buscarMaterias]&quot; &quot;[mydata([n]).temas]&quot; [position]
  If [position] &gt; -1
     SetVar [titulo] &quot;[mydata([n]).titulo]&quot;
     SetVar [encabezado] &quot;[mydata([n]).encabezado]&quot;
     SetVar [lugar] &quot;[mydata([n]).lugar]&quot;
     SetVar [editor] &quot;[mydata([n]).editor]&quot;
     SetVar [fecha] &quot;[mydata([n]).fecha]&quot;
     SetVar [clase] &quot;[mydata([n]).clase]&quot;
     SetVar [temas] &quot;[mydata([n]).temas]&quot;
     SetVar [mencion] &quot;[mydata([n]).mencion]&quot;
     SetVar [subtit] &quot;[mydata([n]).subtit]&quot;
     SetVar [detalles] &quot;[mydata([n]).detalles]&quot;
     SetVar [notas] &quot;[mydata([n]).notas]&quot;
     SetVar [isbn] &quot;[mydata([n]).isbn]&quot;
     SetVar [edicion] &quot;[mydata([n]).edicion]&quot;
     SetVar [inventario] &quot;[mydata([n]).inventario]&quot;
     SetVar [s] [n]+1
     ExitLoop
  EndIf
EndLoop</click>
								</PushButton>
								<TextInput id="TextInput2">
									<left>70px</left>
									<top>118px</top>
									<width>228px</width>
									<height>35px</height>
									<variable>[buscarMaterias]</variable>
									<place_holder>Materias</place_holder>
									<change>HideObject &quot;btn1b&quot; &quot;&quot; 0</change>
								</TextInput>
								<PushButton id="PushButton9">
									<left>398px</left>
									<top>118px</top>
									<width>60px</width>
									<height>35px</height>
									<style>cursor:pointer</style>
									<caption>...</caption>
									<kind>primary</kind>
									<click>SetVar [titulo] &quot;&quot;
SetVar [encabezado] &quot;&quot;
SetVar [lugar] &quot;&quot;
SetVar [editor] &quot;&quot;
SetVar [fecha] &quot;&quot;
SetVar [clase] &quot;&quot;
SetVar [temas] &quot;&quot;
SetVar [mencion] &quot;&quot;
SetVar [subtit] &quot;&quot;
SetVar [detalles] &quot;&quot;
SetVar [notas] &quot;&quot;
SetVar [isbn] &quot;&quot;
SetVar [edicion] &quot;&quot;
SetVar [inventario] &quot;&quot;
ArrayLen [mydata] [total]
Loop [s] [total] [n]
  StrSearch &quot;[buscarMaterias]&quot; &quot;[mydata([n]).temas]&quot; [position]
  If [position] &gt; -1
     SetVar [titulo] &quot;[mydata([n]).titulo]&quot;
     SetVar [encabezado] &quot;[mydata([n]).encabezado]&quot;
     SetVar [lugar] &quot;[mydata([n]).lugar]&quot;
     SetVar [editor] &quot;[mydata([n]).editor]&quot;
     SetVar [fecha] &quot;[mydata([n]).fecha]&quot;
     SetVar [clase] &quot;[mydata([n]).clase]&quot;
     SetVar [temas] &quot;[mydata([n]).temas]&quot;
     SetVar [mencion] &quot;[mydata([n]).mencion]&quot;
     SetVar [subtit] &quot;[mydata([n]).subtit]&quot;
     SetVar [detalles] &quot;[mydata([n]).detalles]&quot;
     SetVar [notas] &quot;[mydata([n]).notas]&quot;
     SetVar [isbn] &quot;[mydata([n]).isbn]&quot;
     SetVar [edicion] &quot;[mydata([n]).edicion]&quot;
     SetVar [inventario] &quot;[mydata([n]).inventario]&quot;
     SetVar [s] [n]+1
     ExitLoop
  EndIf
EndLoop</click>
								</PushButton>
							</Components>
						</Container>
					</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>768px</width>
							<height>1024px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
