/[H6]/MyTabCtrl.h
ViewVC logotype

Contents of /MyTabCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31 - (show annotations) (download)
Sun Sep 3 10:10:19 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 497 byte(s)
Added author/developer comments
1 /*
2 * Developed by Torben H. Nielsen
3 */
4
5 #pragma once
6
7
8 class CMyTabCtrl : public CTabCtrl
9 {
10 DECLARE_DYNAMIC(CMyTabCtrl)
11
12 public:
13 CMyTabCtrl();
14 virtual ~CMyTabCtrl();
15
16 private:
17 CDialog *m_tabs[3];
18 int m_numTabs;
19 int m_tabCurrent;
20
21
22 public:
23 //{{AFX_MSG(CMyTabCtrl)
24 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
25 //}}AFX_MSG
26
27
28
29 protected:
30 DECLARE_MESSAGE_MAP()
31 public:
32 void Init(void);
33 void SetRectangle(void);
34 void ChangeFocus(void);
35 };
36
37

  ViewVC Help
Powered by ViewVC 1.1.20