You've already forked lazarus-ccr
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:
@ -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...';
|
||||
|
Reference in New Issue
Block a user