lazarus-ccr/components/orpheus/tests/TestCalendar/unit1.lfm

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