DrvListBoxApp.rc
上传用户:davidcaozc
上传日期:2007-01-01
资源大小:13k
文件大小: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. // German (Germany) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
  17. #pragma code_page(1252)
  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_ENU)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 9, 1rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\DrvListBoxApp.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""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\DrvListBoxApp.ico"
  58. #endif    // German (Germany) resources
  59. /////////////////////////////////////////////////////////////////////////////
  60. /////////////////////////////////////////////////////////////////////////////
  61. // English (U.S.) resources
  62. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  63. #ifdef _WIN32
  64. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  65. #pragma code_page(1252)
  66. #endif //_WIN32
  67. /////////////////////////////////////////////////////////////////////////////
  68. //
  69. // Dialog
  70. //
  71. IDD_DRVLISTBOX_DIALOG DIALOGEX 0, 0, 203, 102
  72. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  73. EXSTYLE WS_EX_APPWINDOW
  74. CAPTION "CDrvListBox - Example"
  75. FONT 8, "MS Sans Serif"
  76. BEGIN
  77.     LTEXT           "This is an example of the CDrvListBox: it shows all drives of your system with the same icons and names as your explorer:",
  78.                     IDC_STATIC,7,7,189,20
  79.     LTEXT           "&Small Icons:",IDC_STATIC,8,38,44,15
  80.     CONTROL         "",IDC_COMBOBOXEXS,"ComboBoxEx32",CBS_DROPDOWNLIST | 
  81.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP,63,36,133,65
  82.     LTEXT           "&Large Icons:",IDC_STATIC,8,59,44,15
  83.     CONTROL         "",IDC_COMBOBOXEXL,"ComboBoxEx32",CBS_DROPDOWNLIST | 
  84.                     CBS_SORT | WS_VSCROLL | WS_TABSTOP,63,59,133,65
  85.     DEFPUSHBUTTON   "E&xit",IDOK,7,80,44,15
  86. END
  87. #ifndef _MAC
  88. /////////////////////////////////////////////////////////////////////////////
  89. //
  90. // Version
  91. //
  92. VS_VERSION_INFO VERSIONINFO
  93.  FILEVERSION 1,0,0,1
  94.  PRODUCTVERSION 1,0,0,1
  95.  FILEFLAGSMASK 0x3fL
  96. #ifdef _DEBUG
  97.  FILEFLAGS 0x1L
  98. #else
  99.  FILEFLAGS 0x0L
  100. #endif
  101.  FILEOS 0x4L
  102.  FILETYPE 0x1L
  103.  FILESUBTYPE 0x0L
  104. BEGIN
  105.     BLOCK "StringFileInfo"
  106.     BEGIN
  107.         BLOCK "040904b0"
  108.         BEGIN
  109.             VALUE "Comments", "Example of CDrvListBox"
  110.             VALUE "CompanyName", "Wilfried R鰉er"
  111.             VALUE "FileDescription", "DrvListBox MFC Application"
  112.             VALUE "FileVersion", "1, 0, 0, 1"
  113.             VALUE "InternalName", "DrvListBox"
  114.             VALUE "LegalCopyright", ""
  115.             VALUE "LegalTrademarks", ""
  116.             VALUE "OriginalFilename", "DrvListBox.EXE"
  117.             VALUE "PrivateBuild", ""
  118.             VALUE "ProductName", "DrvListBox Application"
  119.             VALUE "ProductVersion", "1, 0, 0, 1"
  120.             VALUE "SpecialBuild", ""
  121.         END
  122.     END
  123.     BLOCK "VarFileInfo"
  124.     BEGIN
  125.         VALUE "Translation", 0x409, 1200
  126.     END
  127. END
  128. #endif    // !_MAC
  129. /////////////////////////////////////////////////////////////////////////////
  130. //
  131. // DESIGNINFO
  132. //
  133. #ifdef APSTUDIO_INVOKED
  134. GUIDELINES DESIGNINFO DISCARDABLE 
  135. BEGIN
  136.     IDD_DRVLISTBOX_DIALOG, DIALOG
  137.     BEGIN
  138.         LEFTMARGIN, 7
  139.         RIGHTMARGIN, 196
  140.         TOPMARGIN, 7
  141.         BOTTOMMARGIN, 95
  142.     END
  143. END
  144. #endif    // APSTUDIO_INVOKED
  145. #endif    // English (U.S.) 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 "resDrvListBoxApp.rc2"  // non-Microsoft Visual C++ edited resources
  162. #include "afxres.rc"         // Standard components
  163. #endif
  164. /////////////////////////////////////////////////////////////////////////////
  165. #endif    // not APSTUDIO_INVOKED