Skip to content

Commit 13f18bf

Browse files
committed
revert changes
1 parent ac0a97c commit 13f18bf

File tree

1 file changed

+24
-4
lines changed

1 file changed

+24
-4
lines changed

demo/SempareTemplatePlayground/Sempare.Template.PlaygroundForm.dfm

Lines changed: 24 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -307,10 +307,15 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
307307
Anchors = [akLeft, akTop, akRight, akBottom]
308308
Caption = 'Panel1'
309309
TabOrder = 4
310+
ExplicitWidth = 1144
311+
ExplicitHeight = 267
310312
object Splitter1: TSplitter
311313
Left = 465
312314
Top = 1
313315
Height = 271
316+
ExplicitLeft = 504
317+
ExplicitTop = 48
318+
ExplicitHeight = 100
314319
end
315320
object pcTemplate: TPageControl
316321
Left = 1
@@ -320,6 +325,7 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
320325
ActivePage = tsTemplate
321326
Align = alLeft
322327
TabOrder = 0
328+
ExplicitHeight = 265
323329
object tsTemplate: TTabSheet
324330
Caption = 'Template'
325331
object Panel2: TPanel
@@ -331,6 +337,7 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
331337
BevelOuter = bvNone
332338
Caption = 'Panel2'
333339
TabOrder = 0
340+
ExplicitHeight = 237
334341
object memoTemplate: TMemo
335342
Left = 0
336343
Top = 23
@@ -343,6 +350,7 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
343350
OnChange = memoTemplateChange
344351
OnKeyUp = memoTemplateKeyUp
345352
OnMouseDown = memoTemplateMouseDown
353+
ExplicitHeight = 214
346354
end
347355
object Panel3: TPanel
348356
Left = 0
@@ -372,6 +380,8 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
372380
ParentColor = False
373381
ParentFont = False
374382
Transparent = True
383+
ExplicitTop = 1
384+
ExplicitHeight = 9
375385
end
376386
object lblTiming: TLabel
377387
AlignWithMargins = True
@@ -392,6 +402,9 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
392402
ParentColor = False
393403
ParentFont = False
394404
Transparent = True
405+
ExplicitLeft = 3
406+
ExplicitTop = 1
407+
ExplicitHeight = 21
395408
end
396409
end
397410
end
@@ -402,8 +415,8 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
402415
object memoPrettyPrint: TMemo
403416
Left = 0
404417
Top = 0
405-
Width = 448
406-
Height = 230
418+
Width = 456
419+
Height = 243
407420
Align = alClient
408421
Lines.Strings = (
409422
'memoPrettyPrint')
@@ -421,13 +434,15 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
421434
ActivePage = tsGithubHelp
422435
Align = alClient
423436
TabOrder = 1
437+
ExplicitWidth = 675
438+
ExplicitHeight = 265
424439
object tsOutput: TTabSheet
425440
Caption = 'Output'
426441
object memoOutput: TMemo
427442
Left = 0
428443
Top = 0
429-
Width = 665
430-
Height = 230
444+
Width = 673
445+
Height = 243
431446
Align = alClient
432447
Lines.Strings = (
433448
'Memo1')
@@ -446,6 +461,8 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
446461
Height = 243
447462
Align = alClient
448463
TabOrder = 0
464+
ExplicitWidth = 655
465+
ExplicitHeight = 224
449466
ControlData = {
450467
4C0000008E4500001D1900000000000000000000000000000000000000000000
451468
000000004C000000000000000000000001000000E0D057007335CF11AE690800
@@ -466,6 +483,8 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
466483
Align = alClient
467484
TabOrder = 0
468485
SelectedEngine = EdgeOnly
486+
ExplicitWidth = 667
487+
ExplicitHeight = 237
469488
ControlData = {
470489
4C0000008E4500001D1900000000000000000000000000000000000000000000
471490
000000004C000000000000000000000001000000E0D057007335CF11AE690800
@@ -484,6 +503,7 @@ object FormTemplateEnginePlayground: TFormTemplateEnginePlayground
484503
Anchors = [akLeft, akTop, akRight]
485504
Caption = 'Context Options'
486505
TabOrder = 5
506+
ExplicitWidth = 678
487507
object cbConvertTabsToSpaces: TCheckBox
488508
Left = 18
489509
Top = 23

0 commit comments

Comments
 (0)