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

📄 dtabview.cpp

📁 gui关键的几个类的代码
💻 CPP
字号:
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// dnotebk.cpp - Notebook window class implementation.
//
// Copyright (c) 1997-1999 Coretek, Inc. 
//              All Rights Reserved.
//
// Unauthorized redistribution of this source code, in whole or part,
// without the express written permission of Coretek, Inc.
// is strictly prohibited.
//
// Notes:
//
// Notebook windows have tabs at the top or bottom. The number of tabs
// is defined when the notebook window is constructed. What appears on each
// tab may be either simple text or any DObject derived object type. 
// Likewise, a DWindow derived object should be associated with
// each tab. The Notebook window takes care of displaying the correct window
// as each tab is selcted.
//
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* $GetID(): dtabview.cpp,v 1.7 2003/03/04 09:22:25 anny Exp $ */

#include "dgui.h"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>

extern DCHAR lsTEST[];

/*--------------------------------------------------------------------------*/
/** 

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -