12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- #if !defined(AFX_TakeMoney4_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
- #define AFX_TakeMoney4_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TakeMoney4.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // TakeMoney4 dialog
- class TakeMoney4 : public CDialog
- {
- BOOL m_bInit;
- CArray<CStringArray, CStringArray>m_List1array;
- CArray<CStringArray, CStringArray>m_List2array;
- // Construction
- public:
- void RefreshMoney();
- void FillGrid();
- void GetData();
- TakeMoney4(CWnd* pParent = NULL); // standard constructor
- CString m_ren;
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(TakeMoney4)
- enum { IDD = IDD_DLGTakeMoney4 };
- CSortListCtrl2 m_List2;
- CSortListCtrl2 m_List1;
- CString m_id;
- CString m_name1;
- CString m_name2;
- CString m_sum1;
- CString m_sum2;
- CString m_sum3;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TakeMoney4)
- 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(TakeMoney4)
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TakeMoney4_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
|