home *** CD-ROM | disk | FTP | other *** search
/ Freelog 125 / Freelog_MarsAvril2015_No125.iso / ViePratique / Ahnenblatt / Ahnenblatt-portable.exe / Ahnenblatt-portable / AhnenblattPortable.exe / 0 / RCDATA / TKALENDERFORM / TKALENDERFORM.txt
Text File  |  2014-12-03  |  2KB  |  93 lines

  1. object KalenderForm: TKalenderForm
  2.   Left = 1082
  3.   Top = 693
  4.   HelpContext = 464
  5.   BorderIcons = [biSystemMenu, biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Kalender'
  8.   ClientHeight = 276
  9.   ClientWidth = 379
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'Arial'
  15.   Font.Style = []
  16.   OldCreateOrder = True
  17.   Position = poDefault
  18.   OnCreate = TntFormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 14
  22.   object CalView: TCCalendar
  23.     Left = 17
  24.     Top = 69
  25.     Width = 345
  26.     Height = 147
  27.     Color = 12320767
  28.     TabOrder = 2
  29.     UseCurrentDate = False
  30.   end
  31.   object MonatCB: TTntComboBox
  32.     Left = 52
  33.     Top = 17
  34.     Width = 156
  35.     Height = 32
  36.     Style = csDropDownList
  37.     Color = 12320767
  38.     Font.Charset = DEFAULT_CHARSET
  39.     Font.Color = clWindowText
  40.     Font.Height = -20
  41.     Font.Name = 'Arial'
  42.     Font.Style = [fsBold]
  43.     ItemHeight = 24
  44.     ParentFont = False
  45.     TabOrder = 0
  46.     OnChange = MonatCBChange
  47.     Items.Strings = (
  48.       'Januar'
  49.       'Februar'
  50.       'M'#228'rz'
  51.       'April'
  52.       'Mai'
  53.       'Juni'
  54.       'Juli'
  55.       'August'
  56.       'September'
  57.       'Oktober'
  58.       'November'
  59.       'Dezember')
  60.   end
  61.   object OK: TTntButton
  62.     Left = 276
  63.     Top = 237
  64.     Width = 80
  65.     Height = 27
  66.     Cancel = True
  67.     Caption = '&OK'
  68.     Default = True
  69.     ModalResult = 1
  70.     TabOrder = 3
  71.   end
  72.   object JahrSE: TCSpinEdit
  73.     Left = 224
  74.     Top = 17
  75.     Width = 96
  76.     Height = 34
  77.     AutoSelect = False
  78.     Color = 12320767
  79.     Font.Charset = DEFAULT_CHARSET
  80.     Font.Color = clWindowText
  81.     Font.Height = -20
  82.     Font.Name = 'Arial'
  83.     Font.Style = [fsBold]
  84.     MaxValue = 3000
  85.     MinValue = 1
  86.     ParentFont = False
  87.     TabOrder = 1
  88.     Value = 2001
  89.     OnChange = JahrSEChange
  90.     OnExit = JahrSEExit
  91.   end
  92. end
  93.