Inputdialog.h
上传用户:chinamans
上传日期:2016-04-11
资源大小:14485k
文件大小:1k
源码类别:

图形/文字识别

开发平台:

Visual C++

  1. #if !defined(AFX_INPUTDIALOG_H__C9846DE6_B240_4899_9A19_5A316DF6FBFB__INCLUDED_)
  2. #define AFX_INPUTDIALOG_H__C9846DE6_B240_4899_9A19_5A316DF6FBFB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif
  6. #include "TCHAR.H"
  7. //#define   _MBCS
  8.  // _MSC_VER > 1000
  9. // Inputdialog.h : header file
  10. //
  11. /////////////////////////////////////////////////////////////////////////////
  12. // Inputdialog dialog
  13. class Inputdialog : public CDialog
  14. {
  15. // Construction
  16. public:
  17. Inputdialog(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(Inputdialog)
  20. enum { IDD = IDD_DIALOG1 };
  21. CString m_input2;
  22. CString m_input1;
  23. //}}AFX_DATA
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(Inputdialog)
  27. protected:
  28. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. protected:
  32. // Generated message map functions
  33. //{{AFX_MSG(Inputdialog)
  34. afx_msg void Onok();
  35. afx_msg void Oncancel();
  36. //}}AFX_MSG
  37. DECLARE_MESSAGE_MAP()
  38. };
  39. //{{AFX_INSERT_LOCATION}}
  40. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  41. #endif // !defined(AFX_INPUTDIALOG_H__C9846DE6_B240_4899_9A19_5A316DF6FBFB__INCLUDED_)