dtabview.cpp

来自「gui关键的几个类的代码」· C++ 代码 · 共 33 行

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