#if !defined(AFX_TRIGGERTABCTRL_H__5B50199E_3F49_4E52_9BB3_EC49D0946C08__INCLUDED_)
#define AFX_TRIGGERTABCTRL_H__5B50199E_3F49_4E52_9BB3_EC49D0946C08__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TriggerTabCtrl.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CTriggerTabCtrl window

#define NUM_TABSSS 3



class CTriggerTabCtrl : public CTabCtrl
{
// Construction
public:
	
	CTriggerTabCtrl();

	//TAB MANAGER DLG CONTAINER
	CDialog			*m_tabPages[NUM_TABSSS];

	//TAB MANAGER VARIABLES
    int				m_tabCurrent;

	//TAB MANAGER FXNS
	void			Init				(	void );
	
	void			SetRect				(	void );

	void			Cleanup				(	void );

// Attributes
public:

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CTriggerTabCtrl)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CTriggerTabCtrl();

		// Generated message map functions
protected:
	//{{AFX_MSG(CTabManager)
	afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
	//}}AFX_MSG

	DECLARE_MESSAGE_MAP()
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_TRIGGERTABCTRL_H__5B50199E_3F49_4E52_9BB3_EC49D0946C08__INCLUDED_)
