mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-08 07:52:42 +02:00
11 lines
184 B
Plaintext
11 lines
184 B
Plaintext
object MyComponent1: TMyComponent1
|
|
left = 302
|
|
top = 594
|
|
object OpenDialog1: TOpenDialog
|
|
Title = 'Open existing file'
|
|
FilterIndex = 0
|
|
left = 91
|
|
top = 87
|
|
end
|
|
end
|