/[H6]/MyTabCtrl.h
ViewVC logotype

Contents of /MyTabCtrl.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 37 - (show annotations) (download)
Mon Sep 4 08:54:27 2006 UTC (17 years, 6 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 /*
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 CDialog *m_tabs[3];
17 private:
18
19 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 void ChangeFocus(void);
36 };
37
38

  ViewVC Help
Powered by ViewVC 1.1.20