📄 logoutputdlg.h
字号:
/*
VIS H.323 Video Conference System
--Sample for VIS H.323 DLL Library 2.1 Release
For more information,visit our homepage
[http://www.115studio.com]
or mail to us for tech support and bug report
[support@115studio.com]
2000-2004 115Studio
2004-04-05
*/
#if !defined(AFX_LOGOUTPUTDLG_H__7C669C1F_E91C_45EB_B75D_2C4571216D4B__INCLUDED_)
#define AFX_LOGOUTPUTDLG_H__7C669C1F_E91C_45EB_B75D_2C4571216D4B__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// LogOutputDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CLogOutputDlg dialog
class CLogOutputDlg : public CDialog
{
// Construction
public:
void Output(const char *output);
CBrush m_brush;
CLogOutputDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CLogOutputDlg)
enum { IDD = IDD_LOG_OUTPUT_DLG };
CEdit m_output;
BOOL m_writeLogToFile;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CLogOutputDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CLogOutputDlg)
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnClose();
afx_msg void OnWriteLogToFile();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_LOGOUTPUTDLG_H__7C669C1F_E91C_45EB_B75D_2C4571216D4B__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -