-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathToolTab.h
More file actions
41 lines (30 loc) · 846 Bytes
/
Copy pathToolTab.h
File metadata and controls
41 lines (30 loc) · 846 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
#if !defined(AFX_TOOLTAB_H__AB98922A_AE7E_4572_8094_F2F1BCE5E107__INCLUDED_)
#define AFX_TOOLTAB_H__AB98922A_AE7E_4572_8094_F2F1BCE5E107__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ToolTab.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CToolTab window
class CToolTab : public CTabCtrl
{
// Construction
public:
CToolTab();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CToolTab)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CToolTab();
protected:
void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct);
};
/////////////////////////////////////////////////////////////////////////////
#endif // !defined(AFX_TOOLTAB_H__AB98922A_AE7E_4572_8094_F2F1BCE5E107__INCLUDED_)