MonitorTest.rc
上传用户:maidou0901
上传日期:2008-10-19
资源大小:68k
文件大小:6k
源码类别:

多显示器编程

开发平台:

Visual C++

  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. #include "afxres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // 中文(中华人民共和国) 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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_MONITORTEST_DIALOG DIALOGEX 0, 0, 320, 200
  24. STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | 
  25.     WS_CAPTION | WS_SYSMENU
  26. EXSTYLE WS_EX_APPWINDOW
  27. CAPTION "MonitorTest"
  28. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  29. BEGIN
  30.     DEFPUSHBUTTON   "OK",IDOK,263,7,50,16
  31.     PUSHBUTTON      "Cancel",IDCANCEL,263,25,50,16
  32.     PUSHBUTTON      "Flash This Monitor",IDC_BUTTON1,7,7,76,16
  33.     PUSHBUTTON      "Flash Entire Desktop",IDC_BUTTON2,7,32,76,16
  34.     PUSHBUTTON      "Flash Workspace",IDC_BUTTON3,7,57,76,16
  35.     LTEXT           "Is Button5 currently on screen:",IDC_STATIC,202,120,111,
  36.                     11
  37.     LTEXT           "Static",IDC_STATIC_ONSCREEN,208,130,26,9
  38.     PUSHBUTTON      "Button5",IDC_BUTTON5,281,180,32,13
  39.     LTEXT           "Is this dialog mostly on the primary monitor:",
  40.                     IDC_STATIC,202,86,111,18
  41.     LTEXT           "Static",IDC_STATIC_PRIMARY,208,103,39,8
  42.     CTEXT           "Static",IDC_STATIC_COUNT,112,7,113,24
  43.     PUSHBUTTON      "Center Window",IDC_BUTTON4,7,107,76,16
  44.     PUSHBUTTON      "Flash Primary Monitor",IDC_BUTTON6,7,82,76,16
  45.     LTEXT           "The name of this monitor is:",IDC_STATIC,202,56,111,10
  46.     LTEXT           "Static",IDC_STATIC_NAME,208,65,82,10
  47.     PUSHBUTTON      "Flash Each Monitor",IDC_BUTTON_FLASH_ALL,7,132,76,16
  48.     LTEXT           "Is Button5 on the same monitor as most of this dialog",
  49.                     IDC_STATIC,202,145,111,16
  50.     LTEXT           "Static",IDC_STATIC_SAME_MONITOR,208,163,36,8
  51.     LTEXT           "Bits/Pixel:",IDC_STATIC,7,185,34,8
  52.     LTEXT           "Static",IDC_STATIC_BPP,41,186,34,7
  53.     PUSHBUTTON      "移动到另一个显示器中心",IDC_BUTTON_Other,90,84,92,14
  54.     PUSHBUTTON      "移动到主显示器中心",IDC_BUTTON_CenterPrimary,90,58,92,
  55.                     14
  56.     PUSHBUTTON      "查看显示器坐标范围",IDC_BUTTON_View,90,108,92,14
  57.     LTEXT           "",IDC_STATIC_Rect,91,132,96,14
  58. END
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // DESIGNINFO
  62. //
  63. #ifdef APSTUDIO_INVOKED
  64. GUIDELINES DESIGNINFO 
  65. BEGIN
  66.     IDD_MONITORTEST_DIALOG, DIALOG
  67.     BEGIN
  68.         LEFTMARGIN, 7
  69.         RIGHTMARGIN, 313
  70.         TOPMARGIN, 7
  71.         BOTTOMMARGIN, 193
  72.     END
  73. END
  74. #endif    // APSTUDIO_INVOKED
  75. #endif    // 中文(中华人民共和国) resources
  76. /////////////////////////////////////////////////////////////////////////////
  77. /////////////////////////////////////////////////////////////////////////////
  78. // 英语(美国) resources
  79. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  80. #ifdef _WIN32
  81. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  82. #pragma code_page(1252)
  83. #endif //_WIN32
  84. #ifdef APSTUDIO_INVOKED
  85. /////////////////////////////////////////////////////////////////////////////
  86. //
  87. // TEXTINCLUDE
  88. //
  89. 1 TEXTINCLUDE 
  90. BEGIN
  91.     "resource.h"
  92. END
  93. 2 TEXTINCLUDE 
  94. BEGIN
  95.     "#include ""afxres.h""rn"
  96.     ""
  97. END
  98. 3 TEXTINCLUDE 
  99. BEGIN
  100.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  101.     "#define _AFX_NO_OLE_RESOURCESrn"
  102.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  103.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  104.     "rn"
  105.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  106.     "LANGUAGE 9, 1rn"
  107.     "#pragma code_page(1252)rn"
  108.     "#include ""res\MonitorTest.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  109.     "#include ""afxres.rc""         // Standard componentsrn"
  110.     "#endifrn"
  111.     ""
  112. END
  113. #endif    // APSTUDIO_INVOKED
  114. /////////////////////////////////////////////////////////////////////////////
  115. //
  116. // Icon
  117. //
  118. // Icon with lowest ID value placed first to ensure application icon
  119. // remains consistent on all systems.
  120. IDR_MAINFRAME           ICON                    "res\MonitorTest.ico"
  121. /////////////////////////////////////////////////////////////////////////////
  122. //
  123. // Version
  124. //
  125. VS_VERSION_INFO VERSIONINFO
  126.  FILEVERSION 1,0,0,1
  127.  PRODUCTVERSION 1,0,0,1
  128.  FILEFLAGSMASK 0x3fL
  129. #ifdef _DEBUG
  130.  FILEFLAGS 0x1L
  131. #else
  132.  FILEFLAGS 0x0L
  133. #endif
  134.  FILEOS 0x4L
  135.  FILETYPE 0x1L
  136.  FILESUBTYPE 0x0L
  137. BEGIN
  138.     BLOCK "StringFileInfo"
  139.     BEGIN
  140.         BLOCK "040904e4"
  141.         BEGIN
  142.             VALUE "CompanyName", "TODO: <Company name>"
  143.             VALUE "FileDescription", "TODO: <File description>"
  144.             VALUE "FileVersion", "1.0.0.1"
  145.             VALUE "InternalName", "MonitorTest.exe"
  146.             VALUE "LegalCopyright", "TODO: (c) <Company name>.  All rights reserved."
  147.             VALUE "OriginalFilename", "MonitorTest.exe"
  148.             VALUE "ProductName", "TODO: <Product name>"
  149.             VALUE "ProductVersion", "1.0.0.1"
  150.         END
  151.     END
  152.     BLOCK "VarFileInfo"
  153.     BEGIN
  154.         VALUE "Translation", 0x409, 1252
  155.     END
  156. END
  157. /////////////////////////////////////////////////////////////////////////////
  158. //
  159. // RT_MANIFEST
  160. //
  161. IDR_MANIFEST            RT_MANIFEST             "res\MonitorTest.manifest"
  162. #endif    // 英语(美国) resources
  163. /////////////////////////////////////////////////////////////////////////////
  164. #ifndef APSTUDIO_INVOKED
  165. /////////////////////////////////////////////////////////////////////////////
  166. //
  167. // Generated from the TEXTINCLUDE 3 resource.
  168. //
  169. #define _AFX_NO_SPLITTER_RESOURCES
  170. #define _AFX_NO_OLE_RESOURCES
  171. #define _AFX_NO_TRACKER_RESOURCES
  172. #define _AFX_NO_PROPERTY_RESOURCES
  173. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  174. LANGUAGE 9, 1
  175. #pragma code_page(1252)
  176. #include "resMonitorTest.rc2"  // non-Microsoft Visual C++ edited resources
  177. #include "afxres.rc"         // Standard components
  178. #endif
  179. /////////////////////////////////////////////////////////////////////////////
  180. #endif    // not APSTUDIO_INVOKED