DialogNavigate.h
上传用户:xiaoke98
上传日期:2014-06-29
资源大小:5718k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGNAVIGATE_H__3A67ED98_6557_46E3_8E84_B69FB98E0593__INCLUDED_)
  2. #define AFX_DIALOGNAVIGATE_H__3A67ED98_6557_46E3_8E84_B69FB98E0593__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogNavigate.h : header file
  7. //
  8. #include "BMPButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDialogNavigate dialog
  11. class CNavigateView;
  12. class CDialogNavigate : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDialogNavigate(CWnd* pParent = NULL);   // standard constructor
  17. void setCurrUser(CString& strUserName);
  18. // Dialog Data
  19. //{{AFX_DATA(CDialogNavigate)
  20. enum { IDD = IDD_NAVIGATE };
  21. CBMPButton m_btnExit;
  22. CBMPButton m_btnUserImg;
  23. CBMPButton m_btnLogin;
  24. CBMPButton m_btnFinanceOut;
  25. CBMPButton m_btnFinance;
  26. CBMPButton m_btnBalance;
  27. CString m_strUserName;
  28. //}}AFX_DATA
  29. void setParentView(CNavigateView*  pView);
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(CDialogNavigate)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35. virtual void OnOK( );
  36. //}}AFX_VIRTUAL
  37. // Implementation
  38. protected:
  39. // Generated message map functions
  40. //{{AFX_MSG(CDialogNavigate)
  41. afx_msg void OnPaint();
  42. afx_msg HBRUSH OnCtlColor( CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  43. afx_msg BOOL OnEraseBkgnd( CDC* pDC );
  44. afx_msg void OnBtnLogin();
  45. afx_msg void OnBtnBalance();
  46. afx_msg void OnBtnFinancein();
  47. afx_msg void OnBtnFinanceout();
  48. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  49. afx_msg void OnUserimg();
  50. afx_msg void OnExit();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. private:
  54. void  DispalyBackBmp(CDC* pDC);
  55. CNavigateView*  m_pParentView;
  56. };
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59. #endif // !defined(AFX_DIALOGNAVIGATE_H__3A67ED98_6557_46E3_8E84_B69FB98E0593__INCLUDED_)