object DataModuleDragDropHandler: TDataModuleDragDropHandler OldCreateOrder = False OnCreate = DataModuleCreate OnDestroy = DataModuleDestroy Left = 272 Top = 108 Height = 156 Width = 215 object PopupMenu1: TPopupMenu Left = 48 Top = 72 object MenuEncrypt: TMenuItem Caption = 'Encrypt %s' Hint = 'Encrypt the file and places the encrypted file in this directory' + '.' OnClick = MenuEncryptClick end object MenuLine1: TMenuItem Caption = '-' end end object DragDropHandler1: TDragDropHandler ContextMenu = PopupMenu1 OnPopup = DragDropHandler1Popup Left = 48 Top = 16 end end