Sample.rc 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169
  1. // Microsoft Visual C++ generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #ifndef APSTUDIO_INVOKED
  10. #include "targetver.h"
  11. #endif
  12. #include "afxres.h"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // 中文(中华人民共和国) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
  20. #pragma code_page(936)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE
  32. BEGIN
  33. "#ifndef APSTUDIO_INVOKED\r\n"
  34. "#include ""targetver.h""\r\n"
  35. "#endif\r\n"
  36. "#include ""afxres.h""\r\n"
  37. "\0"
  38. END
  39. 3 TEXTINCLUDE
  40. BEGIN
  41. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  42. "#define _AFX_NO_OLE_RESOURCES\r\n"
  43. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  44. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  45. "\r\n"
  46. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)\r\n"
  47. "LANGUAGE 4, 2\r\n"
  48. "#pragma code_page(936)\r\n"
  49. "#include ""res\\Sample.rc2"" // 非 Microsoft Visual C++ 编辑的资源\r\n"
  50. "#include ""l.CHS\\afxres.rc"" // 标准组件\r\n"
  51. "#endif\r\n"
  52. "\0"
  53. END
  54. #endif // APSTUDIO_INVOKED
  55. /////////////////////////////////////////////////////////////////////////////
  56. //
  57. // Icon
  58. //
  59. // Icon with lowest ID value placed first to ensure application icon
  60. // remains consistent on all systems.
  61. IDR_MAINFRAME ICON "res\\Sample.ico"
  62. /////////////////////////////////////////////////////////////////////////////
  63. //
  64. // Dialog
  65. //
  66. IDD_SAMPLE_DIALOG DIALOGEX 0, 0, 279, 183
  67. STYLE DS_SETFONT | DS_FIXEDSYS | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CLIPSIBLINGS | WS_CLIPCHILDREN | WS_CAPTION | WS_SYSMENU | WS_THICKFRAME
  68. EXSTYLE WS_EX_APPWINDOW
  69. FONT 9, "MS Shell Dlg", 0, 0, 0x1
  70. BEGIN
  71. END
  72. /////////////////////////////////////////////////////////////////////////////
  73. //
  74. // Version
  75. //
  76. VS_VERSION_INFO VERSIONINFO
  77. FILEVERSION 1,0,0,1
  78. PRODUCTVERSION 1,0,0,1
  79. FILEFLAGSMASK 0x3fL
  80. #ifdef _DEBUG
  81. FILEFLAGS 0x1L
  82. #else
  83. FILEFLAGS 0x0L
  84. #endif
  85. FILEOS 0x4L
  86. FILETYPE 0x1L
  87. FILESUBTYPE 0x0L
  88. BEGIN
  89. BLOCK "StringFileInfo"
  90. BEGIN
  91. BLOCK "080403a8"
  92. BEGIN
  93. VALUE "CompanyName", "TODO: <公司名>"
  94. VALUE "FileDescription", "TODO: <文件说明>"
  95. VALUE "FileVersion", "1.0.0.1"
  96. VALUE "InternalName", "Sample.exe"
  97. VALUE "LegalCopyright", "TODO: (C) <公司名>。保留所有权利。"
  98. VALUE "OriginalFilename", "Sample.exe"
  99. VALUE "ProductName", "TODO: <产品名>"
  100. VALUE "ProductVersion", "1.0.0.1"
  101. END
  102. END
  103. BLOCK "VarFileInfo"
  104. BEGIN
  105. VALUE "Translation", 0x804, 936
  106. END
  107. END
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // DESIGNINFO
  111. //
  112. #ifdef APSTUDIO_INVOKED
  113. GUIDELINES DESIGNINFO
  114. BEGIN
  115. IDD_SAMPLE_DIALOG, DIALOG
  116. BEGIN
  117. LEFTMARGIN, 7
  118. RIGHTMARGIN, 272
  119. TOPMARGIN, 7
  120. BOTTOMMARGIN, 176
  121. END
  122. END
  123. #endif // APSTUDIO_INVOKED
  124. #endif // 中文(中华人民共和国) resources
  125. /////////////////////////////////////////////////////////////////////////////
  126. #ifndef APSTUDIO_INVOKED
  127. /////////////////////////////////////////////////////////////////////////////
  128. //
  129. // Generated from the TEXTINCLUDE 3 resource.
  130. //
  131. #define _AFX_NO_SPLITTER_RESOURCES
  132. #define _AFX_NO_OLE_RESOURCES
  133. #define _AFX_NO_TRACKER_RESOURCES
  134. #define _AFX_NO_PROPERTY_RESOURCES
  135. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  136. LANGUAGE 4, 2
  137. #pragma code_page(936)
  138. #include "res\Sample.rc2" // 非 Microsoft Visual C++ 编辑的资源
  139. #include "l.CHS\afxres.rc" // 标准组件
  140. #endif
  141. /////////////////////////////////////////////////////////////////////////////
  142. #endif // not APSTUDIO_INVOKED