DlgSettings.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
- #if !defined(AFX_DLGSETTINGS_H__74F10861_501D_11D7_A32A_0001031BFAA6__INCLUDED_)
- #define AFX_DLGSETTINGS_H__74F10861_501D_11D7_A32A_0001031BFAA6__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // DlgSettings.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CDlgSettings dialog
- class CDlgSettings : public CDialog
- {
- // Construction
- public:
- void SetDefaultTestsFldrPath();
- void SetFldrPath();
- void SetSettingsFromFile(CString filename);
- CDlgSettings(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CDlgSettings)
- enum { IDD = IDD_DIALOG_SETTINGS };
- CComboBox m_audioCodec;
- CString m_strFolderPath;
- BOOL m_silenceDetection;
- BOOL m_testSave;
- BOOL m_Png;
- BOOL m_Bmp;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CDlgSettings)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CDlgSettings)
- afx_msg void OnApplysettings();
- afx_msg void OnDefaultsettings();
- virtual BOOL OnInitDialog();
- afx_msg void OnBrowse();
- afx_msg void OnQualitymarkers();
- afx_msg void OnKillfocusJitterbuffer();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLGSETTINGS_H__74F10861_501D_11D7_A32A_0001031BFAA6__INCLUDED_)