Skip to content

Commit ed52797

Browse files
committed
bk/2025-05-08-2237
1 parent 59422e4 commit ed52797

9 files changed

Lines changed: 193 additions & 203 deletions

File tree

Server/Bin/dataset.xml

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

WebClient/Src/Client.Main.View.html

Lines changed: 0 additions & 59 deletions
This file was deleted.

WebClient/Src/Client.Main.View.pas

Lines changed: 0 additions & 133 deletions
This file was deleted.
Lines changed: 21 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
object ClientMainView: TClientMainView
1+
object Form2: TForm2
22
Width = 640
33
Height = 480
44
Font.Charset = DEFAULT_CHARSET
@@ -16,7 +16,26 @@ object ClientMainView: TClientMainView
1616
Width = 43
1717
Height = 16
1818
Caption = 'UserID:'
19-
ElementID = 'lbUserID'
19+
HeightPercent = 100.000000000000000000
20+
WidthPercent = 100.000000000000000000
21+
end
22+
object WebLabel3: TWebLabel
23+
Left = 312
24+
Top = 33
25+
Width = 130
26+
Height = 16
27+
Caption = 'Push Notification demo'
28+
ElementID = 'title'
29+
HeightPercent = 100.000000000000000000
30+
WidthPercent = 100.000000000000000000
31+
end
32+
object WebLabel4: TWebLabel
33+
Left = 312
34+
Top = 65
35+
Width = 184
36+
Height = 16
37+
Caption = 'Usage of TWebPushNotifications'
38+
ElementID = 'description'
2039
HeightPercent = 100.000000000000000000
2140
WidthPercent = 100.000000000000000000
2241
end
@@ -25,7 +44,6 @@ object ClientMainView: TClientMainView
2544
Top = 8
2645
Width = 216
2746
Height = 19
28-
ElementID = 'edtUserID'
2947
HeightPercent = 100.000000000000000000
3048
WidthPercent = 100.000000000000000000
3149
OnChange = WebEdit1Change
@@ -37,7 +55,6 @@ object ClientMainView: TClientMainView
3755
Height = 25
3856
Caption = 'Subscribe for push notifications'
3957
ChildOrder = 1
40-
ElementID = 'btnSubscribe'
4158
HeightPercent = 100.000000000000000000
4259
WidthPercent = 100.000000000000000000
4360
OnClick = WebButton1Click
@@ -49,7 +66,6 @@ object ClientMainView: TClientMainView
4966
Height = 25
5067
Caption = 'Unsubscribe from push notifications'
5168
ChildOrder = 2
52-
ElementID = 'btnUnsubscribe'
5369
HeightPercent = 100.000000000000000000
5470
WidthPercent = 100.000000000000000000
5571
OnClick = WebButton2Click

WebClient/Unit1.html

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
<html>
2+
<head>
3+
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
4+
<title>TMS Web Project</title>
5+
</head>
6+
<body>
7+
<header>
8+
<img src="https://www.tmssoftware.com/site/img/logos/loper.svg" class="background-image">
9+
<div class="top-title top-title-small">
10+
<a href="https://www.tmssoftware.com/" target="_blank" title="Visit tmssoftware">
11+
<img class="large" src="https://www.tmssoftware.com/site/img/logo_tms_software.png">
12+
<img class="small" src="https://www.tmssoftware.com/site/img/logo_tms_software_small.png">
13+
</a>
14+
</div>
15+
<div class="top-title top-title-small">
16+
<a href="http://web.tmssoftware.com/" target="_blank" title="Visit TMS Web Core page">
17+
<div class="tms-panel-thumb">WEB</div>
18+
<div class="tms-thumb-text">TMS WEB Core</div>
19+
</a>
20+
</div>
21+
<div class="bg-webgreen top-title top-title-detail" id="title">Title</div>
22+
<div class="bg-webgreen top-title top-title-description">
23+
<table>
24+
<tr><td class="icon">
25+
<i class="icon material-icons">info</i>
26+
</td><td>
27+
<span id="description">Description</span>
28+
</td></tr>
29+
</table>
30+
</div>
31+
</header>
32+
<div id="appcontent" class="appcontent">
33+
</div>
34+
</body>
35+
</html>
36+

0 commit comments

Comments
 (0)