1 // Log_Msg_MFCDlg.h : header file
2 #if !defined(AFX_LOG_MSG_MFCDLG_H__5BB9CACE_CBCE_40DD_B57F_ED05B79DB033__INCLUDED_)
3 #define AFX_LOG_MSG_MFCDLG_H__5BB9CACE_CBCE_40DD_B57F_ED05B79DB033__INCLUDED_
5 #include "ace/config-all.h"
7 #if defined (ACE_WIN32)
11 #endif // _MSC_VER > 1000
15 /////////////////////////////////////////////////////////////////////////////
16 // CLog_Msg_MFCDlg dialog
18 class CLog_Msg_MFCDlg
: public CDialog
22 CLog_Msg_MFCDlg(CWnd
* pParent
= 0); // standard constructor
25 //{{AFX_DATA(CLog_Msg_MFCDlg)
26 enum { IDD
= IDD_LOG_MSG_MFC_DIALOG
};
27 // NOTE: the ClassWizard will add data members here
30 // ClassWizard generated virtual function overrides
31 //{{AFX_VIRTUAL(CLog_Msg_MFCDlg)
33 virtual void DoDataExchange(CDataExchange
* pDX
); // DDX/DDV support
40 // Generated message map functions
41 //{{AFX_MSG(CLog_Msg_MFCDlg)
42 virtual BOOL
OnInitDialog();
43 afx_msg
void OnSysCommand(UINT nID
, LPARAM lParam
);
44 afx_msg
void OnPaint();
45 afx_msg HCURSOR
OnQueryDragIcon();
46 afx_msg
void OnDebugButtonClicked();
51 //{{AFX_INSERT_LOCATION}}
52 // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
54 #endif /* ACE_WIN32 */
56 #endif // !defined(AFX_LOG_MSG_MFCDLG_H__5BB9CACE_CBCE_40DD_B57F_ED05B79DB033__INCLUDED_)