📄 dtreeview.cpp
字号:
/*--------------------------------------------------------------------------*/
/*--------------------------------------------------------------------------*/
// 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -