Blame lazarus/snake/unit1.lfm

ec1092
object Form1: TForm1
ec1092
  Left = 45
ec1092
  Height = 545
ec1092
  Top = 166
ec1092
  Width = 825
ec1092
  Caption = 'Form1'
ec1092
  ClientHeight = 545
ec1092
  ClientWidth = 825
ec1092
  OnCreate = FormCreate
ec1092
  OnMouseMove = FormMouseMove
ec1092
  OnPaint = FormPaint
ec1092
  LCLVersion = '1.6.2.0'
ec1092
  object Label1: TLabel
ec1092
    Left = 24
ec1092
    Height = 21
ec1092
    Top = 18
ec1092
    Width = 43
ec1092
    Caption = 'Label1'
ec1092
    ParentColor = False
ec1092
  end
ec1092
  object Label2: TLabel
ec1092
    Left = 24
ec1092
    Height = 21
ec1092
    Top = 40
ec1092
    Width = 43
ec1092
    Caption = 'Label2'
ec1092
    ParentColor = False
ec1092
  end
ec1092
  object Timer1: TTimer
ec1092
    Interval = 10
ec1092
    OnTimer = Timer1Timer
ec1092
    left = 137
ec1092
    top = 27
ec1092
  end
ec1092
end