home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warphead.zip / H / PREFEDIT.H < prev    next >
Text File  |  1997-02-28  |  3KB  |  65 lines

  1. /* @(#)Z 1.3 os2/src/registry/odreggui/prefedit.h, odconfig, od96os2, odos29646d 96/11/15 15:52:48 (96/08/23 01:42:44) */
  2. /*====START_GENERATED_PROLOG======================================
  3.  */
  4. /*
  5.  *   COMPONENT_NAME: odconfig
  6.  *
  7.  *   CLASSES: none
  8.  *
  9.  *   ORIGINS: 82,27
  10.  *
  11.  *
  12.  *   (C) COPYRIGHT International Business Machines Corp. 1995,1996
  13.  *   All Rights Reserved
  14.  *   Licensed Materials - Property of IBM
  15.  *   US Government Users Restricted Rights - Use, duplication or
  16.  *   disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  17.  *       
  18.  *   IBM DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, INCLUDING
  19.  *   ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  20.  *   PURPOSE. IN NO EVENT SHALL IBM BE LIABLE FOR ANY SPECIAL, INDIRECT OR
  21.  *   CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF
  22.  *   USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
  23.  *   OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE
  24.  *   OR PERFORMANCE OF THIS SOFTWARE.
  25.  */
  26. /*====END_GENERATED_PROLOG========================================
  27.  */
  28.  
  29. // *********************************************************************
  30. //
  31. //  File:      prefedit.h
  32. //  Contains:  Registry GUI header
  33. //
  34. // ************************************************************************
  35.  
  36. #define    ID_DIALOG    100
  37. #define    IDM_DIALOG   101
  38. #define    IDD_HELP     102
  39. #define    IDD_KINDBOX  103
  40. #define    IDD_PARTBOX  104
  41. #define    IDM_EXIT     105
  42. #define    IDD_OK       106
  43. #define    KIND_CAPTION                107
  44. #define    EDITOR_CAPTION              108
  45. #define    IDD_ICON                    109
  46.  
  47.  
  48. #define WARN_TITLE "WARNING"
  49. #define WARN_MSG   "Preferred Editor Set.\n\
  50. If any documents are currently open, the changes won't take\n\
  51. effect until current documents are closed and reopened.\n"
  52. #define DIALOG_TITLE "Preferred Editor Selection"
  53. #define PART_FAIL "Unable to load Part Editor List, return code = %u\n"
  54. #define KIND_FAIL "Unable to load Part Kind List, return code =  %u\n"
  55. #define REG_FAIL  "Unable to set Preferred Editor, return code =  %u\n"
  56. #define HELP_MSG "Display a list of part editors by\n\
  57. double clicking on a part kind. \n\
  58. \n\
  59. Choose a part editor by clicking on it,\n\
  60. the default editor will be highlighted.\n\
  61. \n\
  62. Set the preferred part editor by\n\
  63. clicking on the OK button.\n"
  64. #define RC_NOT_OPEN "prefedit: Could not load odprefed.dll.\n"
  65.