tvplanit: Disable day offset parameters when not needed by element in VpEdElem

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8511 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-10-03 21:26:03 +00:00
parent d8eb756310
commit f5d94166a0
12 changed files with 195 additions and 125 deletions

View File

@ -388,8 +388,10 @@ resourcestring
{ Print Format Item Editor }
RSEditFormatCaption = 'Edit format';
RSNameLbl = 'Name:';
RSTimeIncLbl = 'Time increment:';
RSTimeIncUnits = 'Time increment units:';
RSDayIncLbl = 'Day increment:';
RSDayIncUnits = 'Day increment units';
RSDayOffsetCaption = 'Day offset';
RSDayOffsetUnits = 'Day offset units';
{ Format element editor }
RSEditElementCaption = 'Edit element';
@ -413,7 +415,7 @@ resourcestring
RSWidth = 'Width';
RSHeight = 'Height';
RSVisible = 'Visible';
RSCaption = 'Caption';
RSCaptionLbl = 'Caption:';
RSTextCaption = 'Text';
RSShapeBtn = 'Shape...';
RSFontBtn = 'Font...';