BindSample.rc
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小: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. #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\BindSample.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\CjSample.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Bitmap
  61. //
  62. IDB_OPTIONS             BITMAP  MOVEABLE PURE   "res\PropertyIcons.bmp"
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // Dialog
  66. //
  67. IDD_BINDSAMPLE_DIALOG DIALOGEX 0, 0, 350, 194
  68. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  69. EXSTYLE WS_EX_APPWINDOW
  70. CAPTION "Codejock Property Grid Bind Sample"
  71. FONT 8, "MS Sans Serif"
  72. BEGIN
  73.     CONTROL         "Tree1",IDC_LIST_OPTIONS,"SysTreeView32",WS_BORDER | 
  74.                     WS_TABSTOP,4,4,106,159
  75.     DEFPUSHBUTTON   "OK",IDOK,239,173,50,14
  76.     PUSHBUTTON      "Cancel",IDCANCEL,293,173,50,14
  77.     CONTROL         "",IDC_WORKSPACE,"Static",SS_BLACKFRAME | NOT WS_VISIBLE,
  78.                     117,4,226,153
  79.     CONTROL         "",IDC_STATIC,"Static",SS_ETCHEDHORZ,119,163,224,1
  80. END
  81. #ifndef _MAC
  82. /////////////////////////////////////////////////////////////////////////////
  83. //
  84. // Version
  85. //
  86. VS_VERSION_INFO VERSIONINFO
  87.  FILEVERSION 12,0,0,4
  88.  PRODUCTVERSION 12,0,0,4
  89.  FILEFLAGSMASK 0x3fL
  90. #ifdef _DEBUG
  91.  FILEFLAGS 0x1L
  92. #else
  93.  FILEFLAGS 0x0L
  94. #endif
  95.  FILEOS 0x4L
  96.  FILETYPE 0x1L
  97.  FILESUBTYPE 0x0L
  98. BEGIN
  99.     BLOCK "StringFileInfo"
  100.     BEGIN
  101.         BLOCK "040904B0"
  102.         BEGIN
  103.             VALUE "CompanyName", "Codejock Software"
  104.             VALUE "FileDescription", "BindSample MFC Application"
  105.             VALUE "FileVersion", "12, 0, 0, 4"
  106.             VALUE "InternalName", "BindSample"
  107.             VALUE "LegalCopyright", "(c)1998-2008 Codejock Software, All Rights Reserved."
  108.             VALUE "LegalTrademarks", ""
  109.             VALUE "OriginalFilename", "BindSample.EXE"
  110.             VALUE "ProductName", "BindSample Application"
  111.             VALUE "ProductVersion", "12, 0, 0, 4"
  112.         END
  113.     END
  114.     BLOCK "VarFileInfo"
  115.     BEGIN
  116.         VALUE "Translation", 0x409, 1200
  117.     END
  118. END
  119. #endif    // !_MAC
  120. /////////////////////////////////////////////////////////////////////////////
  121. //
  122. // DESIGNINFO
  123. //
  124. #ifdef APSTUDIO_INVOKED
  125. GUIDELINES DESIGNINFO DISCARDABLE 
  126. BEGIN
  127.     IDD_BINDSAMPLE_DIALOG, DIALOG
  128.     BEGIN
  129.         LEFTMARGIN, 7
  130.         RIGHTMARGIN, 313
  131.         TOPMARGIN, 7
  132.         BOTTOMMARGIN, 193
  133.     END
  134. END
  135. #endif    // APSTUDIO_INVOKED
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // String Table
  139. //
  140. STRINGTABLE DISCARDABLE 
  141. BEGIN
  142.     IDS_ABOUTBOX            "&About Property Grid Bind Sample..."
  143. END
  144. STRINGTABLE DISCARDABLE 
  145. BEGIN
  146.     AFX_IDS_APP_TITLE       "Codejock Property Grid Bind Sample"
  147. END
  148. #endif    // English (U.S.) resources
  149. /////////////////////////////////////////////////////////////////////////////
  150. #ifndef APSTUDIO_INVOKED
  151. /////////////////////////////////////////////////////////////////////////////
  152. //
  153. // Generated from the TEXTINCLUDE 3 resource.
  154. //
  155. #define _AFX_NO_SPLITTER_RESOURCES
  156. #define _AFX_NO_OLE_RESOURCES
  157. #define _AFX_NO_TRACKER_RESOURCES
  158. #define _AFX_NO_PROPERTY_RESOURCES
  159. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  160. #ifdef _WIN32
  161. LANGUAGE 9, 1
  162. #pragma code_page(1252)
  163. #endif //_WIN32
  164. #include "resBindSample.rc2"  // non-Microsoft Visual C++ edited resources
  165. #include "afxres.rc"         // Standard components
  166. #endif
  167. /////////////////////////////////////////////////////////////////////////////
  168. #endif    // not APSTUDIO_INVOKED