home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / MULTIPAD / RESOURCE.H$ / resource
Encoding:
C/C++ Source or Header  |  1992-03-12  |  1.7 KB  |  69 lines

  1. /* resource.h : Defines the resources ID's for the MultiPad application.
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and Microsoft
  9. // QuickHelp documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12. */
  13.  
  14. // Edit control identifier
  15. #define ID_EDIT 0xCAC
  16.  
  17. // Menu resource ID's
  18. #define IDMULTIPAD  1
  19. #define IDMULTIPAD2 2
  20.  
  21. #include "menu.h"
  22.  
  23. // Index to the "Window" menu in each menubar
  24. #define WINDOWMENU  3
  25. #define SHORTMENU   2
  26.  
  27. // Index to the first and last Edit and Find menu items.
  28. #define IDM_EDITFIRST   IDM_EDITUNDO
  29. #define IDM_EDITLAST    IDM_EDITSETFONT
  30.  
  31. #define IDD_ABOUT       300
  32.  
  33. #define IDD_FIND        400
  34. #define IDD_SEARCH      401
  35. #define IDD_PREV        402
  36. #define IDD_NEXT        IDOK
  37. #define IDD_CASE        403
  38.  
  39. #define IDD_PRINT       600
  40. #define IDD_PRINTDEVICE 601
  41. #define IDD_PRINTPORT   602
  42. #define IDD_PRINTTITLE  603
  43.  
  44. #define IDD_FONT        700
  45. #define IDD_FACES       701
  46. #define IDD_SIZES       702
  47. #define IDD_BOLD        703
  48. #define IDD_ITALIC      704
  49. #define IDD_FONTTITLE   705
  50.  
  51. // Strings
  52. #define IDS_CANTOPEN    1
  53. #define IDS_CANTREAD    2
  54. #define IDS_CANTCREATE  3
  55. #define IDS_CANTWRITE   4
  56. #define IDS_ADDEXT      6
  57. #define IDS_CLOSESAVE   7
  58. #define IDS_CANTFIND    8
  59. #define IDS_ALTPMT      9
  60. #define IDS_MENUPMT     10
  61. #define IDS_ACTTHISWIN  11
  62. #define IDS_OPENTHISFILE 12
  63. #define IDS_FILETOOBIG 13
  64.  
  65. #define IDS_UNTITLED    17
  66.  
  67. #define IDS_PRINTJOB    24
  68. #define IDS_PRINTERROR  25
  69.