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

数据库系统

开发平台:

Visual C++

  1. #if !defined(AFX_ADDEQUIP_H__9B5654BB_EC11_480A_BED2_90F47B889681__INCLUDED_)
  2. #define AFX_ADDEQUIP_H__9B5654BB_EC11_480A_BED2_90F47B889681__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AddEquip.h : header file
  7. //
  8. #include"NumberEdit.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CAddEquip dialog
  11. class CAddEquip : public CDialog
  12. {
  13. // Construction
  14. public:
  15. bool IsNegative(); //判断是否出现负数
  16. bool InfoIsNull(); //判断信息是否为空
  17. void AddUseState();
  18. void ClearText(); //清空编辑框中的文本
  19. void AddEquipMode();
  20. void AddEquipKinds();
  21. CAddEquip(CWnd* pParent = NULL); // standard constructor
  22. // Dialog Data
  23. //{{AFX_DATA(CAddEquip)
  24. enum { IDD = IDD_ADDEQUIP_DIALOG };
  25. CNumberEdit purevalue;
  26. CNumberEdit prepurerate;
  27. CNumberEdit prepurevalue;
  28. CNumberEdit monthdeprevalue;
  29. CNumberEdit monthdeprerate;
  30. CNumberEdit addupdepre;
  31. CNumberEdit sourcevalue;//入账原值
  32. CComboBox usestate;//使用状况
  33. CEdit spec; //规格
  34. CDateTimeCtrl regdate;//入账日期
  35. CEdit preusemonth;//预计使用月份
  36. CEdit equipname;//资产名称
  37. CComboBox equipkinds;//资产类别
  38. CEdit depremonth; //已计提月份
  39. CComboBox depremethod; //折旧方法
  40. CComboBox addkinds; //增加方式
  41. //}}AFX_DATA
  42. // Overrides
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(CAddEquip)
  45. public:
  46. virtual BOOL PreTranslateMessage(MSG* pMsg);
  47. protected:
  48. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  49. //}}AFX_VIRTUAL
  50. // Implementation
  51. protected:
  52. CToolBarCtrl toolbar;
  53. CImageList imagelist;
  54. HICON m_hIcon; 
  55. // Generated message map functions
  56. //{{AFX_MSG(CAddEquip)
  57. virtual void OnOK();
  58. virtual BOOL OnInitDialog();
  59. afx_msg void OnButtonclose();
  60. afx_msg void OnButtonrefresh();
  61. afx_msg void OnChangeSourcevalue();
  62. afx_msg void OnChangeAddupdepre();
  63. afx_msg void OnChangePrepurserate();
  64. afx_msg void OnChangePurevalue();
  65. afx_msg void OnChangePreusemonth();
  66. afx_msg void OnSelchangeDepremethod();
  67. afx_msg void OnChangeDepremonth();
  68. afx_msg void OnChangeMonthdeprerate();
  69. afx_msg void OnButtonadd();
  70. afx_msg void OnChangePrepurevalue();
  71. //}}AFX_MSG
  72. DECLARE_MESSAGE_MAP()
  73. };
  74. //{{AFX_INSERT_LOCATION}}
  75. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  76. #endif // !defined(AFX_ADDEQUIP_H__9B5654BB_EC11_480A_BED2_90F47B889681__INCLUDED_)