MaterielDlg.h
上传用户:sztwq510
上传日期:2013-06-26
资源大小:4045k
文件大小:2k
源码类别:

酒店行业

开发平台:

Java

  1. #if !defined(AFX_MATERIELDLG_H__0472BC22_5CB9_4B83_8D46_BA22D0BEDD68__INCLUDED_)
  2. #define AFX_MATERIELDLG_H__0472BC22_5CB9_4B83_8D46_BA22D0BEDD68__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MaterielDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMaterielDlg dialog
  10. class CMaterielDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMaterielDlg(CWnd* pParent = NULL);   // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CMaterielDlg)
  17. enum { IDD = IDD_DIALOG_MATERIEL };
  18. CListCtrl m_oListmateriel;
  19. CTreeCtrl m_oMclass;
  20. CButton m_oSupply;
  21. CEdit m_oMshopcode;
  22. CEdit m_oMprice;
  23. CEdit m_oMname;
  24. CEdit m_oMbarcode;
  25. CComboBox m_oMdiscount;
  26. CString m_mname;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CMaterielDlg)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CMaterielDlg)
  38. afx_msg void OnButtonMsave();
  39. virtual BOOL OnInitDialog();
  40. afx_msg void OnButtonMadd();
  41. afx_msg void OnButtonMdel();
  42. afx_msg void OnSelchangedTreeMclass(NMHDR* pNMHDR, LRESULT* pResult);
  43. afx_msg void OnClickListMateriel(NMHDR* pNMHDR, LRESULT* pResult);
  44. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  45. //}}AFX_MSG
  46. DECLARE_MESSAGE_MAP()
  47. private:
  48. BOOL bRepeat(CString strFieldValue);
  49. void ReadtoList(CString sql);
  50. long GenNewID();
  51. void AddSubTree(CString ParTree, HTREEITEM hPartItem);
  52. void AddTree();
  53. CString curtext;
  54. CString sclassid;
  55. long lclassid;
  56. long lNewID;
  57. long lMID;
  58. };
  59. //{{AFX_INSERT_LOCATION}}
  60. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  61. #endif // !defined(AFX_MATERIELDLG_H__0472BC22_5CB9_4B83_8D46_BA22D0BEDD68__INCLUDED_)