home *** CD-ROM | disk | FTP | other *** search
/ QBasic & Borland Pascal & C / Delphi5.iso / C / BC_502 / CIRC2.PAK / CIRC2.RC < prev    next >
Encoding:
Text File  |  1997-05-06  |  3.1 KB  |  123 lines

  1. //Microsoft App Studio generated resource script.
  2. //
  3.  
  4. // This is a part of the Microsoft Foundation Classes C++ library.
  5. // Copyright (C) 1992-1994 Microsoft Corporation
  6. // All rights reserved.
  7. //
  8. // This source code is only intended as a supplement to the
  9. // Microsoft Foundation Classes Reference and the
  10. // Books Online documentation provided with the library.
  11. // See these sources for detailed information regarding the
  12. // Microsoft Foundation Classes product.
  13.  
  14. #include "resource.h"
  15.  
  16. #define APSTUDIO_READONLY_SYMBOLS
  17. /////////////////////////////////////////////////////////////////////////
  18. //
  19. // Generated from the TEXTINCLUDE 2 resource.
  20. //
  21. #include "afxres.h"
  22.  
  23. /////////////////////////////////////////////////////////////////////////////////////
  24. #undef APSTUDIO_READONLY_SYMBOLS
  25.  
  26. #ifdef APSTUDIO_INVOKED
  27. //////////////////////////////////////////////////////////////////////////////
  28. //
  29. // TEXTINCLUDE
  30. //
  31.  
  32. 1 TEXTINCLUDE DISCARDABLE
  33. BEGIN
  34.     "resource.h\0"
  35. END
  36.  
  37. 2 TEXTINCLUDE DISCARDABLE
  38. BEGIN
  39.     "#include ""afxres.h""\r\n"
  40.     "\0"
  41. END
  42.  
  43. 3 TEXTINCLUDE DISCARDABLE
  44. BEGIN
  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. /////////////////////////////////////////////////////////////////////////////////////
  53. #endif    // APSTUDIO_INVOKED
  54.  
  55.  
  56. //////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Icon
  59. //
  60.  
  61. IDI_ABOUTDLL            ICON    DISCARDABLE     "CIRC2.ICO"
  62.  
  63. //////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Bitmap
  66. //
  67.  
  68. IDB_CIRC2               BITMAP  DISCARDABLE     "CIRC2CTL.BMP"
  69.  
  70. //////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX_CIRC2 DIALOG DISCARDABLE  34, 22, 260, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "About Circ2 Control"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDI_ABOUTDLL,IDC_STATIC,10,10,20,20
  81.     LTEXT           "Circ2 Control, Version 1.0",IDC_STATIC,40,10,170,8
  82.     LTEXT           "Copyright \251 1994, Microsoft Corporation",IDC_STATIC,
  83.                     40,25,170,8
  84.     DEFPUSHBUTTON   "OK",IDOK,220,10,32,14,WS_GROUP
  85. END
  86.  
  87. IDD_PROPPAGE_CIRC2 DIALOG DISCARDABLE  0, 0, 250, 62
  88. STYLE WS_CHILD
  89. FONT 8, "MS Sans Serif"
  90. BEGIN
  91. END
  92.  
  93.  
  94. //////////////////////////////////////////////////////////////////////////////
  95. //
  96. // String Table
  97. //
  98.  
  99. STRINGTABLE DISCARDABLE
  100. BEGIN
  101.     IDS_CIRC2               "Circ2 Control"
  102.     IDS_CIRC2_PPG           "Circ2 Property Page"
  103. END
  104.  
  105. STRINGTABLE DISCARDABLE
  106. BEGIN
  107.     IDS_CIRC2_PPG_CAPTION   "General"
  108. END
  109.  
  110.  
  111. #ifndef APSTUDIO_INVOKED
  112. ////////////////////////////////////////////////////////////////////////////////
  113. //
  114. // Generated from the TEXTINCLUDE 3 resource.
  115. //
  116. #include "circ2.rc2"  // non-App Studio edited resources
  117. #if 0
  118. #include ".\tlb16\circ2.tlb"  // 16-bit: force dependency on .TLB file
  119. #endif
  120.  
  121. /////////////////////////////////////////////////////////////////////////////////////
  122. #endif    // not APSTUDIO_INVOKED
  123.