/[H6]/MyTabCtrl.cpp
ViewVC logotype

Diff of /MyTabCtrl.cpp

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

revision 4 by torben, Wed Aug 30 08:01:57 2006 UTC revision 5 by torben, Wed Aug 30 08:19:13 2006 UTC
# Line 6  Line 6 
6  #include "MyTabCtrl.h"  #include "MyTabCtrl.h"
7  #include ".\mytabctrl.h"  #include ".\mytabctrl.h"
8    
9    #include "SearchDialog.h"
10    #include "AdminDialog.h"
11    #include "ResultDialog.h"
12    
13    
14  // CMyTabCtrl  // CMyTabCtrl
15    
# Line 13  IMPLEMENT_DYNAMIC(CMyTabCtrl, CTabCtrl) Line 17  IMPLEMENT_DYNAMIC(CMyTabCtrl, CTabCtrl)
17  CMyTabCtrl::CMyTabCtrl()  CMyTabCtrl::CMyTabCtrl()
18  {  {
19          m_numTabs = 3;          m_numTabs = 3;
20          m_tabs[0] = new CDialog;          m_tabs[0] = new SearchDialog;
21          m_tabs[1] = new CDialog;          m_tabs[1] = new ResultDialog;
22          m_tabs[2] = new CDialog;          m_tabs[2] = new AdminDialog;
23  }  }
24    
25  CMyTabCtrl::~CMyTabCtrl()  CMyTabCtrl::~CMyTabCtrl()

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

  ViewVC Help
Powered by ViewVC 1.1.20