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
0 commit comments