Repo for the search and displace ingest module that takes odf, docx and pdf and transforms it into .md to be used with search and displace operations
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
586 B

3 years ago
  1. object Module: TModule
  2. OnCreate = DataModuleCreate
  3. OnDestroy = DataModuleDestroy
  4. OldCreateOrder = False
  5. Height = 334
  6. HorizontalOffset = 613
  7. VerticalOffset = 84
  8. Width = 442
  9. PPI = 96
  10. object OpenDialogMulti: TOpenDialog
  11. Options = [ofAllowMultiSelect, ofEnableSizing, ofViewDetail, ofAutoPreview]
  12. left = 64
  13. top = 40
  14. end
  15. object OpenDialogSingle: TOpenDialog
  16. Options = [ofReadOnly, ofEnableSizing, ofViewDetail, ofAutoPreview]
  17. left = 64
  18. top = 112
  19. end
  20. object SelectDirectoryDialog: TSelectDirectoryDialog
  21. left = 64
  22. top = 192
  23. end
  24. end