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.

55 lines
1.4 KiB

  1. #if !defined(AFX_SRCHCHAP_H__C0C46605_ECA5_11D0_A78E_00AA00605CD5__INCLUDED_)
  2. #define AFX_SRCHCHAP_H__C0C46605_ECA5_11D0_A78E_00AA00605CD5__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // SrchChap.h : header file
  7. //
  8. class CDVDNavMgr;
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CSearchChapter dialog
  11. class CSearchChapter : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CSearchChapter(CWnd* pParent = NULL); // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CSearchChapter)
  18. enum { IDD = IDD_DIALOG_SEARCH_CHAPTER };
  19. CSpinButtonCtrl m_ctlSpinSec;
  20. CSpinButtonCtrl m_ctlSpinMin;
  21. CSpinButtonCtrl m_ctlSpinHour;
  22. CEdit m_ctlEditSec;
  23. CEdit m_ctlEditMin;
  24. CEdit m_ctlEditHour;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CSearchChapter)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. CDVDNavMgr* m_pDVDNavMgr;
  35. // Generated message map functions
  36. //{{AFX_MSG(CSearchChapter)
  37. virtual BOOL OnInitDialog();
  38. virtual void OnOK();
  39. afx_msg BOOL OnHelpInfo(HELPINFO* pHelpInfo);
  40. //}}AFX_MSG
  41. DECLARE_MESSAGE_MAP()
  42. };
  43. //{{AFX_INSERT_LOCATION}}
  44. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  45. #endif // !defined(AFX_SRCHCHAP_H__C0C46605_ECA5_11D0_A78E_00AA00605CD5__INCLUDED_)