Blame lazarus/alarm-clock/unit1.lfm

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