lazarus/examples/filesdrop/unit2.lfm
tombo 6860a97e2b LCL: added OnFilesDrop event to TCustomForm, TApplication and TApplicationProperties
* created example application
* implemented in Win32 interface

git-svn-id: trunk@11365 -
2007-06-24 10:17:46 +00:00

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