mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-22 23:01:35 +02:00
21 lines
413 B
Plaintext
21 lines
413 B
Plaintext
object Form2: TForm2
|
|
Left = 422
|
|
Height = 56
|
|
Top = 592
|
|
Width = 473
|
|
HorzScrollBar.Page = 472
|
|
VertScrollBar.Page = 55
|
|
Caption = 'Form2'
|
|
ClientHeight = 56
|
|
ClientWidth = 473
|
|
OnFilesDrop = FormFilesDrop
|
|
object Label1: TLabel
|
|
Left = 13
|
|
Height = 14
|
|
Top = 18
|
|
Width = 296
|
|
Caption = 'Drag and drop files on this form and see the results in memo. '
|
|
ParentColor = False
|
|
end
|
|
end
|