home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / handson / files / delphi / ToDo.exe / 0 / RCDATA / TCALENDARFORM / TCALENDARFORM.txt
Encoding:
Text File  |  2000-01-31  |  1.4 KB  |  69 lines

  1. object CalendarForm: TCalendarForm
  2.   Left = 455
  3.   Top = 253
  4.   Width = 378
  5.   Height = 265
  6.   Caption = 'CalendarForm'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   OnCreate = FormCreate
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Calendar1: TCalendar
  17.     Left = 0
  18.     Top = 0
  19.     Width = 370
  20.     Height = 197
  21.     Align = alClient
  22.     StartOfWeek = 0
  23.     TabOrder = 0
  24.     OnChange = Calendar1Change
  25.   end
  26.   object DateTimePicker1: TDateTimePicker
  27.     Left = 0
  28.     Top = 0
  29.     Width = 337
  30.     Height = 25
  31.     CalAlignment = dtaRight
  32.     CalColors.TextColor = clYellow
  33.     CalColors.MonthBackColor = clNavy
  34.     Date = 36473.418689814820000000
  35.     Time = 36473.418689814820000000
  36.     DateFormat = dfShort
  37.     DateMode = dmComboBox
  38.     Kind = dtkDate
  39.     ParseInput = False
  40.     OnChange = DateTimePicker1Change
  41.   end
  42.   object Panel1: TPanel
  43.     Left = 0
  44.     Top = 197
  45.     Width = 370
  46.     Height = 41
  47.     Align = alBottom
  48.     TabOrder = 2
  49.     object OKBtn: TButton
  50.       Left = 8
  51.       Top = 8
  52.       Width = 75
  53.       Height = 25
  54.       Caption = '&OK'
  55.       TabOrder = 0
  56.       OnClick = OKBtnClick
  57.     end
  58.     object CancelBtn: TButton
  59.       Left = 102
  60.       Top = 8
  61.       Width = 75
  62.       Height = 25
  63.       Caption = '&Cancel'
  64.       TabOrder = 1
  65.       OnClick = CancelBtnClick
  66.     end
  67.   end
  68. end
  69.