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.

57 lines
1.4 KiB

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