MyServer.rc
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小: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\MyServer.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\MyServer.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_MYSERVER_DIALOG DIALOGEX 0, 0, 161, 37
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  64. EXSTYLE WS_EX_APPWINDOW
  65. CAPTION "MyServer"
  66. FONT 9, "宋体"
  67. BEGIN
  68.     CTEXT           "IP",IDC_STATIC,0,0,64,15,SS_CENTERIMAGE
  69.     EDITTEXT        IDC_IP,71,0,89,16,ES_AUTOHSCROLL
  70.     CTEXT           "PORT",IDC_STATIC,0,21,64,14,SS_CENTERIMAGE
  71.     EDITTEXT        IDC_PORT,71,19,89,15,ES_AUTOHSCROLL
  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", "MyServer Microsoft 基础类应用程序"
  97.             VALUE "FileVersion", "1, 0, 0, 1"
  98.             VALUE "InternalName", "MyServer"
  99.             VALUE "LegalCopyright", "版权所有 (C) 2007"
  100.             VALUE "LegalTrademarks", ""
  101.             VALUE "OriginalFilename", "MyServer.EXE"
  102.             VALUE "ProductName", "MyServer 应用程序"
  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. #endif    // Chinese (P.R.C.) resources
  113. /////////////////////////////////////////////////////////////////////////////
  114. #ifndef APSTUDIO_INVOKED
  115. /////////////////////////////////////////////////////////////////////////////
  116. //
  117. // Generated from the TEXTINCLUDE 3 resource.
  118. //
  119. #define _AFX_NO_SPLITTER_RESOURCES
  120. #define _AFX_NO_OLE_RESOURCES
  121. #define _AFX_NO_TRACKER_RESOURCES
  122. #define _AFX_NO_PROPERTY_RESOURCES
  123. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_CHS)
  124. #ifdef _WIN32
  125. LANGUAGE 4, 2
  126. #pragma code_page(936)
  127. #endif //_WIN32
  128. #include "resMyServer.rc2"  // non-Microsoft Visual C++ edited resources
  129. #include "l.chsafxres.rc"          // Standard components
  130. #endif
  131. /////////////////////////////////////////////////////////////////////////////
  132. #endif    // not APSTUDIO_INVOKED