TakeMoney4.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_TakeMoney4_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
  2. #define AFX_TakeMoney4_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TakeMoney4.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TakeMoney4 dialog
  10. class TakeMoney4 : public CDialog
  11. {
  12. BOOL m_bInit;
  13. CArray<CStringArray, CStringArray>m_List1array;
  14. CArray<CStringArray, CStringArray>m_List2array;
  15. // Construction
  16. public:
  17. void RefreshMoney();
  18. void FillGrid();
  19. void GetData();
  20. TakeMoney4(CWnd* pParent = NULL); // standard constructor
  21. CString m_ren;
  22. int m_mode;
  23. // Dialog Data
  24. //{{AFX_DATA(TakeMoney4)
  25. enum { IDD = IDD_DLGTakeMoney4 };
  26. CSortListCtrl2 m_List2;
  27. CSortListCtrl2 m_List1;
  28. CString m_id;
  29. CString m_name1;
  30. CString m_name2;
  31. CString m_sum1;
  32. CString m_sum2;
  33. CString m_sum3;
  34. //}}AFX_DATA
  35. // Overrides
  36. // ClassWizard generated virtual function overrides
  37. //{{AFX_VIRTUAL(TakeMoney4)
  38. public:
  39. virtual BOOL PreTranslateMessage(MSG* pMsg);
  40. protected:
  41. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  42. //}}AFX_VIRTUAL
  43. // Implementation
  44. protected:
  45. // Generated message map functions
  46. //{{AFX_MSG(TakeMoney4)
  47. virtual BOOL OnInitDialog();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_TakeMoney4_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)