StockDlg.h
上传用户:biney012
上传日期:2022-05-09
资源大小:4592k
文件大小:2k
源码类别:

数据库系统

开发平台:

Visual C++

  1. // StockDlg.h : header file
  2. //
  3. #if !defined(AFX_STOCKDLG_H__AD521B21_F6F8_4F52_AF59_1186BEF1A931__INCLUDED_)
  4. #define AFX_STOCKDLG_H__AD521B21_F6F8_4F52_AF59_1186BEF1A931__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CStockDlg dialog
  10. class CStockDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CStockDlg(CWnd* pParent = NULL); // standard constructor
  15. // Dialog Data
  16. //{{AFX_DATA(CStockDlg)
  17. enum { IDD = IDD_STOCK_DIALOG };
  18. // NOTE: the ClassWizard will add data members here
  19. //}}AFX_DATA
  20. // ClassWizard generated virtual function overrides
  21. //{{AFX_VIRTUAL(CStockDlg)
  22. protected:
  23. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  24. //}}AFX_VIRTUAL
  25. // Implementation
  26. protected:
  27. HICON m_hIcon;
  28. // Generated message map functions
  29. //{{AFX_MSG(CStockDlg)
  30. virtual BOOL OnInitDialog();
  31. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  32. afx_msg void OnPaint();
  33. afx_msg HCURSOR OnQueryDragIcon();
  34. afx_msg void OnExit();
  35. afx_msg void OnClient();
  36. afx_msg void OnStorehouse();
  37. afx_msg void OnUsers();
  38. afx_msg void OnChangepwd();
  39. afx_msg void OnProtype();
  40. afx_msg void OnProduct();
  41. afx_msg void OnStorein();
  42. afx_msg void OnTakeout();
  43. afx_msg void OnCheck();
  44. afx_msg void OnAlarm1();
  45. afx_msg void OnAlarm2();
  46. afx_msg void OnReport1();
  47. afx_msg void OnReport2();
  48. afx_msg void OnBackup();
  49. afx_msg void OnRestore();
  50. //}}AFX_MSG
  51. DECLARE_MESSAGE_MAP()
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_STOCKDLG_H__AD521B21_F6F8_4F52_AF59_1186BEF1A931__INCLUDED_)