home *** CD-ROM | disk | FTP | other *** search
/ CorelFLOW 2 / CorelFLOW-2-Windows-1994.bin / config / corelflw.reg < prev    next >
Windows Registry Data  |  1994-07-30  |  4KB  |  110 lines

  1. REGEDIT
  2. ; This .REG file may be used by your SETUP program.
  3. ;   If a SETUP program is not available, the entries below will be
  4. ;   registered in your InitInstance automatically with a call to
  5. ;   CWinApp::RegisterShellFileTypes and COleObjectFactory::UpdateRegistryAll.
  6.  
  7. ;
  8. ;    File extension key entry.    
  9. ;
  10.  
  11. HKEY_CLASSES_ROOT\.cfl = CorelFLOW.Document
  12.  
  13. ;
  14. ;    Windows 3.1 shell subkey entries (complex dde form).
  15. ;
  16.  
  17. HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\open\command = CORELFLW.EXE %1
  18. HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\open\ddeexec = [open("%1")]
  19. HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\open\ddeexec\application = CORELFLW
  20. HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\open\ddeexec\topic = system
  21. HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\print\command = CORELFLW.EXE -print %1
  22. ;HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\print\ddeexec = [print("%1")]
  23. ;HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\print\ddeexec\application = CORELFLW
  24. ;HKEY_CLASSES_ROOT\CorelFLOW.Document\shell\print\ddeexec\topic = system
  25.  
  26. ;
  27. ;    OLE 1.0 COMPATIBILITY INFORMATION
  28. ;
  29.  
  30. HKEY_CLASSES_ROOT\CorelFLOW.Document = Corel FLOW Document
  31. HKEY_CLASSES_ROOT\CorelFLOW.Document\protocol\StdFileEditing\server = CORELFLW.EXE
  32. HKEY_CLASSES_ROOT\CorelFLOW.Document\protocol\StdFileEditing\verb\0 = &Open
  33. HKEY_CLASSES_ROOT\CorelFLOW.Document\Insertable =
  34.  
  35. ;
  36. ;    Entry point subkey for application's OLE2 registration information.
  37. ;
  38.  
  39. HKEY_CLASSES_ROOT\CorelFLOW.Document\CLSID = {93DE6841-21A3-101B-BF4F-04021C009402}
  40.  
  41. ;
  42. ;    OLE2 Keys
  43. ;
  44.  
  45. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402} = Corel FLOW Document
  46. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\DefaultIcon = CORELFLW.EXE,0
  47. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\LocalServer = CORELFLW.EXE
  48. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\ProgId = CorelFLOW.Document
  49.  
  50. ;
  51. ;    MiscStatus:
  52. ;    -------------------------------------------
  53. ;    OLEMISC_RECOMPOSEONRESIZE                            1
  54. ;    OLEMISC_ONLYICONIC                                        2
  55. ;    OLEMISC_INSERTNOTREPLACE                            4
  56. ;    OLEMISC_STATIC                                                8
  57. ;    OLEMISC_CANTLINKINSIDE                                16
  58. ;    OLEMISC_CANLINKBYOLE1                                    32*
  59. ;    OLEMISC_ISLINKOBJECT                                    64
  60. ;    OLEMISC_INSIDEOUT                                            128
  61. ;    OLEMISC_ACTIVATEWHENVISIBLE                        256
  62. ;    OLEMISC_RENDERINGISDEVICEINDEPENDENT    512
  63. ;
  64.  
  65. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\MiscStatus = 32
  66.  
  67. ;
  68. ; Short human-readable name (max 15 chars).
  69. ;
  70.  
  71. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\AuxUserType\2 = FLOW Document
  72.  
  73. ;
  74. ; Long human-readable name (should be name of server).
  75. ;
  76.  
  77. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\AuxUserType\3 = Corel FLOW Document
  78. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\Insertable = 
  79. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\verb\0 = &Open,0,2
  80. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\InprocHandler = ole2.dll
  81.  
  82. ;
  83. ;    FORMAT                ASPECT                    STORAGE                DIRECTION
  84. ;    ----------------------------------------------------------------------------
  85. ;    CF_TEXT                    1    DVASPECT_CONTENT        1    TYMED_NULL            0  DATADIR_GET 1
  86. ;    CF_BITMAP                2    DVASPECT_THUMBNAIL    2    TYMED_HGLOBAL        1  DATADIR_SET 2
  87. ;    CF_METAFILEPICT    3    DVASPECT_ICON                4    TYMED_FILE            2
  88. ;    CF_SYLK                    4    DVASPECT_DOCPRINT        8    TYMED_ISTREAM        4
  89. ;    CF_DIF                    5                                                TYMED_ISTORAGE    8
  90. ;    CF_TIFF                    6                                                TYMED_GDI                16
  91. ;    CF_OEMTEXT            7                                                TYMED_MFPICT        32
  92. ;    CF_DIB                    8                            
  93. ;    CF_PALETTE            9                            
  94. ;    CF_PENDATA            10
  95. ;    CF_RIFF                    11
  96. ;    CF_WAVE                    12 
  97. ;
  98.  
  99. ;
  100. ;    cfEmbedSource, DVASPECT_CONTENT, TYMED_ISTORAGE, DATADIR_GET
  101. ;
  102.  
  103. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\DataFormats\GetSet\0 = Embed Source,1,8,1
  104.  
  105. ;
  106. ;    CF_METAFILEPICT, DVASPECT_CONTENT, TYMED_MFPICT, DATADIR_GET
  107. ;
  108.  
  109. HKEY_CLASSES_ROOT\CLSID\{93DE6841-21A3-101B-BF4F-04021C009402}\DataFormats\GetSet\1 = 3,1,32,1
  110.