DlgDanganBase.h
上传用户:jzscgs158
上传日期:2022-05-25
资源大小:8709k
文件大小:2k
源码类别:

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGDANGANBASE_H__237D12A0_6C52_4829_9E7F_16AF759FA75F__INCLUDED_)
  2. #define AFX_DLGDANGANBASE_H__237D12A0_6C52_4829_9E7F_16AF759FA75F__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgDanganBase.h : header file
  7. // Download by http://www.codefans.net
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgDanganBase dialog
  11. class CDlgDanganBase : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgDanganBase(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgDanganBase)
  18. enum { IDD = IDD_DANGAN_B_DIALOG };
  19. CListCtrl m_listMain;
  20. CMyButton m_Btn5;
  21. CMyButton m_Btn2;
  22. CMyButton m_Btn3;
  23. CMyButton m_Btn4;
  24. CMyButton m_Btn1;
  25. CString m_str1;
  26. CString m_str2;
  27. CString m_str3;
  28. CString m_str4;
  29. CString m_str5;
  30. CString m_str6;
  31. CString m_str7;
  32. CString m_str8;
  33. double m_dbl10;
  34. double m_dbl9;
  35. double m_dbl11;
  36. double m_dbl12;
  37. double m_dbl13;
  38. double m_dbl14;
  39. double m_dbl15;
  40. CString m_str16;
  41. //}}AFX_DATA
  42. // Overrides
  43. // ClassWizard generated virtual function overrides
  44. //{{AFX_VIRTUAL(CDlgDanganBase)
  45. protected:
  46. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  47. //}}AFX_VIRTUAL
  48. // Implementation
  49. protected:
  50. // Generated message map functions
  51. //{{AFX_MSG(CDlgDanganBase)
  52. afx_msg void OnBtnfind();
  53. virtual BOOL OnInitDialog();
  54. afx_msg void OnClickList1(NMHDR* pNMHDR, LRESULT* pResult);
  55. afx_msg void OnAdd2();
  56. afx_msg void OnModify();
  57. afx_msg void OnDel2();
  58. afx_msg void OnButton1();
  59. afx_msg void OnKillfocusEdit6();
  60. afx_msg void OnChangeEdit6();
  61. afx_msg void OnUpdateEdit6();
  62. afx_msg void OnChangeEdit11();
  63. afx_msg void OnKillfocusEdit11();
  64. afx_msg void OnUpdateEdit11();
  65. //}}AFX_MSG
  66. DECLARE_MESSAGE_MAP()
  67. };
  68. //{{AFX_INSERT_LOCATION}}
  69. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  70. #endif // !defined(AFX_DLGDANGANBASE_H__237D12A0_6C52_4829_9E7F_16AF759FA75F__INCLUDED_)