home *** CD-ROM | disk | FTP | other *** search
/ Beginning Direct3D Game Programming / Direct3D.iso / directx / dxf / samples / multimedia / directshow / dmo / dmodemo / dmodemo.rc < prev    next >
Encoding:
Text File  |  2000-09-22  |  4.0 KB  |  150 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. // English (U.S.) resources
  17.  
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  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_ENU)\r\n"
  49.     "#ifdef _WIN32\r\n"
  50.     "LANGUAGE 9, 1\r\n"
  51.     "#pragma code_page(1252)\r\n"
  52.     "#endif\r\n"
  53.     "#include ""afxres.rc""         // Standard components\r\n"
  54.     "#endif\0"
  55. END
  56.  
  57. #endif    // APSTUDIO_INVOKED
  58.  
  59.  
  60. /////////////////////////////////////////////////////////////////////////////
  61. //
  62. // Icon
  63. //
  64.  
  65. // Icon with lowest ID value placed first to ensure application icon
  66. // remains consistent on all systems.
  67. IDR_DEMOICON           ICON    DISCARDABLE     "directx.ico"
  68.  
  69. /////////////////////////////////////////////////////////////////////////////
  70. //
  71. // Dialog
  72. //
  73.  
  74. IDD_MAIN DIALOGEX 0, 0, 260, 65
  75. STYLE DS_MODALFRAME | DS_CENTER | WS_MINIMIZEBOX | WS_POPUP | WS_VISIBLE | 
  76.     WS_CAPTION | WS_SYSMENU
  77. CAPTION "DMO Demo"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80.     DEFPUSHBUTTON   "Sound &file...",IDC_SOUNDFILE,7,7,46,13
  81.     LTEXT           "",IDC_FILENAME,68,7,185,13,SS_CENTERIMAGE,
  82.                     WS_EX_CLIENTEDGE
  83.     PUSHBUTTON      "E&xit",IDCANCEL,190,44,50,14
  84.     LTEXT           "Select &DMO:",IDC_SELECTDMO,7,30,58,8
  85.     COMBOBOX        IDC_DMOCOMBO,68,26,185,183,CBS_DROPDOWN | WS_VSCROLL | 
  86.                     WS_TABSTOP
  87.     PUSHBUTTON      "&Play",IDC_PLAY,28,44,50,14,WS_DISABLED
  88.     PUSHBUTTON      "&Stop",IDC_STOP,93,44,50,14,WS_DISABLED
  89. END
  90.  
  91.  
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // DESIGNINFO
  95. //
  96.  
  97. #ifdef APSTUDIO_INVOKED
  98. GUIDELINES DESIGNINFO DISCARDABLE 
  99. BEGIN
  100.     IDD_MAIN, DIALOG
  101.     BEGIN
  102.         LEFTMARGIN, 7
  103.         RIGHTMARGIN, 253
  104.         TOPMARGIN, 7
  105.         BOTTOMMARGIN, 58
  106.     END
  107. END
  108. #endif    // APSTUDIO_INVOKED
  109.  
  110.  
  111. /////////////////////////////////////////////////////////////////////////////
  112. //
  113. // Accelerator
  114. //
  115.  
  116. IDR_ACCELERATOR1 ACCELERATORS DISCARDABLE 
  117. BEGIN
  118.     "F",            IDC_SOUNDFILE,          VIRTKEY, ALT, NOINVERT
  119.     "P",            IDC_PLAY,               VIRTKEY, ALT, NOINVERT
  120.     "S",            IDC_STOP,               VIRTKEY, ALT, NOINVERT
  121.     "X",            IDCANCEL,               VIRTKEY, ALT, NOINVERT
  122.     "D",            IDC_SELECTDMO,         VIRTKEY, ALT, NOINVERT
  123. END
  124.  
  125. #endif    // English (U.S.) resources
  126. /////////////////////////////////////////////////////////////////////////////
  127.  
  128.  
  129.  
  130. #ifndef APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Generated from the TEXTINCLUDE 3 resource.
  134. //
  135. #define _AFX_NO_SPLITTER_RESOURCES
  136. #define _AFX_NO_OLE_RESOURCES
  137. #define _AFX_NO_TRACKER_RESOURCES
  138. #define _AFX_NO_PROPERTY_RESOURCES
  139.  
  140. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  141. #ifdef _WIN32
  142. LANGUAGE 9, 1
  143. #pragma code_page(1252)
  144. #endif
  145. #include "afxres.rc"         // Standard components
  146. #endif
  147. /////////////////////////////////////////////////////////////////////////////
  148. #endif    // not APSTUDIO_INVOKED
  149.  
  150.