home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgLangD.iso / C++-7 / DISK8 / MFC / SAMPLES / SHOWFONT / RESOURCE.H$ / resource
Encoding:
C/C++ Source or Header  |  1992-01-10  |  4.3 KB  |  129 lines

  1. /* resource.h : Defines the constants for resources of ShowFont.
  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. // This header file, containing only #define lines, is suitable for
  14. // including in the resource script.
  15. */
  16.  
  17. #define MAXFONT                 10
  18. #define MAXSIZE                 20
  19. #define ID_HEIGHT              101
  20. #define ID_WIDTH               102
  21. #define ID_ESCAPEMENT          103
  22. #define ID_ORIENTATION         104
  23. #define ID_FACE                105
  24. #define ID_ITALIC              201
  25. #define ID_UNDERLINE           202
  26. #define ID_STRIKEOUT           203
  27. #define ID_LIGHT               301
  28. #define ID_NORMAL              302
  29. #define ID_BOLD                303
  30. #define ID_WEIGHT              304
  31. #define ID_ANSI                401
  32. #define ID_OEM                 402
  33. #define ID_CHARSET             403
  34. #define ID_OUT_STRING          501
  35. #define ID_OUT_CHAR            502
  36. #define ID_OUT_STROKE          503
  37. #define ID_OUT_DEFAULT         504
  38. #define ID_CLIP_CHAR           601
  39. #define ID_CLIP_STROKE         602
  40. #define ID_CLIP_DEFAULT        603
  41. #define ID_PROOF               701
  42. #define ID_DRAFT               702
  43. #define ID_DEF_QUALITY         703
  44. #define ID_FIXED               801
  45. #define ID_VARIABLE            802
  46. #define ID_DEF_PITCH           803
  47. #define ID_ROMAN              1001
  48. #define ID_SWISS              1002
  49. #define ID_MODERN             1003
  50. #define ID_SCRIPT             1004
  51. #define ID_DECO               1005
  52. #define ID_DEF_FAMILY         1006
  53. #define ID_RED                 101
  54. #define ID_GREEN               102
  55. #define ID_BLUE                103
  56. #define ID_TYPEFACE            101
  57. #define ID_SIZE                102
  58.  
  59. /* Control IDs */
  60.  
  61. #define ID_FILENAME            400
  62. #define ID_EDIT                401
  63. #define ID_FILES               402
  64. #define ID_PATH                403
  65. #define ID_LISTBOX             405
  66.  
  67. #define IDM_ADDFONT            101
  68. #define IDM_DELFONT            102
  69. #define IDM_EXIT               103
  70. #define IDM_ABOUT              104
  71. #define IDM_SHOWSTRING         201
  72. #define IDM_SHOWCHARSET        202
  73. #define IDM_SHOWLOGFONT        203
  74. #define IDM_SHOWTEXTMETRICS    204
  75. #define IDM_CLEAR              205
  76. #define IDM_SYSTEM             301
  77. #define IDM_ANSIFIXED          302
  78. #define IDM_ANSIVAR            303
  79. #define IDM_OEM                304
  80. #define IDM_DEVICEDEF          305
  81. #define IDM_SELECTFONT         306
  82. #define IDM_CFONT              307
  83. #define IDM_TEXTCOLOR          401
  84. #define IDM_BACKGROUNDCOLOR    402
  85. #define IDM_OPAQUE             403
  86. #define IDM_TRANSPARENT        404
  87. #define IDM_ALIGNLEFT          405
  88. #define IDM_ALIGNCENTER        406
  89. #define IDM_ALIGNRIGHT         407
  90. #define IDM_ALIGNTOP           408
  91. #define IDM_ALIGNBASE          409
  92. #define IDM_ALIGNBOTTOM        410
  93.  
  94. #define IDMB_HEIGHT            500
  95. #define IDMB_ASCENT            501
  96. #define IDMB_DESCENT           502
  97. #define IDMB_WEIGHT            503
  98. #define IDMB_ITALIC            504
  99. #define IDMB_INTERNALLEADING   505
  100. #define IDMB_EXTERNALLEADING   506
  101. #define IDMB_AVECHARWIDTH      507
  102. #define IDMB_MAXCHARWIDTH      508
  103. #define IDMB_UNDERLINED        509
  104. #define IDMB_STRUCKOUT         510
  105. #define IDMB_FIRSTCHAR         511
  106. #define IDMB_LASTCHAR          512
  107. #define IDMB_DEFAULTCHAR       513
  108. #define IDMB_BREAKCHAR         514
  109. #define IDMB_PITCHANDFAMILY    515
  110. #define IDMB_CHARSET           516
  111. #define IDMB_OVERHANG          517
  112. #define IDMB_DIGITIZEDASPECTX  518
  113. #define IDMB_DIGITIZEDASPECTY  519
  114.  
  115. #define IDMI_HEIGHT            600
  116. #define IDMI_WIDTH             601
  117. #define IDMI_ESCAPEMENT        602
  118. #define IDMI_ORIENTATION       603
  119. #define IDMI_WEIGHT            604
  120. #define IDMI_ITALIC            605
  121. #define IDMI_UNDERLINED        606
  122. #define IDMI_STRIKEOUT         607
  123. #define IDMI_CHARSET           608
  124. #define IDMI_OUTPRECISION      609
  125. #define IDMI_CLIPPRECISION     510
  126. #define IDMI_QUALITY           511
  127. #define IDMI_PITCHANDFAMILY    512
  128.  
  129.