RemoteKey.h 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. #if !defined(AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_)
  2. #define AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // RemoteKey.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CRemoteKey dialog
  10. class CRemoteKey : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CRemoteKey(CWnd* pParent = NULL); // standard constructor
  15. LONG m_lServerID;
  16. // Dialog Data
  17. //{{AFX_DATA(CRemoteKey)
  18. enum { IDD = IDD_DLGREMOTEKEY };
  19. int m_PanSel;
  20. int m_OutputSel;
  21. //}}AFX_DATA
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CRemoteKey)
  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(CRemoteKey)
  32. virtual BOOL OnInitDialog();
  33. virtual void OnOK();
  34. virtual void OnCancel();
  35. afx_msg void OnExit();
  36. afx_msg void OnBut0();
  37. afx_msg void OnBut1();
  38. afx_msg void OnBut2();
  39. afx_msg void OnBut3();
  40. afx_msg void OnBut4();
  41. afx_msg void OnBut8();
  42. afx_msg void OnBut9();
  43. afx_msg void OnButa();
  44. afx_msg void OnButedit();
  45. afx_msg void OnButesc();
  46. afx_msg void OnButmenu();
  47. afx_msg void OnButmulti();
  48. afx_msg void OnButpan();
  49. afx_msg void OnButplay();
  50. afx_msg void OnButrec();
  51. afx_msg void OnButok();
  52. afx_msg void OnButup();
  53. afx_msg void OnButdown();
  54. afx_msg void OnButleft();
  55. afx_msg void OnButright();
  56. afx_msg void OnButstart();
  57. afx_msg void OnButstop();
  58. afx_msg void OnBut5();
  59. afx_msg void OnBut6();
  60. afx_msg void OnBut7();
  61. afx_msg void OnButinfo();
  62. afx_msg void OnButvoip();
  63. //}}AFX_MSG
  64. DECLARE_MESSAGE_MAP()
  65. };
  66. //{{AFX_INSERT_LOCATION}}
  67. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  68. #endif // !defined(AFX_REMOTEKEY_H__C338B1F5_386B_4035_B809_54C35655E93B__INCLUDED_)