ManConsole.rc
上传用户:szopptop
上传日期:2013-04-23
资源大小:1047k
文件大小: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. // Korean resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_KOR)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_KOREAN, SUBLANG_DEFAULT
  17. #pragma code_page(949)
  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_KOR)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 18, 1rn"
  43.     "#pragma code_page(949)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\ManConsole.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""l.kor\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\ManConsole.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 69
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "About"
  65. FONT 9, "奔覆"
  66. BEGIN
  67.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,21
  68.     LTEXT           "Legend of Mir II - Administrator Management Console",
  69.                     IDC_STATIC,45,16,177,8,SS_NOPREFIX
  70.     LTEXT           "Copyright (C) 2002 Wemade Entertainment",IDC_STATIC,45,
  71.                     31,143,8
  72.     DEFPUSHBUTTON   "犬牢",IDOK,178,48,50,14,WS_GROUP
  73. END
  74. IDD_MANCONSOLE_DIALOG DIALOGEX 0, 0, 320, 200
  75. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  76. EXSTYLE WS_EX_APPWINDOW
  77. CAPTION "Legend Of Mir II - Administrator Management Console"
  78. FONT 9, "奔覆"
  79. BEGIN
  80.     DEFPUSHBUTTON   "犬牢",IDOK,207,179,50,14
  81.     PUSHBUTTON      "秒家",IDCANCEL,263,179,50,14
  82.     CONTROL         "List1",IDC_LIST1,"SysListView32",LVS_REPORT | WS_BORDER | 
  83.                     WS_TABSTOP,7,7,306,129
  84.     EDITTEXT        IDC_EDIT1,7,147,306,14,ES_AUTOHSCROLL
  85. END
  86. #ifndef _MAC
  87. /////////////////////////////////////////////////////////////////////////////
  88. //
  89. // Version
  90. //
  91. VS_VERSION_INFO VERSIONINFO
  92.  FILEVERSION 1,0,0,1
  93.  PRODUCTVERSION 1,0,0,1
  94.  FILEFLAGSMASK 0x3fL
  95. #ifdef _DEBUG
  96.  FILEFLAGS 0x1L
  97. #else
  98.  FILEFLAGS 0x0L
  99. #endif
  100.  FILEOS 0x4L
  101.  FILETYPE 0x1L
  102.  FILESUBTYPE 0x0L
  103. BEGIN
  104.     BLOCK "StringFileInfo"
  105.     BEGIN
  106.         BLOCK "041204B0"
  107.         BEGIN
  108.             VALUE "CompanyName", ""
  109.             VALUE "FileDescription", "ManConsole MFC 览侩 橇肺弊伐"
  110.             VALUE "FileVersion", "1, 0, 0, 1"
  111.             VALUE "InternalName", "ManConsole"
  112.             VALUE "LegalCopyright", "Copyright (C) 2002"
  113.             VALUE "LegalTrademarks", ""
  114.             VALUE "OriginalFilename", "ManConsole.EXE"
  115.             VALUE "ProductName", "ManConsole 览侩 橇肺弊伐"
  116.             VALUE "ProductVersion", "1, 0, 0, 1"
  117.         END
  118.     END
  119.     BLOCK "VarFileInfo"
  120.     BEGIN
  121.         VALUE "Translation", 0x412, 1200
  122.     END
  123. END
  124. #endif    // !_MAC
  125. /////////////////////////////////////////////////////////////////////////////
  126. //
  127. // DESIGNINFO
  128. //
  129. #ifdef APSTUDIO_INVOKED
  130. GUIDELINES DESIGNINFO DISCARDABLE 
  131. BEGIN
  132.     IDD_ABOUTBOX, DIALOG
  133.     BEGIN
  134.         LEFTMARGIN, 7
  135.         RIGHTMARGIN, 228
  136.         TOPMARGIN, 7
  137.         BOTTOMMARGIN, 62
  138.     END
  139.     IDD_MANCONSOLE_DIALOG, DIALOG
  140.     BEGIN
  141.         LEFTMARGIN, 7
  142.         RIGHTMARGIN, 313
  143.         TOPMARGIN, 7
  144.         BOTTOMMARGIN, 193
  145.     END
  146. END
  147. #endif    // APSTUDIO_INVOKED
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // String Table
  151. //
  152. STRINGTABLE DISCARDABLE 
  153. BEGIN
  154.     IDS_ABOUTBOX            "ManConsole 沥焊(&A)..."
  155.     IDP_SOCKETS_INIT_FAILED "Windows 家南 檬扁拳俊 角菩窍看嚼聪促."
  156. END
  157. #endif    // Korean 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_KOR)
  169. #ifdef _WIN32
  170. LANGUAGE 18, 1
  171. #pragma code_page(949)
  172. #endif //_WIN32
  173. #include "resManConsole.rc2"  // non-Microsoft Visual C++ edited resources
  174. #include "l.korafxres.rc"          // Standard components
  175. #endif
  176. /////////////////////////////////////////////////////////////////////////////
  177. #endif    // not APSTUDIO_INVOKED