You've already forked lazarus-ccr
tvplanit: Fix display of end date in an all-day event in GanttView. Less hints and warnings.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8684 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -13,6 +13,7 @@ object frmEditElement: TfrmEditElement
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '2.3.0.0'
|
||||
object gbCaption: TGroupBox
|
||||
Left = 12
|
||||
Height = 54
|
||||
@ -40,7 +41,6 @@ object frmEditElement: TfrmEditElement
|
||||
Width = 27
|
||||
BorderSpacing.Left = 8
|
||||
Caption = 'Text: '
|
||||
Color = clDefault
|
||||
FocusControl = edCaptionText
|
||||
ParentColor = False
|
||||
ParentFont = False
|
||||
@ -104,7 +104,6 @@ object frmEditElement: TfrmEditElement
|
||||
Top = 4
|
||||
Width = 38
|
||||
Caption = 'Name: '
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object edName: TEdit
|
||||
@ -420,7 +419,6 @@ object frmEditElement: TfrmEditElement
|
||||
BorderSpacing.Left = 1
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Top:'
|
||||
Color = clDefault
|
||||
FocusControl = edTop
|
||||
ParentColor = False
|
||||
end
|
||||
@ -498,7 +496,6 @@ object frmEditElement: TfrmEditElement
|
||||
BorderSpacing.Left = 1
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Left:'
|
||||
Color = clDefault
|
||||
FocusControl = edLeft
|
||||
ParentColor = False
|
||||
end
|
||||
@ -531,7 +528,6 @@ object frmEditElement: TfrmEditElement
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Height:'
|
||||
Color = clDefault
|
||||
FocusControl = edHeight
|
||||
ParentColor = False
|
||||
end
|
||||
@ -578,7 +574,6 @@ object frmEditElement: TfrmEditElement
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Width:'
|
||||
Color = clDefault
|
||||
FocusControl = edWidth
|
||||
ParentColor = False
|
||||
end
|
||||
|
Reference in New Issue
Block a user