Initial commit

This commit is contained in:
2023-09-18 06:43:57 -06:00
commit 63ae2cda9e
33 changed files with 3128 additions and 0 deletions

16
Mods.bas Normal file
View File

@@ -0,0 +1,16 @@
B4A=true
Group=Default Group
ModulesStructureVersion=1
Type=StaticCode
Version=11.2
@EndOfDesignText@
'Code module
'Subs in this code module will be accessible from all modules.
Sub Process_Globals
'These global variables will be declared once when the application starts.
'These variables can be accessed from all modules.
End Sub
'Ver 2.01.14
'Se agregó codigo en "Main.b_buscar_Click" para que el teclado se oculte al hacer clic en "b_buscar".
'Se acomodaron algunos botones para que se vean mejor.