TakeMoney.h 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #if !defined(AFX_TakeMoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
  2. #define AFX_TakeMoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TakeMoney.h : header file
  7. /////////////////////////////////////////////////////////////////////////////
  8. // TakeMoney dialog
  9. class TakeMoney : public CDialog
  10. {
  11. CArray<CStringArray, CStringArray>m_List1array;
  12. // Construction
  13. public:
  14. void FillGrid();
  15. void GetData();
  16. TakeMoney(CWnd* pParent = NULL); // standard constructor
  17. CString m_ren;
  18. int m_mode;
  19. // Dialog Data
  20. //{{AFX_DATA(TakeMoney)
  21. enum { IDD = IDD_DLGTakeMoney };
  22. CSortListCtrl2 m_List1;
  23. CDateEdit m_editdate1;
  24. CNumEdit m_editctrl1;
  25. CComboBox m_comboren;
  26. CString m_money;
  27. CString m_time1;
  28. CString m_bz;
  29. CString m_id;
  30. CString m_name1;
  31. CString m_name2;
  32. CString m_ren2;
  33. //}}AFX_DATA
  34. // Overrides
  35. // ClassWizard generated virtual function overrides
  36. //{{AFX_VIRTUAL(TakeMoney)
  37. public:
  38. virtual BOOL PreTranslateMessage(MSG* pMsg);
  39. protected:
  40. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  41. //}}AFX_VIRTUAL
  42. // Implementation
  43. protected:
  44. // Generated message map functions
  45. //{{AFX_MSG(TakeMoney)
  46. virtual BOOL OnInitDialog();
  47. virtual void OnOK();
  48. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  49. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  50. afx_msg void OnButton1();
  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_TakeMoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)