SelectDSP.h 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. #if !defined(AFX_SELECTDSP_H__48B6C981_2DF2_4F55_B87A_55444F60CB47__INCLUDED_)
  2. #define AFX_SELECTDSP_H__48B6C981_2DF2_4F55_B87A_55444F60CB47__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // SelectDSP.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CSelectDSP dialog
  10. class CSelectDSP : public CDialog
  11. {
  12. // Construction
  13. public:
  14. void GetDSPsChoiced(BOOLEAN *bList);
  15. int m_iTotalDSPs;
  16. BOOLEAN m_bDSPPreset[MAX_DSPS_SUPPORT];
  17. void DSPPreset(BOOLEAN *bPreset, int iNumberOfDSPs);
  18. CSelectDSP(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CSelectDSP)
  21. enum { IDD = IDD_SELECT_DIALOG };
  22. CString m_ImageFile;
  23. CString m_LogFile;
  24. //}}AFX_DATA
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(CSelectDSP)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(CSelectDSP)
  35. virtual BOOL OnInitDialog();
  36. virtual void OnOK();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_SELECTDSP_H__48B6C981_2DF2_4F55_B87A_55444F60CB47__INCLUDED_)