tvplanit: Improved and more stable layout of print preview related dialogs at higher dpi.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5012 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-07-20 19:29:00 +00:00
parent 0fc938717d
commit 59719d29cb
6 changed files with 172 additions and 61 deletions

View File

@ -11,6 +11,7 @@ object frmEditShape: TfrmEditShape
ClientWidth = 426
OnCreate = FormCreate
OnDestroy = FormDestroy
OnShow = FormShow
Position = poScreenCenter
ShowHint = True
LCLVersion = '1.7'
@ -63,7 +64,7 @@ object frmEditShape: TfrmEditShape
end
object cbBrushStyle: TComboBox
Left = 52
Height = 23
Height = 21
Top = 32
Width = 129
BorderSpacing.Right = 8
@ -71,6 +72,7 @@ object frmEditShape: TfrmEditShape
ItemHeight = 15
OnChange = cbBrushStyleChange
OnDrawItem = cbBrushStyleDrawItem
Style = csOwnerDrawFixed
TabOrder = 0
end
object lblBrushColor: TLabel
@ -138,13 +140,15 @@ object frmEditShape: TfrmEditShape
end
object cbPenStyle: TComboBox
Left = 52
Height = 23
Height = 21
Top = 32
Width = 124
BorderSpacing.Right = 8
ItemHeight = 15
OnChange = cbPenStyleChange
OnDrawItem = cbPenStyleDrawItem
ReadOnly = True
Style = csOwnerDrawFixed
TabOrder = 1
end
object cbPenMode: TComboBox