mainform.h
来自「Windows mobile下的透明控件(皮肤控件) 当前Windows 」· C头文件 代码 · 共 34 行
H
34 行
#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 + =
减小字号Ctrl + -
显示快捷键?