Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.2 KiB

  1. #if !defined(AFX_EMOPTIONS_H__AB51FD59_6D21_45BE_B1C8_A70A85A575A2__INCLUDED_)
  2. #define AFX_EMOPTIONS_H__AB51FD59_6D21_45BE_B1C8_A70A85A575A2__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // EmOptions.h : header file
  7. //
  8. #include "emobjdef.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CEmOptions dialog
  11. class CEmOptions : public CDialog
  12. {
  13. EmOptions m_EmOpts;
  14. // Construction
  15. public:
  16. CEmOptions(CWnd* pParent = NULL); // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CEmOptions)
  19. enum { IDD = IDD_OPTIONS };
  20. CEdit m_ctrlRefreshRate;
  21. CString m_csRefreshRate;
  22. //}}AFX_DATA
  23. // Overrides
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CEmOptions)
  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(CEmOptions)
  33. virtual BOOL OnInitDialog();
  34. virtual void OnOK();
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_EMOPTIONS_H__AB51FD59_6D21_45BE_B1C8_A70A85A575A2__INCLUDED_)