VoiceExchange.h 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. #if !defined(AFX_VOICEEXCHANGE_H__C22DFACD_2851_4077_A628_4C081F32629B__INCLUDED_)
  2. #define AFX_VOICEEXCHANGE_H__C22DFACD_2851_4077_A628_4C081F32629B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // VoiceExchange.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CVoiceExchange dialog
  10. class CVoiceExchange : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CVoiceExchange(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. // Dialog Data
  17. //{{AFX_DATA(CVoiceExchange)
  18. enum { IDD = IDD_AUDIOEXCHANGE };
  19. CComboBox m_ServerCtrl;
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CVoiceExchange)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. // Generated message map functions
  30. //{{AFX_MSG(CVoiceExchange)
  31. afx_msg void OnAudstart();
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnSelchangeComboaudexch();
  34. afx_msg void OnExit();
  35. virtual void OnCancel();
  36. afx_msg void OnButton1();
  37. afx_msg void OnButton2();
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_VOICEEXCHANGE_H__C22DFACD_2851_4077_A628_4C081F32629B__INCLUDED_)