HotelInfoShow.h
上传用户:czfddz
上传日期:2013-03-20
资源大小:1517k
文件大小:2k
源码类别:

酒店行业

开发平台:

C/C++

  1. #if !defined(AFX_HOTELINFOSHOW_H__2FC41FFF_2F3F_484C_A595_38FE94A8AAEA__INCLUDED_)
  2. #define AFX_HOTELINFOSHOW_H__2FC41FFF_2F3F_484C_A595_38FE94A8AAEA__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HotelInfoShow.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CHotelInfoShow dialog
  10. class CHotelInfoShow : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void ShowText(CString strShowText);
  15. CHotelInfoShow(CWnd* pParent = NULL);   // standard constructor
  16.     CString lpszShowText;//需要显示的文本
  17. // CPoint  pntCenter;
  18. //方法 
  19. void FillRectUseBMP(CDC* pDC,CRect rect);
  20. // Dialog Data
  21. //{{AFX_DATA(CHotelInfoShow)
  22. enum { IDD = IDD_HOTELINFO };
  23. // NOTE: the ClassWizard will add data members here
  24. //}}AFX_DATA
  25.     
  26. //    bool    bFinish;
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CHotelInfoShow)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. // Generated message map functions
  36. //{{AFX_MSG(CHotelInfoShow)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  39. afx_msg void OnPaint();
  40. afx_msg void OnTimer(UINT nIDEvent);
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. //{{AFX_INSERT_LOCATION}}
  45. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  46. #endif // !defined(AFX_HOTELINFOSHOW_H__2FC41FFF_2F3F_484C_A595_38FE94A8AAEA__INCLUDED_)