home *** CD-ROM | disk | FTP | other *** search
- object CalendarForm: TCalendarForm
- Left = 455
- Top = 253
- Width = 378
- Height = 265
- Caption = 'CalendarForm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- PixelsPerInch = 96
- TextHeight = 13
- object Calendar1: TCalendar
- Left = 0
- Top = 0
- Width = 370
- Height = 197
- Align = alClient
- StartOfWeek = 0
- TabOrder = 0
- OnChange = Calendar1Change
- end
- object DateTimePicker1: TDateTimePicker
- Left = 0
- Top = 0
- Width = 337
- Height = 25
- CalAlignment = dtaRight
- CalColors.TextColor = clYellow
- CalColors.MonthBackColor = clNavy
- Date = 36473.418689814820000000
- Time = 36473.418689814820000000
- DateFormat = dfShort
- DateMode = dmComboBox
- Kind = dtkDate
- ParseInput = False
- OnChange = DateTimePicker1Change
- end
- object Panel1: TPanel
- Left = 0
- Top = 197
- Width = 370
- Height = 41
- Align = alBottom
- TabOrder = 2
- object OKBtn: TButton
- Left = 8
- Top = 8
- Width = 75
- Height = 25
- Caption = '&OK'
- TabOrder = 0
- OnClick = OKBtnClick
- end
- object CancelBtn: TButton
- Left = 102
- Top = 8
- Width = 75
- Height = 25
- Caption = '&Cancel'
- TabOrder = 1
- OnClick = CancelBtnClick
- end
- end
- end
-