1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- #if !defined(AFX_TakeMoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
- #define AFX_TakeMoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // TakeMoney.h : header file
- /////////////////////////////////////////////////////////////////////////////
- // TakeMoney dialog
- class TakeMoney : public CDialog
- {
- CArray<CStringArray, CStringArray>m_List1array;
- // Construction
- public:
- void FillGrid();
- void GetData();
- TakeMoney(CWnd* pParent = NULL); // standard constructor
- CString m_ren;
- int m_mode;
- // Dialog Data
- //{{AFX_DATA(TakeMoney)
- enum { IDD = IDD_DLGTakeMoney };
- CSortListCtrl2 m_List1;
- CDateEdit m_editdate1;
- CNumEdit m_editctrl1;
- CComboBox m_comboren;
- CString m_money;
- CString m_time1;
- CString m_bz;
- CString m_id;
- CString m_name1;
- CString m_name2;
- CString m_ren2;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(TakeMoney)
- 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(TakeMoney)
- 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
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_TakeMoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
|