DlgSettings.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. #if !defined(AFX_DLGSETTINGS_H__74F10861_501D_11D7_A32A_0001031BFAA6__INCLUDED_)
  2. #define AFX_DLGSETTINGS_H__74F10861_501D_11D7_A32A_0001031BFAA6__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // DlgSettings.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CDlgSettings dialog
  10. class CDlgSettings : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void SetDefaultTestsFldrPath();
  15. void SetFldrPath();
  16. void SetSettingsFromFile(CString filename);
  17. CDlgSettings(CWnd* pParent = NULL);   // standard constructor
  18. // Dialog Data
  19. //{{AFX_DATA(CDlgSettings)
  20. enum { IDD = IDD_DIALOG_SETTINGS };
  21. CComboBox m_audioCodec;
  22. CString m_strFolderPath;
  23. BOOL m_silenceDetection;
  24. BOOL m_testSave;
  25. BOOL m_Png;
  26. BOOL m_Bmp;
  27. //}}AFX_DATA
  28. // Overrides
  29. // ClassWizard generated virtual function overrides
  30. //{{AFX_VIRTUAL(CDlgSettings)
  31. protected:
  32. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. protected:
  36. // Generated message map functions
  37. //{{AFX_MSG(CDlgSettings)
  38. afx_msg void OnApplysettings();
  39. afx_msg void OnDefaultsettings();
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnBrowse();
  42. afx_msg void OnQualitymarkers();
  43. afx_msg void OnKillfocusJitterbuffer();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_DLGSETTINGS_H__74F10861_501D_11D7_A32A_0001031BFAA6__INCLUDED_)