You've already forked lazarus-ccr
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:
@ -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
|
||||
|
@ -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;
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user