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

百货/超市行业

开发平台:

Visual C++

  1. #if !defined(AFX_DlgQuit_H__41C2DB7A_EC63_4F5E_9452_5DEF9B9DD3D4__INCLUDED_)
  2. #define AFX_DlgQuit_H__41C2DB7A_EC63_4F5E_9452_5DEF9B9DD3D4__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgQuit.h : header file
  7. //
  8. #include "MyButton.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CDlgQuit dialog
  11. class CDlgQuit : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CDlgQuit(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CDlgQuit)
  18. enum { IDD = IDD_QUIT_DIALOG };
  19. CMyButton m_BtnOk;
  20. CMyButton m_BtnCancel;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CDlgQuit)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CDlgQuit)
  32. virtual BOOL OnInitDialog();
  33. virtual void OnOK();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. public:
  37. //0--备份退出 1--直接退出
  38. int m_intStyle;
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_DlgQuit_H__41C2DB7A_EC63_4F5E_9452_5DEF9B9DD3D4__INCLUDED_)