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 / TALARMINFO / TALARMINFO.txt
Text File  |  2001-03-09  |  4KB  |  180 lines

  1. object Alarminfo: TAlarminfo
  2.   Left = 510
  3.   Top = 265
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Info'
  7.   ClientHeight = 345
  8.   ClientWidth = 395
  9.   Color = clYellow
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = True
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object memo1: TRichEdit98
  22.     Left = 0
  23.     Top = 0
  24.     Width = 395
  25.     Height = 285
  26.     Align = alTop
  27.     AutoURLDetect = adNone
  28.     Color = clYellow
  29.     CustomURLs = <
  30.       item
  31.         Name = 'e-mail'
  32.         Color = clWindowText
  33.         Cursor = crDefault
  34.         Underline = True
  35.       end
  36.       item
  37.         Name = 'http'
  38.         Color = clWindowText
  39.         Cursor = crDefault
  40.         Underline = True
  41.       end
  42.       item
  43.         Name = 'file'
  44.         Color = clWindowText
  45.         Cursor = crDefault
  46.         Underline = True
  47.       end
  48.       item
  49.         Name = 'mailto'
  50.         Color = clWindowText
  51.         Cursor = crDefault
  52.         Underline = True
  53.       end
  54.       item
  55.         Name = 'ftp'
  56.         Color = clWindowText
  57.         Cursor = crDefault
  58.         Underline = True
  59.       end
  60.       item
  61.         Name = 'https'
  62.         Color = clWindowText
  63.         Cursor = crDefault
  64.         Underline = True
  65.       end
  66.       item
  67.         Name = 'gopher'
  68.         Color = clWindowText
  69.         Cursor = crDefault
  70.         Underline = True
  71.       end
  72.       item
  73.         Name = 'nntp'
  74.         Color = clWindowText
  75.         Cursor = crDefault
  76.         Underline = True
  77.       end
  78.       item
  79.         Name = 'prospero'
  80.         Color = clWindowText
  81.         Cursor = crDefault
  82.         Underline = True
  83.       end
  84.       item
  85.         Name = 'telnet'
  86.         Color = clWindowText
  87.         Cursor = crDefault
  88.         Underline = True
  89.       end
  90.       item
  91.         Name = 'news'
  92.         Color = clWindowText
  93.         Cursor = crDefault
  94.         Underline = True
  95.       end
  96.       item
  97.         Name = 'wais'
  98.         Color = clWindowText
  99.         Cursor = crDefault
  100.         Underline = True
  101.       end>
  102.     LangOptions = [loAutoFont]
  103.     Language = 1031
  104.     ScrollBars = ssBoth
  105.     ShowSelectionBar = False
  106.     TabOrder = 0
  107.     URLColor = clBlue
  108.     URLCursor = crHandPoint
  109.     InputFormat = ifRTF
  110.     OutputFormat = ofRTF
  111.     SelectedInOut = False
  112.     PlainRTF = False
  113.     UndoLimit = 0
  114.     IncludeOLE = True
  115.     AllowInPlace = False
  116.   end
  117.   object Panel1: TPanel
  118.     Left = 0
  119.     Top = 286
  120.     Width = 395
  121.     Height = 59
  122.     Align = alBottom
  123.     TabOrder = 1
  124.     object CheckBox1: TCheckBox
  125.       Left = 42
  126.       Top = 10
  127.       Width = 151
  128.       Height = 17
  129.       Caption = '&erneute Erinnerung in '
  130.       Font.Charset = DEFAULT_CHARSET
  131.       Font.Color = clWindowText
  132.       Font.Height = -13
  133.       Font.Name = 'Arial'
  134.       Font.Style = []
  135.       ParentFont = False
  136.       TabOrder = 0
  137.     end
  138.     object RxClock1: TRxClock
  139.       Left = 330
  140.       Top = 31
  141.       Width = 59
  142.       Height = 27
  143.       Visible = False
  144.       OnAlarm = RxClock1Alarm
  145.     end
  146.     object OKButton: TButton
  147.       Left = 159
  148.       Top = 31
  149.       Width = 75
  150.       Height = 25
  151.       Caption = 'OK'
  152.       Default = True
  153.       ModalResult = 1
  154.       TabOrder = 2
  155.       OnClick = OKButtonClick
  156.     end
  157.     object ComboBox1: TComboBox
  158.       Left = 191
  159.       Top = 8
  160.       Width = 145
  161.       Height = 21
  162.       DropDownCount = 10
  163.       ItemHeight = 13
  164.       Items.Strings = (
  165.         '5 Minuten'
  166.         '10 Minuten'
  167.         '15 Minuten'
  168.         '30 Minuten'
  169.         '1 Stunde'
  170.         '2 Stunden'
  171.         '5 Stunden'
  172.         '10 Stunden'
  173.         '12 Stunden'
  174.         '1 Tag')
  175.       TabOrder = 3
  176.       Text = '5 Minuten'
  177.     end
  178.   end
  179. end
  180.