matdeccfg.h 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. #if !defined(AFX_MATDECCFG_H__33BDD95C_A9E9_4AA5_9733_C79E223B70B9__INCLUDED_)
  2. #define AFX_MATDECCFG_H__33BDD95C_A9E9_4AA5_9733_C79E223B70B9__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // MatDecCFG.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMatDecCFG dialog
  10. class CMatDecCFG : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMatDecCFG(CWnd* pParent = NULL); // standard constructor
  15. int m_iChannelnumber;
  16. LONG m_lServerID;
  17. LONG m_lStartChan;
  18. // Dialog Data
  19. //{{AFX_DATA(CMatDecCFG)
  20. enum { IDD = IDD_DLG_MATDECCFG };
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CMatDecCFG)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CMatDecCFG)
  32. afx_msg void OnButcenterset();
  33. afx_msg void OnButcolumnset();
  34. afx_msg void OnButmanplay();
  35. afx_msg void OnButrowset();
  36. afx_msg void OnButtransset();
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnDispchancfg();
  39. afx_msg void OnButdynamictest();
  40. afx_msg void OnButcyclink();
  41. afx_msg void OnButremoteplayback();
  42. afx_msg void OnButpassivemode();
  43. //}}AFX_MSG
  44. DECLARE_MESSAGE_MAP()
  45. };
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_MATDECCFG_H__33BDD95C_A9E9_4AA5_9733_C79E223B70B9__INCLUDED_)