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

  1. /*====START_GENERATED_PROLOG======================================
  2.  */
  3. /*
  4.  *   COMPONENT_NAME: odcore
  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. /* @(#)Z 1.3 com/src/core/PrefsDef.h, odcore, od96os2, odos29646d 96/11/15 15:24:55 (96/10/30 20:21:55) */
  28. /*
  29.     File:        PrefsDef.h
  30.  
  31.     Contains:    Constants for prefs
  32.  
  33.     Owned by:    Caia Grisar
  34.  
  35.     Copyright:    ⌐ 1993 - 1995 by Apple Computer, Inc., all rights reserved.
  36.  
  37.     Change History (most recent first):
  38.  
  39.          <9>     8/30/95    CG        #1257569 FB3:Added kODPrefsFolderNameStrID.
  40.          <8>     8/11/95    jpa        Number rsrcs from subsystem base [1276412]
  41.          <7>     6/22/95    jpa        Added kODBadAliasInEditorsAlertID [1257556]
  42.          <6>      6/9/95    CG        #1203571 implemented nmap caching
  43.                                     mechanism.
  44.          <5>     5/16/95    jpa        Added kODScanEditorsDialogID [1240150]
  45.          <3>     2/14/95    TJ        Fixed copyright date.
  46.          <2>     2/14/95    jpa        Added kODEditorHintFileName [1205141]
  47.          <1>      2/2/95    CG        first checked in
  48.     To Do:
  49. */
  50.  
  51. #ifndef _PREFSDEF_
  52. #define _PREFSDEF_
  53.  
  54. #ifndef _RSRCBASE_
  55. #include "RsrcBase.h"
  56. #endif
  57.  
  58. #define kODPrefsFileNameStrID         (kODCoreRsrcBase + 0)
  59. #define kODEditorsFldrNameStrID     (kODCoreRsrcBase + 1)
  60. #define kODLibsFldrNameStrID        (kODCoreRsrcBase + 2)
  61. #define kODPrefsFolderNameStrID     (kODCoreRsrcBase + 3)
  62.  
  63. #define kODEditorHintFileName "\pOpenDocInfo\r"
  64. // This is the invisible file stored on the root of a volume whose data fork
  65. // contains the name of the "Editors" folder. The name of this file is purposely
  66. // NOT localized so that it can be found on all hard disks, regardless of their
  67. // foreign tongues.
  68.  
  69. #define kODCacheFileName "\pODCacheFile\r"
  70. // This is the invisible cache file stored at the top of each folder structure
  71. // whose files contain nmap resources. The name of this file is purposely
  72. // NOT localized so that it can be found on all hard disks, regardless of their
  73. // foreign tongues.
  74.  
  75.  
  76. #define kODScanEditorsDialogID            (kODCoreRsrcBase + 3)
  77. #define kODBadAliasInEditorsAlertID        (kODCoreRsrcBase + 4)
  78.  
  79. #endif
  80.