summaryrefslogtreecommitdiffabout
path: root/LogPatternReserved.h
Unidiff
Diffstat (limited to 'LogPatternReserved.h') (more/less context) (ignore whitespace changes)
-rw-r--r--LogPatternReserved.h68
1 files changed, 68 insertions, 0 deletions
diff --git a/LogPatternReserved.h b/LogPatternReserved.h
new file mode 100644
index 0000000..a407154
--- a/dev/null
+++ b/LogPatternReserved.h
@@ -0,0 +1,68 @@
1// LogPatternReserved.h : header file
2//
3
4/////////////////////////////////////////////////////////////////////////////
5// CLogPatternReserved dialog
6
7class CLogPattern;
8class CLogPatternReserved : public CPropertyPage
9{
10 DECLARE_DYNCREATE(CLogPatternReserved)
11
12// Construction
13public:
14 CToolTipCtrl m_tooltip;
15 CLogPattern* m_Daddy;
16 CLogPatternReserved(CLogPattern *daddy=NULL);
17 ~CLogPatternReserved();
18
19// Dialog Data
20 //{{AFX_DATA(CLogPatternReserved)
21 enum { IDD = IDD_LOG_RESERVED };
22 //}}AFX_DATA
23
24
25// Overrides
26 // ClassWizard generate virtual function overrides
27 //{{AFX_VIRTUAL(CLogPatternReserved)
28 public:
29 virtual BOOL PreTranslateMessage(MSG* pMsg);
30 protected:
31 virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
32 //}}AFX_VIRTUAL
33
34// Implementation
35protected:
36 // Generated message map functions
37 //{{AFX_MSG(CLogPatternReserved)
38 afx_msg void OnAlertOn();
39 afx_msg void OnAlertXor();
40 afx_msg void OnCritOn();
41 afx_msg void OnCritXor();
42 afx_msg void OnDebugOn();
43 afx_msg void OnDebugXor();
44 afx_msg void OnEmergOn();
45 afx_msg void OnEmergXor();
46 afx_msg void OnErrOn();
47 afx_msg void OnErrXor();
48 afx_msg void OnInfoOn();
49 afx_msg void OnInfoXor();
50 afx_msg void OnNoticeOn();
51 afx_msg void OnNoticeXor();
52 afx_msg void OnR0On();
53 afx_msg void OnR0Xor();
54 afx_msg void OnR1On();
55 afx_msg void OnR1Xor();
56 afx_msg void OnR2On();
57 afx_msg void OnR2Xor();
58 afx_msg void OnR3On();
59 afx_msg void OnR3Xor();
60 afx_msg void OnR4On();
61 afx_msg void OnR4Xor();
62 afx_msg void OnWarnOn();
63 afx_msg void OnWarnXor();
64 virtual BOOL OnInitDialog();
65 //}}AFX_MSG
66 DECLARE_MESSAGE_MAP()
67
68};