TakeMoney2.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #if !defined(AFX_TAKEMONEY2_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
  2. #define AFX_TAKEMONEY2_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TakeMoney2.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TakeMoney2 dialog
  10. #include "TreeComboBox.h"
  11. class TakeMoney2 : public CDialog
  12. {
  13. CString m_taoxijiage;
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. // Construction
  16. public:
  17. float GetPayed1();
  18. CString m_phone1;
  19. CString m_phone2;
  20. void FillGrid();
  21. void GetData();
  22. TakeMoney2(CWnd* pParent = NULL); // standard constructor
  23. CString m_ren;
  24. int m_mode;
  25. // Dialog Data
  26. //{{AFX_DATA(TakeMoney2)
  27. enum { IDD = IDD_DLGTakeMoney2 };
  28. CSortListCtrl2 m_List1;
  29. CDateEdit m_editdate1;
  30. CNumEdit m_editctrl1;
  31. CTreeComboBox m_comboren;
  32. CString m_money;
  33. CString m_time1;
  34. CString m_bz;
  35. // CString m_id; // ¶©µ¥ºÅ// del by Jeff
  36. CString m_strOrderNumber; // ¶©µ¥ºÅ add by Jeff
  37. CString m_name1;
  38. CString m_name2;
  39. CString m_ren2;
  40. CString m_money1;
  41. CString m_money2;
  42. CString m_money3;
  43. CString m_memberno;
  44. //}}AFX_DATA
  45. // Overrides
  46. // ClassWizard generated virtual function overrides
  47. //{{AFX_VIRTUAL(TakeMoney2)
  48. public:
  49. virtual BOOL PreTranslateMessage(MSG* pMsg);
  50. protected:
  51. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  52. //}}AFX_VIRTUAL
  53. // Implementation
  54. protected:
  55. // Generated message map functions
  56. //{{AFX_MSG(TakeMoney2)
  57. virtual BOOL OnInitDialog();
  58. virtual void OnOK();
  59. afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
  60. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  61. afx_msg void OnButton1();
  62. afx_msg void OnButton2();
  63. afx_msg void OnButton8();
  64. afx_msg void OnButton3();
  65. //}}AFX_MSG
  66. DECLARE_MESSAGE_MAP()
  67. };
  68. //{{AFX_INSERT_LOCATION}}
  69. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  70. #endif // !defined(AFX_TAKEMONEY2_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)