SetV9Dlg.h
上传用户:liguizhu
上传日期:2015-11-01
资源大小:2422k
文件大小:2k
源码类别:

P2P编程

开发平台:

Visual C++

  1. /*
  2.  *  Openmysee
  3.  *
  4.  *  This program is free software; you can redistribute it and/or modify
  5.  *  it under the terms of the GNU General Public License as published by
  6.  *  the Free Software Foundation; either version 2 of the License, or
  7.  *  (at your option) any later version.
  8.  *
  9.  *  This program is distributed in the hope that it will be useful,
  10.  *  but WITHOUT ANY WARRANTY; without even the implied warranty of
  11.  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  12.  *  GNU General Public License for more details.
  13.  *
  14.  *  You should have received a copy of the GNU General Public License
  15.  *  along with this program; if not, write to the Free Software
  16.  *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  17.  *
  18.  */
  19. #if !defined(AFX_SETV9DLG_H__53283FCC_79E8_4673_9CB3_61E66DDC47DD__INCLUDED_)
  20. #define AFX_SETV9DLG_H__53283FCC_79E8_4673_9CB3_61E66DDC47DD__INCLUDED_
  21. #if _MSC_VER > 1000
  22. #pragma once
  23. #endif // _MSC_VER > 1000
  24. // SetV9Dlg.h : header file
  25. //
  26. /////////////////////////////////////////////////////////////////////////////
  27. // CSetV9Dlg dialog
  28. class CSetV9Dlg : public CDialog
  29. {
  30. // Construction
  31. public:
  32. CSetV9Dlg(CWnd* pParent = NULL);   // standard constructor
  33.     
  34. CWnd * p_sub[10];
  35. CToolTipCtrl m_tip[10];
  36. // Dialog Data
  37. //{{AFX_DATA(CSetV9Dlg)
  38. enum { IDD = IDD_WMVINAVI };
  39. CEdit m_vbrQuality;
  40. UINT m_nBitrate;
  41. UINT m_nBuffer;
  42. UINT m_nVbrQuality;
  43. UINT m_nQuality;
  44. float m_fFrameRate;
  45. UINT m_nMaxKeyDistance;
  46. //}}AFX_DATA
  47. // Overrides
  48. // ClassWizard generated virtual function overrides
  49. //{{AFX_VIRTUAL(CSetV9Dlg)
  50. public:
  51. virtual BOOL PreTranslateMessage(MSG* pMsg);
  52. protected:
  53. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  54. //}}AFX_VIRTUAL
  55. // Implementation
  56. protected:
  57. // Generated message map functions
  58. //{{AFX_MSG(CSetV9Dlg)
  59. virtual BOOL OnInitDialog();
  60. virtual void OnOK();
  61. afx_msg void OnCbr();
  62. afx_msg void OnQualityVbr();
  63. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  64. //}}AFX_MSG
  65. DECLARE_MESSAGE_MAP()
  66. public:
  67. afx_msg void OnBnClickedOk();
  68. };
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_SETV9DLG_H__53283FCC_79E8_4673_9CB3_61E66DDC47DD__INCLUDED_)