MoneyViewDlg.h
上传用户:shcaka8
上传日期:2013-04-06
资源大小:103k
文件大小:2k
源码类别:

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_MONEYVIEWDLG_H__EB9AA851_0990_469C_B15B_5AC031786E5F__INCLUDED_)
  2. #define AFX_MONEYVIEWDLG_H__EB9AA851_0990_469C_B15B_5AC031786E5F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MoneyViewDlg.h : header file
  7. //
  8. #include "MoneyRecord.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMoneyViewDlg dialog
  11. class CMoneyViewDlg : public CDialog 
  12. {
  13. // Construction
  14. public:
  15. BOOL QueryFromDb();
  16. BOOL LoadFromDb();
  17. CMoneyViewDlg(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CMoneyViewDlg)
  20. enum { IDD = IDD_MONEY_VIEW };
  21. CComboBox m_comboType;
  22. CListCtrl m_listMoney;
  23. CString m_strID;
  24. UINT m_nSum;
  25. UINT m_nYear;
  26. UINT m_nMonth;
  27. UINT m_nDay;
  28. //}}AFX_DATA
  29. CString m_strType;
  30. CTime   m_Date;
  31. UINT m_nPage;
  32. CString m_strFilter;
  33. CDatabase * p_Database;
  34. CMoneyRecord * p_Record;
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(CMoneyViewDlg)
  38. protected:
  39. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  40. //}}AFX_VIRTUAL
  41. // Implementation
  42. protected:
  43. // Generated message map functions
  44. //{{AFX_MSG(CMoneyViewDlg)
  45. virtual void OnOK();
  46. virtual void OnCancel();
  47. virtual BOOL OnInitDialog();
  48. afx_msg void OnQuery();
  49. afx_msg void OnPref();
  50. afx_msg void OnNext();
  51. //}}AFX_MSG
  52. DECLARE_MESSAGE_MAP()
  53. };
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_MONEYVIEWDLG_H__EB9AA851_0990_469C_B15B_5AC031786E5F__INCLUDED_)