home *** CD-ROM | disk | FTP | other *** search
/ Mastering Microsoft Visual C++ 4 (2nd Edition) / VisualC4.ISO / dlgdemo / dlgdemo.rc < prev    next >
Encoding:
Text File  |  1995-09-12  |  4.7 KB  |  175 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.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#include ""res\\DlgDemo.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  49.     "#include ""afxres.rc""         // Standard components\r\n"
  50.     "\0"
  51. END
  52.  
  53. #endif    // APSTUDIO_INVOKED
  54.  
  55.  
  56. /////////////////////////////////////////////////////////////////////////////
  57. //
  58. // Icon
  59. //
  60.  
  61. // Icon with lowest ID value placed first to ensure application icon
  62. // remains consistent on all systems.
  63. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\DlgDemo.ico"
  64.  
  65. #ifndef _MAC
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // Version
  69. //
  70.  
  71. VS_VERSION_INFO VERSIONINFO
  72.  FILEVERSION 1,0,0,1
  73.  PRODUCTVERSION 1,0,0,1
  74.  FILEFLAGSMASK 0x3fL
  75. #ifdef _DEBUG
  76.  FILEFLAGS 0x1L
  77. #else
  78.  FILEFLAGS 0x0L
  79. #endif
  80.  FILEOS 0x4L
  81.  FILETYPE 0x1L
  82.  FILESUBTYPE 0x0L
  83. BEGIN
  84.     BLOCK "StringFileInfo"
  85.     BEGIN
  86.         BLOCK "040904B0"
  87.         BEGIN
  88.             VALUE "CompanyName", "\0"
  89.             VALUE "FileDescription", "DLGDEMO MFC Application\0"
  90.             VALUE "FileVersion", "1, 0, 0, 1\0"
  91.             VALUE "InternalName", "DLGDEMO\0"
  92.             VALUE "LegalCopyright", "Copyright ⌐ 1995\0"
  93.             VALUE "LegalTrademarks", "\0"
  94.             VALUE "OriginalFilename", "DLGDEMO.EXE\0"
  95.             VALUE "ProductName", "DLGDEMO Application\0"
  96.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  97.         END
  98.     END
  99.     BLOCK "VarFileInfo"
  100.     BEGIN
  101.         VALUE "Translation", 0x409, 1200
  102.     END
  103. END
  104.  
  105. #endif    // !_MAC
  106.  
  107.  
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // DESIGNINFO
  111. //
  112.  
  113. #ifdef APSTUDIO_INVOKED
  114. GUIDELINES DESIGNINFO DISCARDABLE 
  115. BEGIN
  116.     IDD_DLGDEMO_DIALOG, DIALOG
  117.     BEGIN
  118.         LEFTMARGIN, 7
  119.         RIGHTMARGIN, 178
  120.         TOPMARGIN, 7
  121.         BOTTOMMARGIN, 85
  122.     END
  123. END
  124. #endif    // APSTUDIO_INVOKED
  125.  
  126.  
  127. /////////////////////////////////////////////////////////////////////////////
  128. //
  129. // Dialog
  130. //
  131.  
  132. IDD_DLGDEMO_DIALOG DIALOG DISCARDABLE  0, 0, 195, 144
  133. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION | 
  134.     WS_SYSMENU
  135. CAPTION "Dialog-Based Demo"
  136. FONT 8, "MS Sans Serif"
  137. BEGIN
  138.     CONTROL         "&Red",IDC_RED,"Button",BS_AUTOCHECKBOX | WS_GROUP | 
  139.                     WS_TABSTOP,27,26,35,10
  140.     CONTROL         "&Green",IDC_GREEN,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  141.                     27,43,35,10
  142.     CONTROL         "&Blue",IDC_BLUE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
  143.                     27,60,35,10
  144.     CONTROL         "&Dark",IDC_DARK,"Button",BS_AUTORADIOBUTTON | WS_GROUP | 
  145.                     WS_TABSTOP,27,97,35,10
  146.     CONTROL         "&Light",IDC_LIGHT,"Button",BS_AUTORADIOBUTTON,27,112,35,
  147.                     10
  148.     PUSHBUTTON      "Close",IDCANCEL,108,100,50,14
  149.     GROUPBOX        "Primary Colors",IDC_STATIC,15,11,59,68
  150.     GROUPBOX        "Color Intensity",IDC_STATIC,15,83,59,47
  151.     GROUPBOX        "Sample",IDC_SAMPLE,91,11,86,68
  152. END
  153.  
  154. #endif    // English (U.S.) resources
  155. /////////////////////////////////////////////////////////////////////////////
  156.  
  157.  
  158.  
  159. #ifndef APSTUDIO_INVOKED
  160. /////////////////////////////////////////////////////////////////////////////
  161. //
  162. // Generated from the TEXTINCLUDE 3 resource.
  163. //
  164. #define _AFX_NO_SPLITTER_RESOURCES
  165. #define _AFX_NO_OLE_RESOURCES
  166. #define _AFX_NO_TRACKER_RESOURCES
  167. #define _AFX_NO_PROPERTY_RESOURCES
  168.  
  169. #include "res\DlgDemo.rc2"  // non-Microsoft Visual C++ edited resources
  170. #include "afxres.rc"         // Standard components
  171.  
  172. /////////////////////////////////////////////////////////////////////////////
  173. #endif    // not APSTUDIO_INVOKED
  174.  
  175.