MyProgBar.rc
上传用户:szcysw
上传日期:2013-03-11
资源大小:6752k
文件大小:5k
源码类别:

界面编程

开发平台:

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. // Chinese (P.R.C.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  17. #pragma code_page(936)
  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_CHS)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 4, 2rn"
  43.     "#pragma code_page(936)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\MyProgBar.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""l.chs\afxres.rc""          // Standard componentsrn"
  47.     "#endifrn"
  48.     ""
  49. END
  50. #endif    // APSTUDIO_INVOKED
  51. /////////////////////////////////////////////////////////////////////////////
  52. //
  53. // Icon
  54. //
  55. // Icon with lowest ID value placed first to ensure application icon
  56. // remains consistent on all systems.
  57. IDR_MAINFRAME           ICON    DISCARDABLE     "res\MyProgBar.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 197
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "关于 MyProgBar"
  65. FONT 9, "宋体"
  66. BEGIN
  67.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,21,21
  68.     LTEXT           "MyProgBar 1.0 版",IDC_STATIC,40,10,119,8,SS_NOPREFIX
  69.     LTEXT           "版权所有 (C) 2002",IDC_STATIC,40,25,119,8
  70.     DEFPUSHBUTTON   "确定",IDOK,178,7,50,14,WS_GROUP
  71. END
  72. IDD_MYPROGBAR_DIALOG DIALOGEX 0, 0, 320, 74
  73. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  74. EXSTYLE WS_EX_APPWINDOW
  75. CAPTION "MyProgBar"
  76. FONT 9, "宋体"
  77. BEGIN
  78.     DEFPUSHBUTTON   "确定",IDOK,260,7,50,14
  79.     PUSHBUTTON      "取消",IDCANCEL,260,23,50,14
  80. END
  81. #ifndef _MAC
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Version
  85. //
  86. VS_VERSION_INFO VERSIONINFO
  87.  FILEVERSION 1,0,0,1
  88.  PRODUCTVERSION 1,0,0,1
  89.  FILEFLAGSMASK 0x3fL
  90. #ifdef _DEBUG
  91.  FILEFLAGS 0x1L
  92. #else
  93.  FILEFLAGS 0x0L
  94. #endif
  95.  FILEOS 0x4L
  96.  FILETYPE 0x1L
  97.  FILESUBTYPE 0x0L
  98. BEGIN
  99.     BLOCK "StringFileInfo"
  100.     BEGIN
  101.         BLOCK "080404B0"
  102.         BEGIN
  103.             VALUE "CompanyName", ""
  104.             VALUE "FileDescription", "MyProgBar Microsoft 基础类应用程序"
  105.             VALUE "FileVersion", "1, 0, 0, 1"
  106.             VALUE "InternalName", "MyProgBar"
  107.             VALUE "LegalCopyright", "版权所有 (C) 2002"
  108.             VALUE "LegalTrademarks", ""
  109.             VALUE "OriginalFilename", "MyProgBar.EXE"
  110.             VALUE "ProductName", "MyProgBar 应用程序"
  111.             VALUE "ProductVersion", "1, 0, 0, 1"
  112.         END
  113.     END
  114.     BLOCK "VarFileInfo"
  115.     BEGIN
  116.         VALUE "Translation", 0x804, 1200
  117.     END
  118. END
  119. #endif    // !_MAC
  120. /////////////////////////////////////////////////////////////////////////////
  121. //
  122. // DESIGNINFO
  123. //
  124. #ifdef APSTUDIO_INVOKED
  125. GUIDELINES DESIGNINFO DISCARDABLE 
  126. BEGIN
  127.     IDD_ABOUTBOX, DIALOG
  128.     BEGIN
  129.         LEFTMARGIN, 7
  130.         RIGHTMARGIN, 228
  131.         TOPMARGIN, 7
  132.         BOTTOMMARGIN, 190
  133.     END
  134.     IDD_MYPROGBAR_DIALOG, DIALOG
  135.     BEGIN
  136.         LEFTMARGIN, 7
  137.         RIGHTMARGIN, 313
  138.         TOPMARGIN, 7
  139.         BOTTOMMARGIN, 67
  140.     END
  141. END
  142. #endif    // APSTUDIO_INVOKED
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // Bitmap
  146. //
  147. IDB_OPEN                BITMAP  DISCARDABLE     "res\bitmap2.bmp"
  148. IDB_CLOSE               BITMAP  DISCARDABLE     "res\bitmap1.bmp"
  149. /////////////////////////////////////////////////////////////////////////////
  150. //
  151. // String Table
  152. //
  153. STRINGTABLE DISCARDABLE 
  154. BEGIN
  155.     IDS_ABOUTBOX            "关于 MyProgBar(&A)..."
  156. END
  157. #endif    // Chinese (P.R.C.) resources
  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. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  169. #ifdef _WIN32
  170. LANGUAGE 4, 2
  171. #pragma code_page(936)
  172. #endif //_WIN32
  173. #include "resMyProgBar.rc2"  // non-Microsoft Visual C++ edited resources
  174. #include "l.chsafxres.rc"          // Standard components
  175. #endif
  176. /////////////////////////////////////////////////////////////////////////////
  177. #endif    // not APSTUDIO_INVOKED