📄 groupbox.h
字号:
/* !! DO NOT REMOVE THIS COMMENT !!
*
* Author: Ga歱er Raj歟k
* E-mail, updates & bugs report: gape.korn@volja.net
*
* Created: 22.8.2002 at 16.15
*
* Description: structure and prototype function for the GROUPBOX component source
*
*/
# ifndef GROUPBOX_H
# define GROUPBOX_H
// structure for the GROUPBOX component
typedef struct GROUPBOX
{
short x, y, Length, Height, DoubleLine;
UINT InputCodePage, OutputCodePage;
WORD Color, TitleColor;
char Title[80], Pattern;
} GROUPBOX_COMPONENT;
// function prototype
void GroupBoxComponent (GROUPBOX_COMPONENT *GroupBox);
# endif // GROUPBOX_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -