25/10/23 - Cambio de logos a Kellanova

This commit is contained in:
2023-10-25 20:20:36 -06:00
parent d4cfc2bf68
commit 261fe2b924
17 changed files with 760 additions and 57 deletions

View File

@@ -25,6 +25,8 @@ Sub Class_Globals
Dim DIA_VISITA As String
Private b_guardar As Button
Private b_cancelar As Button
Private Panel1 As Panel
Private p_botones As Panel
End Sub
'You can add more parameters here.
@@ -38,6 +40,8 @@ Private Sub B4XPage_Created (Root1 As B4XView)
'load the layout to Root
Root.LoadLayout("nuevocliente")
ruta = File.DirInternal
Subs.centraPanel(Panel1, Root.Width)
Subs.centraPanel(p_botones, Root.Width)
End Sub
'You can see the list of page related events in the B4XPagesManager object. The event name is B4XPage.