postitctl.cpp
来自「atl development adsfasdfasdf」· C++ 代码 · 共 16 行
CPP
16 行
// PostItCtl.cpp : Implementation of CPostItCtl
#include "stdafx.h"
#include "PostIt.h"
#include "PostItCtl.h"
/////////////////////////////////////////////////////////////////////////////
// CPostItCtl
LRESULT CPostItCtl::OnLButtonDown(UINT uMsg, WPARAM wParam,
LPARAM lParam, BOOL& bHandled)
{
Fire_Click();
return 0;
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?