home *** CD-ROM | disk | FTP | other *** search
/ The Houseplan Collection / HRCD2005.ISO / data1.cab / Zusatz / 3DS / DATA2.Z / EventDemo.rc < prev    next >
Text File  |  1998-05-18  |  6KB  |  213 lines

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4.  
  5. #define APSTUDIO_READONLY_SYMBOLS
  6. /////////////////////////////////////////////////////////////////////////////
  7. //
  8. // Generated from the TEXTINCLUDE 2 resource.
  9. //
  10. #include "afxres.h"
  11.  
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14.  
  15. /////////////////////////////////////////////////////////////////////////////
  16. // German (Germany) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23.  
  24. #ifdef APSTUDIO_INVOKED
  25. /////////////////////////////////////////////////////////////////////////////
  26. //
  27. // TEXTINCLUDE
  28. //
  29.  
  30. 1 TEXTINCLUDE DISCARDABLE 
  31. BEGIN
  32.     "resource.h\0"
  33. END
  34.  
  35. 2 TEXTINCLUDE DISCARDABLE 
  36. BEGIN
  37.     "#include ""afxres.h""\r\n"
  38.     "\0"
  39. END
  40.  
  41. 3 TEXTINCLUDE DISCARDABLE 
  42. BEGIN
  43.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  44.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  45.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  46.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  47.     "\r\n"
  48.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 7, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""res\\EventDemo.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  54.     "#include ""l.deu\\afxres.rc""          // Standard components\r\n"
  55.     "#endif\0"
  56. END
  57.  
  58. #endif    // APSTUDIO_INVOKED
  59.  
  60.  
  61. /////////////////////////////////////////////////////////////////////////////
  62. //
  63. // Icon
  64. //
  65.  
  66. // Icon with lowest ID value placed first to ensure application icon
  67. // remains consistent on all systems.
  68. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\EventDemo.ico"
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Dialog
  73. //
  74.  
  75. IDD_ABOUTBOX DIALOG DISCARDABLE  0, 0, 217, 55
  76. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  77. CAPTION "Info ⁿber EventDemo"
  78. FONT 8, "MS Sans Serif"
  79. BEGIN
  80.     ICON            IDR_MAINFRAME,IDC_STATIC,11,17,20,20
  81.     LTEXT           "EventDemo fⁿr ArCon 4.0",IDC_STATIC,40,10,119,8,
  82.                     SS_NOPREFIX
  83.     LTEXT           "Copyright (C) 1998 mb Software AG",IDC_STATIC,40,25,119,
  84.                     8
  85.     DEFPUSHBUTTON   "OK",IDOK,178,7,32,14,WS_GROUP
  86. END
  87.  
  88. IDD_EVENTDEMO_DIALOG DIALOGEX 0, 0, 208, 129
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  90. EXSTYLE WS_EX_APPWINDOW
  91. CAPTION "ArCon Events"
  92. FONT 8, "MS Sans Serif"
  93. BEGIN
  94.     DEFPUSHBUTTON   "Schlie▀en",IDOK,79,112,50,14
  95.     LISTBOX         IDC_LIST,7,7,194,103,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | 
  96.                     WS_TABSTOP
  97. END
  98.  
  99.  
  100. #ifndef _MAC
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // Version
  104. //
  105.  
  106. VS_VERSION_INFO VERSIONINFO
  107.  FILEVERSION 1,0,0,1
  108.  PRODUCTVERSION 1,0,0,1
  109.  FILEFLAGSMASK 0x3fL
  110. #ifdef _DEBUG
  111.  FILEFLAGS 0x1L
  112. #else
  113.  FILEFLAGS 0x0L
  114. #endif
  115.  FILEOS 0x4L
  116.  FILETYPE 0x1L
  117.  FILESUBTYPE 0x0L
  118. BEGIN
  119.     BLOCK "StringFileInfo"
  120.     BEGIN
  121.         BLOCK "040704B0"
  122.         BEGIN
  123.             VALUE "CompanyName", "\0"
  124.             VALUE "FileDescription", "EventDemo MFC Application\0"
  125.             VALUE "FileVersion", "1, 0, 0, 1\0"
  126.             VALUE "InternalName", "EventDemo\0"
  127.             VALUE "LegalCopyright", "Copyright (C) 1998\0"
  128.             VALUE "LegalTrademarks", "\0"
  129.             VALUE "OriginalFilename", "EventDemo.EXE\0"
  130.             VALUE "ProductName", "EventDemo Application\0"
  131.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  132.         END
  133.     END
  134.     BLOCK "VarFileInfo"
  135.     BEGIN
  136.         VALUE "Translation", 0x407, 1200
  137.     END
  138. END
  139.  
  140. #endif    // !_MAC
  141.  
  142.  
  143. /////////////////////////////////////////////////////////////////////////////
  144. //
  145. // DESIGNINFO
  146. //
  147.  
  148. #ifdef APSTUDIO_INVOKED
  149. GUIDELINES DESIGNINFO DISCARDABLE 
  150. BEGIN
  151.     IDD_ABOUTBOX, DIALOG
  152.     BEGIN
  153.         LEFTMARGIN, 7
  154.         RIGHTMARGIN, 210
  155.         TOPMARGIN, 7
  156.         BOTTOMMARGIN, 48
  157.     END
  158.  
  159.     IDD_EVENTDEMO_DIALOG, DIALOG
  160.     BEGIN
  161.         LEFTMARGIN, 7
  162.         RIGHTMARGIN, 201
  163.         TOPMARGIN, 7
  164.         BOTTOMMARGIN, 126
  165.     END
  166. END
  167. #endif    // APSTUDIO_INVOKED
  168.  
  169.  
  170. /////////////////////////////////////////////////////////////////////////////
  171. //
  172. // Bitmap
  173. //
  174.  
  175. IDB_CROSS               BITMAP  DISCARDABLE     "res\\cross.bmp"
  176.  
  177. /////////////////////////////////////////////////////////////////////////////
  178. //
  179. // String Table
  180. //
  181.  
  182. STRINGTABLE DISCARDABLE 
  183. BEGIN
  184.     IDS_ABOUTBOX            "Inf&o ⁿber EventDemo..."
  185. END
  186.  
  187. #endif    // German (Germany) resources
  188. /////////////////////////////////////////////////////////////////////////////
  189.  
  190.  
  191.  
  192. #ifndef APSTUDIO_INVOKED
  193. /////////////////////////////////////////////////////////////////////////////
  194. //
  195. // Generated from the TEXTINCLUDE 3 resource.
  196. //
  197. #define _AFX_NO_SPLITTER_RESOURCES
  198. #define _AFX_NO_OLE_RESOURCES
  199. #define _AFX_NO_TRACKER_RESOURCES
  200. #define _AFX_NO_PROPERTY_RESOURCES
  201.  
  202. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_DEU)
  203. #ifdef _WIN32
  204. LANGUAGE 7, 1
  205. #pragma code_page(1252)
  206. #endif
  207. #include "res\EventDemo.rc2"  // non-Microsoft Visual C++ edited resources
  208. #include "l.deu\afxres.rc"          // Standard components
  209. #endif
  210. /////////////////////////////////////////////////////////////////////////////
  211. #endif    // not APSTUDIO_INVOKED
  212.  
  213.