summaryrefslogtreecommitdiffabout
path: root/KLogDlg.h
Unidiff
Diffstat (limited to 'KLogDlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--KLogDlg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/KLogDlg.h b/KLogDlg.h
index f6fed53..043fd30 100644
--- a/KLogDlg.h
+++ b/KLogDlg.h
@@ -96,24 +96,25 @@ public:
96 void SetTab(CLogger* l); 96 void SetTab(CLogger* l);
97 int m_iTriggered; 97 int m_iTriggered;
98 int m_iNormal; 98 int m_iNormal;
99 CImageList m_Images; 99 CImageList m_Images;
100 CLoggers m_Logs; 100 CLoggers m_Logs;
101 CKLogDlg(CWnd* pParent = NULL);// standard constructor 101 CKLogDlg(CWnd* pParent = NULL);// standard constructor
102 102
103 DECLARE_SERIAL( CKLogDlg ) 103 DECLARE_SERIAL( CKLogDlg )
104 104
105// Dialog Data 105// Dialog Data
106 //{{AFX_DATA(CKLogDlg) 106 //{{AFX_DATA(CKLogDlg)
107 enum { IDD = IDD_KLOG_DIALOG }; 107 enum { IDD = IDD_KLOG_DIALOG };
108 CButtonm_CancelCtl;
108 CButtonm_LogPatternCtl; 109 CButtonm_LogPatternCtl;
109 CButtonm_FilesCtl; 110 CButtonm_FilesCtl;
110 CSpinButtonCtrlm_LogLenSpinCtl; 111 CSpinButtonCtrlm_LogLenSpinCtl;
111 CStaticm_LogLengthCtl; 112 CStaticm_LogLengthCtl;
112 CButtonm_PriInvertCtl; 113 CButtonm_PriInvertCtl;
113 CButtonm_LogtoFileCtl; 114 CButtonm_LogtoFileCtl;
114 CButtonm_LogtoHostCtl; 115 CButtonm_LogtoHostCtl;
115 CButtonm_LogtoNoneCtl; 116 CButtonm_LogtoNoneCtl;
116 CStaticm_HFNameCaptionCtl; 117 CStaticm_HFNameCaptionCtl;
117 CListBoxm_hlCtl; 118 CListBoxm_hlCtl;
118 CButtonm_BrowseSoundCtl; 119 CButtonm_BrowseSoundCtl;
119 CButtonm_PriNoneCtl; 120 CButtonm_PriNoneCtl;
@@ -184,15 +185,17 @@ protected:
184 afx_msg void OnKillfocusHostfile(); 185 afx_msg void OnKillfocusHostfile();
185 virtual void OnOK(); 186 virtual void OnOK();
186 afx_msg void OnBrowse(); 187 afx_msg void OnBrowse();
187 afx_msg void OnFilesReset(); 188 afx_msg void OnFilesReset();
188 afx_msg void OnSelchangeLog(); 189 afx_msg void OnSelchangeLog();
189 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct); 190 afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
190 afx_msg void OnClose(); 191 afx_msg void OnClose();
191 afx_msg void OnTrayAboutklog(); 192 afx_msg void OnTrayAboutklog();
192 afx_msg void OnTrayExit(); 193 afx_msg void OnTrayExit();
193 afx_msg void OnTrayShowklogwindow(); 194 afx_msg void OnTrayShowklogwindow();
194 afx_msg void OnWindowPosChanging(WINDOWPOS FAR* lpwndpos); 195 afx_msg void OnWindowPosChanging(WINDOWPOS FAR* lpwndpos);
195 afx_msg void OnLogpattern(); 196 afx_msg void OnLogpattern();
197 afx_msg void OnGetMinMaxInfo(MINMAXINFO FAR* lpMMI);
198 afx_msg void OnSize(UINT nType, int cx, int cy);
196 //}}AFX_MSG 199 //}}AFX_MSG
197 DECLARE_MESSAGE_MAP() 200 DECLARE_MESSAGE_MAP()
198}; 201};