lazarus/examples/lazintfimage/mainunit1.lfm
mattias 7c50a3d56a added TLazIntfImage example
git-svn-id: trunk@5486 -
2004-05-19 22:35:40 +00:00

24 lines
458 B
Plaintext

object Form1: TForm1
Caption = 'Fade in - Example for TLazIntfImage'
ClientHeight = 300
ClientWidth = 400
OnCreate = Form1Create
OnDestroy = Form1Destroy
HorzScrollBar.Page = 401
VertScrollBar.Page = 301
Left = 291
Height = 300
Top = 163
Width = 400
object Button1: TButton
Anchors = [akTop]
Caption = 'Fade in'
TabOrder = 0
OnClick = Button1Click
Left = 36
Height = 25
Top = 234
Width = 328
end
end