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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DLGCHAOSHIBASE_H__598BF4B4_FA49_4415_8BF5_E874A343C5C9__INCLUDED_)
  2. #define AFX_DLGCHAOSHIBASE_H__598BF4B4_FA49_4415_8BF5_E874A343C5C9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgChaoShiBase.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgChaoShiBase dialog
  11. // Download by http://www.codefans.net
  12. class CDlgChaoShiBase : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CDlgChaoShiBase(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CDlgChaoShiBase)
  19. enum { IDD = IDD_CHAOSHI_B_DIALOG };
  20. CMyButton m_Btn2;
  21. CMyButton m_Btn1;
  22. CString m_str1;
  23. CString m_str2;
  24. CString m_str3;
  25. CString m_str4;
  26. int m_int;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CDlgChaoShiBase)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CDlgChaoShiBase)
  38. virtual BOOL OnInitDialog();
  39. virtual void OnOK();
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_DLGCHAOSHIBASE_H__598BF4B4_FA49_4415_8BF5_E874A343C5C9__INCLUDED_)