home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 2001 January / CT_SW0101.ISO / mac / software / betrieb / desktop / klebe.exe / Klebez.exe / 0 / RCDATA / TOLDALARM / TOLDALARM.txt
Text File  |  2001-03-09  |  3KB  |  148 lines

  1. object oldAlarm: ToldAlarm
  2.   Left = 531
  3.   Top = 243
  4.   Width = 381
  5.   Height = 331
  6.   BorderIcons = [biMaximize]
  7.   Caption = 'Alarm ÔøΩberfallig'
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poScreenCenter
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Panel1: TPanel
  19.     Left = 0
  20.     Top = 259
  21.     Width = 373
  22.     Height = 45
  23.     Align = alBottom
  24.     TabOrder = 0
  25.     object Button1: TButton
  26.       Left = 148
  27.       Top = 12
  28.       Width = 75
  29.       Height = 25
  30.       Caption = 'O.K.'
  31.       TabOrder = 0
  32.       OnClick = Button1Click
  33.     end
  34.   end
  35.   object memo1: TRichEdit98
  36.     Left = 0
  37.     Top = 32
  38.     Width = 373
  39.     Height = 227
  40.     Align = alClient
  41.     AutoURLDetect = adDefault
  42.     Color = clYellow
  43.     CustomURLs = <
  44.       item
  45.         Name = 'e-mail'
  46.         Color = clWindowText
  47.         Cursor = crDefault
  48.         Underline = True
  49.       end
  50.       item
  51.         Name = 'http'
  52.         Color = clWindowText
  53.         Cursor = crDefault
  54.         Underline = True
  55.       end
  56.       item
  57.         Name = 'file'
  58.         Color = clWindowText
  59.         Cursor = crDefault
  60.         Underline = True
  61.       end
  62.       item
  63.         Name = 'mailto'
  64.         Color = clWindowText
  65.         Cursor = crDefault
  66.         Underline = True
  67.       end
  68.       item
  69.         Name = 'ftp'
  70.         Color = clWindowText
  71.         Cursor = crDefault
  72.         Underline = True
  73.       end
  74.       item
  75.         Name = 'https'
  76.         Color = clWindowText
  77.         Cursor = crDefault
  78.         Underline = True
  79.       end
  80.       item
  81.         Name = 'gopher'
  82.         Color = clWindowText
  83.         Cursor = crDefault
  84.         Underline = True
  85.       end
  86.       item
  87.         Name = 'nntp'
  88.         Color = clWindowText
  89.         Cursor = crDefault
  90.         Underline = True
  91.       end
  92.       item
  93.         Name = 'prospero'
  94.         Color = clWindowText
  95.         Cursor = crDefault
  96.         Underline = True
  97.       end
  98.       item
  99.         Name = 'telnet'
  100.         Color = clWindowText
  101.         Cursor = crDefault
  102.         Underline = True
  103.       end
  104.       item
  105.         Name = 'news'
  106.         Color = clWindowText
  107.         Cursor = crDefault
  108.         Underline = True
  109.       end
  110.       item
  111.         Name = 'wais'
  112.         Color = clWindowText
  113.         Cursor = crDefault
  114.         Underline = True
  115.       end>
  116.     LangOptions = [loAutoFont]
  117.     Language = 1031
  118.     ReadOnly = True
  119.     ScrollBars = ssBoth
  120.     ShowSelectionBar = False
  121.     TabOrder = 1
  122.     URLColor = clBlue
  123.     URLCursor = crHandPoint
  124.     OnURLClick = memo1URLClick
  125.     InputFormat = ifRTF
  126.     OutputFormat = ofRTF
  127.     SelectedInOut = False
  128.     PlainRTF = False
  129.     UndoLimit = 0
  130.     IncludeOLE = True
  131.     AllowInPlace = False
  132.   end
  133.   object Panel2: TPanel
  134.     Left = 0
  135.     Top = 0
  136.     Width = 373
  137.     Height = 32
  138.     Align = alTop
  139.     Font.Charset = DEFAULT_CHARSET
  140.     Font.Color = clWindowText
  141.     Font.Height = -16
  142.     Font.Name = 'MS Sans Serif'
  143.     Font.Style = []
  144.     ParentFont = False
  145.     TabOrder = 2
  146.   end
  147. end
  148.