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

数据库系统

开发平台:

Visual C++

  1. // EquipmentDlg.h : header file
  2. //
  3. #include "CustomBar.h"
  4. #if !defined(AFX_EQUIPMENTDLG_H__D82339BC_09E3_41B6_A94C_6161CE9A9BCB__INCLUDED_)
  5. #define AFX_EQUIPMENTDLG_H__D82339BC_09E3_41B6_A94C_6161CE9A9BCB__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CEquipmentDlg dialog
  11. class CEquipmentDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CStatusBarCtrl statusbar;
  16. HICON m_hIcon;
  17. CCustomBar toolbar;
  18. void DoToolMouseMove(int strid);
  19. void Close();
  20. CEquipmentDlg(CWnd* pParent = NULL); // standard constructor
  21. // Dialog Data
  22. //{{AFX_DATA(CEquipmentDlg)
  23. enum { IDD = IDD_EQUIPMENT_DIALOG };
  24. //}}AFX_DATA
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CEquipmentDlg)
  27. public:
  28. virtual BOOL PreTranslateMessage(MSG* pMsg);
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. BOOL toolbarcreated;
  35. int panelcount;//状态栏面板数量
  36. // Generated message map functions
  37. //{{AFX_MSG(CEquipmentDlg)
  38. virtual BOOL OnInitDialog();
  39. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  40. afx_msg void OnPaint();
  41. afx_msg HCURSOR OnQueryDragIcon();
  42. afx_msg void OnSize(UINT nType, int cx, int cy);
  43. afx_msg void OnAddequip();
  44. afx_msg void OnClose();
  45. afx_msg void OnTimer(UINT nIDEvent);
  46. afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
  47. afx_msg void OnEquipkind();
  48. afx_msg void OnAddmode();
  49. afx_msg void OnRedusemode();
  50. afx_msg void OnUsestate();
  51. afx_msg void OnUpdateequip();
  52. afx_msg void OnDeleteequip();
  53. afx_msg void OnReduseequip();
  54. afx_msg void OnDepreciation();
  55. afx_msg void OnCanceldepre();
  56. afx_msg void OnCalculator();
  57. afx_msg void OnNote();
  58. afx_msg void OnMenuabout();
  59. afx_msg void OnBackup();
  60. afx_msg void OnMenusysini();
  61. afx_msg void OnRestore();
  62. afx_msg void OnButtonclose();
  63. //}}AFX_MSG
  64. DECLARE_MESSAGE_MAP()
  65. };
  66. //{{AFX_INSERT_LOCATION}}
  67. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  68. #endif // !defined(AFX_EQUIPMENTDLG_H__D82339BC_09E3_41B6_A94C_6161CE9A9BCB__INCLUDED_)