IconProgressApp.rc
Upload User: nhyuejuan
Upload Date: 2013-12-02
Package Size: 171k
Code Size: 5k
Category:

StatusBar

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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_ICONPROGRESSAPP_DIALOG DIALOGEX 0, 0, 292, 101
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  25. EXSTYLE WS_EX_APPWINDOW
  26. CAPTION "IconProgressApp"
  27. FONT 8, "MS Sans Serif"
  28. BEGIN
  29.     LTEXT           "",IDC_ICON_PROGRESS2,200,5,35,90,0,WS_EX_DLGMODALFRAME | 
  30.                     WS_EX_CLIENTEDGE
  31.     LTEXT           "",IDC_ICON_PROGRESS1,5,5,190,25,0,WS_EX_DLGMODALFRAME
  32.     LTEXT           "",IDC_ICON_PROGRESS3,5,40,190,50,0,WS_EX_CLIENTEDGE
  33.     LTEXT           "",IDC_ICON_PROGRESS4,240,5,45,90
  34. END
  35. #ifndef _MAC
  36. /////////////////////////////////////////////////////////////////////////////
  37. //
  38. // Version
  39. //
  40. VS_VERSION_INFO VERSIONINFO
  41.  FILEVERSION 1,0,0,1
  42.  PRODUCTVERSION 1,0,0,1
  43.  FILEFLAGSMASK 0x3fL
  44. #ifdef _DEBUG
  45.  FILEFLAGS 0x1L
  46. #else
  47.  FILEFLAGS 0x0L
  48. #endif
  49.  FILEOS 0x4L
  50.  FILETYPE 0x1L
  51.  FILESUBTYPE 0x0L
  52. BEGIN
  53.     BLOCK "StringFileInfo"
  54.     BEGIN
  55.         BLOCK "040904B0"
  56.         BEGIN
  57.             VALUE "CompanyName", ""
  58.             VALUE "FileDescription", "IconProgressApp MFC Application"
  59.             VALUE "FileVersion", "1, 0, 0, 1"
  60.             VALUE "InternalName", "IconProgressApp"
  61.             VALUE "LegalCopyright", "Copyright (C) 2002"
  62.             VALUE "LegalTrademarks", ""
  63.             VALUE "OriginalFilename", "IconProgressApp.EXE"
  64.             VALUE "ProductName", "IconProgressApp Application"
  65.             VALUE "ProductVersion", "1, 0, 0, 1"
  66.         END
  67.     END
  68.     BLOCK "VarFileInfo"
  69.     BEGIN
  70.         VALUE "Translation", 0x409, 1200
  71.     END
  72. END
  73. #endif    // !_MAC
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // DESIGNINFO
  77. //
  78. #ifdef APSTUDIO_INVOKED
  79. GUIDELINES DESIGNINFO DISCARDABLE 
  80. BEGIN
  81.     IDD_ICONPROGRESSAPP_DIALOG, DIALOG
  82.     BEGIN
  83.         LEFTMARGIN, 7
  84.         RIGHTMARGIN, 285
  85.         TOPMARGIN, 7
  86.         BOTTOMMARGIN, 94
  87.     END
  88. END
  89. #endif    // APSTUDIO_INVOKED
  90. #endif    // English (U.S.) resources
  91. /////////////////////////////////////////////////////////////////////////////
  92. /////////////////////////////////////////////////////////////////////////////
  93. // English (U.K.) resources
  94. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  95. #ifdef _WIN32
  96. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  97. #pragma code_page(1252)
  98. #endif //_WIN32
  99. #ifdef APSTUDIO_INVOKED
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // TEXTINCLUDE
  103. //
  104. 1 TEXTINCLUDE DISCARDABLE 
  105. BEGIN
  106.     "resource.h"
  107. END
  108. 2 TEXTINCLUDE DISCARDABLE 
  109. BEGIN
  110.     "#include ""afxres.h""rn"
  111.     ""
  112. END
  113. 3 TEXTINCLUDE DISCARDABLE 
  114. BEGIN
  115.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  116.     "#define _AFX_NO_OLE_RESOURCESrn"
  117.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  118.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  119.     "rn"
  120.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  121.     "#ifdef _WIN32rn"
  122.     "LANGUAGE 9, 1rn"
  123.     "#pragma code_page(1252)rn"
  124.     "#endif //_WIN32rn"
  125.     "#include ""res\IconProgressApp.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  126.     "#include ""afxres.rc""         // Standard componentsrn"
  127.     "#endifrn"
  128.     ""
  129. END
  130. #endif    // APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Icon
  134. //
  135. // Icon with lowest ID value placed first to ensure application icon
  136. // remains consistent on all systems.
  137. IDR_MAINFRAME           ICON    DISCARDABLE     "res\IconProgressApp.ico"
  138. IDI_ICON2               ICON    DISCARDABLE     "res\SKULL.ICO"
  139. IDI_ICON3               ICON    DISCARDABLE     "res\icon3.ico"
  140. IDI_ICON1               ICON    DISCARDABLE     "res\icon1.ico"
  141. IDI_ICON4               ICON    DISCARDABLE     "res\icon4.ico"
  142. IDI_ICON5               ICON    DISCARDABLE     "res\icon5.ico"
  143. IDI_ICON6               ICON    DISCARDABLE     "res\MECH.ICO"
  144. #endif    // English (U.K.) resources
  145. /////////////////////////////////////////////////////////////////////////////
  146. #ifndef APSTUDIO_INVOKED
  147. /////////////////////////////////////////////////////////////////////////////
  148. //
  149. // Generated from the TEXTINCLUDE 3 resource.
  150. //
  151. #define _AFX_NO_SPLITTER_RESOURCES
  152. #define _AFX_NO_OLE_RESOURCES
  153. #define _AFX_NO_TRACKER_RESOURCES
  154. #define _AFX_NO_PROPERTY_RESOURCES
  155. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  156. #ifdef _WIN32
  157. LANGUAGE 9, 1
  158. #pragma code_page(1252)
  159. #endif //_WIN32
  160. #include "resIconProgressApp.rc2"  // non-Microsoft Visual C++ edited resources
  161. #include "afxres.rc"         // Standard components
  162. #endif
  163. /////////////////////////////////////////////////////////////////////////////
  164. #endif    // not APSTUDIO_INVOKED