You've already forked lazarus-ccr
tvplanit: New property ApplyCategoryInfos for week and month view. Some tweaking of text positions in month view.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8346 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -19,7 +19,7 @@ object MainForm: TMainForm
|
||||
BevelOuter = bvNone
|
||||
ClientHeight = 596
|
||||
ClientWidth = 834
|
||||
TabOrder = 0
|
||||
TabOrder = 2
|
||||
object HeaderPanel: TPanel
|
||||
Left = 2
|
||||
Height = 48
|
||||
@ -58,7 +58,7 @@ object MainForm: TMainForm
|
||||
Height = 548
|
||||
Top = 48
|
||||
Width = 834
|
||||
PageIndex = 0
|
||||
PageIndex = 4
|
||||
Align = alClient
|
||||
TabOrder = 1
|
||||
TabStop = True
|
||||
@ -740,6 +740,18 @@ object MainForm: TMainForm
|
||||
State = cbChecked
|
||||
TabOrder = 8
|
||||
end
|
||||
object CbApplyCategoryInfos: TCheckBox
|
||||
AnchorSideLeft.Control = CbAllowInplaceEditing
|
||||
AnchorSideTop.Control = CbDrawingStyle
|
||||
AnchorSideTop.Side = asrCenter
|
||||
Left = 316
|
||||
Height = 19
|
||||
Top = 178
|
||||
Width = 266
|
||||
Caption = 'Apply category colors to week and month view'
|
||||
OnChange = CbApplyCategoryInfosChange
|
||||
TabOrder = 9
|
||||
end
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user