MyCodeDlg.h 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. //Download by http://www.NewXing.com
  2. #if !defined(AFX_MYCODEDLG_H__CB796A39_5595_4CA7_B115_39C51FE11946__INCLUDED_)
  3. #define AFX_MYCODEDLG_H__CB796A39_5595_4CA7_B115_39C51FE11946__INCLUDED_
  4. #if _MSC_VER > 1000
  5. #pragma once
  6. #endif // _MSC_VER > 1000
  7. // MyCodeDlg.h : header file
  8. //
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CMyCodeDlg dialog
  11. class CMyCodeDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CMyCodeDlg(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CMyCodeDlg)
  18. enum { IDD = IDD_DIALOG2 };
  19. CEdit m_ctrl;
  20. CString m_str;
  21. //}}AFX_DATA
  22. CString m_title;
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CMyCodeDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. // Generated message map functions
  32. //{{AFX_MSG(CMyCodeDlg)
  33. virtual BOOL OnInitDialog();
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. };
  37. //{{AFX_INSERT_LOCATION}}
  38. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  39. #endif // !defined(AFX_MYCODEDLG_H__CB796A39_5595_4CA7_B115_39C51FE11946__INCLUDED_)