summaryrefslogtreecommitdiffabout
path: root/LogPatternReserved.h
blob: a4071540b24b1b515a946093d946c080c6b13dd8 (plain)
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
// LogPatternReserved.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CLogPatternReserved dialog

class CLogPattern;
class CLogPatternReserved : public CPropertyPage
{
	DECLARE_DYNCREATE(CLogPatternReserved)

// Construction
public:
	CToolTipCtrl m_tooltip;
	CLogPattern* m_Daddy;
	CLogPatternReserved(CLogPattern *daddy=NULL);
	~CLogPatternReserved();

// Dialog Data
	//{{AFX_DATA(CLogPatternReserved)
	enum { IDD = IDD_LOG_RESERVED };
	//}}AFX_DATA


// Overrides
	// ClassWizard generate virtual function overrides
	//{{AFX_VIRTUAL(CLogPatternReserved)
	public:
	virtual BOOL PreTranslateMessage(MSG* pMsg);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	// Generated message map functions
	//{{AFX_MSG(CLogPatternReserved)
	afx_msg void OnAlertOn();
	afx_msg void OnAlertXor();
	afx_msg void OnCritOn();
	afx_msg void OnCritXor();
	afx_msg void OnDebugOn();
	afx_msg void OnDebugXor();
	afx_msg void OnEmergOn();
	afx_msg void OnEmergXor();
	afx_msg void OnErrOn();
	afx_msg void OnErrXor();
	afx_msg void OnInfoOn();
	afx_msg void OnInfoXor();
	afx_msg void OnNoticeOn();
	afx_msg void OnNoticeXor();
	afx_msg void OnR0On();
	afx_msg void OnR0Xor();
	afx_msg void OnR1On();
	afx_msg void OnR1Xor();
	afx_msg void OnR2On();
	afx_msg void OnR2Xor();
	afx_msg void OnR3On();
	afx_msg void OnR3Xor();
	afx_msg void OnR4On();
	afx_msg void OnR4Xor();
	afx_msg void OnWarnOn();
	afx_msg void OnWarnXor();
	virtual BOOL OnInitDialog();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()

};