object Form1: TForm1
  Left = 232
  Top = 55
  BorderStyle = bsDialog
  Caption = 'TRyTimer Demo'
  ClientHeight = 373
  ClientWidth = 320
  Color = clBtnFace
  ParentFont = True
  OldCreateOrder = False
  PixelsPerInch = 96
  TextHeight = 13
  object Memo1: TMemo
    Left = 0
    Top = 0
    Width = 320
    Height = 330
    Align = alTop
    Ctl3D = False
    ParentCtl3D = False
    TabOrder = 0
  end
  object TimeStop: TButton
    Left = 164
    Top = 342
    Width = 100
    Height = 25
    Caption = 'Timers Stop'
    TabOrder = 1
    OnClick = TimeStopClick
  end
  object TimeStart: TButton
    Left = 56
    Top = 342
    Width = 100
    Height = 25
    Caption = 'Timers Start'
    TabOrder = 2
    OnClick = TimeStartClick
  end
end
