TakeMoney3.h 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. #if !defined(AFX_TakeMoney3_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
  2. #define AFX_TakeMoney3_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TakeMoney3.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // TakeMoney3 dialog
  10. #include "TreeComboBox.h"
  11. class TakeMoney3 : public CDialog // 땐데빈퍅澗운;
  12. {
  13. BOOL m_bInit;
  14. CArray<CStringArray, CStringArray>m_List1array;
  15. CArray<CStringArray, CStringArray>m_List2array;
  16. CArray<CStringArray, CStringArray>sparray;
  17. CString m_taoxijiage;
  18. CString m_instocklb;
  19. // Construction
  20. public:
  21. float GetPayed1();
  22. float GetPayed(CString name);
  23. CString GetNeedPay(CString name);
  24. CString m_phone1;
  25. CString m_phone2;
  26. void RefreshMoney();
  27. void FillGrid();
  28. void GetData();
  29. TakeMoney3(CWnd* pParent = NULL); // standard constructor
  30. CString m_ren;
  31. int m_mode;
  32. // Dialog Data
  33. //{{AFX_DATA(TakeMoney3)
  34. enum { IDD = IDD_DLGTakeMoney3 };
  35. CComboBox m_combobz;
  36. CDateEdit m_editdate2;
  37. CSortListCtrl2 m_List2;
  38. CNumEdit m_editctrl3;
  39. CSortListCtrl2 m_List1;
  40. CDateEdit m_editdate1;
  41. CNumEdit m_editctrl1;
  42. CTreeComboBox m_comboren;
  43. CString m_money;
  44. CString m_time1;
  45. CString m_bz;
  46. //CString m_id;
  47. CString m_strOrderNumber; // 땐데뵀
  48. CString m_name1;
  49. CString m_name2;
  50. CString m_ren2;
  51. CString m_money2;
  52. CString m_ren3;
  53. CString m_time2;
  54. CString m_bz2;
  55. CString m_sum1;
  56. CString m_sum2;
  57. CString m_sum3;
  58. CString m_memberno; // 삔逃엥뵀;
  59. CString m_membermoney;
  60. CString m_item;
  61. CString m_instock;
  62. //}}AFX_DATA
  63. // Overrides
  64. // ClassWizard generated virtual function overrides
  65. //{{AFX_VIRTUAL(TakeMoney3)
  66. public:
  67. virtual BOOL PreTranslateMessage(MSG* pMsg);
  68. protected:
  69. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  70. //}}AFX_VIRTUAL
  71. // Implementation
  72. protected:
  73. // Generated message map functions
  74. //{{AFX_MSG(TakeMoney3)
  75. virtual BOOL OnInitDialog();
  76. virtual void OnOK(); // 澗운괏닸;
  77. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  78. afx_msg void OnOk2();
  79. afx_msg void OnButton1(); // 朞嶝객큐;
  80. afx_msg void OnBUTdel();
  81. afx_msg void OnBUTdel4();
  82. afx_msg void OnButton2();
  83. afx_msg void OnButton12();
  84. afx_msg void OnDestroy();
  85. afx_msg void OnChangeEdit4();
  86. afx_msg void OnButton6(); // 댔丹;
  87. afx_msg void OnChangeEdit6();
  88. afx_msg void OnClickList3(NMHDR* pNMHDR, LRESULT* pResult);
  89. afx_msg void OnButton13(); // �零객큐;
  90. afx_msg void OnButton24(); // 뫘맣객큐;
  91. //}}AFX_MSG
  92. DECLARE_MESSAGE_MAP()
  93. };
  94. //{{AFX_INSERT_LOCATION}}
  95. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  96. #endif // !defined(AFX_TakeMoney3_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)