You've already forked lazarus-ccr
jvcllaz: Use system colors for some elements of the TJvTFDays grid of the JvTimeFramework components.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7105 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -57,10 +57,8 @@ object MainForm: TMainForm
|
||||
TimeBlockProps.SelBlockHdrAttr.Font.Color = clBlack
|
||||
TimeBlockProps.SelBlockHdrAttr.ParentFont = False
|
||||
TimeBlockProps.SelBlockHdrAttr.FrameColor = clBlack
|
||||
ApptAttr.Color = clWhite
|
||||
ApptAttr.Font.Color = clWindowText
|
||||
ApptAttr.ParentFont = False
|
||||
SelApptAttr.Color = clWhite
|
||||
SelApptAttr.Font.Color = clWindowText
|
||||
SelApptAttr.ParentFont = False
|
||||
HdrAttr.Font.Color = clWindowText
|
||||
@ -80,7 +78,6 @@ object MainForm: TMainForm
|
||||
SelFancyRowHdrAttr.TickColor = clBlack
|
||||
PrimeTime.StartTime = 0.333333333333333
|
||||
PrimeTime.EndTime = 0.708333333333333
|
||||
PrimeTime.Color = clYellow
|
||||
GroupHdrAttr.Font.Color = clWindowText
|
||||
GroupHdrAttr.ParentFont = False
|
||||
GroupHdrAttr.FrameColor = clBlack
|
||||
|
@ -1,3 +1,6 @@
|
||||
// todo -cTJvTimeFramework: Remove small square at left/top corner of screen; assosciated with Days/Months/Weeks
|
||||
// todo -cTJvTimeFramework: Fix text height when printing text with font size 0
|
||||
|
||||
{******************************************************************
|
||||
|
||||
JEDI-VCL Demo
|
||||
|
Reference in New Issue
Block a user