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

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGFINANCEIN_H__52A67351_8B98_4121_A66B_C6F802C8D6CE__INCLUDED_)
  2. #define AFX_DIALOGFINANCEIN_H__52A67351_8B98_4121_A66B_C6F802C8D6CE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogFinanceIn.h : header file
  7. //
  8. #include "DialogFinanceQuery.h"
  9. #include "DialogFinaceInAdd.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDialogFinanceIn dialog
  12. class CDialogFinanceIn : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDialogFinanceIn(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDialogFinanceIn)
  19. enum { IDD = IDD_FINANCEIN };
  20. CTabCtrl m_tabFinanceIn;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDialogFinanceIn)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. virtual BOOL OnInitDialog( );
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CDialogFinanceIn)
  33. afx_msg void OnSize(UINT nType, int cx, int cy);
  34. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  35. afx_msg void OnSelchangeTabFinancein(NMHDR* pNMHDR, LRESULT* pResult);
  36. afx_msg BOOL OnEraseBkgnd( CDC* pDC );
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. private:
  40. bool m_bTabFinanceIn;
  41. CDialogFinanceQuery m_FinanceInQuery;
  42. CDialogFinaceInAdd  m_FinanceInAdd;
  43. CDialog* m_pActiveWnd;
  44. void ShowTabFinanceIn();
  45. void ShowFinanceInAdd();
  46. void ShowFinanceInQuery();
  47.     void ShowActiveWnd();
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DIALOGFINANCEIN_H__52A67351_8B98_4121_A66B_C6F802C8D6CE__INCLUDED_)