home *** CD-ROM | disk | FTP | other *** search
/ Chip 1999 January / Chip_1999-01_cd.bin / zkuste / delphi / D1 / GCAL.ZIP / DEMO.ZIP / UNIT1.DFM / UNIT1.txt
Text File  |  1997-03-15  |  524b  |  28 lines

  1. object Form1: TForm1
  2.   Left = 147
  3.   Top = 2
  4.   Width = 499
  5.   Height = 427
  6.   Caption = 'March 1997'
  7.   Font.Color = clWindowText
  8.   Font.Height = -13
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnCreate = FormCreate
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object GregCalendar1: TGregCalendar
  15.     Left = 0
  16.     Top = 0
  17.     Width = 491
  18.     Height = 400
  19.     Align = alClient
  20.     PopupMenu = GregCalendar1.
  21.     StartOfWeek = 0
  22.     TabOrder = 0
  23.     CenterDates = False
  24.     SelectedFGColor = clAqua
  25.     UseFormCaption = True
  26.   end
  27. end
  28.