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 // _MSC_VER > 1000
- // AddIncome.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // AddIncome dialog
- #include "TreeComboBox.h"
- #include "MultiLineListBox.h"
- class AddIncome : public CDialog
- {
- // Construction
- public:
- void SetMySel();
- AddIncome(CWnd* pParent = NULL); // standard constructor
- CArray<CStringArray, CStringArray>*expendtypearray;
- CArray<CStringArray, CStringArray>*itemarray;
- CString m_id;
- CString m_renyuan3;
- CString m_sale2type;
- // Dialog Data
- //{{AFX_DATA(AddIncome)
- 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;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(AddIncome)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(AddIncome)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- afx_msg void OnButton1();
- afx_msg void OnDropdownCOMBOname();
- afx_msg void OnButton2();
- afx_msg void OnSelchangeList1();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_ADDINCOME_H__D1FD71F7_FDE5_40F9_80AF_5A2B29EC4F55__INCLUDED_)
|