dlgsample.rc 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173
  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\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""afxres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  36. "#define _AFX_NO_OLE_RESOURCES\r\n"
  37. "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  38. "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  39. "\r\n"
  40. "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  41. "#ifdef _WIN32\r\n"
  42. "LANGUAGE 9, 1\r\n"
  43. "#pragma code_page(1252)\r\n"
  44. "#endif //_WIN32\r\n"
  45. "#include ""res\\dlgsample.rc2"" // non-Microsoft Visual C++ edited resources\r\n"
  46. "#include ""afxres.rc"" // Standard components\r\n"
  47. "#endif\r\n"
  48. "\0"
  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\\dlgsample.ico"
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_DLGSAMPLE_DIALOG DIALOGEX 0, 0, 201, 230
  63. STYLE WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  64. WS_SYSMENU | WS_THICKFRAME
  65. EXSTYLE WS_EX_APPWINDOW
  66. CAPTION "Prop Tree Sample"
  67. FONT 8, "MS Sans Serif"
  68. BEGIN
  69. END
  70. #ifndef _MAC
  71. /////////////////////////////////////////////////////////////////////////////
  72. //
  73. // Version
  74. //
  75. VS_VERSION_INFO VERSIONINFO
  76. FILEVERSION 1,0,0,1
  77. PRODUCTVERSION 1,0,0,1
  78. FILEFLAGSMASK 0x3fL
  79. #ifdef _DEBUG
  80. FILEFLAGS 0x1L
  81. #else
  82. FILEFLAGS 0x0L
  83. #endif
  84. FILEOS 0x4L
  85. FILETYPE 0x1L
  86. FILESUBTYPE 0x0L
  87. BEGIN
  88. BLOCK "StringFileInfo"
  89. BEGIN
  90. BLOCK "040904B0"
  91. BEGIN
  92. VALUE "CompanyName", "\0"
  93. VALUE "FileDescription", "dlgsample MFC Application\0"
  94. VALUE "FileVersion", "1, 0, 0, 1\0"
  95. VALUE "InternalName", "dlgsample\0"
  96. VALUE "LegalCopyright", "Copyright (C) 2001\0"
  97. VALUE "LegalTrademarks", "\0"
  98. VALUE "OriginalFilename", "dlgsample.EXE\0"
  99. VALUE "ProductName", "dlgsample Application\0"
  100. VALUE "ProductVersion", "1, 0, 0, 1\0"
  101. END
  102. END
  103. BLOCK "VarFileInfo"
  104. BEGIN
  105. VALUE "Translation", 0x409, 1200
  106. END
  107. END
  108. #endif // !_MAC
  109. /////////////////////////////////////////////////////////////////////////////
  110. //
  111. // DESIGNINFO
  112. //
  113. #ifdef APSTUDIO_INVOKED
  114. GUIDELINES DESIGNINFO DISCARDABLE
  115. BEGIN
  116. IDD_DLGSAMPLE_DIALOG, DIALOG
  117. BEGIN
  118. LEFTMARGIN, 7
  119. RIGHTMARGIN, 194
  120. TOPMARGIN, 7
  121. BOTTOMMARGIN, 223
  122. END
  123. END
  124. #endif // APSTUDIO_INVOKED
  125. #endif // English (U.S.) resources
  126. /////////////////////////////////////////////////////////////////////////////
  127. #ifndef APSTUDIO_INVOKED
  128. /////////////////////////////////////////////////////////////////////////////
  129. //
  130. // Generated from the TEXTINCLUDE 3 resource.
  131. //
  132. #define _AFX_NO_SPLITTER_RESOURCES
  133. #define _AFX_NO_OLE_RESOURCES
  134. #define _AFX_NO_TRACKER_RESOURCES
  135. #define _AFX_NO_PROPERTY_RESOURCES
  136. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  137. #ifdef _WIN32
  138. LANGUAGE 9, 1
  139. #pragma code_page(1252)
  140. #endif //_WIN32
  141. #include "res\dlgsample.rc2" // non-Microsoft Visual C++ edited resources
  142. #include "afxres.rc" // Standard components
  143. #endif
  144. /////////////////////////////////////////////////////////////////////////////
  145. #endif // not APSTUDIO_INVOKED