12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970 |
- #if !defined(AFX_ADDINCOME_H__D1FD71F7_FDE5_40F9_80AF_5A2B29EC4F55__INCLUDED_)
- #define AFX_ADDINCOME_H__D1FD71F7_FDE5_40F9_80AF_5A2B29EC4F55__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif
- #include "TreeComboBox.h"
- #include "MultiLineListBox.h"
- class AddIncome : public CDialog
- {
- public:
- void SetMySel();
- AddIncome(CWnd* pParent = NULL);
- CArray<CStringArray, CStringArray>*expendtypearray;
- CArray<CStringArray, CStringArray>*itemarray;
- CString m_id;
- CString m_renyuan3;
- CString m_sale2type;
-
- enum { IDD = IDD_DLGAddIncome };
- CMultiLineListBox m_List1;
- CComboBox m_comboname;
- CComboBox m_combobz;
- CTreeComboBox m_comboren;
- CNumEdit m_editctrl1;
- CString m_bz;
- CString m_date;
- CString m_money;
- CString m_name;
- CString m_renyuan1;
- CString m_renyuan2;
- CString m_phone;
- CString m_saletype;
- CString m_count;
-
-
-
- protected:
- virtual void DoDataExchange(CDataExchange* pDX);
-
- protected:
-
-
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnButton1();
- afx_msg void OnDropdownCOMBOname();
- afx_msg void OnButton2();
- afx_msg void OnSelchangeList1();
-
- DECLARE_MESSAGE_MAP()
- };
- #endif
|