DecodeBT.rc
上传用户:likl4521
上传日期:2020-06-11
资源大小:22k
文件大小:4k
源码类别:

网格计算

开发平台:

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\DecodeBT.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\DecodeBT.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_DECODEBT_DIALOG DIALOGEX 0, 0, 628, 416
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "解码BT文件"
  66. FONT 9, "宋体"
  67. BEGIN
  68.     DEFPUSHBUTTON   "确定",IDOK,571,379,50,14
  69.     PUSHBUTTON      "取消",IDCANCEL,571,395,50,14
  70.     EDITTEXT        IDC_EDIT1,7,7,554,402,ES_MULTILINE | ES_AUTOVSCROLL | 
  71.                     ES_AUTOHSCROLL | WS_VSCROLL | WS_HSCROLL
  72. END
  73. #ifndef _MAC
  74. /////////////////////////////////////////////////////////////////////////////
  75. //
  76. // Version
  77. //
  78. VS_VERSION_INFO VERSIONINFO
  79.  FILEVERSION 1,0,0,1
  80.  PRODUCTVERSION 1,0,0,1
  81.  FILEFLAGSMASK 0x3fL
  82. #ifdef _DEBUG
  83.  FILEFLAGS 0x1L
  84. #else
  85.  FILEFLAGS 0x0L
  86. #endif
  87.  FILEOS 0x4L
  88.  FILETYPE 0x1L
  89.  FILESUBTYPE 0x0L
  90. BEGIN
  91.     BLOCK "StringFileInfo"
  92.     BEGIN
  93.         BLOCK "080404B0"
  94.         BEGIN
  95.             VALUE "CompanyName", ""
  96.             VALUE "FileDescription", "DecodeBT Microsoft 基础类应用程序"
  97.             VALUE "FileVersion", "1, 0, 0, 1"
  98.             VALUE "InternalName", "DecodeBT"
  99.             VALUE "LegalCopyright", "版权所有 (C) 2010"
  100.             VALUE "LegalTrademarks", ""
  101.             VALUE "OriginalFilename", "DecodeBT.EXE"
  102.             VALUE "ProductName", "DecodeBT 应用程序"
  103.             VALUE "ProductVersion", "1, 0, 0, 1"
  104.         END
  105.     END
  106.     BLOCK "VarFileInfo"
  107.     BEGIN
  108.         VALUE "Translation", 0x804, 1200
  109.     END
  110. END
  111. #endif    // !_MAC
  112. /////////////////////////////////////////////////////////////////////////////
  113. //
  114. // DESIGNINFO
  115. //
  116. #ifdef APSTUDIO_INVOKED
  117. GUIDELINES DESIGNINFO DISCARDABLE 
  118. BEGIN
  119.     IDD_DECODEBT_DIALOG, DIALOG
  120.     BEGIN
  121.         LEFTMARGIN, 7
  122.         RIGHTMARGIN, 621
  123.         TOPMARGIN, 7
  124.         BOTTOMMARGIN, 409
  125.     END
  126. END
  127. #endif    // APSTUDIO_INVOKED
  128. #endif    // Chinese (P.R.C.) resources
  129. /////////////////////////////////////////////////////////////////////////////
  130. #ifndef APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Generated from the TEXTINCLUDE 3 resource.
  134. //
  135. #define _AFX_NO_SPLITTER_RESOURCES
  136. #define _AFX_NO_OLE_RESOURCES
  137. #define _AFX_NO_TRACKER_RESOURCES
  138. #define _AFX_NO_PROPERTY_RESOURCES
  139. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  140. #ifdef _WIN32
  141. LANGUAGE 4, 2
  142. #pragma code_page(936)
  143. #endif //_WIN32
  144. #include "resDecodeBT.rc2"  // non-Microsoft Visual C++ edited resources
  145. #include "l.chsafxres.rc"          // Standard components
  146. #endif
  147. /////////////////////////////////////////////////////////////////////////////
  148. #endif    // not APSTUDIO_INVOKED