You've already forked lazarus-ccr
tvplanit: Make properties Achors, BorderSpacing and ChildSizing available for TVpResourceCombob and TVpPrintFormatCombobox. Improved, high-dpi aware layout of print preview form.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5076 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -17,42 +17,14 @@ object frmPrintPreview: TfrmPrintPreview
|
||||
LCLVersion = '1.7'
|
||||
object Panel1: TPanel
|
||||
Left = 0
|
||||
Height = 62
|
||||
Height = 58
|
||||
Top = 0
|
||||
Width = 540
|
||||
Align = alTop
|
||||
ClientHeight = 62
|
||||
AutoSize = True
|
||||
ClientHeight = 58
|
||||
ClientWidth = 540
|
||||
TabOrder = 0
|
||||
object cboxZoom: TComboBox
|
||||
Left = 296
|
||||
Height = 23
|
||||
Top = 32
|
||||
Width = 145
|
||||
ItemHeight = 15
|
||||
Items.Strings = (
|
||||
'Fit to Control'
|
||||
'Actual Size'
|
||||
'25%'
|
||||
'33%'
|
||||
'50%'
|
||||
'67%'
|
||||
'75%'
|
||||
)
|
||||
OnChange = cboxZoomChange
|
||||
Style = csDropDownList
|
||||
TabOrder = 2
|
||||
end
|
||||
object VpPrintFormatComboBox1: TVpPrintFormatComboBox
|
||||
Left = 8
|
||||
Height = 23
|
||||
Top = 32
|
||||
Width = 280
|
||||
ItemHeight = 15
|
||||
Sorted = True
|
||||
TabOrder = 1
|
||||
OnChange = VpPrintFormatComboBox1Change
|
||||
end
|
||||
object ToolBar1: TToolBar
|
||||
Left = 1
|
||||
Height = 27
|
||||
@ -122,11 +94,62 @@ object frmPrintPreview: TfrmPrintPreview
|
||||
Action = actCancel
|
||||
end
|
||||
end
|
||||
object Panel2: TPanel
|
||||
Left = 1
|
||||
Height = 29
|
||||
Top = 28
|
||||
Width = 538
|
||||
Align = alTop
|
||||
AutoSize = True
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 29
|
||||
ClientWidth = 538
|
||||
TabOrder = 1
|
||||
object cboxZoom: TComboBox
|
||||
Left = 389
|
||||
Height = 23
|
||||
Top = 2
|
||||
Width = 145
|
||||
Align = alRight
|
||||
BorderSpacing.Top = 2
|
||||
BorderSpacing.Right = 4
|
||||
BorderSpacing.Bottom = 4
|
||||
ItemHeight = 15
|
||||
Items.Strings = (
|
||||
'Fit to Control'
|
||||
'Actual Size'
|
||||
'25%'
|
||||
'33%'
|
||||
'50%'
|
||||
'67%'
|
||||
'75%'
|
||||
)
|
||||
OnChange = cboxZoomChange
|
||||
Style = csDropDownList
|
||||
TabOrder = 0
|
||||
end
|
||||
object VpPrintFormatComboBox1: TVpPrintFormatComboBox
|
||||
AnchorSideRight.Control = cboxZoom
|
||||
Left = 4
|
||||
Height = 23
|
||||
Top = 2
|
||||
Width = 381
|
||||
Anchors = [akTop, akLeft, akRight]
|
||||
Borderspacing.Left = 4
|
||||
Borderspacing.Top = 2
|
||||
Borderspacing.Right = 4
|
||||
Borderspacing.Bottom = 2
|
||||
ItemHeight = 15
|
||||
Sorted = True
|
||||
TabOrder = 1
|
||||
OnChange = VpPrintFormatComboBox1Change
|
||||
end
|
||||
end
|
||||
end
|
||||
object VpPrintPreview1: TVpPrintPreview
|
||||
Left = 0
|
||||
Height = 756
|
||||
Top = 62
|
||||
Height = 760
|
||||
Top = 58
|
||||
Width = 540
|
||||
CurPage = 0
|
||||
EndDate = 37355.4526088079
|
||||
|
Reference in New Issue
Block a user