/[H6]/MyTabCtrl.h
ViewVC logotype

Contents of /MyTabCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 4 - (show annotations) (download)
Wed Aug 30 08:01:57 2006 UTC (17 years, 7 months ago) by torben
File MIME type: text/plain
File size: 442 byte(s)
Tilføjet CMyTabCtrl
1 #pragma once
2
3
4 // CMyTabCtrl
5
6 class CMyTabCtrl : public CTabCtrl
7 {
8 DECLARE_DYNAMIC(CMyTabCtrl)
9
10 public:
11 CMyTabCtrl();
12 virtual ~CMyTabCtrl();
13
14 private:
15 CDialog *m_tabs[3];
16 int m_numTabs;
17 int m_tabCurrent;
18
19
20 public:
21 //{{AFX_MSG(CMyTabCtrl)
22 afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
23 //}}AFX_MSG
24
25
26
27 protected:
28 DECLARE_MESSAGE_MAP()
29 public:
30 void Init(void);
31 void SetRectangle(void);
32 };
33
34

  ViewVC Help
Powered by ViewVC 1.1.20