EXAMPLE.RC
上传用户:wqdppr
上传日期:2022-05-08
资源大小:39k
文件大小: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\Example.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\Example.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_EXAMPLE_DIALOG DIALOGEX 0, 0, 206, 101
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "动态添加文本框"
  66. FONT 9, "宋体"
  67. BEGIN
  68.     LTEXT           "动态生成的文本框:",IDC_STATIC,18,16,89,15
  69.     PUSHBUTTON      "添加文本框",IDC_BUTTON1,27,63,50,14
  70.     PUSHBUTTON      "退出",IDC_BUTTON2,93,64,50,14
  71. END
  72. #ifndef _MAC
  73. /////////////////////////////////////////////////////////////////////////////
  74. //
  75. // Version
  76. //
  77. VS_VERSION_INFO VERSIONINFO
  78.  FILEVERSION 1,0,0,1
  79.  PRODUCTVERSION 1,0,0,1
  80.  FILEFLAGSMASK 0x3fL
  81. #ifdef _DEBUG
  82.  FILEFLAGS 0x1L
  83. #else
  84.  FILEFLAGS 0x0L
  85. #endif
  86.  FILEOS 0x4L
  87.  FILETYPE 0x1L
  88.  FILESUBTYPE 0x0L
  89. BEGIN
  90.     BLOCK "StringFileInfo"
  91.     BEGIN
  92.         BLOCK "080404B0"
  93.         BEGIN
  94.             VALUE "CompanyName", ""
  95.             VALUE "FileDescription", "Example Microsoft 基础类应用程序"
  96.             VALUE "FileVersion", "1, 0, 0, 1"
  97.             VALUE "InternalName", "Example"
  98.             VALUE "LegalCopyright", "版权所有 (C) 2003"
  99.             VALUE "LegalTrademarks", ""
  100.             VALUE "OriginalFilename", "Example.EXE"
  101.             VALUE "ProductName", "Example 应用程序"
  102.             VALUE "ProductVersion", "1, 0, 0, 1"
  103.         END
  104.     END
  105.     BLOCK "VarFileInfo"
  106.     BEGIN
  107.         VALUE "Translation", 0x804, 1200
  108.     END
  109. END
  110. #endif    // !_MAC
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // DESIGNINFO
  114. //
  115. #ifdef APSTUDIO_INVOKED
  116. GUIDELINES DESIGNINFO DISCARDABLE 
  117. BEGIN
  118.     IDD_EXAMPLE_DIALOG, DIALOG
  119.     BEGIN
  120.         LEFTMARGIN, 7
  121.         RIGHTMARGIN, 199
  122.         TOPMARGIN, 7
  123.         BOTTOMMARGIN, 94
  124.     END
  125. END
  126. #endif    // APSTUDIO_INVOKED
  127. #endif    // Chinese (P.R.C.) resources
  128. /////////////////////////////////////////////////////////////////////////////
  129. #ifndef APSTUDIO_INVOKED
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Generated from the TEXTINCLUDE 3 resource.
  133. //
  134. #define _AFX_NO_SPLITTER_RESOURCES
  135. #define _AFX_NO_OLE_RESOURCES
  136. #define _AFX_NO_TRACKER_RESOURCES
  137. #define _AFX_NO_PROPERTY_RESOURCES
  138. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  139. #ifdef _WIN32
  140. LANGUAGE 4, 2
  141. #pragma code_page(936)
  142. #endif //_WIN32
  143. #include "resExample.rc2"  // non-Microsoft Visual C++ edited resources
  144. #include "l.chsafxres.rc"          // Standard components
  145. #endif
  146. /////////////////////////////////////////////////////////////////////////////
  147. #endif    // not APSTUDIO_INVOKED