tvplanit: Improving LCL scaling.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8438 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-02 17:38:26 +00:00
parent f60702ccb7
commit 30acf7208e
30 changed files with 448 additions and 163 deletions

View File

@ -6,7 +6,7 @@ object VpImportPreviewForm: TVpImportPreviewForm
Caption = 'VpImportPreviewForm'
ClientHeight = 295
ClientWidth = 634
LCLVersion = '2.3.0.0'
OnShow = FormShow
object ButtonPanel: TPanel
Left = 6
Height = 25
@ -22,12 +22,13 @@ object VpImportPreviewForm: TVpImportPreviewForm
object btnExecute: TButton
AnchorSideTop.Control = ButtonPanel
AnchorSideRight.Control = btnCancel
Left = 406
Left = 400
Height = 25
Top = 0
Width = 141
Anchors = [akTop, akRight]
AutoSize = True
BorderSpacing.Right = 6
Caption = 'Import checked items'
ModalResult = 1
TabOrder = 0