123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- #if !defined(AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_)
- #define AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // RemoteKey.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CRemoteKey dialog
- class CRemoteKey : public CDialog
- {
- // Construction
- public:
- CRemoteKey(CWnd* pParent = NULL); // standard constructor
-
- LONG m_lServerID;
- // Dialog Data
- //{{AFX_DATA(CRemoteKey)
- enum { IDD = IDD_DLGREMOTEKEY };
- int m_PanSel;
- int m_OutputSel;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CRemoteKey)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CRemoteKey)
- virtual BOOL OnInitDialog();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnExit();
- afx_msg void OnBut0();
- afx_msg void OnBut1();
- afx_msg void OnBut2();
- afx_msg void OnBut3();
- afx_msg void OnBut4();
- afx_msg void OnBut8();
- afx_msg void OnBut9();
- afx_msg void OnButa();
- afx_msg void OnButedit();
- afx_msg void OnButesc();
- afx_msg void OnButmenu();
- afx_msg void OnButmulti();
- afx_msg void OnButpan();
- afx_msg void OnButplay();
- afx_msg void OnButrec();
- afx_msg void OnButok();
- afx_msg void OnButup();
- afx_msg void OnButdown();
- afx_msg void OnButleft();
- afx_msg void OnButright();
- afx_msg void OnButstart();
- afx_msg void OnButstop();
- afx_msg void OnBut5();
- afx_msg void OnBut6();
- afx_msg void OnBut7();
- afx_msg void OnButinfo();
- afx_msg void OnButvoip();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_)
|