You've already forked lazarus-ccr
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:
56
components/tvplanit/source/design/vpdatepropedit.lfm
Normal file
56
components/tvplanit/source/design/vpdatepropedit.lfm
Normal 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
|
Reference in New Issue
Block a user