16 lines
313 B
ObjectPascal
16 lines
313 B
ObjectPascal
object Form1: TForm1
|
|
ClientHeight = 132
|
|
ClientWidth = 621
|
|
object lblAniText: TLabel
|
|
Align = alClient
|
|
Alignment = taCenter
|
|
Caption = 'Hello World! '
|
|
Font.Height = -96
|
|
OnClick = lblAniTextClick
|
|
end
|
|
object tmrAniFrame: TTimer
|
|
Interval = 200
|
|
OnTimer = tmrAniFrameTimer
|
|
end
|
|
end
|