tvplanit: Separate code into designtime and runtime packages. Move lpk files to library root folder for better visibility. Test all demos.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5372 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2016-11-21 17:12:05 +00:00
parent a9bff701eb
commit fcfce0aa75
75 changed files with 632 additions and 563 deletions

View File

@ -0,0 +1,56 @@
object frmDatePropertyEditor: TfrmDatePropertyEditor
Left = 349
Height = 201
Top = 233
Width = 231
HorzScrollBar.Page = 218
VertScrollBar.Page = 192
BorderStyle = bsDialog
Caption = 'Select Date'
ClientHeight = 201
ClientWidth = 231
Position = poDefaultPosOnly
LCLVersion = '1.7'
object Button1: TButton
Left = 69
Height = 25
Top = 168
Width = 75
Caption = 'OK'
ModalResult = 1
TabOrder = 0
end
object Button2: TButton
Left = 149
Height = 25
Top = 168
Width = 75
Caption = 'Cancel'
ModalResult = 2
TabOrder = 1
end
object VpCalendar1: TVpCalendar
Left = 8
Height = 152
Top = 8
Width = 216
ParentFont = False
BorderStyle = bsNone
Colors.ActiveDay = clRed
Colors.ColorScheme = cscalCustom
Colors.DayNames = clMaroon
Colors.Days = clBlack
Colors.InactiveDays = clGray
Colors.MonthAndYear = clBlue
Colors.Weekend = clRed
Colors.EventDays = clBlack
DateFormat = dfLong
DayNameWidth = 3
Options = [cdoShortNames, cdoShowYear, cdoShowRevert, cdoShowToday, cdoShowNavBtns]
ReadOnly = False
TabOrder = 2
TabStop = True
WantDblClicks = True
WeekStarts = dtSunday
end
end