SingleScreen.rc
上传用户:qdhuadeli
上传日期:2007-02-07
资源大小:978k
文件大小: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. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_SINGLESCREEN_DIALOG DIALOGEX 0, 0, 320, 200
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  25. EXSTYLE WS_EX_APPWINDOW
  26. CAPTION "Single Screen Demo"
  27. FONT 8, "MS Sans Serif", 0, 0, 0x1
  28. BEGIN
  29.     DEFPUSHBUTTON   "OK",IDOK,260,7,50,14
  30.     PUSHBUTTON      "Cancel",IDCANCEL,260,23,50,14
  31.     LTEXT           "Here goes the config stuff that I couldn't be bothered to put :-)",
  32.                     IDC_STATIC,13,15,200,8
  33. END
  34. #ifndef _MAC
  35. /////////////////////////////////////////////////////////////////////////////
  36. //
  37. // Version
  38. //
  39. VS_VERSION_INFO VERSIONINFO
  40.  FILEVERSION 1,0,0,1
  41.  PRODUCTVERSION 1,0,0,1
  42.  FILEFLAGSMASK 0x3fL
  43. #ifdef _DEBUG
  44.  FILEFLAGS 0x1L
  45. #else
  46.  FILEFLAGS 0x0L
  47. #endif
  48.  FILEOS 0x4L
  49.  FILETYPE 0x1L
  50.  FILESUBTYPE 0x0L
  51. BEGIN
  52.     BLOCK "StringFileInfo"
  53.     BEGIN
  54.         BLOCK "040904B0"
  55.         BEGIN
  56.             VALUE "CompanyName", ""
  57.             VALUE "FileDescription", "SingleScreen MFC Application"
  58.             VALUE "FileVersion", "1, 0, 0, 1"
  59.             VALUE "InternalName", "SingleScreen"
  60.             VALUE "LegalCopyright", "Copyright (C) 2002"
  61.             VALUE "LegalTrademarks", ""
  62.             VALUE "OriginalFilename", "SingleScreen.EXE"
  63.             VALUE "ProductName", "SingleScreen Application"
  64.             VALUE "ProductVersion", "1, 0, 0, 1"
  65.         END
  66.     END
  67.     BLOCK "VarFileInfo"
  68.     BEGIN
  69.         VALUE "Translation", 0x409, 1200
  70.     END
  71. END
  72. #endif    // !_MAC
  73. /////////////////////////////////////////////////////////////////////////////
  74. //
  75. // DESIGNINFO
  76. //
  77. #ifdef APSTUDIO_INVOKED
  78. GUIDELINES DESIGNINFO DISCARDABLE 
  79. BEGIN
  80.     IDD_SINGLESCREEN_DIALOG, DIALOG
  81.     BEGIN
  82.         LEFTMARGIN, 7
  83.         RIGHTMARGIN, 313
  84.         TOPMARGIN, 7
  85.         BOTTOMMARGIN, 193
  86.     END
  87. END
  88. #endif    // APSTUDIO_INVOKED
  89. #endif    // English (U.S.) resources
  90. /////////////////////////////////////////////////////////////////////////////
  91. /////////////////////////////////////////////////////////////////////////////
  92. // English (U.K.) resources
  93. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  94. #ifdef _WIN32
  95. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  96. #pragma code_page(1252)
  97. #endif //_WIN32
  98. #ifdef APSTUDIO_INVOKED
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // TEXTINCLUDE
  102. //
  103. 1 TEXTINCLUDE DISCARDABLE 
  104. BEGIN
  105.     "resource.h"
  106. END
  107. 2 TEXTINCLUDE DISCARDABLE 
  108. BEGIN
  109.     "#include ""afxres.h""rn"
  110.     ""
  111. END
  112. 3 TEXTINCLUDE DISCARDABLE 
  113. BEGIN
  114.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  115.     "#define _AFX_NO_OLE_RESOURCESrn"
  116.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  117.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  118.     "rn"
  119.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  120.     "#ifdef _WIN32rn"
  121.     "LANGUAGE 9, 1rn"
  122.     "#pragma code_page(1252)rn"
  123.     "#endif //_WIN32rn"
  124.     "#include ""res\SingleScreen.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  125.     "#include ""afxres.rc""         // Standard componentsrn"
  126.     "#endifrn"
  127.     ""
  128. END
  129. #endif    // APSTUDIO_INVOKED
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Icon
  133. //
  134. // Icon with lowest ID value placed first to ensure application icon
  135. // remains consistent on all systems.
  136. IDR_MAINFRAME           ICON    DISCARDABLE     "res\SingleScreen.ico"
  137. /////////////////////////////////////////////////////////////////////////////
  138. //
  139. // String Table
  140. //
  141. STRINGTABLE DISCARDABLE 
  142. BEGIN
  143.     IDP_SOCKETS_INIT_FAILED "Windows sockets initialization failed."
  144. END
  145. #endif    // English (U.K.) resources
  146. /////////////////////////////////////////////////////////////////////////////
  147. #ifndef APSTUDIO_INVOKED
  148. /////////////////////////////////////////////////////////////////////////////
  149. //
  150. // Generated from the TEXTINCLUDE 3 resource.
  151. //
  152. #define _AFX_NO_SPLITTER_RESOURCES
  153. #define _AFX_NO_OLE_RESOURCES
  154. #define _AFX_NO_TRACKER_RESOURCES
  155. #define _AFX_NO_PROPERTY_RESOURCES
  156. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  157. #ifdef _WIN32
  158. LANGUAGE 9, 1
  159. #pragma code_page(1252)
  160. #endif //_WIN32
  161. #include "resSingleScreen.rc2"  // non-Microsoft Visual C++ edited resources
  162. #include "afxres.rc"         // Standard components
  163. #endif
  164. /////////////////////////////////////////////////////////////////////////////
  165. #endif    // not APSTUDIO_INVOKED