Q.h
上传用户:cszhwei
上传日期:2007-01-01
资源大小:37k
文件大小:2k
源码类别:

组合框控件

开发平台:

Visual C++

  1. // Q.h : main header file for the Q application
  2. //
  3. #if !defined(AFX_Q_H__9BBB0D19_4EC1_11D2_8697_0040055C08D9__INCLUDED_)
  4. #define AFX_Q_H__9BBB0D19_4EC1_11D2_8697_0040055C08D9__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. /////////////////////////////////////////////////////////////////////////////
  13. // CQApp:
  14. // See Q.cpp for the implementation of this class
  15. //
  16. class CAboutDlg : public CDialog
  17. {
  18. public:
  19. CAboutDlg();
  20. // Dialog Data
  21. //{{AFX_DATA(CAboutDlg)
  22. enum { IDD = IDD_ABOUTBOX };
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CAboutDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. //{{AFX_MSG(CAboutDlg)
  32. //}}AFX_MSG
  33. DECLARE_MESSAGE_MAP()
  34. };
  35. class CQApp : public CWinApp
  36. {
  37. public:
  38. CQApp();
  39. // Overrides
  40. // ClassWizard generated virtual function overrides
  41. //{{AFX_VIRTUAL(CQApp)
  42. public:
  43. virtual BOOL InitInstance();
  44. //}}AFX_VIRTUAL
  45. // Implementation
  46. //{{AFX_MSG(CQApp)
  47. // NOTE - the ClassWizard will add and remove member functions here.
  48. //    DO NOT EDIT what you see in these blocks of generated code !
  49. //}}AFX_MSG
  50. DECLARE_MESSAGE_MAP()
  51. };
  52. /////////////////////////////////////////////////////////////////////////////
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_Q_H__9BBB0D19_4EC1_11D2_8697_0040055C08D9__INCLUDED_)