home *** CD-ROM | disk | FTP | other *** search
/ WDR Computer Club Digital 1996 October / CLUB10_96.BIN / share95 / 95kalend / termine.exe / 0 / RCDATA / TZEILE / TZEILE.txt
Text File  |  1996-06-15  |  2KB  |  118 lines

  1. object Zeile: TZeile
  2.   Left = 210
  3.   Top = 129
  4.   ActiveControl = OKBtn
  5.   BorderStyle = bsDialog
  6.   Caption = 'Mehrzeilige Texte'
  7.   ClientHeight = 157
  8.   ClientWidth = 360
  9.   Font.Color = clBlack
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnShow = FormShow
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 265
  21.     Height = 145
  22.     Shape = bsFrame
  23.     IsControl = True
  24.   end
  25.   object Label1: TLabel
  26.     Left = 16
  27.     Top = 13
  28.     Width = 73
  29.     Height = 13
  30.     Caption = 'Eintragungstext'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = []
  35.     ParentFont = False
  36.   end
  37.   object einjahr: TLabel
  38.     Left = 294
  39.     Top = 132
  40.     Width = 44
  41.     Height = 23
  42.     Caption = '1996'
  43.     Font.Color = clBlack
  44.     Font.Height = -21
  45.     Font.Name = 'Times New Roman'
  46.     Font.Style = []
  47.     ParentFont = False
  48.   end
  49.   object OKBtn: TBitBtn
  50.     Left = 276
  51.     Top = 8
  52.     Width = 77
  53.     Height = 27
  54.     Hint = 'Eingabe'#13'sichern ...|Eingabe sichern'
  55.     ParentShowHint = False
  56.     ShowHint = True
  57.     TabOrder = 0
  58.     OnClick = OKBtnClick
  59.     Kind = bkOK
  60.     Margin = 2
  61.     Spacing = -1
  62.     IsControl = True
  63.   end
  64.   object CancelBtn: TBitBtn
  65.     Left = 276
  66.     Top = 40
  67.     Width = 77
  68.     Height = 27
  69.     Hint = 'zur∩┐╜ck in die'#13'∩┐╜bersicht|'
  70.     ParentShowHint = False
  71.     ShowHint = True
  72.     TabOrder = 2
  73.     OnClick = CancelBtnClick
  74.     Kind = bkCancel
  75.     Margin = 2
  76.     Spacing = -1
  77.     IsControl = True
  78.   end
  79.   object HelpBtn: TBitBtn
  80.     Left = 276
  81.     Top = 72
  82.     Width = 77
  83.     Height = 27
  84.     TabOrder = 3
  85.     OnClick = HelpBtnClick
  86.     Kind = bkHelp
  87.     Margin = 2
  88.     Spacing = -1
  89.     IsControl = True
  90.   end
  91.   object Memo1: TMemo
  92.     Left = 16
  93.     Top = 32
  94.     Width = 249
  95.     Height = 113
  96.     Hint = 'Texteingabe f∩┐╜r '#13'den Tag. |Texteingabe/∩┐╜nderung'
  97.     Lines.Strings = (
  98.       '')
  99.     ParentShowHint = False
  100.     ShowHint = True
  101.     TabOrder = 1
  102.   end
  103.   object cb: TCheckBox
  104.     Left = 278
  105.     Top = 112
  106.     Width = 97
  107.     Height = 17
  108.     Caption = 'Einmalig'
  109.     Font.Color = clBlack
  110.     Font.Height = -13
  111.     Font.Name = 'MS Sans Serif'
  112.     Font.Style = []
  113.     ParentFont = False
  114.     TabOrder = 4
  115.     OnClick = cbClick
  116.   end
  117. end
  118.