home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPCD_2_2000.iso / software / shareware / xdesk / XDesk95S.EXE / XDesk95.exe / 0 / RCDATA / TALARMFORM / TALARMFORM.txt
Encoding:
Text File  |  1999-11-19  |  1.5 KB  |  72 lines

  1. object AlarmForm: TAlarmForm
  2.   Left = 20
  3.   Top = 57
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 26
  7.   ClientWidth = 153
  8.   Color = clInfoBk
  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 = poDefault
  16.   OnActivate = FormActivate
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Time: TLabel
  20.     Left = 25
  21.     Top = 0
  22.     Width = 65
  23.     Height = 26
  24.     Align = alLeft
  25.     Caption = 'hh:mm'
  26.     Font.Charset = DEFAULT_CHARSET
  27.     Font.Color = clWindowText
  28.     Font.Height = -21
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = [fsBold]
  31.     ParentFont = False
  32.     Layout = tlCenter
  33.   end
  34.   object Message: TLabel
  35.     Left = 90
  36.     Top = 0
  37.     Width = 63
  38.     Height = 26
  39.     Align = alLeft
  40.     Caption = ' Message '
  41.     Font.Charset = DEFAULT_CHARSET
  42.     Font.Color = clWindowText
  43.     Font.Height = -13
  44.     Font.Name = 'MS Sans Serif'
  45.     Font.Style = []
  46.     ParentFont = False
  47.     ShowAccelChar = False
  48.     Layout = tlCenter
  49.   end
  50.   object Close: TPanel
  51.     Left = 0
  52.     Top = 0
  53.     Width = 25
  54.     Height = 26
  55.     Align = alLeft
  56.     BevelInner = bvRaised
  57.     ParentColor = True
  58.     TabOrder = 0
  59.     object PaintBox: TPaintBox
  60.       Left = 2
  61.       Top = 2
  62.       Width = 21
  63.       Height = 22
  64.       Cursor = crHandPoint
  65.       Align = alClient
  66.       OnMouseDown = PaintBoxMouseDown
  67.       OnMouseUp = PaintBoxMouseUp
  68.       OnPaint = PaintBoxPaint
  69.     end
  70.   end
  71. end
  72.