groupbox.h

来自「一个ascii 码值计算原代码的例子」· C头文件 代码 · 共 28 行

H
28
字号
/* !! 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 + =
减小字号Ctrl + -
显示快捷键?