/[H6]/MyTabCtrl.h
ViewVC logotype

Annotation of /MyTabCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log


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

  ViewVC Help
Powered by ViewVC 1.1.20