?? wins.h
字號:
/*
*******************************************************************************
* The real-time kernel "rtCell" *
* Copyright 2005 taowentao, allrights reserved. *
* File : Wins.h *
* By : taowentao 2006-09-02, 2007-05-12 *
*******************************************************************************
*/
#if !defined(WINS_H)
#define WINS_H
#if !defined(ENGINE_H)
#include "giCell\Engine\Engine.h"
#endif
#if !defined(CLIPBOARD_H)
#include "giCell\Wins\include\Clipbord.h"
#endif
/*
*******************************************************************************
* *
*******************************************************************************
*/
/* controls status */
#define ON_FOCUSSED (0x0001)
#define ON_MOUSE_ENTER (0x0002)
#define ON_MOUSE_CATCH (0x0004)
#define ON_MOVE (0x0008)
#define ON_RESIZE (0x0010)
#define FORM_MIN_XSIZE (126)
#define FORM_MIN_YSIZE (26)
#define CTRL_MIN_XSIZE (1)
#define CTRL_MIN_YSIZE (1)
/*
*******************************************************************************
* *
*******************************************************************************
*/
void DrawUpRect(const RECT* pRect);
void DrawUpBotton(const RECT* pRect);
void DrawDownRect(const RECT* pRect);
void DrawDownBotton(const RECT* pRect);
/*
*******************************************************************************
* *
*******************************************************************************
*/
#endif /* end of Wins.h */
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -