📄 mainform.h
字号:
#pragma once
#include "stdafx.h"
#include "YCtrls.h"
LPCWSTR GetMainFormCaption( void );
LPCWSTR GetMainFormClassName( void );
/*********************************************************************************************
* CMainForm *
* *
* YCode Y代码 YCtrl Y控件 Windows Mobile 透明控件 2008 YCtrl 1.0 *
* 作者:卢益贵 QQ:48092788 luyigui.blog.nnsky.com *
* *
**********************************************************************************************/
class CMainForm : public CForm
{
private:
protected:
CLabel *m_pLabel;
public:
CMainForm();
~CMainForm();
public:
LRESULT WindowProc( HWND hWnd, UINT uMsg, WPARAM wParam, LPARAM lParam );
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -