1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071 |
- #if !defined(AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_)
- #define AFX_Singleincomemoney_H__E6FCC865_83A0_49D3_BE9C_E5765D36A81D__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "TreeComboBox.h"
- class Singleincomemoney : public CDialog
- {
- CString m_taoxijiage;
- CArray<CStringArray, CStringArray>m_List1array;
- public:
- void FillGrid();
- void GetData();
- Singleincomemoney(CWnd* pParent = NULL);
- CString m_ren;
-
- enum { IDD = IDD_DLGsingleincomemoney };
- CSortListCtrl2 m_List1;
- CDateEdit m_editdate1;
- CNumEdit m_editctrl1;
- CString m_money;
- CString m_time1;
- CString m_ren2;
- CString m_money1;
- CString m_money2;
- CString m_money3;
- CString m_phone;
- CString m_sitem;
- CString m_id;
- CString m_name;
- CString m_bz;
-
-
-
- public:
- virtual BOOL PreTranslateMessage(MSG* pMsg);
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- 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 OnButton3();
- afx_msg void OnButton8();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|