home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / ibmodf.zip / OPEND_HH.ZIP / STDDEFS.HH < prev    next >
Text File  |  1995-04-13  |  2KB  |  75 lines

  1. #ifndef _DTS_HH_INCLUDED_stddefs
  2. #define _DTS_HH_INCLUDED_stddefs
  3. // This file was generated by the IBM "DirectToSOM" emitter for C++ (V1.71)
  4. // Generated at 04/13/95 11:46:09 EDT
  5.  
  6.      #define kOpenDocShellSignature 1768252522
  7.      
  8.      // 'jedi'
  9.      #define kODContainerSuite "ContainerSuite"
  10.      #define kODKind "KindCategories"
  11.      #define kODEditorKinds "EditorKinds"
  12.      #define kODViewer "Viewers"
  13.      #define kODKindOldMacOSType "KindOldMacOSType"
  14.      #define kODSysPrefEditorKinds "SysPrefEditorKinds"
  15.      #define kODSysPrefEditorCategories "SysPrefEditorCategories"
  16.      #define kODEditorUserString "EditorUserString"
  17.      #define kODKindUserString "KindUserString"
  18.      #define kODCategoryUserString "CategoryUserString"
  19.      #define kNameMappings 'NMAP'
  20.      #define kNMAPid 127
  21.      #define kODKindPartsBin "OpenDoc:Kind:PartsBin"
  22.      #define kODCategoryText "OpenDoc:Category:Text"
  23.      #define kODCategoryGraphics "OpenDoc:Category:Graphics"
  24.      #define kODCategoryTime "OpenDoc:Category:Time"
  25.      #define kODCategoryControl "OpenDoc:Category:Control"
  26.      #define kODCategoryVideo "OpenDoc:Category:Video"
  27.      #define kODCategorySound "OpenDoc:Category:Sound"
  28.      #define kODCategoryPartsBin "OpenDoc:Category:PartsBin"
  29.      #define kODIsMacOSTypeID 1
  30.      
  31.      // Mac OSType
  32.      #define kODIsINTLTextID 2
  33.      
  34.      // International text
  35.      #define kODIsAnISOStringID 3
  36.      
  37.      // ISOString
  38.      #define kODIsAnISOStringListID 4
  39.      
  40.      // ISOString List
  41.      #define kODPaletteWDEFID 128
  42.      
  43.      // Windoid WDEF
  44.      #define kODRomanScript 0
  45.      
  46.      // ASCII alphabet
  47.      #define kODEnglishLang 0
  48.      
  49.      // English Language
  50.      #define kODTinyIconSize 12
  51.      
  52.      // 12x12 pixels
  53.      #define kODSmallIconSize 16
  54.      
  55.      // 16x16 pixels
  56.      #define kODLargeIconSize 32
  57.      
  58.      // 32x32 pixels
  59.      #define kODThumbnailSize 64
  60.      
  61.      // 64x64 pixels
  62. /* Start Module OpenDoc_StdDefs */
  63.  
  64.  
  65. class OpenDoc_StdDefs {
  66. #pragma SOMModule (OpenDoc_StdDefs)
  67.  
  68.   public :
  69.      #define OpenDoc_StdDefs_Version "1.0."
  70. };
  71.  
  72. /* End OpenDoc_StdDefs */
  73.  
  74. #endif /* _DTS_HH_INCLUDED_stddefs */
  75.