home *** CD-ROM | disk | FTP | other *** search
/ The Best of Windows 95.com 1996 December / WIN95_DEC_1996_4.ISO / pim / krnlstnt.exe / ULTIMATE.EXE / 0 / RCDATA / TALARM / TALARM.txt
Text File  |  1996-12-15  |  5KB  |  222 lines

  1. object Alarm: TAlarm
  2.   Left = 8
  3.   Top = 95
  4.   BorderStyle = bsDialog
  5.   Caption = 'Alarm'
  6.   ClientHeight = 181
  7.   ClientWidth = 618
  8.   Color = clTeal
  9.   Font.Color = clWindowText
  10.   Font.Height = -13
  11.   Font.Name = 'System'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnMouseDown = FormMouseDown
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 16
  18.   object AlrmLabel: TLabel
  19.     Left = 6
  20.     Top = 44
  21.     Width = 607
  22.     Height = 15
  23.     Font.Color = clWindowText
  24.     Font.Height = -13
  25.     Font.Name = 'System'
  26.     Font.Pitch = fpFixed
  27.     Font.Style = []
  28.     ParentFont = False
  29.   end
  30.   object AlrmCancelBtn: TButton
  31.     Left = 482
  32.     Top = 4
  33.     Width = 131
  34.     Height = 33
  35.     Cancel = True
  36.     Caption = '&Cancel Alarm'
  37.     TabOrder = 0
  38.     OnClick = AlrmCancelBtnClick
  39.     OnMouseDown = FormMouseDown
  40.   end
  41.   object AlarmList: TListBox
  42.     Left = 4
  43.     Top = 60
  44.     Width = 609
  45.     Height = 63
  46.     TabStop = False
  47.     ExtendedSelect = False
  48.     Font.Color = clWindowText
  49.     Font.Height = -13
  50.     Font.Name = 'System'
  51.     Font.Pitch = fpFixed
  52.     Font.Style = []
  53.     ItemHeight = 15
  54.     ParentFont = False
  55.     Sorted = True
  56.     TabOrder = 5
  57.     OnClick = AlarmListClick
  58.     OnMouseDown = FormMouseDown
  59.   end
  60.   object MinuteBox: TGroupBox
  61.     Left = 4
  62.     Top = 132
  63.     Width = 233
  64.     Height = 43
  65.     Caption = 'Minutes until alarm sounds again'
  66.     Color = clLime
  67.     ParentColor = False
  68.     TabOrder = 2
  69.     object OneMinBtn: TButton
  70.       Left = 14
  71.       Top = 16
  72.       Width = 25
  73.       Height = 23
  74.       Caption = '1'
  75.       TabOrder = 0
  76.       OnClick = AlrmCancelBtnClick
  77.     end
  78.     object FiveMinBtn: TButton
  79.       Left = 50
  80.       Top = 16
  81.       Width = 25
  82.       Height = 23
  83.       Caption = '5'
  84.       TabOrder = 1
  85.       OnClick = AlrmCancelBtnClick
  86.     end
  87.     object TenMinBtn: TButton
  88.       Left = 86
  89.       Top = 16
  90.       Width = 25
  91.       Height = 23
  92.       Caption = '10'
  93.       TabOrder = 2
  94.       OnClick = AlrmCancelBtnClick
  95.     end
  96.     object FifteenMinBtn: TButton
  97.       Left = 122
  98.       Top = 16
  99.       Width = 25
  100.       Height = 23
  101.       Caption = '15'
  102.       TabOrder = 3
  103.       OnClick = AlrmCancelBtnClick
  104.     end
  105.     object ThirtyMinBtn: TButton
  106.       Left = 158
  107.       Top = 16
  108.       Width = 25
  109.       Height = 23
  110.       Caption = '30'
  111.       TabOrder = 4
  112.       OnClick = AlrmCancelBtnClick
  113.     end
  114.     object FortyFiveMinBtn: TButton
  115.       Left = 194
  116.       Top = 16
  117.       Width = 25
  118.       Height = 23
  119.       Caption = '45'
  120.       TabOrder = 5
  121.       OnClick = AlrmCancelBtnClick
  122.     end
  123.   end
  124.   object HourBox: TGroupBox
  125.     Left = 242
  126.     Top = 132
  127.     Width = 219
  128.     Height = 43
  129.     Caption = 'Hours until alarm sounds again'
  130.     Color = clLime
  131.     ParentColor = False
  132.     TabOrder = 3
  133.     object OneHrBtn: TButton
  134.       Left = 24
  135.       Top = 16
  136.       Width = 27
  137.       Height = 23
  138.       Caption = '1'
  139.       TabOrder = 0
  140.       OnClick = AlrmCancelBtnClick
  141.     end
  142.     object TwoHrBtn: TButton
  143.       Left = 72
  144.       Top = 16
  145.       Width = 27
  146.       Height = 23
  147.       Caption = '2'
  148.       TabOrder = 1
  149.       OnClick = AlrmCancelBtnClick
  150.     end
  151.     object ThreeHrBtn: TButton
  152.       Left = 120
  153.       Top = 16
  154.       Width = 27
  155.       Height = 23
  156.       Caption = '3'
  157.       TabOrder = 2
  158.       OnClick = AlrmCancelBtnClick
  159.     end
  160.     object FourHrBtn: TButton
  161.       Left = 168
  162.       Top = 16
  163.       Width = 27
  164.       Height = 23
  165.       Caption = '4'
  166.       TabOrder = 3
  167.       OnClick = AlrmCancelBtnClick
  168.     end
  169.   end
  170.   object TimeBox: TGroupBox
  171.     Left = 466
  172.     Top = 132
  173.     Width = 147
  174.     Height = 43
  175.     Caption = 'Alarm to be reset for'
  176.     Color = clLime
  177.     ParentColor = False
  178.     TabOrder = 1
  179.     object AlrmTimeInput: TMaskEdit
  180.       Left = 36
  181.       Top = 16
  182.       Width = 77
  183.       Height = 23
  184.       Font.Color = clWindowText
  185.       Font.Height = -13
  186.       Font.Name = 'System'
  187.       Font.Pitch = fpFixed
  188.       Font.Style = []
  189.       MaxLength = 8
  190.       ParentFont = False
  191.       TabOrder = 0
  192.       OnEnter = AlrmTimeInputEnter
  193.       OnExit = AlrmTimeInputExit
  194.       OnKeyDown = AlrmTimeInputKeyDown
  195.       OnMouseDown = FormMouseDown
  196.     end
  197.   end
  198.   object AlrmOKBtn: TButton
  199.     Left = 336
  200.     Top = 4
  201.     Width = 133
  202.     Height = 33
  203.     Caption = 'Accept New Time'
  204.     TabOrder = 4
  205.     OnClick = AlrmCancelBtnClick
  206.     OnMouseDown = FormMouseDown
  207.   end
  208.   object MediaPlayer1: TMediaPlayer
  209.     Left = 28
  210.     Top = 0
  211.     Width = 253
  212.     Height = 30
  213.     Visible = False
  214.     TabOrder = 6
  215.     OnNotify = MediaPlayer1Notify
  216.   end
  217.   object AlrmTimer: TTimer
  218.     Interval = 100
  219.     OnTimer = AlrmTimerTimer
  220.   end
  221. end
  222.