Strategy.rc
Upload User: xrc9201
Upload Date: 2013-02-04
Package Size: 35k
Code Size: 5k
Development Platform:

Visual C++

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE 
  25. BEGIN
  26.     "resource.h"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE 
  29. BEGIN
  30.     "#include ""afxres.h""rn"
  31.     ""
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE 
  34. BEGIN
  35.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  36.     "#define _AFX_NO_OLE_RESOURCESrn"
  37.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  38.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  39.     "rn"
  40.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endifrn"
  45.     "#include ""res\Strategy.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""afxres.rc""         // Standard componentsrn"
  47.     "#endif"
  48. END
  49. #endif    // APSTUDIO_INVOKED
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // Icon
  53. //
  54. // Icon with lowest ID value placed first to ensure application icon
  55. // remains consistent on all systems.
  56. IDR_MAINFRAME           ICON    DISCARDABLE     "res\Strategy.ico"
  57. /////////////////////////////////////////////////////////////////////////////
  58. //
  59. // Dialog
  60. //
  61. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  62. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  63. CAPTION "About Strategy"
  64. FONT 8, "MS Sans Serif"
  65. BEGIN
  66.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  67.     LTEXT           "Strategy Pattern Demo Application Version 1.0",
  68.                     IDC_STATIC,40,10,119,20,SS_NOPREFIX
  69.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  70. END
  71. IDD_STRATEGY_DIALOG DIALOG DISCARDABLE  0, 0, 186, 129
  72. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  73. CAPTION "Progress Indicator - Strategy Pattern Demo"
  74. FONT 8, "MS Sans Serif"
  75. BEGIN
  76.     DEFPUSHBUTTON   "Start",IDSTARTFILL,13,102,50,14
  77.     PUSHBUTTON      "About",IDABOUT,67,102,50,14
  78.     PUSHBUTTON      "Exit",IDOK,121,102,50,14
  79.     GROUPBOX        "Left to Right Filler",IDC_GROUP1,7,18,172,37
  80.     GROUPBOX        "Right to Left Filler",IDC_GROUP2,7,61,172,37
  81.     LTEXT           "",IDC_PI_CTRL1,35,32,124,14,WS_BORDER
  82.     LTEXT           "",IDC_PI_CTRL2,35,74,124,14,WS_BORDER
  83. END
  84. #ifndef _MAC
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // Version
  88. //
  89. VS_VERSION_INFO VERSIONINFO
  90.  FILEVERSION 1,0,0,1
  91.  PRODUCTVERSION 1,0,0,1
  92.  FILEFLAGSMASK 0x3fL
  93. #ifdef _DEBUG
  94.  FILEFLAGS 0x1L
  95. #else
  96.  FILEFLAGS 0x0L
  97. #endif
  98.  FILEOS 0x4L
  99.  FILETYPE 0x1L
  100.  FILESUBTYPE 0x0L
  101. BEGIN
  102.     BLOCK "StringFileInfo"
  103.     BEGIN
  104.         BLOCK "040904B0"
  105.         BEGIN
  106.             VALUE "CompanyName", ""
  107.             VALUE "FileDescription", "Strategy MFC Application"
  108.             VALUE "FileVersion", "1, 0, 0, 1"
  109.             VALUE "InternalName", "Strategy"
  110.             VALUE "LegalCopyright", "Copyright (C) 1998"
  111.             VALUE "LegalTrademarks", ""
  112.             VALUE "OriginalFilename", "Strategy.EXE"
  113.             VALUE "ProductName", "Strategy Application"
  114.             VALUE "ProductVersion", "1, 0, 0, 1"
  115.         END
  116.     END
  117.     BLOCK "VarFileInfo"
  118.     BEGIN
  119.         VALUE "Translation", 0x409, 1200
  120.     END
  121. END
  122. #endif    // !_MAC
  123. /////////////////////////////////////////////////////////////////////////////
  124. //
  125. // DESIGNINFO
  126. //
  127. #ifdef APSTUDIO_INVOKED
  128. GUIDELINES DESIGNINFO DISCARDABLE 
  129. BEGIN
  130.     IDD_ABOUTBOX, DIALOG
  131.     BEGIN
  132.         LEFTMARGIN, 7
  133.         RIGHTMARGIN, 210
  134.         TOPMARGIN, 7
  135.         BOTTOMMARGIN, 48
  136.     END
  137.     IDD_STRATEGY_DIALOG, DIALOG
  138.     BEGIN
  139.         LEFTMARGIN, 7
  140.         RIGHTMARGIN, 179
  141.         TOPMARGIN, 7
  142.         BOTTOMMARGIN, 122
  143.     END
  144. END
  145. #endif    // APSTUDIO_INVOKED
  146. /////////////////////////////////////////////////////////////////////////////
  147. //
  148. // String Table
  149. //
  150. STRINGTABLE DISCARDABLE 
  151. BEGIN
  152.     IDS_ABOUTBOX            "&About Strategy..."
  153. END
  154. #endif    // English (U.S.) resources
  155. /////////////////////////////////////////////////////////////////////////////
  156. #ifndef APSTUDIO_INVOKED
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // Generated from the TEXTINCLUDE 3 resource.
  160. //
  161. #define _AFX_NO_SPLITTER_RESOURCES
  162. #define _AFX_NO_OLE_RESOURCES
  163. #define _AFX_NO_TRACKER_RESOURCES
  164. #define _AFX_NO_PROPERTY_RESOURCES
  165. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  166. #ifdef _WIN32
  167. LANGUAGE 9, 1
  168. #pragma code_page(1252)
  169. #endif
  170. #include "resStrategy.rc2"  // non-Microsoft Visual C++ edited resources
  171. #include "afxres.rc"         // Standard components
  172. #endif
  173. /////////////////////////////////////////////////////////////////////////////
  174. #endif    // not APSTUDIO_INVOKED