EquipKind.h
上传用户:latoyin
上传日期:2017-10-19
资源大小:2882k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. //{{AFX_INCLUDES()
  2. #include "datagrid.h"
  3. #include "adodc.h"
  4. //}}AFX_INCLUDES
  5. #if !defined(AFX_EQUIPKIND_H__B768469D_D778_45DC_A55D_674F0F2EE4B3__INCLUDED_)
  6. #define AFX_EQUIPKIND_H__B768469D_D778_45DC_A55D_674F0F2EE4B3__INCLUDED_
  7. #if _MSC_VER > 1000
  8. #pragma once
  9. #endif // _MSC_VER > 1000
  10. // EquipKind.h : header file
  11. //
  12. /////////////////////////////////////////////////////////////////////////////
  13. // CEquipKind dialog
  14. class CEquipKind : public CDialog
  15. {
  16. // Construction
  17. public:
  18. CEquipKind(CWnd* pParent = NULL);   // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CEquipKind)
  21. enum { IDD = IDD_EQUIPKIND_DIALOG };
  22. CButton RefreshButton;
  23. CButton UpdateButton;
  24. CEdit kind;
  25. CDataGrid DBgrid1;
  26. //}}AFX_DATA
  27. // Overrides
  28. // ClassWizard generated virtual function overrides
  29. //{{AFX_VIRTUAL(CEquipKind)
  30. protected:
  31. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  32. //}}AFX_VIRTUAL
  33. // Implementation
  34. protected:
  35. HICON m_hIcon;
  36. CToolBarCtrl toolbar;
  37. CImageList imagelist;
  38. // Generated message map functions
  39. //{{AFX_MSG(CEquipKind)
  40. virtual void OnOK();
  41. afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
  42. virtual BOOL OnInitDialog();
  43. afx_msg void OnPaint();
  44. afx_msg void OnClickDatagrid1();
  45. afx_msg void OnClickDatagrid();
  46. afx_msg void OnButtonadd();
  47. afx_msg void OnButtonrefresh();
  48. afx_msg void OnButtonupdate();
  49. afx_msg void OnButtondelete();
  50. afx_msg void OnButtonclose();
  51. DECLARE_EVENTSINK_MAP()
  52. //}}AFX_MSG
  53. DECLARE_MESSAGE_MAP()
  54. bool IsRepeated(CString str); //判断添加的信息是否重复
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_EQUIPKIND_H__B768469D_D778_45DC_A55D_674F0F2EE4B3__INCLUDED_)