home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / controls / circ2 / circ2.rc < prev    next >
Encoding:
Text File  |  1998-03-27  |  3.1 KB  |  130 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE
  42. BEGIN
  43.     "1 TYPELIB circ2.tlb\r\n"
  44.     "\r\n"
  45.     "#include ""circ2.rc2""  // non-App Studio edited resources\r\n"
  46.     "#if 0\r\n"
  47.     "#include "".\\tlb16\\circ2.tlb""  // 16-bit: force dependency on .TLB file\r\n"
  48.     "#endif\r\n"
  49.     "\0"
  50. END
  51.  
  52. #endif    // APSTUDIO_INVOKED
  53.  
  54.  
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Icon
  58. //
  59.  
  60. // Icon with lowest ID value placed first to ensure application icon
  61. // remains consistent on all systems.
  62. IDI_ABOUTDLL            ICON    DISCARDABLE     "CIRC2.ICO"
  63.  
  64. /////////////////////////////////////////////////////////////////////////////
  65. //
  66. // Bitmap
  67. //
  68.  
  69. IDB_CIRC2               BITMAP  DISCARDABLE     "CIRC2CTL.BMP"
  70.  
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Dialog
  74. //
  75.  
  76. IDD_ABOUTBOX_CIRC2 DIALOG DISCARDABLE  34, 22, 260, 55
  77. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  78. CAPTION "About Circ2 Control"
  79. FONT 8, "MS Sans Serif"
  80. BEGIN
  81.     ICON            IDI_ABOUTDLL,IDC_STATIC,10,10,20,20
  82.     LTEXT           "Circ2 Control, Version 1.0",IDC_STATIC,40,10,170,8
  83.     LTEXT           "Copyright ⌐ 1998, Microsoft Corporation",IDC_STATIC,40,
  84.                     25,170,8
  85.     DEFPUSHBUTTON   "OK",IDOK,220,10,32,14,WS_GROUP
  86. END
  87.  
  88. IDD_PROPPAGE_CIRC2 DIALOG DISCARDABLE  0, 0, 250, 62
  89. STYLE WS_CHILD
  90. FONT 8, "MS Sans Serif"
  91. BEGIN
  92. END
  93.  
  94.  
  95. /////////////////////////////////////////////////////////////////////////////
  96. //
  97. // String Table
  98. //
  99.  
  100. STRINGTABLE DISCARDABLE
  101. BEGIN
  102.     IDS_CIRC2               "Circ2 Control"
  103.     IDS_CIRC2_PPG           "Circ2 Property Page"
  104. END
  105.  
  106. STRINGTABLE DISCARDABLE
  107. BEGIN
  108.     IDS_CIRC2_PPG_CAPTION   "General"
  109. END
  110.  
  111. #endif    // English (U.S.) resources
  112. /////////////////////////////////////////////////////////////////////////////
  113.  
  114.  
  115.  
  116. #ifndef APSTUDIO_INVOKED
  117. /////////////////////////////////////////////////////////////////////////////
  118. //
  119. // Generated from the TEXTINCLUDE 3 resource.
  120. //
  121. 1 TYPELIB circ2.tlb
  122.  
  123. #include "circ2.rc2"  // non-App Studio edited resources
  124. #if 0
  125. #include ".\tlb16\circ2.tlb"  // 16-bit: force dependency on .TLB file
  126. #endif
  127.  
  128. /////////////////////////////////////////////////////////////////////////////
  129. #endif    // not APSTUDIO_INVOKED
  130.