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

@ -463,7 +463,7 @@ object frmEditElement: TfrmEditElement
TabOrder = 0
end
end
object Panel2: TPanel
object DayOffsetPanel: TPanel
Left = 12
Height = 51
Top = 152
@ -478,7 +478,7 @@ object frmEditElement: TfrmEditElement
ClientWidth = 451
TabOrder = 2
object gbDayOffset: TGroupBox
AnchorSideTop.Control = Panel2
AnchorSideTop.Control = DayOffsetPanel
AnchorSideBottom.Control = rgDayOffsetUnit
AnchorSideBottom.Side = asrBottom
Left = 0
@ -528,7 +528,7 @@ object frmEditElement: TfrmEditElement
object rgDayOffsetUnit: TRadioGroup
AnchorSideLeft.Control = gbDayOffset
AnchorSideLeft.Side = asrBottom
AnchorSideRight.Control = Panel2
AnchorSideRight.Control = DayOffsetPanel
AnchorSideRight.Side = asrBottom
Left = 108
Height = 51