object Alarminfo: TAlarminfo Left = 510 Top = 265 BorderIcons = [] BorderStyle = bsDialog Caption = 'Info' ClientHeight = 345 ClientWidth = 395 Color = clYellow Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] FormStyle = fsStayOnTop OldCreateOrder = True Position = poScreenCenter OnCreate = FormCreate PixelsPerInch = 96 TextHeight = 13 object memo1: TRichEdit98 Left = 0 Top = 0 Width = 395 Height = 285 Align = alTop AutoURLDetect = adNone Color = clYellow CustomURLs = < item Name = 'e-mail' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'http' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'file' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'mailto' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'ftp' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'https' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'gopher' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'nntp' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'prospero' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'telnet' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'news' Color = clWindowText Cursor = crDefault Underline = True end item Name = 'wais' Color = clWindowText Cursor = crDefault Underline = True end> LangOptions = [loAutoFont] Language = 1031 ScrollBars = ssBoth ShowSelectionBar = False TabOrder = 0 URLColor = clBlue URLCursor = crHandPoint InputFormat = ifRTF OutputFormat = ofRTF SelectedInOut = False PlainRTF = False UndoLimit = 0 IncludeOLE = True AllowInPlace = False end object Panel1: TPanel Left = 0 Top = 286 Width = 395 Height = 59 Align = alBottom TabOrder = 1 object CheckBox1: TCheckBox Left = 42 Top = 10 Width = 151 Height = 17 Caption = '&erneute Erinnerung in ' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -13 Font.Name = 'Arial' Font.Style = [] ParentFont = False TabOrder = 0 end object RxClock1: TRxClock Left = 330 Top = 31 Width = 59 Height = 27 Visible = False OnAlarm = RxClock1Alarm end object OKButton: TButton Left = 159 Top = 31 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 2 OnClick = OKButtonClick end object ComboBox1: TComboBox Left = 191 Top = 8 Width = 145 Height = 21 DropDownCount = 10 ItemHeight = 13 Items.Strings = ( '5 Minuten' '10 Minuten' '15 Minuten' '30 Minuten' '1 Stunde' '2 Stunden' '5 Stunden' '10 Stunden' '12 Stunden' '1 Tag') TabOrder = 3 Text = '5 Minuten' end end end