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

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGFINANCEOUT_H__0356486A_EDD5_40CD_9B12_2C41DF1974C9__INCLUDED_)
  2. #define AFX_DIALOGFINANCEOUT_H__0356486A_EDD5_40CD_9B12_2C41DF1974C9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogFinanceOut.h : header file
  7. //
  8. #include "DialogFinanceOutQuery.h"
  9. #include "DialogFinanceOutAdd.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CDialogFinanceOut dialog
  12. class CDialogFinanceOut : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDialogFinanceOut(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDialogFinanceOut)
  19. enum { IDD = IDD_FINANCEOUT };
  20. CTabCtrl m_tabFinanceOut;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDialogFinanceOut)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CDialogFinanceOut)
  32. afx_msg void OnSize(UINT nType, int cx, int cy);
  33. afx_msg void OnSelchangeTabFinanceout(NMHDR* pNMHDR, LRESULT* pResult);
  34. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. private:
  38. bool m_bInitialTab;
  39. void ShowTabFinanceOut();
  40. CDialogFinanceOutQuery m_DialogFinanceOutQuery;
  41. void ShowFinanceOutQuery();
  42. CDialogFinanceOutAdd m_DialogFinanceOutAdd;
  43. void ShowFinanceOutAdd();
  44. CDialog* m_pActiveDlg;
  45. void ShowActiveWnd();
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DIALOGFINANCEOUT_H__0356486A_EDD5_40CD_9B12_2C41DF1974C9__INCLUDED_)