AddIncome.h 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. #if !defined(AFX_ADDINCOME_H__D1FD71F7_FDE5_40F9_80AF_5A2B29EC4F55__INCLUDED_)
  2. #define AFX_ADDINCOME_H__D1FD71F7_FDE5_40F9_80AF_5A2B29EC4F55__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddIncome.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // AddIncome dialog
  10. #include "TreeComboBox.h"
  11. #include "MultiLineListBox.h"
  12. class AddIncome : public CDialog
  13. {
  14. // Construction
  15. public:
  16. void SetMySel();
  17. AddIncome(CWnd* pParent = NULL); // standard constructor
  18. CArray<CStringArray, CStringArray>*expendtypearray;
  19. CArray<CStringArray, CStringArray>*itemarray;
  20. CString m_id;
  21. CString m_renyuan3;
  22. CString m_sale2type;
  23. // Dialog Data
  24. //{{AFX_DATA(AddIncome)
  25. enum { IDD = IDD_DLGAddIncome };
  26. CMultiLineListBox m_List1;
  27. CComboBox m_comboname;
  28. CComboBox m_combobz;
  29. CTreeComboBox m_comboren;
  30. CNumEdit m_editctrl1;
  31. CString m_bz;
  32. CString m_date;
  33. CString m_money;
  34. CString m_name;
  35. CString m_renyuan1;
  36. CString m_renyuan2;
  37. CString m_phone;
  38. CString m_saletype;
  39. CString m_count;
  40. //}}AFX_DATA
  41. // Overrides
  42. // ClassWizard generated virtual function overrides
  43. //{{AFX_VIRTUAL(AddIncome)
  44. protected:
  45. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  46. //}}AFX_VIRTUAL
  47. // Implementation
  48. protected:
  49. // Generated message map functions
  50. //{{AFX_MSG(AddIncome)
  51. virtual BOOL OnInitDialog();
  52. virtual void OnOK();
  53. afx_msg void OnButton1();
  54. afx_msg void OnDropdownCOMBOname();
  55. afx_msg void OnButton2();
  56. afx_msg void OnSelchangeList1();
  57. //}}AFX_MSG
  58. DECLARE_MESSAGE_MAP()
  59. };
  60. //{{AFX_INSERT_LOCATION}}
  61. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  62. #endif // !defined(AFX_ADDINCOME_H__D1FD71F7_FDE5_40F9_80AF_5A2B29EC4F55__INCLUDED_)