home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / UTILDEFS.H < prev    next >
C/C++ Source or Header  |  1997-02-28  |  3KB  |  84 lines

  1. //====START_GENERATED_PROLOG======================================
  2. //
  3. //
  4. //   COMPONENT_NAME: odutils
  5. //
  6. //   CLASSES: none
  7. //
  8. //   ORIGINS: 82,27
  9. //
  10. //
  11. //   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  12. //   All Rights Reserved
  13. //   Licensed Materials - Property of IBM
  14. //   US Government Users Restricted Rights - Use, duplication or
  15. //   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  16. //       
  17. //   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  18. //   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  19. //   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  20. //   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  21. //   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  22. //   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  23. //   OR PERFORMANCE OF THIS SOFTWARE.
  24. //
  25. //====END_GENERATED_PROLOG========================================
  26. //
  27. // @(#) 1.3 com/src/utils/include/UtilDefs.h, odutils, od96os2, odos29646d 7/15/96 18:02:31 [ 11/15/96 15:29:04 ]
  28. /*
  29.     File:        UtilDefs.h
  30.  
  31.     Contains:    constants used in both the code & resource of Info Utilities
  32.  
  33.     Owned by:    Tantek éelik
  34.  
  35.     Copyright:    ⌐ 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  36.  
  37.     
  38.     In Progress:
  39.         
  40. */
  41.  
  42. #ifndef _UTILDEFS_
  43. #define _UTILDEFS_
  44.  
  45. /* If you update kODUtilitiesRsrcBase do it in RsrcBase.h also. */
  46. #define kODUtilitiesRsrcBase    600
  47.  
  48. // String used by ODGetCategory
  49. #define kODPartInfoStrUnknownID            (kODUtilitiesRsrcBase+0)
  50.  
  51. // Other Strings used by InfoUtil
  52. #define    kODInfoUtilStrsID                (kODUtilitiesRsrcBase+1)
  53. #define kODStrIndNoKinds                    1
  54. #define kODStrIndNoEditors                    2
  55.  
  56. // Strings used by shell and platformfile
  57. #define kCopyDefaultNameNoNumStrID        (kODUtilitiesRsrcBase + 2)
  58. #define kCopyDefaultNameWithNumStrID    (kODUtilitiesRsrcBase + 3)
  59. #define kConcatDefaultNameNoNumStrID    (kODUtilitiesRsrcBase + 4)
  60.  
  61.  
  62. // For Part Name renaming (when it is the root part of the document)
  63. // Used by ODSetPartName
  64. /* Name Conflict dialog defines */
  65. #define kNameConflictDlgID                (kODUtilitiesRsrcBase+0)
  66. #define kNameConflictCancelBtn                1
  67. #define kNameConflictReplaceBtn                   2
  68. #define kNameConflictTextItem                3
  69. #define kNameConflictDefaultButtonItem        4
  70.  
  71. /* File Replace error alert defines */
  72. #define kFilelockedAlrtID                (kODUtilitiesRsrcBase+1)
  73. #define kOkBtn                                   1
  74.  
  75. /* SOM error alert/dialog from ODDebug.cpp: */
  76. #define kSOMErrorAlertID                (kODUtilitiesRsrcBase+2)
  77. #define kSOMErrorDlogID                    (kODUtilitiesRsrcBase+3)
  78. #define kSOMErrorDlogTextItem               3
  79. #define kSOMErrorDlogDebugButton           2
  80. #define kSOMErrorDlogFontInfo            (kODUtilitiesRsrcBase+4)
  81.  
  82.  
  83. #endif // _UTILDEFS_
  84.