SpeechSample.rc
上传用户:zhaopin
上传日期:2007-01-07
资源大小:79k
文件大小:5k
源码类别:

语音合成与识别

开发平台:

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. // 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. /////////////////////////////////////////////////////////////////////////////
  20. //
  21. // Dialog
  22. //
  23. IDD_SPEECHSAMPLE_DIALOG DIALOGEX 0, 0, 226, 118
  24. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  25. EXSTYLE WS_EX_APPWINDOW
  26. CAPTION "CSpeech Sample"
  27. FONT 8, "MS Sans Serif"
  28. BEGIN
  29.     EDITTEXT        IDC_SPEAKEDIT,7,23,212,61,ES_AUTOHSCROLL
  30.     DEFPUSHBUTTON   "&Speak",IDSPEAK,7,95,50,14
  31.     PUSHBUTTON      "Select &voice",IDVOICE,86,95,50,14,NOT WS_VISIBLE
  32.     PUSHBUTTON      "E&xit",IDOK,163,95,50,14
  33.     LTEXT           "Type text and press the Speak button.",IDC_STATIC,7,7,
  34.                     211,14
  35. END
  36. #ifndef _MAC
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // Version
  40. //
  41. VS_VERSION_INFO VERSIONINFO
  42.  FILEVERSION 1,0,0,1
  43.  PRODUCTVERSION 1,0,0,1
  44.  FILEFLAGSMASK 0x3fL
  45. #ifdef _DEBUG
  46.  FILEFLAGS 0x1L
  47. #else
  48.  FILEFLAGS 0x0L
  49. #endif
  50.  FILEOS 0x4L
  51.  FILETYPE 0x1L
  52.  FILESUBTYPE 0x0L
  53. BEGIN
  54.     BLOCK "StringFileInfo"
  55.     BEGIN
  56.         BLOCK "040904B0"
  57.         BEGIN
  58.             VALUE "CompanyName", ""
  59.             VALUE "FileDescription", "SpeechSample MFC Application"
  60.             VALUE "FileVersion", "1, 0, 0, 1"
  61.             VALUE "InternalName", "SpeechSample"
  62.             VALUE "LegalCopyright", "Copyright (C) 1998"
  63.             VALUE "LegalTrademarks", ""
  64.             VALUE "OriginalFilename", "SpeechSample.EXE"
  65.             VALUE "ProductName", "SpeechSample Application"
  66.             VALUE "ProductVersion", "1, 0, 0, 1"
  67.         END
  68.     END
  69.     BLOCK "VarFileInfo"
  70.     BEGIN
  71.         VALUE "Translation", 0x409, 1200
  72.     END
  73. END
  74. #endif    // !_MAC
  75. /////////////////////////////////////////////////////////////////////////////
  76. //
  77. // DESIGNINFO
  78. //
  79. #ifdef APSTUDIO_INVOKED
  80. GUIDELINES DESIGNINFO DISCARDABLE 
  81. BEGIN
  82.     IDD_SPEECHSAMPLE_DIALOG, DIALOG
  83.     BEGIN
  84.         LEFTMARGIN, 7
  85.         RIGHTMARGIN, 219
  86.         TOPMARGIN, 7
  87.         BOTTOMMARGIN, 111
  88.     END
  89. END
  90. #endif    // APSTUDIO_INVOKED
  91. #endif    // English (U.S.) resources
  92. /////////////////////////////////////////////////////////////////////////////
  93. /////////////////////////////////////////////////////////////////////////////
  94. // English (U.K.) resources
  95. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENG)
  96. #ifdef _WIN32
  97. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_UK
  98. #pragma code_page(1252)
  99. #endif //_WIN32
  100. #ifdef APSTUDIO_INVOKED
  101. /////////////////////////////////////////////////////////////////////////////
  102. //
  103. // TEXTINCLUDE
  104. //
  105. 1 TEXTINCLUDE DISCARDABLE 
  106. BEGIN
  107.     "resource.h"
  108. END
  109. 2 TEXTINCLUDE DISCARDABLE 
  110. BEGIN
  111.     "#include ""afxres.h""rn"
  112.     ""
  113. END
  114. 3 TEXTINCLUDE DISCARDABLE 
  115. BEGIN
  116.     "#define _AFX_NO_SPLITTER_RESOURCESrn"
  117.     "#define _AFX_NO_OLE_RESOURCESrn"
  118.     "#define _AFX_NO_TRACKER_RESOURCESrn"
  119.     "#define _AFX_NO_PROPERTY_RESOURCESrn"
  120.     "rn"
  121.     "#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)rn"
  122.     "#ifdef _WIN32rn"
  123.     "LANGUAGE 9, 1rn"
  124.     "#pragma code_page(1252)rn"
  125.     "#endifrn"
  126.     "#include ""res\SpeechSample.rc2""  // non-Microsoft Visual C++ edited resourcesrn"
  127.     "#include ""afxres.rc""         // Standard componentsrn"
  128.     "#endif"
  129. END
  130. #endif    // APSTUDIO_INVOKED
  131. /////////////////////////////////////////////////////////////////////////////
  132. //
  133. // Icon
  134. //
  135. // Icon with lowest ID value placed first to ensure application icon
  136. // remains consistent on all systems.
  137. IDR_MAINFRAME           ICON    DISCARDABLE     "res\SpeechSample.ico"
  138. #endif    // English (U.K.) resources
  139. /////////////////////////////////////////////////////////////////////////////
  140. #ifndef APSTUDIO_INVOKED
  141. /////////////////////////////////////////////////////////////////////////////
  142. //
  143. // Generated from the TEXTINCLUDE 3 resource.
  144. //
  145. #define _AFX_NO_SPLITTER_RESOURCES
  146. #define _AFX_NO_OLE_RESOURCES
  147. #define _AFX_NO_TRACKER_RESOURCES
  148. #define _AFX_NO_PROPERTY_RESOURCES
  149. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  150. #ifdef _WIN32
  151. LANGUAGE 9, 1
  152. #pragma code_page(1252)
  153. #endif
  154. #include "resSpeechSample.rc2"  // non-Microsoft Visual C++ edited resources
  155. #include "afxres.rc"         // Standard components
  156. #endif
  157. /////////////////////////////////////////////////////////////////////////////
  158. #endif    // not APSTUDIO_INVOKED