123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- #if !defined(AFX_TAKEMONEY2_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
- #define AFX_TAKEMONEY2_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TakeMoney2.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // TakeMoney2 dialog
- #include "TreeComboBox.h"
- class TakeMoney2 : public CDialog
- {
- CString m_taoxijiage;
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- float GetPayed1();
- CString m_phone1;
- CString m_phone2;
- void FillGrid();
- void GetData();
- TakeMoney2(CWnd* pParent = NULL); // standard constructor
- CString m_ren;
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(TakeMoney2)
- enum { IDD = IDD_DLGTakeMoney2 };
- CSortListCtrl2 m_List1;
- CDateEdit m_editdate1;
- CNumEdit m_editctrl1;
- CTreeComboBox m_comboren;
- CString m_money;
- CString m_time1;
- CString m_bz;
- // CString m_id; // ¶©µ¥ºÅ// del by Jeff
- CString m_strOrderNumber; // ¶©µ¥ºÅ add by Jeff
- CString m_name1;
- CString m_name2;
- CString m_ren2;
- CString m_money1;
- CString m_money2;
- CString m_money3;
- CString m_memberno;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TakeMoney2)
- 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(TakeMoney2)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- afx_msg void OnButton8();
- afx_msg void OnButton3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TAKEMONEY2_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
|