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:
@ -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
|
||||
|
Reference in New Issue
Block a user