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

家庭/个人应用

开发平台:

Visual C++

  1. #if !defined(AFX_DIALOGFINANCEOUTADD_H__58B591B5_B38C_4528_8F90_76C3507B6899__INCLUDED_)
  2. #define AFX_DIALOGFINANCEOUTADD_H__58B591B5_B38C_4528_8F90_76C3507B6899__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DialogFinanceOutAdd.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDialogFinanceOutAdd dialog
  10. class CDialogFinanceOutAdd : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CDialogFinanceOutAdd(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CDialogFinanceOutAdd)
  17. enum { IDD = IDD_FINANCEOUT_ADD };
  18. CBMPButton m_btnAddRecord;
  19. CBMPButton m_bthAddClass;
  20. CListCtrl m_outClassList;
  21. CTime m_dateOutRecord;
  22. CString m_strRemark;
  23. CString m_strOutSum;
  24. CString m_strOutClass;
  25. CString m_strNewClass;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CDialogFinanceOutAdd)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. virtual void OnOK( );
  33. virtual BOOL OnInitDialog( );
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. // Generated message map functions
  38. //{{AFX_MSG(CDialogFinanceOutAdd)
  39. afx_msg void OnAddrecord();
  40. afx_msg BOOL OnEraseBkgnd( CDC* pDC );
  41. afx_msg HBRUSH OnCtlColor( CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  42. afx_msg void OnBtnAdd();
  43. afx_msg void OnAddclass();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DIALOGFINANCEOUTADD_H__58B591B5_B38C_4528_8F90_76C3507B6899__INCLUDED_)