object Form1: TForm1
Left = 373
Height = 235
Top = 306
Width = 265
Caption = 'Form1'
ClientHeight = 235
ClientWidth = 265
OnCreate = FormCreate
LCLVersion = '1.6.2.0'
object TimeEdit1: TTimeEdit
Left = 8
Height = 38
Top = 80
Width = 103
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 0
end
object CheckBox1: TCheckBox
Left = 128
Height = 25
Top = 80
Width = 110
Caption = 'Enable Alarm'
TabOrder = 1
end
object TimeEdit2: TTimeEdit
Left = 8
Height = 38
Top = 128
Width = 103
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 2
end
object TimeEdit3: TTimeEdit
Left = 8
Height = 38
Top = 176
Width = 103
ButtonWidth = 23
NumGlyphs = 1
MaxLength = 0
TabOrder = 3
end
object Label1: TLabel
Left = 8
Height = 63
Top = 7
Width = 213
Caption = 'Set following three alarm clocks,'#10'enable alarm'#10'and take a sleep.'
ParentColor = False
end
object Timer1: TTimer
OnTimer = Timer1Timer
left = 184
top = 120
end
end