tvplanit: Add "Don't ask again" checkbox to VpPrtFmt editor save prompt by using a TTaskDialog. Update resource strings and translations.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8540 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-12 11:33:16 +00:00
parent 521c9e0d90
commit 03e1ff9059
25 changed files with 479 additions and 176 deletions

View File

@ -58,7 +58,7 @@ object MainForm: TMainForm
Height = 548
Top = 48
Width = 834
PageIndex = 0
PageIndex = 4
Align = alClient
TabOrder = 1
TabStop = True
@ -697,6 +697,20 @@ object MainForm: TMainForm
OnChange = CbApplyCategoryInfosChange
TabOrder = 9
end
object CbShowSavePrompt: TCheckBox
AnchorSideLeft.Control = CbAllowInplaceEditing
AnchorSideTop.Control = CbApplyCategoryInfos
AnchorSideTop.Side = asrBottom
Left = 316
Height = 19
Top = 213
Width = 170
BorderSpacing.Top = 16
Caption = 'Prompt to save print formats'
Checked = True
State = cbChecked
TabOrder = 10
end
end
end
end
@ -1303,11 +1317,11 @@ object MainForm: TMainForm
Caption = '-'
end
object MnuEditPrintFormats: TMenuItem
Caption = 'Edit print formats...'
Caption = 'Edit print templates...'
OnClick = MnuEditPrintFormatsClick
end
object MnuLoadPrintFormats: TMenuItem
Caption = 'Load print formats...'
Caption = 'Load print templates from file...'
OnClick = MnuLoadPrintFormatsClick
end
object MenuItem3: TMenuItem