PruebaPTree.rc
上传用户:wzy3721
上传日期:2021-11-20
资源大小:32k
文件大小:6k
源码类别:

TreeView控件

开发平台:

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. // Spanish (Modern) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESN)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_SPANISH, SUBLANG_SPANISH_MODERN
  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_ESP)rn"
  41.     "#ifdef _WIN32rn"
  42.     "LANGUAGE 10, 3rn"
  43.     "#pragma code_page(1252)rn"
  44.     "#endif //_WIN32rn"
  45.     "#include ""res\PruebaPTree.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  46.     "#include ""l.esp\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\PruebaPTree.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 235, 55
  63. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  64. CAPTION "Acerca de PruebaPTree"
  65. FONT 8, "MS Sans Serif"
  66. BEGIN
  67.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  68.     LTEXT           "PruebaPTree Versi髇 1.0",IDC_STATIC,40,10,119,8,
  69.                     SS_NOPREFIX
  70.     LTEXT           "Copyright (C) 2001",IDC_STATIC,40,25,119,8
  71.     DEFPUSHBUTTON   "Aceptar",IDOK,178,7,50,14,WS_GROUP
  72. END
  73. IDD_PRUEBAPTREE_DIALOG DIALOGEX 0, 0, 240, 289
  74. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  75. EXSTYLE WS_EX_APPWINDOW
  76. CAPTION "PruebaPTree"
  77. FONT 8, "MS Sans Serif"
  78. BEGIN
  79.     PUSHBUTTON      "Cancel",IDCANCEL,183,7,50,14
  80.     CONTROL         "Tree1",IDC_TC_TREE,"SysTreeView32",TVS_HASBUTTONS | 
  81.                     TVS_HASLINES | TVS_LINESATROOT | TVS_SHOWSELALWAYS | 
  82.                     WS_BORDER | WS_TABSTOP,7,7,163,184
  83.     PUSHBUTTON      "Reload",IDC_BT_RELOAD,183,177,50,14
  84.     PUSHBUTTON      "Expand all",IDC_BT_EXPAND,183,141,50,14
  85.     PUSHBUTTON      "Collapse all",IDC_BT_COLLAPSE,183,159,50,14
  86.     PUSHBUTTON      "Iterate (Width)",IDC_BT_ITERATE_WIDTH,183,124,50,14
  87.     LISTBOX         IDC_LB_ITEMS,7,200,226,82,LBS_NOINTEGRALHEIGHT | 
  88.                     LBS_DISABLENOSCROLL | WS_VSCROLL | WS_TABSTOP
  89.     PUSHBUTTON      "Iterate (Deep)",IDC_BT_ITERATE_DEEP,183,107,50,14
  90. END
  91. #ifndef _MAC
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Version
  95. //
  96. VS_VERSION_INFO VERSIONINFO
  97.  FILEVERSION 1,0,0,1
  98.  PRODUCTVERSION 1,0,0,1
  99.  FILEFLAGSMASK 0x3fL
  100. #ifdef _DEBUG
  101.  FILEFLAGS 0x1L
  102. #else
  103.  FILEFLAGS 0x0L
  104. #endif
  105.  FILEOS 0x4L
  106.  FILETYPE 0x1L
  107.  FILESUBTYPE 0x0L
  108. BEGIN
  109.     BLOCK "StringFileInfo"
  110.     BEGIN
  111.         BLOCK "0C0A04B0"
  112.         BEGIN
  113.             VALUE "CompanyName", ""
  114.             VALUE "FileDescription", "Aplicaci髇 MFC PruebaPTree"
  115.             VALUE "FileVersion", "1, 0, 0, 1"
  116.             VALUE "InternalName", "PruebaPTree"
  117.             VALUE "LegalCopyright", "Copyright (C) 2001"
  118.             VALUE "LegalTrademarks", ""
  119.             VALUE "OriginalFilename", "PruebaPTree.EXE"
  120.             VALUE "ProductName", "Aplicaci髇 PruebaPTree"
  121.             VALUE "ProductVersion", "1, 0, 0, 1"
  122.         END
  123.     END
  124.     BLOCK "VarFileInfo"
  125.     BEGIN
  126.         VALUE "Translation", 0xc0a, 1200
  127.     END
  128. END
  129. #endif    // !_MAC
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // DESIGNINFO
  133. //
  134. #ifdef APSTUDIO_INVOKED
  135. GUIDELINES DESIGNINFO DISCARDABLE 
  136. BEGIN
  137.     IDD_ABOUTBOX, DIALOG
  138.     BEGIN
  139.         LEFTMARGIN, 7
  140.         RIGHTMARGIN, 228
  141.         TOPMARGIN, 7
  142.         BOTTOMMARGIN, 48
  143.     END
  144.     IDD_PRUEBAPTREE_DIALOG, DIALOG
  145.     BEGIN
  146.         LEFTMARGIN, 7
  147.         RIGHTMARGIN, 233
  148.         TOPMARGIN, 7
  149.         BOTTOMMARGIN, 282
  150.     END
  151. END
  152. #endif    // APSTUDIO_INVOKED
  153. /////////////////////////////////////////////////////////////////////////////
  154. //
  155. // String Table
  156. //
  157. STRINGTABLE DISCARDABLE 
  158. BEGIN
  159.     IDS_ABOUTBOX            "&Acerca de PruebaPTree..."
  160. END
  161. #endif    // Spanish (Modern) resources
  162. /////////////////////////////////////////////////////////////////////////////
  163. #ifndef APSTUDIO_INVOKED
  164. /////////////////////////////////////////////////////////////////////////////
  165. //
  166. // Generated from the TEXTINCLUDE 3 resource.
  167. //
  168. #define _AFX_NO_SPLITTER_RESOURCES
  169. #define _AFX_NO_OLE_RESOURCES
  170. #define _AFX_NO_TRACKER_RESOURCES
  171. #define _AFX_NO_PROPERTY_RESOURCES
  172. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ESP)
  173. #ifdef _WIN32
  174. LANGUAGE 10, 3
  175. #pragma code_page(1252)
  176. #endif //_WIN32
  177. #include "resPruebaPTree.rc2"  // non-Microsoft Visual C++ edited resources
  178. #include "l.espafxres.rc"          // Standard components
  179. #endif
  180. /////////////////////////////////////////////////////////////////////////////
  181. #endif    // not APSTUDIO_INVOKED