testdlg.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. #if !defined(AFX_TESTDLG_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)
  2. #define AFX_TESTDLG_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // testdlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // testdlg form view
  10. #ifndef __AFXEXT_H__
  11. #include <afxext.h>
  12. #endif
  13. #include "resource.h"
  14. class testdlg : public CDialog
  15. {
  16. public:
  17. testdlg(); // protected constructor used by dynamic creation
  18. DECLARE_DYNCREATE(testdlg)
  19. // Form Data
  20. public:
  21. //{{AFX_DATA(testdlg)
  22. enum { IDD = IDD_DIALOG1 };
  23. // NOTE: the ClassWizard will add data members here
  24. //}}AFX_DATA
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. // Overrides
  30. // ClassWizard generated virtual function overrides
  31. //{{AFX_VIRTUAL(testdlg)
  32. protected:
  33. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. protected:
  37. virtual ~testdlg();
  38. #ifdef _DEBUG
  39. virtual void AssertValid() const;
  40. virtual void Dump(CDumpContext& dc) const;
  41. #endif
  42. // Generated message map functions
  43. //{{AFX_MSG(testdlg)
  44. afx_msg void OnCancel();
  45. afx_msg void OnOK();
  46. virtual BOOL OnInitDialog();
  47. //}}AFX_MSG
  48. DECLARE_MESSAGE_MAP()
  49. };
  50. /////////////////////////////////////////////////////////////////////////////
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_TESTDLG_H__ACD9E9EA_B724_4711_9C6F_DE3ADA090E2E__INCLUDED_)