Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emiMobile
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mac Stephens
emiMobile
Commits
f751bb00
Commit
f751bb00
authored
Aug 28, 2026
by
Elias Sarraf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wcEmiMobile.dproj
parent
72cb3116
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
32 additions
and
21 deletions
+32
-21
Main.dfm
emiMobileServer/Source/Main.dfm
+12
-12
emiMobileServer.ini
emiMobileServer/bin/emiMobileServer.ini
+8
-7
emiMobileServer.json
emiMobileServer/bin/emiMobileServer.json
+9
-0
ConnectionModule.pas
webEMIMobile/ConnectionModule.pas
+1
-1
index.html
webEMIMobile/index.html
+1
-0
wcEmiMobile.dpr
webEMIMobile/wcEmiMobile.dpr
+1
-1
wcEmiMobile.dproj
webEMIMobile/wcEmiMobile.dproj
+0
-0
No files found.
emiMobileServer/Source/Main.dfm
View file @
f751bb00
...
@@ -2,8 +2,8 @@ object FMain: TFMain
...
@@ -2,8 +2,8 @@ object FMain: TFMain
Left = 0
Left = 0
Top = 0
Top = 0
Caption = 'emiMobileServer'
Caption = 'emiMobileServer'
ClientHeight = 61
6
ClientHeight = 61
5
ClientWidth = 77
2
ClientWidth = 77
8
Color = clBtnFace
Color = clBtnFace
Font.Charset = DEFAULT_CHARSET
Font.Charset = DEFAULT_CHARSET
Font.Color = clWindowText
Font.Color = clWindowText
...
@@ -12,15 +12,16 @@ object FMain: TFMain
...
@@ -12,15 +12,16 @@ object FMain: TFMain
Font.Style = []
Font.Style = []
OnClose = FormClose
OnClose = FormClose
DesignSize = (
DesignSize = (
77
2
77
8
61
6
)
61
5
)
TextHeight = 13
TextHeight = 13
object pgcMain: TPageControl
object pgcMain: TPageControl
Left =
8
Left =
0
Top =
39
Top =
40
Width = 7
56
Width = 7
78
Height = 575
Height = 575
ActivePage = tabConnectedClients
ActivePage = tabConnectedClients
Align = alBottom
Anchors = [akLeft, akTop, akRight, akBottom]
Anchors = [akLeft, akTop, akRight, akBottom]
TabOrder = 3
TabOrder = 3
object tabServerLog: TTabSheet
object tabServerLog: TTabSheet
...
@@ -28,10 +29,9 @@ object FMain: TFMain
...
@@ -28,10 +29,9 @@ object FMain: TFMain
object memoInfo: TMemo
object memoInfo: TMemo
Left = 0
Left = 0
Top = 0
Top = 0
Width = 7
48
Width = 7
70
Height = 547
Height = 547
Align = alClient
Align = alClient
ReadOnly = True
ScrollBars = ssVertical
ScrollBars = ssVertical
TabOrder = 0
TabOrder = 0
WordWrap = False
WordWrap = False
...
@@ -43,7 +43,7 @@ object FMain: TFMain
...
@@ -43,7 +43,7 @@ object FMain: TFMain
object grdConnectedClients: TDBGrid
object grdConnectedClients: TDBGrid
Left = 0
Left = 0
Top = 0
Top = 0
Width = 7
48
Width = 7
70
Height = 487
Height = 487
Align = alClient
Align = alClient
DataSource = dsConnectedClients
DataSource = dsConnectedClients
...
@@ -76,7 +76,7 @@ object FMain: TFMain
...
@@ -76,7 +76,7 @@ object FMain: TFMain
object pnlConnectedClientsActions: TPanel
object pnlConnectedClientsActions: TPanel
Left = 0
Left = 0
Top = 487
Top = 487
Width = 7
48
Width = 7
70
Height = 60
Height = 60
Align = alBottom
Align = alBottom
Caption = 'pnlConnectedClientsActions'
Caption = 'pnlConnectedClientsActions'
...
@@ -120,7 +120,7 @@ object FMain: TFMain
...
@@ -120,7 +120,7 @@ object FMain: TFMain
OnClick = btnApiSwaggerUIClick
OnClick = btnApiSwaggerUIClick
end
end
object btnExit: TButton
object btnExit: TButton
Left =
713
Left =
695
Top = 8
Top = 8
Width = 75
Width = 75
Height = 25
Height = 25
...
...
emiMobileServer/bin/emiMobileServer.ini
View file @
f751bb00
[Settings]
[Settings]
LogFileNum
=
1
05
LogFileNum
=
1
10
webClientVersion
=
9.4.0
webClientVersion
=
9.4.0
[Database]
[Database]
--Server
=
192.168.102.10
Server
=
192.168.91.136
Server
=
192.168.56.129
--
Server
=
192.168.56.129
Port
=
5432
--
Port
=
5432
--Port
=
5433
--Port
=
5433
Database
=
lems_wcso
Database
=
lems_wcso
Username
=
postgres
Username
=
postgres
--
Password
=
postgreSQL
Password
=
postgreSQL
Password
=
emsys01
--
Password
=
emsys01
--Postgre!SQL
\ No newline at end of file
emiMobileServer/bin/emiMobileServer.json
0 → 100644
View file @
f751bb00
{
"url"
:
"http://localhost:2001/emsys/emiMobile/"
,
"jwtTokenSecret"
:
"super_secret0123super_secret4567"
,
"adminPassword"
:
"whatisthisusedfor?"
,
"webAppFolder"
:
"static"
,
"memoLogLevel"
:
5
,
"fileLogLevel"
:
5
}
\ No newline at end of file
webEMIMobile/ConnectionModule.pas
View file @
f751bb00
...
@@ -20,7 +20,7 @@ type
...
@@ -20,7 +20,7 @@ type
FWsUrl
:
string
;
FWsUrl
:
string
;
public
public
property
WsUrl
:
string
read
FWsUrl
;
property
WsUrl
:
string
read
FWsUrl
;
const
clientVersion
=
'
9.4.0
'
;
const
clientVersion
=
'
0.9.4.1
'
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
procedure
InitApp
(
SuccessProc
:
TSuccessProc
;
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
UnauthorizedAccessProc
:
TUnauthorizedAccessProc
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
procedure
SetClientConfig
(
Callback
:
TVersionCheckCallback
);
...
...
webEMIMobile/index.html
View file @
f751bb00
...
@@ -40,3 +40,4 @@
...
@@ -40,3 +40,4 @@
webEMIMobile/w
eb
EmiMobile.dpr
→
webEMIMobile/w
c
EmiMobile.dpr
View file @
f751bb00
program w
eb
EmiMobile;
program w
c
EmiMobile;
...
...
webEMIMobile/w
eb
EmiMobile.dproj
→
webEMIMobile/w
c
EmiMobile.dproj
View file @
f751bb00
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment