
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@646 8e941d3f-bd1b-0410-a28a-d453659cc2b4
31 lines
725 B
Plaintext
31 lines
725 B
Plaintext
object Form1: TForm1
|
|
Left = 192
|
|
Top = 114
|
|
Width = 432
|
|
Height = 302
|
|
Caption = 'Form1'
|
|
Color = clBtnFace
|
|
Font.Charset = DEFAULT_CHARSET
|
|
Font.Color = clWindowText
|
|
Font.Height = -11
|
|
Font.Style = []
|
|
PixelsPerInch = 96
|
|
object OvcCalendar1: TOvcCalendar
|
|
Left = 56
|
|
Top = 40
|
|
Width = 313
|
|
Height = 209
|
|
BorderStyle = bsNone
|
|
Colors.ActiveDay = clRed
|
|
Colors.ColorScheme = cscalCustom
|
|
Colors.DayNames = clMaroon
|
|
Colors.Days = clBlack
|
|
Colors.InactiveDays = clGray
|
|
Colors.MonthAndYear = clBlue
|
|
Colors.Weekend = clRed
|
|
DayNameWidth = 3
|
|
Options = [cdoShortNames, cdoShowYear, cdoShowInactive, cdoShowRevert, cdoShowToday, cdoShowNavBtns]
|
|
TabOrder = 0
|
|
end
|
|
end
|