mirror of
https://github.com/KeymonSoft/DBCheck.git
synced 2026-04-20 12:49:35 +00:00
Agregamos meta
This commit is contained in:
@@ -1,53 +0,0 @@
|
|||||||
AppType=JavaFX
|
|
||||||
Build1=Default,b4j.example
|
|
||||||
File1=MainPage.bjl
|
|
||||||
FileGroup1=New Group
|
|
||||||
Group=Default Group
|
|
||||||
Library1=jcore
|
|
||||||
Library2=jfx
|
|
||||||
Library3=b4xpages
|
|
||||||
Module1=|relative|..\B4XMainPage
|
|
||||||
NumberOfFiles=1
|
|
||||||
NumberOfLibraries=3
|
|
||||||
NumberOfModules=1
|
|
||||||
Version=8.31
|
|
||||||
@EndOfDesignText@
|
|
||||||
#Region Project Attributes
|
|
||||||
#MainFormWidth: 600
|
|
||||||
#MainFormHeight: 600
|
|
||||||
#End Region
|
|
||||||
|
|
||||||
Sub Process_Globals
|
|
||||||
Private fx As JFX
|
|
||||||
Private MainForm As Form
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Sub AppStart (Form1 As Form, Args() As String)
|
|
||||||
MainForm = Form1
|
|
||||||
MainForm.Show
|
|
||||||
Dim PagesManager As B4XPagesManager
|
|
||||||
PagesManager.Initialize(MainForm)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
'Template version: B4J-1.0
|
|
||||||
#Region Delegates
|
|
||||||
Sub MainForm_FocusChanged (HasFocus As Boolean)
|
|
||||||
B4XPages.Delegate.MainForm_FocusChanged(HasFocus)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Sub MainForm_Resize (Width As Double, Height As Double)
|
|
||||||
B4XPages.Delegate.MainForm_Resize(Width, Height)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Sub MainForm_Closed
|
|
||||||
B4XPages.Delegate.MainForm_Closed
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Sub MainForm_CloseRequest (EventData As Event)
|
|
||||||
B4XPages.Delegate.MainForm_CloseRequest(EventData)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Public Sub MainForm_IconifiedChanged (Iconified As Boolean)
|
|
||||||
B4XPages.Delegate.MainForm_IconifiedChanged(Iconified)
|
|
||||||
End Sub
|
|
||||||
#End Region
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
ModuleBookmarks0=
|
|
||||||
ModuleBookmarks1=
|
|
||||||
ModuleBreakpoints0=
|
|
||||||
ModuleBreakpoints1=
|
|
||||||
ModuleClosedNodes0=1,4
|
|
||||||
ModuleClosedNodes1=1
|
|
||||||
NavigationStack=Main,MainForm_IconifiedChanged,37,0,Main,AppStart,14,6,B4XMainPage,Button1_Click,19,0,B4XMainPage,Initialize,9,0,B4XMainPage,B4XPage_Created,18,0,B4XMainPage,Class_Globals,7,0
|
|
||||||
SelectedBuild=0
|
|
||||||
VisibleModules=1
|
|
||||||
Binary file not shown.
@@ -1,46 +0,0 @@
|
|||||||
Build1=Default,b4i.example
|
|
||||||
File1=MainPage.bil
|
|
||||||
FileGroup1=Default Group
|
|
||||||
Group=Default Group
|
|
||||||
Library1=icore
|
|
||||||
Library2=b4xpages
|
|
||||||
Module1=|relative|..\B4XMainPage
|
|
||||||
NumberOfFiles=1
|
|
||||||
NumberOfLibraries=2
|
|
||||||
NumberOfModules=1
|
|
||||||
Version=6.5
|
|
||||||
@EndOfDesignText@
|
|
||||||
'Code module
|
|
||||||
#Region Project Attributes
|
|
||||||
#ApplicationLabel: B4i Example
|
|
||||||
#Version: 1.0.0
|
|
||||||
'Orientation possible values: Portrait, LandscapeLeft, LandscapeRight and PortraitUpsideDown
|
|
||||||
#iPhoneOrientations: Portrait, LandscapeLeft, LandscapeRight
|
|
||||||
#iPadOrientations: Portrait, LandscapeLeft, LandscapeRight, PortraitUpsideDown
|
|
||||||
#Target: iPhone, iPad
|
|
||||||
#ATSEnabled: True
|
|
||||||
#MinVersion: 8
|
|
||||||
#End Region
|
|
||||||
|
|
||||||
Sub Process_Globals
|
|
||||||
Public App As Application
|
|
||||||
Public NavControl As NavigationController
|
|
||||||
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub Application_Start (Nav As NavigationController)
|
|
||||||
NavControl = Nav
|
|
||||||
Dim PagesManager As B4XPagesManager
|
|
||||||
PagesManager.Initialize(NavControl)
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
'Template version: B4i-1.0
|
|
||||||
#Region Delegates
|
|
||||||
Private Sub Application_Background
|
|
||||||
B4XPages.Delegate.Activity_Pause
|
|
||||||
End Sub
|
|
||||||
|
|
||||||
Private Sub Application_Foreground
|
|
||||||
B4XPages.Delegate.Activity_Resume
|
|
||||||
End Sub
|
|
||||||
#End Region
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
ModuleBookmarks0=
|
|
||||||
ModuleBookmarks1=
|
|
||||||
ModuleBreakpoints0=
|
|
||||||
ModuleBreakpoints1=
|
|
||||||
ModuleClosedNodes0=1,4
|
|
||||||
ModuleClosedNodes1=1
|
|
||||||
NavigationStack=Main,Application_Start,25,4,Main,Application_Foreground,34,0,Main,Process_Globals,13,0,Visual Designer,MainPage.bil,-100,1,B4XMainPage,Initialize,9,0,B4XMainPage,Button1_Click,19,0,B4XMainPage,B4XPage_Created,10,1,B4XMainPage,Class_Globals,11,0
|
|
||||||
SelectedBuild=0
|
|
||||||
VisibleModules=1
|
|
||||||
Binary file not shown.
Reference in New Issue
Block a user