Bedlamite.h
上传用户:lczygg
上传日期:2007-07-03
资源大小:2947k
文件大小:2k
源码类别:

语音合成与识别

开发平台:

Visual C++

  1. // Bedlamite.h : main header file for the BEDLAMITE application
  2. //
  3. #if !defined(AFX_BEDLAMITE_H__D6677E9B_9A0C_4D68_A0C3_223F094500B5__INCLUDED_)
  4. #define AFX_BEDLAMITE_H__D6677E9B_9A0C_4D68_A0C3_223F094500B5__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. #ifndef __AFXWIN_H__
  9. #error include 'stdafx.h' before including this file for PCH
  10. #endif
  11. #include "resource.h"       // main symbols
  12. #include "LogTrace.h" // Added by ClassView
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CBedlamiteApp:
  15. // See Bedlamite.cpp for the implementation of this class
  16. //
  17. class CBedlamiteApp : public CWinApp
  18. {
  19. public:
  20. CLogTrace m_LogTrace;
  21. CBedlamiteApp();
  22. public:
  23. BOOL m_bSetTiemr;
  24. int m_nCount;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CBedlamiteApp)
  28. public:
  29. virtual BOOL InitInstance();
  30. virtual int ExitInstance();
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. //{{AFX_MSG(CBedlamiteApp)
  34. afx_msg void OnAppAbout();
  35. // NOTE - the ClassWizard will add and remove member functions here.
  36. //    DO NOT EDIT what you see in these blocks of generated code !
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. extern CBedlamiteApp theApp;
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_BEDLAMITE_H__D6677E9B_9A0C_4D68_A0C3_223F094500B5__INCLUDED_)