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

  1. object Zeile: TZeile
  2.   Left = 210
  3.   Top = 129
  4.   ActiveControl = Memo1
  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 = [fsBold]
  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 = 89
  29.     Height = 13
  30.     Caption = 'Eintragungstext'
  31.     Font.Color = clBlack
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object einjahr: TLabel
  38.     Left = 292
  39.     Top = 129
  40.     Width = 52
  41.     Height = 22
  42.     AutoSize = False
  43.     Caption = '1996'
  44.     Font.Color = clBlack
  45.     Font.Height = -21
  46.     Font.Name = 'Times New Roman'
  47.     Font.Style = []
  48.     ParentFont = False
  49.   end
  50.   object OKBtn: TBitBtn
  51.     Left = 276
  52.     Top = 8
  53.     Width = 77
  54.     Height = 27
  55.     Caption = '&OK'
  56.     Font.Color = clBlack
  57.     Font.Height = -11
  58.     Font.Name = 'MS Sans Serif'
  59.     Font.Style = []
  60.     ParentFont = False
  61.     TabOrder = 0
  62.     OnClick = OKBtnClick
  63.     Kind = bkOK
  64.     Margin = 2
  65.     Spacing = -1
  66.     IsControl = True
  67.   end
  68.   object CancelBtn: TBitBtn
  69.     Left = 276
  70.     Top = 40
  71.     Width = 77
  72.     Height = 27
  73.     Caption = '&Abbruch'
  74.     Font.Color = clBlack
  75.     Font.Height = -11
  76.     Font.Name = 'MS Sans Serif'
  77.     Font.Style = []
  78.     ParentFont = False
  79.     TabOrder = 2
  80.     OnClick = CancelBtnClick
  81.     Kind = bkCancel
  82.     Margin = 2
  83.     Spacing = -1
  84.     IsControl = True
  85.   end
  86.   object HelpBtn: TBitBtn
  87.     Left = 276
  88.     Top = 72
  89.     Width = 77
  90.     Height = 27
  91.     Caption = '&L∩┐╜schen'
  92.     Font.Color = clBlack
  93.     Font.Height = -11
  94.     Font.Name = 'MS Sans Serif'
  95.     Font.Style = []
  96.     ParentFont = False
  97.     TabOrder = 3
  98.     OnClick = HelpBtnClick
  99.     Glyph.Data = {
  100.       78010000424D7801000000000000760000002800000020000000100000000100
  101.       04000000000000000000120B0000120B00000000000000000000000000000000
  102.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  103.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00555555555555
  104.       55555FFFFFFF5F55FFF5777777757559995777777775755777F7555555555550
  105.       305555555555FF57F7F555555550055BB0555555555775F777F55555550FB000
  106.       005555555575577777F5555550FB0BF0F05555555755755757F555550FBFBF0F
  107.       B05555557F55557557F555550BFBF0FB005555557F55575577F555500FBFBFB0
  108.       B05555577F555557F7F5550E0BFBFB00B055557575F55577F7F550EEE0BFB0B0
  109.       B05557FF575F5757F7F5000EEE0BFBF0B055777FF575FFF7F7F50000EEE00000
  110.       B0557777FF577777F7F500000E055550805577777F7555575755500000555555
  111.       05555777775555557F55550005555555055555777555555575550000}
  112.     Margin = 2
  113.     NumGlyphs = 2
  114.     Spacing = -1
  115.     IsControl = True
  116.   end
  117.   object Memo1: TMemo
  118.     Left = 16
  119.     Top = 32
  120.     Width = 249
  121.     Height = 113
  122.     Lines.Strings = (
  123.       '')
  124.     TabOrder = 1
  125.   end
  126.   object CB: TCheckBox
  127.     Left = 278
  128.     Top = 112
  129.     Width = 97
  130.     Height = 17
  131.     Caption = 'Ein&malig'
  132.     Font.Color = clBlack
  133.     Font.Height = -13
  134.     Font.Name = 'MS Sans Serif'
  135.     Font.Style = []
  136.     ParentFont = False
  137.     TabOrder = 4
  138.     OnClick = CBClick
  139.   end
  140. end
  141.