123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103 |
- #if !defined(AFX_TakeMoney3_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
- #define AFX_TakeMoney3_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TakeMoney3.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // TakeMoney3 dialog
- #include "TreeComboBox.h"
- class TakeMoney3 : public CDialog // 땐데빈퍅澗운;
- {
- BOOL m_bInit;
- CArray<CStringArray, CStringArray>m_List1array;
- CArray<CStringArray, CStringArray>m_List2array;
- CArray<CStringArray, CStringArray>sparray;
- CString m_taoxijiage;
- CString m_instocklb;
- // Construction
- public:
- float GetPayed1();
- float GetPayed(CString name);
- CString GetNeedPay(CString name);
- CString m_phone1;
- CString m_phone2;
- void RefreshMoney();
- void FillGrid();
- void GetData();
- TakeMoney3(CWnd* pParent = NULL); // standard constructor
- CString m_ren;
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(TakeMoney3)
- enum { IDD = IDD_DLGTakeMoney3 };
- CComboBox m_combobz;
- CDateEdit m_editdate2;
- CSortListCtrl2 m_List2;
- CNumEdit m_editctrl3;
- CSortListCtrl2 m_List1;
- CDateEdit m_editdate1;
- CNumEdit m_editctrl1;
- CTreeComboBox m_comboren;
- CString m_money;
- CString m_time1;
- CString m_bz;
- //CString m_id;
- CString m_strOrderNumber; // 땐데뵀
- CString m_name1;
- CString m_name2;
- CString m_ren2;
- CString m_money2;
- CString m_ren3;
- CString m_time2;
- CString m_bz2;
- CString m_sum1;
- CString m_sum2;
- CString m_sum3;
- CString m_memberno; // 삔逃엥뵀;
- CString m_membermoney;
- CString m_item;
- CString m_instock;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TakeMoney3)
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(TakeMoney3)
- virtual BOOL OnInitDialog();
- virtual void OnOK(); // 澗운괏닸;
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnOk2();
- afx_msg void OnButton1(); // 朞嶝객큐;
- afx_msg void OnBUTdel();
- afx_msg void OnBUTdel4();
- afx_msg void OnButton2();
- afx_msg void OnButton12();
- afx_msg void OnDestroy();
- afx_msg void OnChangeEdit4();
- afx_msg void OnButton6(); // 댔丹;
- afx_msg void OnChangeEdit6();
- afx_msg void OnClickList3(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnButton13(); // �零객큐;
- afx_msg void OnButton24(); // 뫘맣객큐;
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TakeMoney3_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
|