mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-16 00:40:43 +01:00
24 lines
458 B
Plaintext
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
|