home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 July / Chip_2004-07_cd1.bin / software / poco / setup.exe / {app} / Poco.exe / 0 / RCDATA / TFRMCALENDAR / TFRMCALENDAR.txt
Encoding:
Text File  |  2004-05-18  |  1.1 KB  |  48 lines

  1. object FrmCalendar: TFrmCalendar
  2.   Left = 386
  3.   Top = 342
  4.   AutoSize = True
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Mini Calendar'
  7.   ClientHeight = 190
  8.   ClientWidth = 255
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   KeyPreview = True
  17.   OldCreateOrder = False
  18.   OnClose = FormClose
  19.   OnKeyUp = FormKeyUp
  20.   PixelsPerInch = 120
  21.   TextHeight = 16
  22.   object PnlCalendar: TPanel
  23.     Left = 0
  24.     Top = 0
  25.     Width = 255
  26.     Height = 190
  27.     BevelInner = bvRaised
  28.     BevelOuter = bvLowered
  29.     Caption = 'Mini Calendar'
  30.     TabOrder = 0
  31.     object Calendar: TMonthCalendar
  32.       Left = 0
  33.       Top = 0
  34.       Width = 249
  35.       Height = 183
  36.       AutoSize = True
  37.       CalColors.BackColor = clBlack
  38.       CalColors.TextColor = clBlack
  39.       CalColors.TitleBackColor = clSilver
  40.       CalColors.TitleTextColor = clBlack
  41.       CalColors.TrailingTextColor = clGray
  42.       Date = 36197.774537557870000000
  43.       TabOrder = 0
  44.       WeekNumbers = True
  45.     end
  46.   end
  47. end
  48.