GridPrinter: Fix LCLScaling for PreviewForm size parameters.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8619 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-11-13 13:20:17 +00:00
parent 1f2391e102
commit 323744eaff
2 changed files with 50 additions and 9 deletions

View File

@ -1,10 +1,10 @@
object MainForm: TMainForm
Left = 331
Height = 491
Height = 485
Top = 127
Width = 651
Caption = 'Multi-Language Demonstration of TGridPrinter'
ClientHeight = 491
ClientHeight = 485
ClientWidth = 651
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
@ -16,7 +16,7 @@ object MainForm: TMainForm
AnchorSideRight.Side = asrBottom
AnchorSideBottom.Control = btnPrint
Left = 8
Height = 411
Height = 405
Top = 39
Width = 635
Anchors = [akTop, akLeft, akRight, akBottom]
@ -32,7 +32,7 @@ object MainForm: TMainForm
AnchorSideBottom.Side = asrBottom
Left = 8
Height = 25
Top = 458
Top = 452
Width = 60
Anchors = [akLeft, akBottom]
AutoSize = True
@ -47,7 +47,7 @@ object MainForm: TMainForm
AnchorSideTop.Control = btnPrint
Left = 264
Height = 25
Top = 458
Top = 452
Width = 76
AutoSize = True
BorderSpacing.Left = 24
@ -62,7 +62,7 @@ object MainForm: TMainForm
AnchorSideTop.Side = asrCenter
Left = 76
Height = 23
Top = 459
Top = 453
Width = 164
DropDownCount = 24
ItemHeight = 15
@ -84,7 +84,7 @@ object MainForm: TMainForm
AnchorSideRight.Side = asrBottom
Left = 348
Height = 22
Top = 459
Top = 453
Width = 295
Anchors = [akTop, akLeft, akRight]
BorderSpacing.Around = 8
@ -155,9 +155,10 @@ object MainForm: TMainForm
Top = 96
end
object GridPrintPreviewDialog1: TGridPrintPreviewDialog
FormParams.Width = 840
FormParams.Width = 640
FormParams.Height = 800
FormParams.Position = poDesigned
FormParams.PixelsPerInch = 96
GridPrinter = GridPrinter1
Zoom = 199
ZoomMode = zmFitHeight