📄 talkroomhtmlview2.cpp
字号:
// TalkRoomHtmlView2.cpp : implementation file
//
#include "stdafx.h"
#include "Img_ListView1.h"
#include "TalkRoomHtmlView2.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// TalkRoomHtmlView2
IMPLEMENT_DYNCREATE(TalkRoomHtmlView2, CHtmlView)
TalkRoomHtmlView2::TalkRoomHtmlView2()
{
//{{AFX_DATA_INIT(TalkRoomHtmlView2)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}
TalkRoomHtmlView2::~TalkRoomHtmlView2()
{
}
void TalkRoomHtmlView2::DoDataExchange(CDataExchange* pDX)
{
CHtmlView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(TalkRoomHtmlView2)
// NOTE: the ClassWizard will add DDX and DDV calls here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(TalkRoomHtmlView2, CHtmlView)
//{{AFX_MSG_MAP(TalkRoomHtmlView2)
// NOTE - the ClassWizard will add and remove mapping macros here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// TalkRoomHtmlView2 diagnostics
#ifdef _DEBUG
void TalkRoomHtmlView2::AssertValid() const
{
CHtmlView::AssertValid();
}
void TalkRoomHtmlView2::Dump(CDumpContext& dc) const
{
CHtmlView::Dump(dc);
}
#endif //_DEBUG
/////////////////////////////////////////////////////////////////////////////
// TalkRoomHtmlView2 message handlers
void TalkRoomHtmlView2::OnInitialUpdate()
{
//TODO: This code navigates to a popular spot on the web.
//Change the code to go where you'd like.
Navigate2(_T("http://10.142.40.1/"),NULL,NULL);
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -