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