home *** CD-ROM | disk | FTP | other *** search
- object AlarmForm: TAlarmForm
- Left = 20
- Top = 57
- BorderIcons = []
- BorderStyle = bsNone
- ClientHeight = 26
- ClientWidth = 153
- Color = clInfoBk
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poDefault
- OnActivate = FormActivate
- PixelsPerInch = 96
- TextHeight = 13
- object Time: TLabel
- Left = 25
- Top = 0
- Width = 65
- Height = 26
- Align = alLeft
- Caption = 'hh:mm'
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'MS Sans Serif'
- Font.Style = [fsBold]
- ParentFont = False
- Layout = tlCenter
- end
- object Message: TLabel
- Left = 90
- Top = 0
- Width = 63
- Height = 26
- Align = alLeft
- Caption = ' Message '
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ParentFont = False
- ShowAccelChar = False
- Layout = tlCenter
- end
- object Close: TPanel
- Left = 0
- Top = 0
- Width = 25
- Height = 26
- Align = alLeft
- BevelInner = bvRaised
- ParentColor = True
- TabOrder = 0
- object PaintBox: TPaintBox
- Left = 2
- Top = 2
- Width = 21
- Height = 22
- Cursor = crHandPoint
- Align = alClient
- OnMouseDown = PaintBoxMouseDown
- OnMouseUp = PaintBoxMouseUp
- OnPaint = PaintBoxPaint
- end
- end
- end
-