MyTabCtrl.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * MyTabCtrl.h
  3.  *
  4.  * Header file
  5.  *
  6.  * Copyright (c) ITEC-Ohio, 2002.
  7.  *
  8.  * The contents of this file are subject to the Mozilla Public License
  9.  * Version 1.0 (the "License"); you may not use this file except in
  10.  * compliance with the License. You may obtain a copy of the License at
  11.  * http://www.mozilla.org/MPL/
  12.  *
  13.  * Software distributed under the License is distributed on an "AS IS"
  14.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  15.  * the License for the specific language governing rights and limitations
  16.  * under the License.
  17.  *
  18.  * The Original Code is Open H323 Library available at http://www.openh323.org
  19.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  20.  *
  21.  */
  22. #if !defined(AFX_MYTABCTRL_H__07989033_00D4_463A_9242_C04925E5B657__INCLUDED_)
  23. #define AFX_MYTABCTRL_H__07989033_00D4_463A_9242_C04925E5B657__INCLUDED_
  24. #if _MSC_VER > 1000
  25. #pragma once
  26. #endif // _MSC_VER > 1000
  27. /////////////////////////////////////////////////////////////////////////////
  28. // CMyTabCtrl window
  29. class BeaconClient;
  30. class CMyTabCtrl : public CTabCtrl
  31. {
  32. public:
  33. CDialog *m_tabPages[4];
  34. int m_tabCurrent;
  35. int m_nNumberOfPages;
  36. // Construction
  37. public:
  38. static CMyTabCtrl* Instance();
  39. CMyTabCtrl();
  40. void Init();
  41. void SetRectangle();
  42. // Attributes
  43. public:
  44. // Operations
  45. public:
  46. // Overrides
  47. // ClassWizard generated virtual function overrides
  48. //{{AFX_VIRTUAL(CMyTabCtrl)
  49. //}}AFX_VIRTUAL
  50. // Implementation
  51. public:
  52. void SetHwndTab(HWND pHwnd);
  53. HWND m_hwnd_Tab;
  54. void CheckTab();
  55. int m_cursel;
  56. int m_tabTemp;
  57. virtual ~CMyTabCtrl();
  58. // Generated message map functions
  59. private:
  60. static CMyTabCtrl* _instance;
  61. protected:
  62. //{{AFX_MSG(CMyTabCtrl)
  63. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  64. afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
  65. //}}AFX_MSG
  66. DECLARE_MESSAGE_MAP()
  67. };
  68. /////////////////////////////////////////////////////////////////////////////
  69. //{{AFX_INSERT_LOCATION}}
  70. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  71. #endif // !defined(AFX_MYTABCTRL_H__07989033_00D4_463A_9242_C04925E5B657__INCLUDED_)