Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
emWebAppTemplate
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
emWebAppTemplate
Commits
7c54b21d
Commit
7c54b21d
authored
Mar 25, 2026
by
Elias Sarraf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Florence.10v1
parent
42c41c6f
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
35 additions
and
10 deletions
+35
-10
.gitignore
.gitignore
+2
-0
templateWebApp.dpr
templateWebApp/templateWebApp.dpr
+1
-2
templateWebApp.dproj
templateWebApp/templateWebApp.dproj
+13
-1
templateXDataServer.ini
templateXDataServer/bin/templateXDataServer.ini
+2
-2
Common.Ini.pas
templateXDataServer/source/Common.Ini.pas
+4
-4
templateXDataServer.dproj
templateXDataServer/templateXDataServer.dproj
+13
-1
No files found.
.gitignore
View file @
7c54b21d
...
@@ -11,3 +11,5 @@ templateXDataServer/Win32/
...
@@ -11,3 +11,5 @@ templateXDataServer/Win32/
*.local
*.local
*.zip
*.zip
*.exe
*.exe
templateXDataServer/source/__history/
templateWebApp/templateWebApp.dpr
View file @
7c54b21d
...
@@ -99,8 +99,6 @@ begin
...
@@ -99,8 +99,6 @@ begin
end;
end;
begin
begin
Application.Initialize;
Application.Initialize;
Application.MainFormOnTaskbar := True;
Application.MainFormOnTaskbar := True;
...
@@ -108,3 +106,4 @@ begin
...
@@ -108,3 +106,4 @@ begin
StartApplication;
StartApplication;
Application.Run;
Application.Run;
end.
end.
templateWebApp/templateWebApp.dproj
View file @
7c54b21d
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PropertyGroup>
<ProjectGuid>{DB6F5DBF-7E4B-45DA-AFFA-6C8DF15BA740}</ProjectGuid>
<ProjectGuid>{DB6F5DBF-7E4B-45DA-AFFA-6C8DF15BA740}</ProjectGuid>
<ProjectVersion>20.
3
</ProjectVersion>
<ProjectVersion>20.
4
</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<FrameworkType>VCL</FrameworkType>
<MainSource>templateWebApp.dpr</MainSource>
<MainSource>templateWebApp.dpr</MainSource>
<Base>True</Base>
<Base>True</Base>
...
@@ -912,6 +912,9 @@
...
@@ -912,6 +912,9 @@
<Platform Name="Win64x">
<Platform Name="Win64x">
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="ProjectiOSDeviceDebug">
<DeployClass Name="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice32">
<Platform Name="iOSDevice32">
...
@@ -982,6 +985,10 @@
...
@@ -982,6 +985,10 @@
<RemoteDir>Assets</RemoteDir>
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="UWP_DelphiLogo44">
<DeployClass Name="UWP_DelphiLogo44">
<Platform Name="Win32">
<Platform Name="Win32">
...
@@ -992,6 +999,10 @@
...
@@ -992,6 +999,10 @@
<RemoteDir>Assets</RemoteDir>
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="iOS_AppStore1024">
<DeployClass Name="iOS_AppStore1024">
<Platform Name="iOSDevice64">
<Platform Name="iOSDevice64">
...
@@ -1206,6 +1217,7 @@
...
@@ -1206,6 +1217,7 @@
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="WinARM64EC" Name="$(PROJECTNAME)"/>
</Deployment>
</Deployment>
<Platforms>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win32">True</Platform>
...
...
templateXDataServer/bin/templateXDataServer.ini
View file @
7c54b21d
[Settings]
[Settings]
MemoLogLevel
=
5
MemoLogLevel
=
5
FileLogLevel
=
5
FileLogLevel
=
5
LogFileNum
=
27
LogFileNum
=
31
DevMode
=
0
DevMode
=
0
webClientVersion
=
0.0.1
webClientVersion
=
0.0.1
[Database]
[Database]
Server
=
192.168.102
.129
--Server
=
192.168.116
.129
--Server
=
--Server
=
--Port
=
--Port
=
--Database
=
--Database
=
...
...
templateXDataServer/source/Common.Ini.pas
View file @
7c54b21d
...
@@ -65,11 +65,11 @@ begin
...
@@ -65,11 +65,11 @@ begin
FLogFileNum
:=
iniFile
.
ReadInteger
(
'Settings'
,
'LogFileNum'
,
0
);
FLogFileNum
:=
iniFile
.
ReadInteger
(
'Settings'
,
'LogFileNum'
,
0
);
// [Database]
// [Database]
FDBServer
:=
iniFile
.
ReadString
(
'Database'
,
'Server'
,
'1
0.208.1.13
'
);
FDBServer
:=
iniFile
.
ReadString
(
'Database'
,
'Server'
,
'1
92.168.116.129
'
);
FDBPort
:=
iniFile
.
ReadInteger
(
'Database'
,
'Port'
,
0
);
FDBPort
:=
iniFile
.
ReadInteger
(
'Database'
,
'Port'
,
0
);
FDBDatabase
:=
iniFile
.
ReadString
(
'Database'
,
'Database'
,
'
sleepdb
'
);
FDBDatabase
:=
iniFile
.
ReadString
(
'Database'
,
'Database'
,
'
kg_order_entry
'
);
FDBUsername
:=
iniFile
.
ReadString
(
'Database'
,
'Username'
,
'
hstuser
'
);
FDBUsername
:=
iniFile
.
ReadString
(
'Database'
,
'Username'
,
'
root
'
);
FDBPassword
:=
iniFile
.
ReadString
(
'Database'
,
'Password'
,
'emsys
!
01'
);
FDBPassword
:=
iniFile
.
ReadString
(
'Database'
,
'Password'
,
'emsys01'
);
finally
finally
iniFile
.
Free
;
iniFile
.
Free
;
end
;
end
;
...
...
templateXDataServer/templateXDataServer.dproj
View file @
7c54b21d
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<PropertyGroup>
<ProjectGuid>{81D87EEF-4111-4151-B62F-2FAF3E94F2B1}</ProjectGuid>
<ProjectGuid>{81D87EEF-4111-4151-B62F-2FAF3E94F2B1}</ProjectGuid>
<ProjectVersion>20.
3
</ProjectVersion>
<ProjectVersion>20.
4
</ProjectVersion>
<FrameworkType>VCL</FrameworkType>
<FrameworkType>VCL</FrameworkType>
<Base>True</Base>
<Base>True</Base>
<Config Condition="'$(Config)'==''">Debug</Config>
<Config Condition="'$(Config)'==''">Debug</Config>
...
@@ -831,6 +831,9 @@
...
@@ -831,6 +831,9 @@
<Platform Name="Win64x">
<Platform Name="Win64x">
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="ProjectiOSDeviceDebug">
<DeployClass Name="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice32">
<Platform Name="iOSDevice32">
...
@@ -901,6 +904,10 @@
...
@@ -901,6 +904,10 @@
<RemoteDir>Assets</RemoteDir>
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="UWP_DelphiLogo44">
<DeployClass Name="UWP_DelphiLogo44">
<Platform Name="Win32">
<Platform Name="Win32">
...
@@ -911,6 +918,10 @@
...
@@ -911,6 +918,10 @@
<RemoteDir>Assets</RemoteDir>
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
<Operation>1</Operation>
</Platform>
</Platform>
<Platform Name="WinARM64EC">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
</DeployClass>
<DeployClass Name="iOS_AppStore1024">
<DeployClass Name="iOS_AppStore1024">
<Platform Name="iOSDevice64">
<Platform Name="iOSDevice64">
...
@@ -1124,6 +1135,7 @@
...
@@ -1124,6 +1135,7 @@
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="WinARM64EC" Name="$(PROJECTNAME)"/>
</Deployment>
</Deployment>
<Platforms>
<Platforms>
<Platform value="Win32">True</Platform>
<Platform value="Win32">True</Platform>
...
...
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