BaseDataModule.dfm 655 B

12345678910111213141516171819202122232425262728
  1. object BaseDataModel: TBaseDataModel
  2. OldCreateOrder = False
  3. Height = 147
  4. Width = 223
  5. object driverLink: TFDPhysSQLiteDriverLink
  6. VendorHome = 'D:\IMClient\Test\Win32\Debug'
  7. Left = 143
  8. Top = 24
  9. end
  10. object FDGUIxWaitCursor1: TFDGUIxWaitCursor
  11. Provider = 'Forms'
  12. ScreenCursor = gcrNone
  13. Left = 68
  14. Top = 24
  15. end
  16. object ConnectionManager: TFDManager
  17. DriverDefFileAutoLoad = False
  18. ConnectionDefFileAutoLoad = False
  19. WaitCursor = gcrNone
  20. FormatOptions.AssignedValues = [fvMapRules]
  21. FormatOptions.OwnMapRules = True
  22. FormatOptions.MapRules = <>
  23. Active = True
  24. Left = 16
  25. Top = 24
  26. end
  27. end