home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD2.mdf / c / library / os2 / mdi / browser.rh < prev    next >
Encoding:
Text File  |  1989-09-27  |  788 b   |  28 lines

  1. // Resources
  2. // ---------
  3.    #define BROWSER_RESOURCES              256
  4.    #define DOCUMENT_RESOURCES             257
  5.  
  6.  
  7. // Commands
  8. // --------
  9.    #define CMD_FILE                       512
  10.    #define CMD_OPEN                       513
  11.    #define CMD_ABOUT                      514
  12.    #define CMD_EXIT                       515
  13.    #define CMD_CONTINUE                   516
  14.  
  15.  
  16. // Dialog Boxes and Dialog Items
  17. // -----------------------------
  18.    #define DIALOG_ABOUT                  1024
  19.  
  20.  
  21. // String Constants
  22. // ----------------
  23.    #define STRING_OPENTITLE              2048
  24.    #define STRING_OPENHELP               2049
  25.    #define STRING_TOOLARGE               2050
  26.    #define STRING_BADREAD                2051
  27.    #define STRING_TOOMANY                2052
  28.