123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- #if !defined(AFX_VOICEEXCHANGE_H__C22DFACD_2851_4077_A628_4C081F32629B__INCLUDED_)
- #define AFX_VOICEEXCHANGE_H__C22DFACD_2851_4077_A628_4C081F32629B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // VoiceExchange.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CVoiceExchange dialog
- class CVoiceExchange : public CDialog
- {
- // Construction
- public:
- CVoiceExchange(CWnd* pParent = NULL); // standard constructor
- LONG m_lServerID;
- // Dialog Data
- //{{AFX_DATA(CVoiceExchange)
- enum { IDD = IDD_AUDIOEXCHANGE };
- CComboBox m_ServerCtrl;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CVoiceExchange)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CVoiceExchange)
- afx_msg void OnAudstart();
- virtual BOOL OnInitDialog();
- afx_msg void OnSelchangeComboaudexch();
- afx_msg void OnExit();
- virtual void OnCancel();
- afx_msg void OnButton1();
- afx_msg void OnButton2();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_VOICEEXCHANGE_H__C22DFACD_2851_4077_A628_4C081F32629B__INCLUDED_)
|