lazarus/examples/motiongraphics/mainform.lfm
sekelsenmat 4a93ca7438 Adds an example for testing motion graphics
git-svn-id: trunk@34346 -
2011-12-21 10:57:34 +00:00

38 lines
655 B
Plaintext

object Form1: TForm1
Left = 323
Height = 240
Top = 171
Width = 320
Caption = 'Motion Graphics Test'
ClientHeight = 240
ClientWidth = 320
OnPaint = FormPaint
LCLVersion = '0.9.31'
object Label1: TLabel
Left = 6
Height = 18
Top = 6
Width = 46
Caption = 'Speed:'
ParentColor = False
end
object trackSpeed: TTrackBar
Left = 56
Height = 31
Top = 8
Width = 256
Frequency = 10
Max = 100
Min = 10
OnChange = trackSpeedChange
Position = 30
TabOrder = 0
end
object timerRedraw: TTimer
Interval = 100
OnTimer = timerRedrawTimer
left = 99
top = 133
end
end