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:
@ -11,6 +11,7 @@ object DlgEventEdit: TDlgEventEdit
|
||||
OnCreate = FormCreate
|
||||
OnShow = FormShow
|
||||
Position = poScreenCenter
|
||||
LCLVersion = '2.3.0.0'
|
||||
object ButtonPanel: TPanel
|
||||
Left = 0
|
||||
Height = 37
|
||||
@ -32,7 +33,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Width = 88
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'Resource Name'
|
||||
Color = clDefault
|
||||
Font.CharSet = ANSI_CHARSET
|
||||
Font.Color = clMaroon
|
||||
Font.Style = [fsBold]
|
||||
@ -134,7 +134,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Description:'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object DescriptionEdit: TEdit
|
||||
@ -161,7 +160,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Location:'
|
||||
Color = clDefault
|
||||
FocusControl = LocationEdit
|
||||
ParentColor = False
|
||||
end
|
||||
@ -192,7 +190,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
BorderSpacing.Left = 12
|
||||
BorderSpacing.Right = 12
|
||||
Caption = 'Category:'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object Category: TComboBox
|
||||
@ -248,7 +245,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'Start:'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object EndTimeLbl: TLabel
|
||||
@ -264,7 +260,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Right = 8
|
||||
Caption = 'End:'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object StartDate: TDateEdit
|
||||
@ -410,7 +405,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Width = 136
|
||||
BorderSpacing.Left = 12
|
||||
Caption = 'Appointment Recurrence:'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object RecurringType: TComboBox
|
||||
@ -440,7 +434,6 @@ object DlgEventEdit: TDlgEventEdit
|
||||
Anchors = [akTop, akRight]
|
||||
BorderSpacing.Left = 36
|
||||
Caption = 'Interval (days):'
|
||||
Color = clDefault
|
||||
ParentColor = False
|
||||
end
|
||||
object CustomInterval: TEdit
|
||||
|
Reference in New Issue
Block a user