home *** CD-ROM | disk | FTP | other *** search
/ PC World 2002 September / PCWorld_2002-09_cd.bin / Software / Vyzkuste / setit / SetIt.exe / 0 / RCDATA / TCALENDARFORM / TCALENDARFORM.txt
Text File  |  2002-07-19  |  1KB  |  58 lines

  1. object CalendarForm: TCalendarForm
  2.   Left = 104
  3.   Top = 408
  4.   ActiveControl = Button1
  5.   BorderStyle = bsDialog
  6.   Caption = 'Datum'
  7.   ClientHeight = 241
  8.   ClientWidth = 242
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   OldCreateOrder = False
  16.   Position = poOwnerFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object GroupBox1: TGroupBox
  20.     Left = 8
  21.     Top = 8
  22.     Width = 225
  23.     Height = 193
  24.     Caption = 'Kalend∩┐╜∩┐╜'
  25.     TabOrder = 0
  26.     object MonthCalendar1: TMonthCalendar
  27.       Left = 16
  28.       Top = 24
  29.       Width = 191
  30.       Height = 154
  31.       Date = 37169
  32.       MaxDate = 73050
  33.       MinDate = 29221
  34.       TabOrder = 0
  35.     end
  36.   end
  37.   object Button1: TButton
  38.     Left = 72
  39.     Top = 208
  40.     Width = 75
  41.     Height = 25
  42.     Caption = 'OK'
  43.     Default = True
  44.     ModalResult = 1
  45.     TabOrder = 1
  46.   end
  47.   object Button2: TButton
  48.     Left = 152
  49.     Top = 208
  50.     Width = 75
  51.     Height = 25
  52.     Cancel = True
  53.     Caption = 'Storno'
  54.     ModalResult = 2
  55.     TabOrder = 2
  56.   end
  57. end
  58.