tvplanit: some improvements in demos

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8473 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-09-11 19:52:29 +00:00
parent e80cd89ca7
commit bf1712ff85
2 changed files with 23 additions and 18 deletions

View File

@ -3,11 +3,10 @@ object Form1: TForm1
Height = 607
Top = 130
Width = 565
Caption = 'Form1'
Caption = 'TvPlanIt Calendar Demo'
ClientHeight = 607
ClientWidth = 565
OnCreate = FormCreate
LCLVersion = '2.3.0.0'
object VpCalendar1: TVpCalendar
AnchorSideLeft.Control = Owner
AnchorSideTop.Control = Owner
@ -18,12 +17,14 @@ object Form1: TForm1
Height = 319
Top = 8
Width = 309
PopupMenu = VpCalendar1.default
DataStore = VpIniDatastore1
ControlLink = VpControlLink1
Anchors = [akTop, akLeft, akRight, akBottom]
BorderSpacing.Left = 120
BorderSpacing.Right = 120
BorderSpacing.Around = 8
BorderStyle = bsSingle
Colors.ActiveDay = clWindow
Colors.ActiveDayBorder = clWindowText
Colors.ActiveDayText = clWindowText
@ -260,7 +261,9 @@ object Form1: TForm1
Width = 53
BorderSpacing.Top = 8
Caption = 'Border'
Checked = True
OnChange = cbBorderChange
State = cbChecked
TabOrder = 2
end
object lblDayNameWidth: TLabel