jvcllaz: several changes in JvTimeFramework: Fix initially black background of TJvTFDays. Lighter default PrimeTime.Color. Some cleanup.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7104 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2019-08-08 21:01:04 +00:00
parent 8ae9d36333
commit 7794c04d51
5 changed files with 22 additions and 51 deletions

View File

@ -1,7 +1,7 @@
object MainForm: TMainForm
Left = 212
Left = 568
Height = 613
Top = 138
Top = 55
Width = 445
Caption = 'UTF Demo 1: PhotoOp'
ClientHeight = 613

View File

@ -33,7 +33,7 @@ interface
uses
LCLIntf,
SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
Db, sqldb, sqlite3conn, //DBTables,
db, sqldb, sqlite3conn,
ComCtrls, StdCtrls, Buttons, ExtCtrls, ImgList, DateTimePicker, PrintersDlgs,
JvTFManager, JvTFDays, JvTFGlance, JvTFGlanceTextViewer, JvTFMonths,
JvTFWeeks;

View File

@ -1,7 +1,7 @@
object Share: TShare
Left = 738
Left = 672
Height = 216
Top = 285
Top = 110
Width = 271
AutoSize = True
Caption = 'Share'
@ -9,8 +9,6 @@ object Share: TShare
ClientWidth = 271
Color = clBtnFace
Font.Color = clWindowText
Font.Height = -13
Font.Name = 'MS Sans Serif'
OnClose = FormClose
OnShow = FormShow
Position = poScreenCenter