Skip to content

Commit 8afac8b

Browse files
committed
feature/video-01
1 parent 356d365 commit 8afac8b

21 files changed

Lines changed: 19 additions & 684 deletions

Server/Bin/dataset.xml

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

Server/Src/Main.View.dfm

Lines changed: 15 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
object MainForm: TMainForm
22
Left = 0
33
Top = 0
4-
Caption = 'Push Notifications Delphi - Server'
5-
ClientHeight = 661
4+
Caption = 'Push Notifications Delphi - TMS FNC'
5+
ClientHeight = 617
66
ClientWidth = 534
77
Color = clBtnFace
88
Font.Charset = DEFAULT_CHARSET
@@ -18,7 +18,7 @@ object MainForm: TMainForm
1818
Left = 0
1919
Top = 0
2020
Width = 534
21-
Height = 661
21+
Height = 617
2222
Cursor = crHandPoint
2323
Align = alClient
2424
BevelOuter = bvNone
@@ -27,6 +27,7 @@ object MainForm: TMainForm
2727
Padding.Right = 12
2828
Padding.Bottom = 12
2929
TabOrder = 0
30+
ExplicitHeight = 661
3031
object lbTitle: TLabel
3132
AlignWithMargins = True
3233
Left = 12
@@ -144,12 +145,13 @@ object MainForm: TMainForm
144145
end
145146
object GroupBox1: TGroupBox
146147
Left = 12
147-
Top = 496
148+
Top = 452
148149
Width = 510
149150
Height = 153
150151
Align = alBottom
151152
Caption = ' Log '
152153
TabOrder = 5
154+
ExplicitTop = 496
153155
object lbClearLog: TLabel
154156
Left = 464
155157
Top = 0
@@ -171,8 +173,6 @@ object MainForm: TMainForm
171173
Color = clBtnFace
172174
ScrollBars = ssVertical
173175
TabOrder = 0
174-
ExplicitLeft = 3
175-
ExplicitTop = 23
176176
end
177177
end
178178
object btnStop: TBitBtn
@@ -246,7 +246,7 @@ object MainForm: TMainForm
246246
Left = 12
247247
Top = 294
248248
Width = 510
249-
Height = 136
249+
Height = 119
250250
Margins.Left = 0
251251
Margins.Top = 7
252252
Margins.Right = 0
@@ -261,22 +261,24 @@ object MainForm: TMainForm
261261
Left = 4
262262
Top = 17
263263
Width = 502
264-
Height = 86
264+
Height = 69
265265
Align = alClient
266266
Columns = 3
267267
ItemHeight = 15
268268
TabOrder = 0
269+
ExplicitHeight = 86
269270
end
270271
object Panel2: TPanel
271272
Left = 4
272-
Top = 103
273+
Top = 86
273274
Width = 502
274275
Height = 29
275276
Align = alBottom
276277
BevelOuter = bvNone
277278
Padding.Top = 2
278279
Padding.Bottom = 2
279280
TabOrder = 1
281+
ExplicitTop = 103
280282
object btnSendToSelectedUserId: TBitBtn
281283
Left = 0
282284
Top = 2
@@ -296,22 +298,15 @@ object MainForm: TMainForm
296298
Caption = 'Delete UserID selected'
297299
TabOrder = 1
298300
OnClick = btnDeleteUserIDSelectedClick
299-
end
300-
object BitBtn2: TBitBtn
301-
Left = 290
302-
Top = 2
303-
Width = 144
304-
Height = 25
305-
Align = alLeft
306-
Caption = 'Enable send to selected'
307-
TabOrder = 2
301+
ExplicitLeft = 151
302+
ExplicitTop = 5
308303
end
309304
end
310305
end
311306
object btnSendToAll: TBitBtn
312307
AlignWithMargins = True
313308
Left = 12
314-
Top = 440
309+
Top = 423
315310
Width = 510
316311
Height = 25
317312
Margins.Left = 0
@@ -322,6 +317,7 @@ object MainForm: TMainForm
322317
Caption = 'Send to all'
323318
TabOrder = 10
324319
OnClick = btnSendToAllClick
320+
ExplicitTop = 440
325321
end
326322
end
327323
object TMSFNCWebPushSender1: TTMSFNCWebPushSender

Server/Src/Main.View.pas

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ TMainForm = class(TForm)
4747
btnSendToSelectedUserId: TBitBtn;
4848
btnSendToAll: TBitBtn;
4949
btnDeleteUserIDSelected: TBitBtn;
50-
BitBtn2: TBitBtn;
5150
lbClearLog: TLabel;
5251
procedure FormCreate(Sender: TObject);
5352
procedure TMSFNCWebPushSender1NotificationError(Sender: TObject; AResponseCode: Integer; AResponse, AEndpoint,

WebClient/IconResHigh.png

6.93 KB
Loading

WebClient/IconResLow.png

-1.7 KB
Loading

WebClient/IconResMid.png

1.76 KB
Loading

WebClient/Unit1.dfm

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

WebClient/Unit1.pas

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

WebClient/WebMainView.dfm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
object MainView: TMainView
22
Width = 322
33
Height = 432
4-
Caption = 'lbUserID'
4+
Caption = 'Push Notifications Delphi - TMS FNC'
55
Font.Charset = DEFAULT_CHARSET
66
Font.Color = clWindowText
77
Font.Height = -13

WebClient/WebPushClient.dproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<ProjectVersion>20.2</ProjectVersion>
55
<FrameworkType>VCL</FrameworkType>
66
<Base>True</Base>
7-
<Config Condition="'$(Config)'==''">Debug</Config>
7+
<Config Condition="'$(Config)'==''">Release</Config>
88
<Platform Condition="'$(Platform)'==''">Win32</Platform>
99
<ProjectName Condition="'$(ProjectName)'==''">WebPushClient</ProjectName>
1010
<TargetedPlatforms>1</TargetedPlatforms>
@@ -107,6 +107,7 @@
107107
</PropertyGroup>
108108
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
109109
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
110+
<TMSWebBrowser>4</TMSWebBrowser>
110111
</PropertyGroup>
111112
<ItemGroup>
112113
<DelphiCompile Include="$(MainSource)">

0 commit comments

Comments
 (0)