12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #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
- #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;
- 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_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; // 会员卡号;
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- protected:
- 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();
- DECLARE_MESSAGE_MAP()
- };
- #endif
|