⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 groupbox.h

📁 一个ascii 码值计算原代码的例子
💻 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 + -