mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 05:28:17 +02:00
20 lines
373 B
Plaintext
20 lines
373 B
Plaintext
object LoadBitmapForm: TLoadBitmapForm
|
|
Left = 270
|
|
Height = 341
|
|
Top = 131
|
|
Width = 429
|
|
Caption = 'Example: Loading picture from file'
|
|
ClientHeight = 341
|
|
ClientWidth = 429
|
|
OnCreate = FormCreate
|
|
Position = poScreenCenter
|
|
LCLVersion = '2.3.0.0'
|
|
object Image1: TImage
|
|
Left = 0
|
|
Height = 341
|
|
Top = 0
|
|
Width = 429
|
|
Align = alClient
|
|
end
|
|
end
|