You've already forked lazarus-ccr
TvPlanIt: Workaround for opaque labels issue in Laz 2.2.4.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8692 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -13,6 +13,7 @@ object frmEditFormat: TfrmEditFormat
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '2.3.0.0'
|
||||
object Panel1: TPanel
|
||||
Left = 8
|
||||
Height = 148
|
||||
@ -39,7 +40,6 @@ object frmEditFormat: TfrmEditFormat
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Name: '
|
||||
Color = clDefault
|
||||
FocusControl = edName
|
||||
ParentColor = False
|
||||
end
|
||||
@ -55,7 +55,6 @@ object frmEditFormat: TfrmEditFormat
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Day Increment:'
|
||||
Color = clDefault
|
||||
FocusControl = edIncrement
|
||||
ParentColor = False
|
||||
end
|
||||
@ -71,7 +70,6 @@ object frmEditFormat: TfrmEditFormat
|
||||
BorderSpacing.Left = 8
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Description: '
|
||||
Color = clDefault
|
||||
FocusControl = edDescription
|
||||
ParentColor = False
|
||||
end
|
||||
|
Reference in New Issue
Block a user