/[H6]/MyTabCtrl.h
ViewVC logotype

Diff of /MyTabCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4 by torben, Wed Aug 30 08:01:57 2006 UTC revision 37 by torben, Mon Sep 4 08:54:27 2006 UTC
# Line 1  Line 1 
1  #pragma once  /*
2     * Developed by Torben H. Nielsen
3     */
4    
5    #pragma once
6    
 // CMyTabCtrl  
7    
8  class CMyTabCtrl : public CTabCtrl  class CMyTabCtrl : public CTabCtrl
9  {  {
# Line 11  public: Line 13  public:
13          CMyTabCtrl();          CMyTabCtrl();
14          virtual ~CMyTabCtrl();          virtual ~CMyTabCtrl();
15    
 private:  
16          CDialog *m_tabs[3];          CDialog *m_tabs[3];
17    private:
18            
19          int m_numTabs;          int m_numTabs;
20          int m_tabCurrent;          int m_tabCurrent;
21    
# Line 29  protected: Line 32  protected:
32  public:  public:
33          void Init(void);          void Init(void);
34          void SetRectangle(void);          void SetRectangle(void);
35            void ChangeFocus(void);
36  };  };
37    
38    

Legend:
Removed from v.4  
changed lines
  Added in v.37

  ViewVC Help
Powered by ViewVC 1.1.20