mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-22 04:02:36 +02:00
13 lines
218 B
Plaintext
13 lines
218 B
Plaintext
object Form1: TForm1
|
|
Left = 291
|
|
Height = 300
|
|
Top = 167
|
|
Width = 400
|
|
HorzScrollBar.Page = 401
|
|
VertScrollBar.Page = 301
|
|
Caption = 'Form1'
|
|
OnCreate = FormCreate
|
|
LCLVersion = '0.9.31'
|
|
Visible = True
|
|
end
|