InputGoods.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. #if !defined(AFX_INPUTGOODS_H__99A4C689_2B6D_416B_924D_C42FE6E279F1__INCLUDED_)
  2. #define AFX_INPUTGOODS_H__99A4C689_2B6D_416B_924D_C42FE6E279F1__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // InputGoods.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // InputGoods dialog
  10. class InputGoods : public CDialog // ³ö\Èë¿âµ¥ ¶Ô»°¿ò;
  11. {
  12. CArray<CStringArray, CStringArray>m_List1array;
  13. CArray<CStringArray, CStringArray>m_List2array;
  14. // Construction
  15. public:
  16. InputGoods(CWnd* pParent = NULL); // standard constructor
  17. int m_mode;
  18. // Dialog Data
  19. //{{AFX_DATA(InputGoods)
  20. enum { IDD = IDD_DLGInputGoods };
  21. CNumEdit m_editnum;
  22. CComboBox m_comboname;
  23. CComboBox m_combotype;
  24. CString m_id;
  25. CString m_count;
  26. CString m_clerk;
  27. CString m_date;
  28. CString m_remark;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generated virtual function overrides
  32. //{{AFX_VIRTUAL(InputGoods)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(InputGoods)
  40. virtual BOOL OnInitDialog();
  41. virtual void OnOK();
  42. afx_msg void OnSelchangeCOMBOtype();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_INPUTGOODS_H__99A4C689_2B6D_416B_924D_C42FE6E279F1__INCLUDED_)