dtreeview.cpp

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

CPP
30
字号
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// dtree.cpp - DTreeView window class implementation.
//
// Author: 
//
// Copyright (c) 1999-2001 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:
//
// DTree view displays a hierachial representation of nodes. The nodes may
// represent files, groups of users, etc.. Each node level may be assigned
// a bitmap image to display, and each node may have a text string associated
// with it.
//
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
/* $GetID(): dtreeview.cpp,v 1.4 2003/03/03 02:44:10 anny Exp $ */
#include "dgui.h"
#include "string.h"

extern DCHAR lsTEST[];

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

⌨️ 快捷键说明

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