home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / graphics / ba / usevideo / videomfc / vdmfc.rc < prev    next >
Text File  |  1997-08-29  |  6KB  |  208 lines

  1. //
  2. // VdMFC.rc: resource script generated by Microsoft Developer Studio. 
  3. //
  4. // Copyright (C) 1997 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Broadcast Architecture Programmer's Reference.
  9. // For detailed information regarding Broadcast
  10. // Architecture, see the reference.
  11. //
  12. #include "resource.h"
  13.  
  14. #define APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. //
  17. // Generated from the TEXTINCLUDE 2 resource.
  18. //
  19. #include "afxres.h"
  20.  
  21. /////////////////////////////////////////////////////////////////////////////
  22. #undef APSTUDIO_READONLY_SYMBOLS
  23.  
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26.  
  27. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  28. #ifdef _WIN32
  29. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  30. #pragma code_page(1252)
  31. #endif //_WIN32
  32.  
  33. #ifdef APSTUDIO_INVOKED
  34. /////////////////////////////////////////////////////////////////////////////
  35. //
  36. // TEXTINCLUDE
  37. //
  38.  
  39. 1 TEXTINCLUDE DISCARDABLE 
  40. BEGIN
  41.     "resource.h\0"
  42. END
  43.  
  44. 2 TEXTINCLUDE DISCARDABLE 
  45. BEGIN
  46.     "#include ""afxres.h""\r\n"
  47.     "\0"
  48. END
  49.  
  50. 3 TEXTINCLUDE DISCARDABLE 
  51. BEGIN
  52.     "#define _AFX_NO_SPLITTER_RESOURCES\r\n"
  53.     "#define _AFX_NO_OLE_RESOURCES\r\n"
  54.     "#define _AFX_NO_TRACKER_RESOURCES\r\n"
  55.     "#define _AFX_NO_PROPERTY_RESOURCES\r\n"
  56.     "\r\n"
  57.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)\r\n"
  58.     "#ifdef _WIN32\r\n"
  59.     "LANGUAGE 9, 1\r\n"
  60.     "#pragma code_page(1252)\r\n"
  61.     "#endif\r\n"
  62.     "#include ""res\\VdMFC.rc2""  // non-Microsoft Visual C++ edited resources\r\n"
  63.     "#include ""afxres.rc""         // Standard components\r\n"
  64.     "#endif\0"
  65. END
  66.  
  67. #endif    // APSTUDIO_INVOKED
  68.  
  69.  
  70. /////////////////////////////////////////////////////////////////////////////
  71. //
  72. // Icon
  73. //
  74.  
  75. // Icon with lowest ID value placed first to ensure application icon
  76. // remains consistent on all systems.
  77. IDR_MAINFRAME           ICON    DISCARDABLE     "res\\VdMFC.ico"
  78.  
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // Dialog
  82. //
  83.  
  84. IDD_VDMFC_DIALOG DIALOGEX 0, 0, 309, 207
  85. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  86. EXSTYLE WS_EX_APPWINDOW
  87. CAPTION "VdMFC"
  88. FONT 8, "MS Sans Serif"
  89. BEGIN
  90.     LISTBOX         IDC_LISTBOX,7,7,77,74,LBS_SORT | LBS_NOINTEGRALHEIGHT | 
  91.                     WS_VSCROLL | WS_TABSTOP
  92.     CONTROL         "",IDC_VIDCNTRL,"{31263EC0-2957-11CF-A1E5-00AA9EC79700}",
  93.                     WS_TABSTOP,87,7,215,165
  94.     EDITTEXT        IDC_EDITFILENAME,7,156,60,12,ES_AUTOHSCROLL
  95.     PUSHBUTTON      "Set Input",IDC_SETINPUT,7,84,35,11
  96.     PUSHBUTTON      "Set Output",IDC_SETOUTPUT,47,84,39,11
  97.     EDITTEXT        IDC_EDITCHANNEL,7,106,60,12,ES_AUTOHSCROLL
  98.     PUSHBUTTON      "Set File Name",IDC_SETFILENAME,7,169,52,11
  99.     PUSHBUTTON      "Set Channels",IDC_SETCHANNEL,8,118,46,11
  100.     PUSHBUTTON      "On/Off Video",IDC_VIDEOON,7,131,52,11,BS_MULTILINE
  101.     PUSHBUTTON      "Play",IDC_PLAY,7,182,23,11
  102.     PUSHBUTTON      "Pause",IDC_PAUSE,34,182,26,11
  103.     PUSHBUTTON      "Stop",IDC_STOP,63,182,28,11
  104. END
  105.  
  106.  
  107. #ifndef _MAC
  108. /////////////////////////////////////////////////////////////////////////////
  109. //
  110. // Version
  111. //
  112.  
  113. VS_VERSION_INFO VERSIONINFO
  114.  FILEVERSION 1,0,0,1
  115.  PRODUCTVERSION 1,0,0,1
  116.  FILEFLAGSMASK 0x3fL
  117. #ifdef _DEBUG
  118.  FILEFLAGS 0x1L
  119. #else
  120.  FILEFLAGS 0x0L
  121. #endif
  122.  FILEOS 0x4L
  123.  FILETYPE 0x1L
  124.  FILESUBTYPE 0x0L
  125. BEGIN
  126.     BLOCK "StringFileInfo"
  127.     BEGIN
  128.         BLOCK "040904B0"
  129.         BEGIN
  130.             VALUE "CompanyName", "\0"
  131.             VALUE "FileDescription", "VdMFC MFC Application\0"
  132.             VALUE "FileVersion", "1, 0, 0, 1\0"
  133.             VALUE "InternalName", "VdMFC\0"
  134.             VALUE "LegalCopyright", "Copyright (C) 1997\0"
  135.             VALUE "LegalTrademarks", "\0"
  136.             VALUE "OriginalFilename", "VdMFC.EXE\0"
  137.             VALUE "ProductName", "VdMFC Application\0"
  138.             VALUE "ProductVersion", "1, 0, 0, 1\0"
  139.         END
  140.     END
  141.     BLOCK "VarFileInfo"
  142.     BEGIN
  143.         VALUE "Translation", 0x409, 1200
  144.     END
  145. END
  146.  
  147. #endif    // !_MAC
  148.  
  149.  
  150. /////////////////////////////////////////////////////////////////////////////
  151. //
  152. // DESIGNINFO
  153. //
  154.  
  155. #ifdef APSTUDIO_INVOKED
  156. GUIDELINES DESIGNINFO DISCARDABLE 
  157. BEGIN
  158.     IDD_VDMFC_DIALOG, DIALOG
  159.     BEGIN
  160.         LEFTMARGIN, 7
  161.         RIGHTMARGIN, 302
  162.         TOPMARGIN, 7
  163.         BOTTOMMARGIN, 200
  164.     END
  165. END
  166. #endif    // APSTUDIO_INVOKED
  167.  
  168.  
  169. /////////////////////////////////////////////////////////////////////////////
  170. //
  171. // Dialog Info
  172. //
  173.  
  174. IDD_VDMFC_DIALOG DLGINIT
  175. BEGIN
  176.     IDC_VIDCNTRL, 0x376, 20, 0
  177. 0x0000, 0x0000, 0x0000, 0x0001, 0x2162, 0x0000, 0x1bb3, 0x0000, 0x0000, 
  178. 0x0000, 
  179.     0
  180. END
  181.  
  182. #endif    // English (U.S.) resources
  183. /////////////////////////////////////////////////////////////////////////////
  184.  
  185.  
  186.  
  187. #ifndef APSTUDIO_INVOKED
  188. /////////////////////////////////////////////////////////////////////////////
  189. //
  190. // Generated from the TEXTINCLUDE 3 resource.
  191. //
  192. #define _AFX_NO_SPLITTER_RESOURCES
  193. #define _AFX_NO_OLE_RESOURCES
  194. #define _AFX_NO_TRACKER_RESOURCES
  195. #define _AFX_NO_PROPERTY_RESOURCES
  196.  
  197. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  198. #ifdef _WIN32
  199. LANGUAGE 9, 1
  200. #pragma code_page(1252)
  201. #endif
  202. #include "res\VdMFC.rc2"  // non-Microsoft Visual C++ edited resources
  203. #include "afxres.rc"         // Standard components
  204. #endif
  205. /////////////////////////////////////////////////////////////////////////////
  206. #endif    // not APSTUDIO_INVOKED
  207.  
  208.